-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
361 lines (328 loc) · 13.9 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
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
<!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" />
<title>BlockchainUNN</title>
<link rel="stylesheet" href="./css/main.css">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@600&display=swap" rel="stylesheet">
</head>
<body>
<div class="main-content">
<nav class="navbar">
<div class="navbar-container container">
<a href="/index.html"><img src="images/header-logo.png" width="190" alt="BlockchainUNN" /></a>
<input type="checkbox" name="" id="">
<ul class="menu-items">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="index.html#events">Events</a></li>
<li><a href="team.html">Team</a></li>
<li><a href="index.html#review">Testimonial</a></li>
<li><a href="/contact.html">Contact</a></li>
</ul>
<div class="hamburger-lines">
<span class="line line1"></span>
<span class="line line2"></span>
<span class="line line3"></span>
</div>
</div>
</nav>
<!-- Header -->
<section class="heading-section">
<div class="shadow">
<h1>BLOCKCHAIN UNN</h1>
<p>A student organization developing the next generation of blockchain leaders through
hands-on projects and education.</p>
<a href=""><button>Get Started</button></a>
</div>
</section>
<!-- PARTNERSHIPS -->
<section class="b-partnership">
<!-- for large devices -->
<h1 class="b-heading b-overline d-large">MEET OUR <br />PARTNERS</h1>
<!-- for smaller devices -->
<h1 class="b-heading b-overline d-small">MEET OUR PARTNERS</h1>
<!-- partners -->
<div class="b-partners">
<img src="images/web3bridge.png" id="web3bridge" alt="web3bridge" srcset="">
<img src="images/blockchain4u.png" id="blockchain4u" alt="Blockchain4U" srcset="">
<img src="images/gida.png" id="gida" alt="GIDA" srcset="">
<img src="images/a1hub.png" id="a1hub" alt="A1 Blockchain Hub" srcset="">
</div>
</section>
<!-- WHY BLOCKCHAIN UNN -->
<section class="why">
<div class="about">
<h1 class="b-heading b-overline">ABOUT US</h1>
<p>Lorem ipsum dolor sit amet consectetur, adipisicing elit. Veritatis voluptas ipsa facere eaque magni
earum perspiciatis totam ducimus. Doloremque ratione laudantium delectus eos ea perferendis iusto
tempora soluta facilis harum! <br /><br /> Lorem ipsum dolor sit, amet consectetur adipisicing elit.
Esse doloremque nihil aliquid eos officiis harum quidem nisi amet iure inventore blanditiis, non
eveniet ipsa veritatis totam odit magnam dolor consequatur!</p>
<a href="about.html"><button class="moreBtn">Read More</button></a>
</div>
<img src="images/ezenmuo.jpg" alt="BlockchainUNN Conference" srcset="">
</section>
<section class="one">
<div>
<img src="./images/logo.png" id="logo" alt="" />
</div>
<article>
<div>
<hr>
<h1>OUR VISION</h1>
<p>
Le Lorem Ipsum est simplement du faux texte employ dans la
composition et la mise en page avant impression. Le Lorem Ipsum est le faux texte standard de
l'imprimerie depuis les années 1500, quandun imprimeur anonyme assembla ensemble
</p>
</div>
<div>
<hr>
<h1>OUR MISSION</h1>
<p>
Le Lorem Ipsum est simplement du faux texte employ dans la
composition et la mise en page avant impression. Le Lorem Ipsum est le faux texte standard de
l'imprimerie depuis les années 1500, quandun imprimeur anonyme assembla ensemble
</p>
</div>
</article>
</section>
<section class="two">
<article>
<header>
<hr>
<h1>
DIVE INTO OUR COMMUNITIES
</h1>
</header>
<div id="budv">
<h1>
BLOCKCHAINUNN DEVELOPERS (BUD)
</h1>
<button>Join the future</button>
</div>
</article>
<article>
<div id="buds">
<h1>
BLOCKCHAINUNN DESIGNERS (BUD)
</h1>
<button>Join the future</button>
</div>
<div id="bucs">
<h1>
BLOCKCHAINUNN COMMUNITIES (BUD)
</h1>
<button>Join the future</button>
</div>
</article>
</section>
<section class="three" id="events">
<header>
<hr>
<h1>
UPCOMING AND FEATURED EVENTS
</h1>
</header>
<main>
<article>
<div>
<h1>
BLOCKCHAINUNN EVENT
</h1>
<P>
Lorem ipsum dolor sit amet consectetur, adipisicing elit. Saepe perspiciatis natus
</P>
<h1 class="sold-out">
SOLD OUT
</h1>
</div>
<div>
<h1>
BINANCE-BCAT AFRICA SOUTHEAST EDITION
</h1>
<P>
Lorem ipsum dolor sit amet consectetur, adipisicing elit. Saepe perspiciatis natus
</P>
<h1 class="sold-out">
SOLD OUT
</h1>
</div>
<div>
<h1>
CBC MEET AND GREET
</h1>
<P>
Lorem ipsum dolor sit amet consectetur, adipisicing elit. Saepe perspiciatis natus
</P>
<h1 class="sold-out">
SOLD OUT
</h1>
</div>
</article>
<article>
<div>
<h1>
BLOCKCHAINUNN EVENT
</h1>
<P>
Lorem ipsum dolor sit amet consectetur, adipisicing elit. Saepe perspiciatis natus
</P>
<h1 class="sold-out">
23:13:45:33
</h1>
</div>
<div>
<h1>
BLOCKCHAINUNN EVENT
</h1>
<P>
Lorem ipsum dolor sit amet consectetur, adipisicing elit. Saepe perspiciatis natus
</P>
<h1 class="sold-out">
23:13:45:33
</h1>
</div>
<div>
<h1>
BLOCKCHAINUNN EVENT
</h1>
<P>
Lorem ipsum dolor sit amet consectetur, adipisicing elit. Saepe perspiciatis natus
</P>
<h1 class="sold-out">
23:13:45:33
</h1>
</div>
</article>
</main>
</section>
<section class="testimonials" id="review">
<header>
<hr class="header-line">
<h1>WHAT PEOPLE ARE SAYING</h1>
</header>
<main class="testimonial-card">
<div class="card1">
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit,
sed do eiusmod tempor incididunt ut labore et dolore magna
aliqua. Ut enim ad minim veniam, quis nostrud exercitation
ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit
esse cillum dolore eu fugiat nulla pariatur. Excepteur sint
occaecat cupidatat non proident, sunt in culpa qui officia deserunt
mollit anim id est laborum.
</p>
<hr id="line2">
<h5>Umoren Favour</h5>
</div>
<div class="card2">
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit,
sed do eiusmod tempor incididunt ut labore et dolore magna
aliqua. Ut enim ad minim veniam, quis nostrud exercitation
ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit
esse cillum dolore eu fugiat nulla pariatur. Excepteur sint
occaecat cupidatat non proident, sunt in culpa qui officia deserunt
mollit anim id est laborum.
</p>
<hr id="line1">
<h5>Umoren Favour</h5>
</div>
</main>
</section>
<section class="team-section">
<header>
<hr>
<h1>LEADERSHIP AND TEAM</h1>
</header>
<main class="main1">
<article>
<img src="./images/annaelechukwu.jpg" alt="" class="cofoundersImages">
<div>
<h5>Nduka Annaelechukwu Anthony</h5>
<p>Co-founder and Lead, BlockchainUNN;</p>
<p>Founder, A1 Blockchain Hub</p>
</div>
</article>
<article>
<img src="./images/Okoye Kevin Chibuoyim.jpg" alt="" class="cofoundersImages">
<div>
<h5>Okoye Kevin Chibuoyim</h5>
<p>Co-founder and Lead, BlockchainUNN;</p>
<p>Founder, A1 Blockchain Hub</p>
</div>
</article>
</main>
<main class="main2">
<article>
<img src="./images/alvan.jpeg" alt="" class="cofoundersImages">
<div>
<h5>Okechukwu Victor Alvan</h5>
<p>Co-founder and Lead, BlockchainUNN;</p>
<p>Founder, A1 Blockchain Hub</p>
</div>
</article>
<article class="otherTeam">
<a href="/team.html">
<span class="team-img" id="pic1"><img src="./images/Okoye Kevin Chibuoyim.jpg"
alt="Annaelechukwu"></span>
<span class="team-img" id="pic2"><img src="./images/annaelechukwu.jpg"
alt="Kevin"></span>
<span class="team-img" id="pic3"><img src="./images/amara.png" alt="Alvan"></span>
<span class="team-img" id="pic4"><img src="./images/emmanuella.png"
alt="Annaelechukwu"></span>
</a>
<a href="/team.html" class="team-link">Other Team Members →</a>
</article>
</main>
</section>
<!-- COMMUNITY -->
<section class="community">
<header>
<hr>
<h1>WE HAVE OVER</h1>
</header>
<ul class="community-breakdown">
<li>
<h4>3,000</h4>
<p>persons in our communities.</p>
</li>
<li>
<h4>10</h4>
<p>community events and featured events.</p>
</li>
<li>
<h4>5K</h4>
<p>In attendance.</p>
</li>
<li>
<h4>3</h4>
<p>skill acquisition communities.</p>
</li>
</ul>
</section>
<footer>
<div class="footer-div" id="footer">
<img src="./images/BcUnnLogoWHITE.png" class="logo" alt="">
<div class="footer-container">
<p><a href="/">Community</a></p>
<p><a href="/">Projects</a></p>
<p><a href="/">Team</a></p>
<p><a href="/">Join Us</a></p>
<p><a href="/">Contact</a></p>
</div>
</div>
<hr>
<div class="copyright">
<p>Copyright © 2022. BlockchainUNN</p>
</div>
</footer>
</div>
</body>
</html>