-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathindex.html
314 lines (282 loc) · 9.73 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
303
304
305
306
307
308
309
310
311
312
313
314
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Code Clan Landing Page</title>
<link rel="stylesheet" href="css/all.min.css" />
<link rel="stylesheet" href="css/bootstrap.min.css" />
<link rel="stylesheet" href="css/fonts.css" />
<!-- <link rel="stylesheet" href="./css/landing.css" /> -->
<link rel="stylesheet" href="./css/index.min.css" />
<script
src="https://kit.fontawesome.com/becbb30976.js"
crossorigin="anonymous"
></script>
</head>
<body>
<div class="wrapper">
<nav class="">
<header>
<p>CodeClan</p>
</header>
<ul>
<li><i class="fas fa-search"></i></li>
<li>
<a class="btn btn-outline-primary" href="/signin.html">Login</a>
</li>
<li>
<a class="btn btn-primary" href="./signup.html">Sign up</a>
</li>
</ul>
</nav>
<section class="header__section container">
<div class="header-about p-4">
<div class="header__about__text">
<h3>Tap into the Power of Community Learning.</h3>
<p class="">
Community learning is a great way to learn, especially ones with
dedicated mentors. Code Clan Code Clan Nigeria is the perfect
place for you.
</p>
<button class="btn btn-dark header__cta rounded-0">
Get Started
</button>
</div>
<div class="header__image">
<img
src="./img/building_blocks.png"
class="img-fluid"
alt=""
srcset=""
/>
</div>
</div>
<div class="clan_cards">
<div class="description__cards">
<div class="description__card">
<img
src="./img/real_time_collaboration.png"
class="img-fluid"
alt=""
srcset=""
/>
<p>Get assigned to a clan</p>
</div>
<div class="description__card">
<img
src="./img/dev_productivity.png"
class="img-fluid"
alt=""
srcset=""
/>
<p>Start your Journey</p>
</div>
<div class="description__card">
<img
src="./img/assigned_mentor.png"
class="img-fluid"
alt=""
srcset=""
/>
<p>Get Assigned to A mentor</p>
</div>
<div class="description__card">
<img
src="./img/porfolio_wireframe.png"
class="img-fluid"
alt=""
srcset=""
/>
<p>Work on projects/ Build a solid Portfolio</p>
</div>
</div>
</div>
</section>
<div class="description__section py-5">
<div class="container">
<div class="description__goals">
<img src="./img/goal_target.png" class="img-fluid" alt="" />
<div class="goals__texts">
<h3>Tap into the Power of Community Learning.</h3>
<p class="my-3">
Community learning is a great way to learn, especially ones with
dedicated mentors. Code Clan Code Clan Nigeria is the perfect
place for you.
</p>
<a href="#">Learn More <i class="fas fa-arrow-right"></i></a>
</div>
</div>
</div>
</div>
<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>CLIENT 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 d-flex flex-column justify-content-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 btn-md text-white bg-blue">Get Started</a>
</div>
</section>
<section class="section-six">
<h2 class="container text-white footer-text-bold">CodeClanNigeria</h2>
<div class="container footer-links-wrap">
<ul>
<li class="footer-text-bold">SERVICES</li>
<li><a href="#">Blog</a></li>
<li><a href="#">Community</a></li>
<li><a href="#">Resources</a></li>
</ul>
<ul>
<li class="footer-text-bold">ABOUT US</li>
<li><a href="#">Mentors</a></li>
<li><a href="#">Partners</a></li>
<li><a href="#">Newsletter</a></li>
</ul>
<ul>
<li class="footer-text-bold">CONNECT WITH US</li>
<li><a href="#">Facebook</a></li>
<li><a href="#">Github</a></li>
<li><a href="#">Twitter</a></li>
</ul>
</div>
</section>
<footer class="">
<p class="container text-white">© 2020, CodeClan.</p>
</footer>
</div>
</body>
</html>