-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
189 lines (180 loc) · 7.19 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css" />
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-gH2yIJqKdNHPEq0n4Mqa/HGKIhSkIHeL5AyhkYV8i59U5AR6csBvApHHNl/vI1Bx" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.2/css/all.min.css"
integrity="sha512-1sCRPdkRXhBV2PBLUdRb4tMg1w2YPf37qatUFeS7zlBy7jJI8Lf4VHwWfZZfpXtYSLy85pkm9GaYVYMfw5BC1A=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="css/main.css">
<link href="https://fonts.cdnfonts.com/css/cocogoose" rel="stylesheet" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/lato-font/3.0.0/css/lato-font.min.css"
integrity="sha512-rSWTr6dChYCbhpHaT1hg2tf4re2jUxBWTuZbujxKg96+T87KQJriMzBzW5aqcb8jmzBhhNSx4XYGA6/Y+ok1vQ=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<script src="https://kit.fontawesome.com/e047873533.js" crossorigin="anonymous"></script>
<title>Global Summit</title>
</head>
<body>
<header>
<i class="fa-solid fa-bars mobile-menu mobile_element"></i>
<nav class="navbar navbar-expand-sm bg-dark navbar-dark desktop-element">
<div class="container-fluid justify-content-end lato ">
<ul class="navbar-nav top-nav-content">
<li class="nav-item">
<a class="nav-link active" href="#">
<i class="fa fa-facebook-f"></i>
</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="#">
<i class="fa fa-twitter"></i>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">English</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Mypage</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Logout </a>
</li>
</ul>
</div>
</nav>
<nav class="mobile-naviation hidden">
<i class="fa fa-window-close mobile-close-button" aria-hidden="true"></i>
<ul class="mobile_menu mobile_element">
<li class="mobile_nav_items">
<a href="index.html">Home</a>
</li>
<li class="mobile_nav_items">
<a href="about.html">About</a>
</li>
</ul>
</nav>
<nav class="navbar navbar-expand-sm bg-light navbar-light desktop-element">
<div class="container-fluid">
<a class="navbar-brand black lato" href="index.html">
<img class="nav-logo" src="images/logo.png" alt="coffee and code logo">
</a>
</div>
<div class="container-fluid justify-content-end lato">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link active" href="about.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Program</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Join</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Sponser </a>
</li>
</ul>
</div>
<div class="button-contaier">
<button class="button-campaign">Join C&C</button>
</div>
</nav>
</header>
<main>
<section class="introduction">
<span class="introduction-hello">Console.log("hello world!")</span> <br>
<h1> COFFEE AND CODE<br> ANNUAL MEETING<br> 2022</h1>
</section>
<section class="introduction-detail black">
<p> A joyful celebration believing in the value of openness and sharing, creating a poseitive change with people
from over 80 countries is taking place in October, in Ethiopia.</p>
</section>
<section class="event-place-time black">
<div class="event-date black">2022.10.15(THU) ~ 16 (FRI)</div>
<div class="event-place black"> <span class="place-at">@</span> SkyLight hottel, Addis Ababa, Ethiopia</div>
</section>
<section class="main-program">
<header class="white lato main-program-title"> Main Program</header>
<div class="programs">
<div class="program">
<div class="program-title orange">
<i class="fa fa-book icons" aria-hidden="true"></i>
<p>Lecture</p>
</div>
<div class="program-detail white lato">Listen to the speaker from various countries about the messeges of
sharing
and
<p>opening</p>
</div>
</div>
<div class="program">
<div class="program-title orange">
<i class="fa fa-book icons" aria-hidden="true"></i>
<p>CC Exhibition</p>
</div>
<div class="program-detail white">Appreciate various creations applying CC license of artists, organized from
<p>Art
Center Nabi.
</p>
</div>
</div>
<div class="program">
<div class="program-title orange">
<i class="fa fa-book icons" aria-hidden="true"></i>
<p>Forum</p>
</div>
<div class="program-detail white">Have the time to share your thoughts and opinions with experts for each
topic
</div>
</div>
<div class="program">
<div class="program-title orange">
<i class="fa fa-book icons" aria-hidden="true"></i>
<p>Workshop</p>
</div>
<div class="program-detail white">Try creating your own work using open source license rather than just
watching
</div>
</div>
<div class="program">
<div class="program-title orange">
<i class="fa fa-book icons" aria-hidden="true"></i>
<p> CC Ignite</p>
</div>
<div class="program-detail white">Get opportunities to network with CC affiliates around the worl, also after
the summit</div>
</div>
</div>
<button class="join white mobile_element"> Join CC Global Summit 2015</button>
<a href="#" class="program-see-all desktop-element">SEE THE WHOLE PROGRAM</a>
</section>
<section class="featured-speaker">
<header class="black center ">Featured Speakers</header>
<div class="speakers">
</div>
</section>
<section class="partner">
<p class="white partner-title">Partner</p>
<div class="partner-link">
<img src="images/partner/mozzila.svg" alt="Mozzila">
<img src="images/partner/google.png" alt="Google">
<img src="images/partner/airbnb.png" alt="airbnb">
</div>
</section>
</main>
<footer class="footer-index">
<div class="footer-logo">
<img class="footer-logo-img" src="images/logo.png" alt="coffee and code logo">
</div>
<div class="black footer-copyright">2022 Creative Commons Korea.<br>
Some Rights Reserved.
</div>
</footer>
<script src="js/script.js"></script>
<script src="js/dynamicSpeaker.js"></script>
</body>
</html>