-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathevent.php
More file actions
406 lines (394 loc) · 15.4 KB
/
event.php
File metadata and controls
406 lines (394 loc) · 15.4 KB
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
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
<?php
include_once('db-manager.php');
if(isset($_POST['register'])){
$firstname = $_POST['firstname'];
$lastname = $_POST['lastname'];
$email = $_POST['email'];
$phone = $_POST['phone'];
$career = $_POST['career'];
$state = $_POST['state'];
$sql = "INSERT INTO `attendees`(`firstname`, `lastname`, `email`, `career`, `phone`, `state`) VALUES ('$firstname','$lastname','$email','$career','$phone','$state')";
mysqli_query($cxn, $sql) or die(mysqli_error($cxn));
echo "<script type='text/javascript'>alert('You have been successfully registered!');</script>";
}
?>
<!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>Event</title>
<link rel="stylesheet" href="./css/event.css" />
</head>
<body>
<nav>
<img src="./images/icons8-menu-rounded-50.png" alt="" id="menu" onclick="menuOpen()">
<img src="./images/icon-close.svg" alt="" id="close" onclick="menuClose()">
<main>
<a href="./index"><img src="./images/navLogo.png" alt="" id="navlogo"></a>
</main>
<ul id="navList">
<li><a href="./index">Home</a></li>
<li><a href="./about">About Us</a></li>
<li><a href="./index#comm">Community</a></li>
<li><a href="./event">Events</a></li>
<li><a href="./team">Team</a></li>
<li><a href="#foot">Contact</a></li>
</ul>
</nav>
<section class="one">
<article class="top_left">
<h2>Blockchain UNN 2.0</h2>
<h1>The Advancement of Blockchain Adoption in Africa.</h1>
</article>
<article class="top_right">
<main class="countdown">
<div>
<h1 id="days">72</h1>
<small>Days</small>
</div>
<div>
<h1 id="hours">09</h1>
<small>Hours </small>
</div>
<div>
<h1 id="minutes">45</h1>
<small>Mins</small>
</div>
<div>
<h1 id="seconds">34</h1>
<small>Seconds</small>
</div>
</main>
<main class="countdown">
<div id="att">
<h1>3000+</h1>
<small>Attendees</small>
</div>
</main>
<main id="register">
<h1>REGISTER NOW</h1>
</main>
</article>
</section>
<section class="two">
<article class="eventdetails">
<main >
<div class="eventinfo">
<h1>Event Details</h1>
<div class="eveinfo">
<p><img src="./images/date.png" alt="" /> 28th & 29th April 2023</p>
<p id="time"><img src="./images/time.png" alt="" /> 9am - 4pm</p>
</div>
<div class="eveinfo">
<p>
<img src="./images/venue.png" alt="" />Ekpo Ref, University of Nigeria,Nsukka. Enugu State, Nigeria.
</p>
<p>
<img src="./images/title.png" alt="" /> Blockchain and Beyond: The future of Technology.
</p>
</div>
<div class="eveinfo" id="phreg">
<input type="submit" value="Register now" id="reg1">
</div>
</div>
</main>
<main class="wte">
<h1>Event Overview</h1>
<p id="wtep">
A 2 days event holding on 28th & 29th April, 2023.
Kickstarting on Day 1 with events such as workshops, networking, career fair, panel session, talks e.t.c.and main event on Day 2.
<br>
With an expected attendance of 3000+ participants physically and more virtually, this event is focused on helping Developers - both web2 & Web3 inclined, Creatives & Designers, Blockchain enthusiasts and tech individuals realize the endless possibilities and oppounities of the Blockchain and it’s ecosystem. And get involved.
<br>
Having been actively contributing to the Blockchain and Web3 space in Nigeria and Africa for over 2 years, our core
beliefs is that interactions and informative sessions are a great contribution to career growth and poised to create an enabling environment. As well as the belief that anyone can come into the ecosystem and scale, once properly informed.
<br>
With our value driven leaders, speakers and panelists, we will bridge the gap between Technical and non-technical parts of the Blockchain Ecosystem, get people onboarded, and of course water it with activities lined up post-event.
</p>
</main>
</article>
<article class="form">
<form action="" method="post">
<input type="text" name="firstname" id="" placeholder="Firstname">
<input type="text" name="lastname" id="" placeholder="Lastname">
<input type="email" name="email" id="" placeholder="Email address">
<input type="text" name="phone" id="" placeholder="Phone number">
<input type="text" name="career" id="" placeholder="Career in Tech">
<input type="text" name="state" id="" placeholder="State of Resisdence">
<input type="submit" name="register" value="Register Now" id="reg">
</form>
</article>
</section>
<section class="speakers">
<header>
<h1>Meet our speakers</h1>
</header>
<article class="threeG">
<main class="three">
<img src="./images/kevin.png" alt="" class="photo">
<div class="text">
<h2>Okoye Kevin Chibuoyim
(Ezemmuo Blockchain)</h2>
<p>Co-founder, BlockchainUNN;
Founder & CEO, GIDA
</p>
<div class="socials">
<a href="https://twitter.com/kevin_chibuoyim">.<img src="./images/twitter3.png" alt=""></a>
<a href="http://linkedin.com/in/kevin-chibuoyim">.<img src="./images/ln footer.png" alt="">.</a>
<a href="https://www.facebook.com/kevin.okoye.14">.<img src="./images/facebook3.png" alt=""></a>
</div>
</div>
</main>
<main class="three">
<img src="./images/kevin.png" alt="" class="photo">
<div class="text">
<h2>Okoye Kevin Chibuoyim
(Ezemmuo Blockchain)</h2>
<p>Co-founder, BlockchainUNN;
Founder & CEO, GIDA
</p>
<div class="socials">
<a href="https://twitter.com/kevin_chibuoyim">.<img src="./images/twitter3.png" alt=""></a>
<a href="http://linkedin.com/in/kevin-chibuoyim">.<img src="./images/ln footer.png" alt="">.</a>
<a href="https://www.facebook.com/kevin.okoye.14">.<img src="./images/facebook3.png" alt=""></a>
</div>
</div>
</main>
</article>
<article class="threeG">
<main class="three">
<img src="./images/kevin.png" alt="" class="photo">
<div class="text">
<h2>Okoye Kevin Chibuoyim
(Ezemmuo Blockchain)</h2>
<p>Co-founder, BlockchainUNN;
Founder & CEO, GIDA
</p>
<div class="socials">
<a href="https://twitter.com/kevin_chibuoyim">.<img src="./images/twitter3.png" alt=""></a>
<a href="http://linkedin.com/in/kevin-chibuoyim">.<img src="./images/ln footer.png" alt="">.</a>
<a href="https://www.facebook.com/kevin.okoye.14">.<img src="./images/facebook3.png" alt=""></a>
</div>
</div>
</main>
<main class="three">
<img src="./images/kevin.png" alt="" class="photo">
<div class="text">
<h2>Okoye Kevin Chibuoyim
(Ezemmuo Blockchain)</h2>
<p>Co-founder, BlockchainUNN;
Founder & CEO, GIDA
</p>
<div class="socials">
<a href="https://twitter.com/kevin_chibuoyim">.<img src="./images/twitter3.png" alt=""></a>
<a href="http://linkedin.com/in/kevin-chibuoyim">.<img src="./images/ln footer.png" alt="">.</a>
<a href="https://www.facebook.com/kevin.okoye.14">.<img src="./images/facebook3.png" alt=""></a>
</div>
</div>
</main>
</article>
</section>
<section class="instructors">
<header>
<h1>Meet our instructors</h1>
</header>
<article class="threeG">
<main class="three">
<img src="./images/kevin.png" alt="" class="photo">
<div class="text">
<h2>Okoye Kevin Chibuoyim
(Ezemmuo Blockchain)</h2>
<p>Co-founder, BlockchainUNN;
Founder & CEO, GIDA
</p>
<div class="socials">
<a href="https://twitter.com/kevin_chibuoyim">.<img src="./images/twitter3.png" alt=""></a>
<a href="http://linkedin.com/in/kevin-chibuoyim">.<img src="./images/ln footer.png" alt="">.</a>
<a href="https://www.facebook.com/kevin.okoye.14">.<img src="./images/facebook3.png" alt=""></a>
</div>
</div>
</main>
<main class="three">
<img src="./images/kevin.png" alt="" class="photo">
<div class="text">
<h2>Okoye Kevin Chibuoyim
(Ezemmuo Blockchain)</h2>
<p>Co-founder, BlockchainUNN;
Founder & CEO, GIDA
</p>
<div class="socials">
<a href="https://twitter.com/kevin_chibuoyim">.<img src="./images/twitter3.png" alt=""></a>
<a href="http://linkedin.com/in/kevin-chibuoyim">.<img src="./images/ln footer.png" alt="">.</a>
<a href="https://www.facebook.com/kevin.okoye.14">.<img src="./images/facebook3.png" alt=""></a>
</div>
</div>
</main>
</article>
</section>
<section class="outline">
<header>
<h1>
Outline of Events
</h1>
</header>
<main class="day1">
<article>
<button id="btn1a" onclick="day1()">Day 1</button>
<button id="btn2a" onclick="day2()">Day 2</button>
</article>
<article class="evelis">
<p>
9:00-10:00 AM <img src="./images/Line 8.png" alt=""> <span class="eve"> Arrival of all participants, guests and other dignitaries. By: <span class="evename"> Ogbonna Shedrack </span></span>
</p>
<p>
9:00-10:00 AM <img src="./images/Line 8.png" alt=""> <span class="eve"> Arrival of all participants, guests and other dignitaries. By: <span class="evename"> Ogbonna Shedrack </span></span>
</p>
<p>
9:00-10:00 AM <img src="./images/Line 8.png" alt=""> <span class="eve"> Arrival of all participants, guests and other dignitaries. By: <span class="evename"> Ogbonna Shedrack </span></span>
</p>
<p>
9:00-10:00 AM <img src="./images/Line 8.png" alt=""> <span class="eve"> Arrival of all participants, guests and other dignitaries. By: <span class="evename"> Ogbonna Shedrack </span></span>
</p>
</article>
</main>
<main class="day2">
<article>
<button id="btn1b" onclick="day1()">Day 1</button>
<button id="btn2b" onclick="day2()">Day 2</button>
</article>
<article class="evelis">
<p>
9:00-10:00 AM <img src="./images/Line 8.png" alt=""> <span class="eve"> Arrival of all participants, guests and other dignitaries. By: <span class="evename"> Ogbonna Shedrack </span></span>
</p>
<p>
9:00-10:00 AM <img src="./images/Line 8.png" alt=""> <span class="eve"> Arrival of all participants, guests and other dignitaries. By: <span class="evename"> Ogbonna Shedrack </span></span>
</p>
<p>
9:00-10:00 AM <img src="./images/Line 8.png" alt=""> <span class="eve"> Arrival of all participants, guests and other dignitaries. By: <span class="evename"> Ogbonna Shedrack </span></span>
</p>
<p>
9:00-10:00 AM <img src="./images/Line 8.png" alt=""> <span class="eve"> Arrival of all participants, guests and other dignitaries. By: <span class="evename"> Ogbonna Shedrack </span></span>
</p>
<p>
9:00-10:00 AM <img src="./images/Line 8.png" alt=""> <span class="eve"> Arrival of all participants, guests and other dignitaries. By: <span class="evename"> Ogbonna Shedrack </span></span>
</p>
<p>
9:00-10:00 AM <img src="./images/Line 8.png" alt=""> <span class="eve"> Arrival of all participants, guests and other dignitaries. By: <span class="evename"> Ogbonna Shedrack </span></span>
</p>
<p>
9:00-10:00 AM <img src="./images/Line 8.png" alt=""> <span class="eve"> Arrival of all participants, guests and other dignitaries. By: <span class="evename"> Ogbonna Shedrack </span></span>
</p>
</article>
</main>
</section>
<section class="sponsors">
<header>
<h1>
Our Sponsors
</h1>
</header>
<article class="sponsor1">
<header>
<h2>
Platinum(Headline) Sponsors:
</h2>
</header>
<main>
<span>
<div> <img src="./images/AlphaBlocks-Png-1.png" alt="" id="a1"></div>
<div><img src="./images/GIDA.png" alt=""></div>
</span>
<span>
<div><img src="./images/b4u.png" alt=""></div>
</span>
</main>
</article>
<article class="sponsor1">
<header>
<h2>
Gold Sponsors:
</h2>
</header>
<main>
<span>
<div> <img src="./images/AlphaBlocks-Png-1.png" alt="" id="a1"></div>
<div><img src="./images/GIDA.png" alt=""></div>
</span>
<span>
<div><img src="./images/b4u.png" alt=""></div>
</span>
</main>
</article>
<article class="sponsor1">
<header>
<h2>
Silver Sponsors:
</h2>
</header>
<main>
<span>
<div> <img src="./images/AlphaBlocks-Png-1.png" alt="" id="a1"></div>
<div><img src="./images/GIDA.png" alt=""></div>
</span>
<span>
<div><img src="./images/b4u.png" alt=""></div>
</span>
</main>
</article>
<article class="sponsor1">
<header>
<h2>
Bronze Sponsors:
</h2>
</header>
<main>
<span>
<div> <img src="./images/AlphaBlocks-Png-1.png" alt="" id="a1"></div>
<div><img src="./images/GIDA.png" alt=""></div>
</span>
<span>
<div><img src="./images/b4u.png" alt=""></div>
</span>
</main>
</article>
<article class="sponsor1">
<header>
<h2>
Media Patners:
</h2>
</header>
<main>
<span>
<div> <img src="./images/AlphaBlocks-Png-1.png" alt="" id="a1"></div>
<div><img src="./images/GIDA.png" alt=""></div>
</span>
<span>
<div><img src="./images/b4u.png" alt=""></div>
</span>
</main>
</article>
</section>
<footer id="foot">
<h1>
Sponsor Contact details
</h1>
<div>
<a href="mailto:admin@blockchaunn.org">Send a mail: admin@blockchaunn.org</a>
<span id="numbers"><img src="./images/icons8-call-male-80.png" id="call" alt="">07064271385, 08050827048, 08124720809</span>
<span>
<a href="http://www.linkedin.com/in/BlockchainUNN"><img src="./images/linked3.png" alt="" id="ln"> </a>
<a href="http://www.twitter.com/BlockchainUNN"><img src="./images/twitter.png" alt="" id="footertw"> </a>
<a href="http://www.twitter.com/BlockchainUNN"><img src="./images/youtube.png" alt=""> </a>
<a href="http://www.facebook.com/"><img src="./images/facebook.png" alt="" id="footerfb"> </a>
<a href="http://www.instagram.com/BlockchainUNN"><img src="./images/instagram.png" alt="" id="footerig"> </a>
</span>
</div>
<hr>
<p>Copyright © 2023. BlockchainUNN. All rights reserved</p>
</footer>
</body>
<script src="./js/event.js"></script>
<script src="./js/timer.js"></script>
</html>