-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathLanding-page.html
324 lines (280 loc) · 9.13 KB
/
Landing-page.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
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
<!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" />
<link rel="stylesheet" href="./css/Landing-page.css" />
<title>CodeClanNigera | Welcome</title>
</head>
<body>
<header class="container">
<div class="header-lt">
<h2 class="text-xl">CodeClan Nigeria</h2>
</div>
<div class="header-rt">
<div class="search-box">
<input
type="text"
class="text-black text-sm"
placeholder="Search for courses, clans ... "
/>
<img
src="img/svgs/ant-design_search-outlined.svg"
alt="search icon"
/>
</div>
<a href="" class="btn-md text-md text-center" id="log-in-btn">Log in</a>
<a
href=""
class="btn-md text-md text-white text-center"
id="sign-up-btn"
>Sign up</a
>
</div>
</header>
<section class="hero container">
<h2 class="text-lg">Tap into the Power of Community Learning.</h2>
<p class="text-md">
Community learning is a great way to learn, especially ones with
dedicated mentors. <br />
Code Clan Nigeria is the perfect place for you.
</p>
<a href="" class="text-lg btn-lg bg-black text-white">Get Started</a>
</section>
<section class="section-two">
<div class="cards container">
<div>
<img
src="img/svgs/undraw_real_time_collaboration_c62i 1.svg"
alt="realtime collaboration"
class="card-img"
/>
<p class="text-md">Get assigned to a clan</p>
</div>
<div>
<img
src="img/svgs/undraw_dev_productivity_umsq 1.svg"
alt="dev productivity"
class="card-img"
/>
<p class="text-md">Start your journey</p>
</div>
<div>
<img
src="img/svgs/undraw_status_update_jjgk 2.svg"
alt="stay up-to-date"
class="card-img"
/>
<p class="text-md">Get assigned to a mentor</p>
</div>
<div>
<img
src="img/svgs/undraw_mobile_wireframe_euf4 1.svg"
alt="group-projects"
class="card-img"
/>
<p class="text-md">Work on projects to build a solid portfolio</p>
</div>
</div>
<div class="info">
<div class="info-img"></div>
<div id="about" class="text-md about">
<h2>Tap into the Power of Community Learning.</h2>
<br />
<p class="text-md">
Community learning is a great way to learn, especially ones with
dedicated mentors. <br />
Code Clan Nigeria is the perfect place for you.
</p>
<br />
<a href="" class="text-black"
>Continue reading <i class="fas fa-arrow-right"></i>
</a>
</div>
</div>
</section>
<section class="section-three bg-blue">
<h2 class="text-white container text-center">
WHY CHOOSE CODECLAN NIGERIA ?
</h2>
<div class="container">
<div>
<img src="img/svgs/undraw_community_8nwl 1.svg" alt="" />
<p class="text-white text-md">Tap into the power of community</p>
</div>
<div>
<img src="img/svgs/undraw_sharing_articles_t5aa 1.svg" alt="" />
<p class="text-white text-md">Dedicated mentors assigned to clans</p>
</div>
<div>
<img src="img/svgs/undraw_project_completed_w0oq 1.svg" alt="" />
<p class="text-white text-md">Earn badges for courses completed</p>
</div>
<div>
<img src="img/svgs/undraw_status_update_jjgk 1.svg" alt="" />
<p class="text-white text-md">Learn to work in a team</p>
</div>
<div>
<img src="img/svgs/undraw_quiz_nlyh 1.svg" alt="" />
<p class="text-white text-md">
Chance to become a mentor upon the completion of your program
</p>
</div>
<div>
<img src="img/svgs/undraw_about_me_wa29 1.svg" alt="" />
<p class="text-white text-md">
Chance to boost your portfolio with projects and challenges
</p>
</div>
</div>
<p class="text-white container text-center">
Resources and events to boost your skill in a matter of time
</p>
</section>
<section class="section-four container">
<div class="section-four-title">
<h2>Courses available</h2>
<a href="" class="text-black text-md">Browse by categories</a>
</div>
<div class="course-wrap">
<div class="course course-1">
<div></div>
<p class="para-1"></p>
<p class="para-2"></p>
<p class="para-3"></p>
</div>
<div class="course course-2">
<div></div>
<p class="para-1"></p>
<p class="para-2"></p>
<p class="para-3"></p>
</div>
<div class="course course-3">
<div></div>
<p class="para-1"></p>
<p class="para-2"></p>
<p class="para-3"></p>
</div>
<div class="course course-4">
<div></div>
<p class="para-1"></p>
<p class="para-2"></p>
<p class="para-3"></p>
</div>
<div class="course course-5">
<div></div>
<p class="para-1"></p>
<p class="para-2"></p>
<p class="para-3"></p>
</div>
<div class="course course-6">
<div></div>
<p class="para-1"></p>
<p class="para-2"></p>
<p class="para-3"></p>
</div>
</div>
<div class="tools-used">
<h2 class="text-lg text-center">Tool Used</h2>
<div>
<img src="img/slack-icon.png" alt="slack icon" />
<img src="img/github-icon.png" alt="github icon" />
<img src="img/unknown-icon.png" alt="unknown icon" />
</div>
<a href="" class="container text-center text-black text-lg btn-md"
>Learn more</a
>
</div>
</section>
<section class="section-five">
<div class="container">
<h2>STUDENTS' TESTIMONIALS</h2>
<p>Check out some students reviews and their experience</p>
<p>Real Students, Real reviews</p>
</div>
<div class="container testimonies">
<div class="testimony testimony-1">
<div>
<div class="student-image"></div>
<h2 class="text-sm">Lorem ipsum</h2>
</div>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Culpa quas
molestias maxime earum
</p>
</div>
<div class="testimony testimony-2">
<div>
<div class="student-image"></div>
<h2 class="text-sm">Lorem ipsum</h2>
</div>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Culpa quas
molestias maxime earum
</p>
</div>
<div class="testimony testimony-3">
<div>
<div class="student-image"></div>
<h2 class="text-sm">Lorem ipsum</h2>
</div>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Culpa quas
molestias maxime earum
</p>
</div>
</div>
<div class="text-center">
<h2>Still have more questions?</h2>
<p>
Lorem ipsum, dolor sit amet consectetur adipisicing elit. Voluptatem
accusantium ea cupiditate architecto, quasi praesentium!
</p>
<a href="" class="btn-md text-white bg-blue">Get Started</a>
</div>
</section>
<section class="section-six">
<h2 class="container text-white">CodeClanNigera</h2>
<div class="container footer-links-wrap">
<ul>
<li>SERVICES</li>
<li><a href="#">Blog</a></li>
<li><a href="#">Community</a></li>
<li><a href="#">Resources</a></li>
</ul>
<ul>
<li>ABOUT US</li>
<li><a href="#">Mentors</a></li>
<li><a href="#">Partners</a></li>
<li><a href="#">Newsletter</a></li>
</ul>
<ul>
<li>CONNECT WITH US</li>
<li>
<a
href="https://www.facebook.com/groups/codeclannigeria/?ref=share"
target="_blank"
>Facebook</a
>
</li>
<li>
<a href="http://github.com/codeclannigeria" target="_blank"
>Github</a
>
</li>
<li>
<a href="https://twitter.com/codeclannigeria" target="_blank"
>Twitter</a
>
</li>
</ul>
</div>
</section>
<div class="horizontal-rule"></div>
<footer class="text-center">
<p class="container text-white">© 2020, CodeClan.</p>
</footer>
<script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/js/all.min.js"></script>
</body>
</html>