-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
294 lines (277 loc) · 10.6 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Zuri Landing Page ~ Team Thor</title>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,500;1,200;1,300&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="css/materialize.min.css" />
<link rel="stylesheet" href="css/app.css" />
</head>
<body>
<header>
<nav>
<div class="row">
<div class="zuri-logo">
<img src="img/zuri.png" alt="Zuri logo" />
</div>
<div class="trigger">
<span><em aria-hidden="true"></em></span>
</div>
<ul class="nav">
<li>Home</li>
<li>About Us</li>
<li>Contact</li>
</ul>
</div>
</nav>
</header>
<div class="primary row">
<div class="landing col l7 s12">
<div>
<h3>Welcome to</h3>
<h5>Zuri Training Landing Page!</h5>
<h6 class="tagline">Learn, Build, Grow.</h6>
<h6>Unlock your intelligence with Zuri Training.</h6>
</div>
</div>
<div class="form-area col l5 s12">
<div class="row">
<form class="col s12">
<h5>Sign Up</h5>
<p class="mb-3">Join us today!</p>
<div class="row">
<div class="input-field col s12">
<input
placeholder=""
id="firstname"
type="text"
class="validate"
/>
<label for="firstname">First Name</label>
</div>
</div>
<div class="row">
<div class="input-field col s12">
<input
placeholder=""
id="lastname"
type="text"
class="validate"
/>
<label for="lastname">Last Name:</label>
</div>
</div>
<div class="row">
<div class="input-field col s12">
<input
placeholder=""
id="email"
type="email"
class="validate"
/>
<label for="email">Email:</label>
</div>
</div>
<div class="row">
<div class="input-field col s12">
<input
placeholder=""
id="password"
type="password"
class="validate"
/>
<label for="password">Password:</label>
</div>
</div>
<div class="row">
<div class="input-field col s12">
<input
placeholder=""
id="cpassword"
type="password"
class="validate"
/>
<label for="cpassword">Confirm Password:</label>
</div>
</div>
<p>
<label>
<input type="checkbox" />
<span
>I agree to the <span class="bold">Terms of Users</span></span
>
</label>
</p>
<div class="col s12 form-action">
<button class="btn waves-effect waves-light sign-up">
Sign Up
</button>
<button class="btn waves-effect waves-light sign-in">
Sign In<i class="material-icons right">chevron_right</i>
</button>
</div>
</form>
</div>
</div>
</div>
<!-- Learning Section -->
<div class="row">
<h4 class="section-header">Learning Made Easy</h4>
<div class="col l8 s12">
<img
class="responsive-img"
src="img/student-learning.jpg"
alt="A student learning"
/>
</div>
<div class="learning-description col l4 s12">
<div class="sololearn-logo">
<img src="img/sololearn.svg" alt="SoloLearn Logo" />
</div>
<span>
Got the zeal, crave to learn and desire to groom and grow a career in
tech?
</span>
<br />
<span class="join">Join the Train</span>
<br /><br /><br />
<span> So much skills to build from the comfort of your home. </span>
</div>
</div>
<!-- Reviews Section -->
<div class="row">
<h4 class="section-header">What They Are Saying</h4>
<div class="col l4 s12">
<div class="review__box">
<h5 class="review__author">Funke Coker</h5>
<p class="review__content">
“I give a huge kudos to the initiators of this program. It’s so
great that young people can gain exposure and get equipped in key
tech skills from this training”.
</p>
</div>
</div>
<div class="col l4 s12">
<div class="review__box">
<h5 class="review__author">James Okoye</h5>
<p class="review__content">
“I give a huge kudos to the initiators of this program. It’s so
great that young people can gain exposure and get equipped in key
tech skills from this training”.
</p>
</div>
</div>
<div class="col l4 s12">
<div class="review__box">
<h5 class="review__author">Tunde Andrew</h5>
<p class="review__content">
“I give a huge kudos to the initiators of this program. It’s so
great that young people can gain exposure and get equipped in key
tech skills from this training”.
</p>
</div>
</div>
</div>
<!--
<div class="row footer">
<div class="col l4 m6 s8 offset-l4 offset-m3 offset-s2">
<small>Proudly sponsored by:</small>
<img
class="responsive-img"
src="img/zuri-x-i4g.png"
alt="Zuri x I4G Logo"
/>
</div>
</div> -->
<div class="footer row">
<div class="col l4 s12">
<div class="footer__content">
<img style="width: 90px;" src="img/zuri.png" alt="Zuri Logo">
<p>Learn, Build, Grow.</p>
<small>Proudly sponsored by:</small>
<img class="responsive-img zuri-x-i4g" src="img/zuri-x-i4g.png" alt="Zuri x I4G Logo">
</div>
</div>
<div class="col l4 s12">
<div class="footer__content">
<h5 class="footer__header">Quick Links</h5>
<ul class="footer__list">
<li>FAQs</li>
<li>About Us</li>
<li>Contact Us</li>
<li>Blog</li>
</ul>
</div>
</div>
<div class="col l4 s12">
<div class="footer__content">
<h5 class="footer__header">Contact Us</h5>
<div class="valign-wrapper mb-2">
<div><i class="material-icons left timeline-icon">home</i></div>
<div><span class="timeline-info">8 Jubliee-CMD Road, Magodo, Lagos State</span></div>
</div>
<div class="valign-wrapper mb-2">
<div><i class="material-icons left timeline-icon">call</i></div>
<div><span class="timeline-info">+2349000099900</span></div>
</div>
<div class="valign-wrapper mb-2">
<div><i class="material-icons left timeline-icon">email</i></div>
<div><span class="timeline-info">hello@zuri.team</span></div>
</div>
<div class="social__icons">
<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path
d="M12 13h-1a1 1 0 0 1 0-2h1V8a1 1 0 0 1 1-1h3a1 1 0 0 1 0 2h-2v2h2a1 1 0 0 1 0 2h-2v7a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1h-3a1 1 0 0 1 0-2h2V5H5v14h7v-6z"
fill="#fff" fill-rule="nonzero">
</svg>
<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path
d="M20.03 4.388a.922.922 0 0 0 .31-.177.998.998 0 0 1 1.41.095c.364.417.321 1.05-.095 1.414a2.914 2.914 0 0 1-.969.561c-.6.209-1.206.227-1.768.138a2.854 2.854 0 0 1-.284-.058 1 1 0 0 1-.52-.339c-.826-1.026-1.803-1.27-3.17-.767-1.283.473-1.795 1.534-1.553 3.498.074.6-.395 1.128-.998 1.125-3.215-.02-6.162-1.444-8.803-4.22a1.004 1.004 0 0 1 .033-1.418.998.998 0 0 1 1.414.034c1.974 2.076 4.067 3.24 6.3 3.528.033-2.184 1.009-3.724 2.916-4.428 2.02-.745 3.805-.375 5.155 1.085.213.015.432-.005.622-.071zM8.442 18.996c3.7 0 6.987-1.578 9.14-5.173.79-1.317 1.232-2.845 1.326-4.6a1 1 0 1 1 1.997.107c-.111 2.072-.646 3.919-1.608 5.525C16.753 19.103 12.799 21 8.442 21c-2.293 0-4.315-.631-6.033-1.894-.819-.6-.326-1.9.684-1.806 1.463.138 3.151-.354 5.067-1.516a.999.999 0 0 1 1.373.339c.286.474.135 1.09-.338 1.376-.924.56-1.822.994-2.693 1.298a9.155 9.155 0 0 0 1.94.199zM3.197 8.708A.999.999 0 1 1 5.04 7.93c.218.52.568.896 1.08 1.158.492.251.687.855.437 1.348a.999.999 0 0 1-1.345.437 4.21 4.21 0 0 1-2.015-2.166zm.92 3.985a1.003 1.003 0 0 1 .352-1.373.999.999 0 0 1 1.37.352c.393.665.789 1.006 1.178 1.097a1.002 1.002 0 0 1-.45 1.952c-.986-.228-1.8-.928-2.45-2.028z"
fill="#fff" fill-rule="nonzero">
</svg>
<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path
d="M12 19a1 1 0 0 1 0 2H8a5 5 0 0 1-5-5V8a5 5 0 0 1 5-5h8a5 5 0 0 1 5 5v8a5 5 0 0 1-5 5 1 1 0 0 1 0-2 3 3 0 0 0 3-3V8a3 3 0 0 0-3-3H8a3 3 0 0 0-3 3v8a3 3 0 0 0 3 3h4zm0-2.5a4.5 4.5 0 1 1 0-9 4.5 4.5 0 0 1 0 9zm0-2a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5zm4.5-6a1 1 0 1 1 0-2 1 1 0 0 1 0 2z"
fill="#fff" fill-rule="nonzero">
</svg>
</div>
</div>
</div>
</div>
<!-- <footer>
<div class="div1">
<div class="zuri"></div>
<h3>Learn,Build ,Grow</h3>
<br />
<h3>Proudly sponsored by:</h3>
<div class="zuri2"></div>
</div>
<div class="div2">
<h2>Quick Links</h2>
<ul>
<li>FAQs</li>
<li>About Us</li>
<li>Contact Us</li>
<li>Blog</li>
</ul>
</div>
<div class="div3">
<h4>Contact Us</h4>
<ul>
<li>8 Jubliee-CMD Road Magodo Lagos State</li>
<li>+234900009990</li>
<li>hello @zuri.team</li>
</ul>
<i></i>
</div>
</footer> -->
<script src="js/materialize.min.js"></script>
<script src="js/app.js"></script>
</body>
</html>