-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
329 lines (324 loc) · 17.1 KB
/
index.php
File metadata and controls
329 lines (324 loc) · 17.1 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
<?php require('header.php') ?>
<section class="panel b-blue" id="1">
<article class="panel__wrapper">
<div class="panel__content">
<a href="index.php"><img src="img/logo.png" alt="ethereum.network_logo" class="logo"></a>
<div class="container">
<div class="row">
<div class="col-md-8">
<div class="home-content">
<div class="home-heading">
<h1><em class="change">500</em><br>intermediate developers for<span class="change size"> ETHEREUM!</span></h1>
</div>
<div class="row">
<div class="col-md-12">
<div class="home-box-content">
<div class="left-text">
<h4>OBJECTIVES</h4>
<ol>
<li>Increase the awareness of <span style="color: #FFCE00">Ethereum</span> among the intermediate developers in <span style="color: #01ff01; font-weight: bold;">Ni</span>ge<span style="color: #01ff01; font-weight: bold;">ria</span></li>
<li>Add 500 developers into the global pool of <span style="color: #FFCE00">Ethereum</span> developers under the onemilliondevs project</li>
<li>Have minimum of a hundred open source relatable use cases added to mainnet</li>
</ol>
<div class="primary-button">
<a href="#4">Click To Register</a>
</div>
<div class="primary-button-2">
<a href="https://ethereum.network/learn
" target="_blank">Click For developer's resources</a>
</div>
</div>
<div class="right-image">
<img src="img/hd.jpg" alt="mini_pic">
</div>
<div class="host-logo">
<a href="https://bloceducare.com" target="_blank"><img src="img/bloc.png" alt="mini_pic"></a>
<a href="https://ethereum.network/" target="_blank"><img src="img/eth.png" alt="mini_pic"></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</article>
</section>
<section class="panel b-yellow" id="2">
<article class="panel__wrapper">
<div class="panel__content">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<div class="about-content">
<div class="heading">
<h4>PROJECT SUMMARY</h4>
</div>
<div class="row">
<div class="col-md-12">
<div class="about-box-content">
<img src="img/why.jpg" alt="">
</div>
</div>
<div class="col-md-8 col-md-offset-5">
<div class="about-box-text">
<h4>OUR FOCUS</h4>
<p>The target of this pilot test is to attract 500 intermediate developers in Africa to improve on their knowledge of the ethereum smart contracts and code base, and see them develop very simple dApps that can be used in their <strong>“immediate”</strong> environment</p>
<div class="primary-button">
<a href="#5">NEXT <i class="fas fa-arrow-right"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</article>
</section>
<section class="panel b-pink" id="5">
<article class="panel__wrapper">
<div class="panel__content">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<div class="about-content">
<div class="heading">
<h4>PROBLEM STATEMENT</h4>
</div>
<div class="row">
<div class="col-md-12">
<div class="about-box-content">
<img src="img/jl.png" alt="">
</div>
</div>
<div class="col-md-8 col-md-offset-5">
<div class="about-box-text">
<h4>A THOUGHT</h4>
<p>As mentioned by Joseph Lubin after Devcon 5, there is a need to increase numbers of developers in the Ethereum community to one million.
This developer addition is believed can be easily achieved with a careful and conscious concentration on Africa especially Nigeria
</p>
<p>“As of 2018, Nigeria represented the fourth fastest growing developer community on GitHub, an open-source software development platform owned by Microsoft. Between 2017 and 2018, the number of Nigerian developers contributing to GitHub grew by more than 160%, according to their Octoverse report.”
</p>
<div class="primary-button">
<a href="#3">Keep going CHAMP! <i class="fas fa-smile-wink"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</article>
</section>
<section class="panel b-red" id="3">
<article class="panel__wrapper">
<div class="panel__content">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<div class="projects-content">
<div class="heading">
<h4>Project Timetable</h4>
</div>
<div class="row">
<div class="col-md-12">
<div class="owl-carousel owl-theme projects-container">
<div>
<div class="project-item"><img src="img/project-item-01.jpg" alt="">
<div class="text-content">
<h4>Announcement<br>& registration</h4>
<p>October 28th – November 10th 2019</p>
</div>
</div>
</div>
<div>
<div class="project-item"><img src="img/project-item-02.jpg" alt="">
<div class="text-content">
<h4>Learning <br>& Coding</h4>
<p>November 11th – January 6th, 2020</p>
</div>
</div>
</div>
<div>
<div class="project-item"><img src="img/project-item-03.jpg" alt="">
<div class="text-content">
<h4>Testnet, <br>code audit & QA</h4>
<p>January 7th – January 18th, 2020</p>
</div>
</div>
</div>
<div>
<div class="project-item"><img src="img/project-item-04.jpg" alt="">
<div class="text-content">
<h4>Mainnet <br>Reward</h4>
<p>January 20th – January 30th, 2020</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="projects-content-2">
<div class="heading">
<h4>Project Timetable</h4>
</div>
<div class="row">
<div class="col-md-12">
<div>
<div class="project-item"><img src="img/project-item-05.jpg" alt="">
<div class="text-content">
<h4>October 28th – November 10th 2019</h4>
<p>Announcement & registration</p>
<h4>November 11th – January 6th, 2020</h4>
<p>Learning & Coding</p>
<h4>January 7th – January 18th, 2020</h4>
<p>Testnet, code audit & QA</p>
<h4>January 20th – January 30th, 2020</h4>
<p>Mainnet Reward</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</article>
</section>
<section class="panel b-yellow" id="6">
<article class="panel__wrapper">
<div class="panel__content">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<div class="about-content">
<div class="row">
<div class="col-md-12">
<div class="about-box-content">
<img src="img/reward.jpg" alt="">
</div>
</div>
<div class="col-md-8 col-md-offset-5">
<div class="about-box-text">
<h4>REWARD</h4>
<p>- Developers with <strong>TOP #3</strong> Projects => <strong>$1000 each</strong></p>
<p>- Next <strong>Top #5</strong> Developers Projects => <strong>$300 each</strong></p>
<div class="primary-button">
<a href="#4">BE THAT CHAMP NOW <i class="fas fa-arrow-down"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</article>
</section>
<section class="panel b-green" id="4">
<article class="panel__wrapper">
<div class="panel__content">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="contact-content">
<div class="heading">
<h4>REGISTER HERE</h4>
</div>
<div class="row">
<div class="col-md-8">
<div class="register-form">
<form id="contact" method="post">
<fieldset>
<input name="name" type="name" class="form-control" id="name" placeholder="Your full name *" required>
</fieldset>
<fieldset>
<input name="email" type="email" class="form-control" id="email" placeholder="Your e-mail address *" required>
</fieldset>
<fieldset>
<input name="phone" type="phone" class="form-control" id="phone" placeholder="+234 **** ****" required>
</fieldset>
<fieldset>
<input name="state" type="text" class="form-control" id="state" placeholder="Your State *" required>
</fieldset>
<fieldset>
<input name="country" type="text" class="form-control" id="country" placeholder="Your Country *" required>
</fieldset>
<fieldset>
<input name="alias" type="text" class="form-control" id="alias" placeholder="Your alias (e.g codingeek)">
</fieldset>
<fieldset><input name="g_url" type="url" class="form-control" id="g_url" placeholder="https://github.com/codingeek *" required>
</fieldset>
<fieldset><input name="t_url" type="url" class="form-control" id="t_url" placeholder="https://twitter.com/codingeek *" required>
</fieldset>
<fieldset><input name="f_url" type="url" class="form-control" id="f_url" placeholder="https://facebook.com/codingeek">
</fieldset>
<p style="color: #fff;">How did you hear about us? *</p>
<fieldset><input name="hear" type="text" class="form-control" id="bio" placeholder="e.g twitter *" required>
</fieldset>
<p style="color: #fff;">Tell us a bit about yourself and why you'd like to participate *</p>
<textarea name="bio" id="bio" placeholder="Tell us a bit about yourself and why you would like to participate *" cols="30" rows="10" required>
</textarea>
<div class="g-recaptcha" data-sitekey="6Lel7roUAAAAAKH8ywQe0NBTQDzyFo9ugaqQ4Ycf"></div>
<button name="submit" type="submit" id="form-submit" class="btn">Register</button>
</form>
</div>
</div>
<div class="col-md-4">
<div class="more-info">
<div class="status">
<?php require('register.php') ?>
</div>
<p>Hello, glad to have you take a step to join the large network of Ethereum developers across Nigeria and the rest of Africa.
<br><br>Kindly fill the sections required to get started! <i class="fas fa-smile-wink"></i></p>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-12">
<div class="footer">
<p>Copyright © 2019 Nigeria Ethereum Network
| Designed by <a href="https://crevatal.com" target="_blank">Crevatal</a></p>
</div>
</div>
</div>
</div>
</div>
</article>
</section>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.11.2.min.js"><\/script>')</script>
<script src="js/vendor/bootstrap.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID. -->
<!--
<script>
(function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]=
function(){(b[l].q=b[l].q||[]).push(arguments)});b[l].l=+new Date;
e=o.createElement(i);r=o.getElementsByTagName(i)[0];
e.src='//www.google-analytics.com/analytics.js';
r.parentNode.insertBefore(e,r)}(window,document,'script','ga'));
ga('create','UA-XXXXX-X','auto');ga('send','pageview');
</script>
-->
</body>
</html>