-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
302 lines (289 loc) · 13.4 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
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Home page - DevCAMP</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css"
integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
<link rel="stylesheet" href="css/style.css">
</head>
<body class="home">
<!--- Navbar -->
<header>
<div class="social-icons-nav bg-black py-2 d-none d-sm-none d-md-none d-lg-block d-xl-block">
<div class="container d-flex justify-content-end align-items-baseline">
<a class="text-white me-3" href="https://www.facebook.com/" rel="noopener" title="Facebook" target="_blank"><i
class="fab fa-facebook-f"></i></a>
<a class="text-white me-3" href="https://twitter.com/" rel="noopener" title="Twitter" target="_blank"><i
class="fab fa-twitter"></i></a>
<a class="text-white me-3 non-social text-decoration-none" href="#">English</a>
<a class="text-white me-3 non-social text-decoration-none" href="#" target="_blank">My Page</a>
<a class="text-white me-3 non-social text-decoration-none" href="#">Logout</a>
</div>
</div>
<nav class="navbar navbar-expand-lg bg-light">
<div class="container">
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarText"
aria-controls="navbarText" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<a class="navbar-brand bootcamp-logo d-none d-sm-none d-md-none d-lg-block d-xl-block use-cocogoose"
href="index.html">DevCAMP</a>
<div
class="collapse navbar-collapse d-flex justify-content-end d-none d-sm-none d-md-none d-lg-block d-xl-block"
id="navbarText">
<img src="images/close.png" class="close-navbar-mobile position-absolute" alt="Close menu">
<ul class="navbar-nav mb-2 mb-lg-0 float-end">
<li class="nav-item px-4 d-md-none d-lg-none d-xl-none">
<a class="nav-link " aria-current="page" href="index.html">Home</a>
</li>
<li class="nav-item px-4">
<a class="nav-link" aria-current="page" href="about.html">About</a>
</li>
<li class="nav-item px-3">
<a class="nav-link" href="#">Program</a>
</li>
<li class="nav-item px-3">
<a class="nav-link" href="#">Register</a>
</li>
<li class="nav-item px-3">
<a class="nav-link" href="#">Partners</a>
</li>
<li class="nav-item px-3">
<a class="nav-link" href="#">Updates</a>
</li>
<li class="nav-item px-3">
<a class="nav-link" href="#">Gallery</a>
</li>
</ul>
<span class="navbar-text px-3">
<a href="#" class="btn btn-outline-primary nav-cta">Register Today</a>
</span>
</div>
</div>
</nav>
</header>
<!--Jumbotron-->
<section id="jumbotron">
<div class="jumbotron jumbotron-fluid py-4">
<div class="container h-100 d-flex flex-column justify-content-center">
<h1 class="page-title display-4 use-cocogoose text-white text-uppercase">Frontend <br>DevCAMP 2022</h1>
<div class="bg-dark w-50 p-4 mb-4 bg-opacity-50 boot-desc">
<p class="lead text-white ">Learn to build a modern, responsive website with the latest HTML, CSS, and
JavaScript
technologies.</p>
</div>
<h2 class="date use-cocogoose text-uppercase text-white">Mon, 16 May, 2022</h2>
<p class="lead text-white">Venue: Zoom Video Conferencing App</p>
<div>
<a href="#" class="btn btn-lg btn-outline-light mt-3">Register your interest</a>
</div>
</div>
<img class="devcamp-featured-image" src="images/happy-girl.png" alt="Frontend stack of various webpages">
</div>
</section>
<!--Program-->
<section id="main-program" class="main-program bg-black">
<div class="container program-container py-5">
<div class="row pb-5">
<div class="col-12">
<div class="text-center section-title-holder">
<h2 class="text-white section-title">Program</h2>
</div>
</div>
</div>
<div class="program-wrapper d-flex flex-column flex-lg-row flex-xl-row">
<div class="d-flex program mb-4 mb-lg-0 mb-xl-0 me-lg-1 mb-xl-1">
<div class="d-flex flex-row flex-lg-column flex-xl-column">
<div class="card d-flex rounded-0">
<div class="card-body d-flex gap-2 align-items-center flex-lg-column flex-xl-column">
<div class="icon d-flex justify-content-center align-items-center mb-lg-4 mb-xl-4">
<img class="program-image" src="images/html-5.png" alt="Progam - Introduction to Mobile First Design">
</div>
<div class="title mb-lg-4 mb-xl-4">
<h4 class="card-title text-white">HTML</h4>
</div>
<p class="description text-white text-lg-center text-xl-center">Lorem ipsum dolor sit amet consec tetur
adipis icing elit. Quisquam,
quidem!</p>
</div>
</div>
</div>
</div>
<div class="d-flex program mb-4 mb-lg-0 mb-xl-0 me-lg-1 mb-xl-1">
<div class="d-flex flex-row flex-lg-column flex-xl-column">
<div class="card d-flex rounded-0">
<div class="card-body d-flex gap-2 align-items-center flex-lg-column flex-xl-column">
<div class="icon d-flex justify-content-center align-items-center mb-lg-4 mb-xl-4">
<img class="program-image" src="images/css-3.png" alt="Progam - Introduction to Mobile First Design">
</div>
<div class="title mb-lg-4 mb-xl-4">
<h4 class="card-title text-white">CSS</h4>
</div>
<p class="description text-white text-lg-center text-xl-center">Lorem ipsum dolor sit amet consec tetur
adipis icing elit. Quisquam,
quidem!</p>
</div>
</div>
</div>
</div>
<div class="d-flex program mb-4 mb-lg-0 mb-xl-0 me-lg-1 mb-xl-1">
<div class="d-flex flex-row flex-lg-column flex-xl-column">
<div class="card d-flex rounded-0">
<div class="card-body d-flex gap-2 align-items-center flex-lg-column flex-xl-column">
<div class="icon d-flex justify-content-center align-items-center mb-lg-4 mb-xl-4">
<img class="program-image" src="images/accessability.png"
alt="Progam - Introduction to Mobile First Design">
</div>
<div class="title mb-lg-4 mb-xl-4">
<h4 class="card-title text-white">UX</h4>
</div>
<p class="description text-white text-lg-center text-xl-center">Lorem ipsum dolor sit amet consec tetur
adipis icing elit. Quisquam,
quidem!</p>
</div>
</div>
</div>
</div>
<div class="d-flex program mb-4 mb-lg-0 mb-xl-0 me-lg-1 mb-xl-1">
<div class="d-flex flex-row flex-lg-column flex-xl-column">
<div class="card d-flex rounded-0">
<div class="card-body d-flex gap-2 align-items-center flex-lg-column flex-xl-column">
<div class="icon d-flex justify-content-center align-items-center mb-lg-4 mb-xl-4">
<img class="program-image" src="images/browser.png"
alt="Progam - Introduction to Mobile First Design">
</div>
<div class="title mb-lg-4 mb-xl-4">
<h4 class="card-title text-white">DOM</h4>
</div>
<p class="description text-white text-lg-center text-xl-center">Lorem ipsum dolor sit amet consec tetur
adipis icing elit. Quisquam,
quidem!</p>
</div>
</div>
</div>
</div>
<div class="d-flex program mb-4 mb-lg-0 mb-xl-0 me-lg-1 mb-xl-1">
<div class="d-flex flex-row flex-lg-column flex-xl-column">
<div class="card d-flex rounded-0">
<div class="card-body d-flex gap-2 align-items-center flex-lg-column flex-xl-column">
<div class="icon d-flex justify-content-center align-items-center mb-lg-4 mb-xl-4">
<img class="program-image" src="images/js.png" alt="Progam - Introduction to Mobile First Design">
</div>
<div class="title mb-lg-4 mb-xl-4">
<h4 class="card-title text-white">Javascript</h4>
</div>
<p class="description text-white text-lg-center text-xl-center">Lorem ipsum dolor sit amet consec tetur
adipis icing elit. Quisquam,
quidem!</p>
</div>
</div>
</div>
</div>
</div>
<div class="call-to-action d-none d-md-flex d-lg-flex d-xl-flex justify-content-center pt-lg-5 pt-xl-5 ">
<a href="#">
<h5 class="text-white text-decoration-underline">SEE THE WHOLE PROGRAM</h5>
</a>
</div>
<a href="#"
class="d-block d-md-none d-lg-none d-xl-none btn btn-lg bg-orange text-white rounded-0 py-4 m-auto mt-5 w-75">Register
for DevCAMP</a>
</div>
</section>
<!--Speaker-->
<section id="speakers" class="py-5">
<div class="spearkers-wrapper">
<div class="container">
<div class="row">
<div class="col-12">
<div class="text-center mb-5 pb-lg-4 section-title-holder">
<h2 class="text-black section-title">Speakers</h2>
</div>
</div>
</div>
<div id="hold-speakers" class="row"> </div>
<div class="row mt-3 d-md-none d-lg-none d-xl-none">
<div class="col-12">
<div class="call-to-action pt-lg-5 pt-xl-5">
<a id="show-more-speakers"
class="show-more-speakers btn btn-outline-dark w-100 d-flex align-items-baseline justify-content-center"
href="#">
<div class="me-2">More</div>
<i class="fa fa-angle-down orange-text"></i>
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!--Partners-->
<section id="partners" class="py-5 partners-section d-none d-md-block d-lg-block d-xl-block">
<div class="partners-wrapper pb-lg-4">
<div class="container">
<div class="row">
<div class="col-12">
<div class="text-center mb-5 section-title-holder">
<h2 class="text-white section-title">Partners</h2>
</div>
</div>
</div>
<div class="row">
<!-- parnert logos -->
<div class="col-12 col-lg-12 col-xl-12">
<div class="partners-slider ">
<div
class="partner-item d-flex flex-wrap flex-lg-nowrap flex-xl-nowrap justify-content-center align-items-center">
<div class="partner-img w-25 me-3">
<img class="w-100" src="images/partners/microverse.png" alt="Partner microverse">
</div>
<div class="partner-img w-25 me-3">
<img class="w-100" src="images/gitstart.png" alt="Partner gitstart">
</div>
<div class="partner-img w-25 me-3">
<img class="w-100" src="images/partners/microsoft.png" alt="Partner microsoft">
</div>
<div class="partner-img w-25 me-3">
<img class="w-100" src="images/partners/github.png" alt="Partner github">
</div>
<div class="partner-img w-25 me-3">
<img class="w-100" src="images/partners/zoom.png" alt="Partner zoom">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--Footer-->
<footer class="py-5 d-none d-md-block d-lg-block d-xl-block">
<div class="footer-wrapper">
<div class="container">
<div class="row">
<div class="col-6 col-sm-6 col-lg-4 col-xl-4 d-flex flex-column justify-content-center">
<div class="footer-logo">
<h3 class="logo">DevCAMP</h3>
</div>
</div>
<div class="col-6 col-sm-6 col-lg-8 col-xl-8 d-flex flex-column justify-content-center">
<div class="footer-description">
<p class="copyright ">Copyright 2022 | Some rights reserved </p>
<p class="footer-text d-none d-md-block d-lg-block d-xl-block">
Frontend DevCAMP takes place every year to brint together the communities of designer and developers and
share experience as well as opportunities to strengthen expertise and knowledge.
</p>
</div>
</div>
</div>
</div>
</div>
</footer>
<script src="js/mobile-menu.js"></script>
<script src="js/dynamic-speakers.js"></script>
</body>
</html>