-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
executable file
·402 lines (369 loc) · 13.5 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Waves Africa</title>
<meta charset="UTF-8">
<meta name="description" content="Waves Africa">
<meta name="keywords" content="wavesplatform, bitcoin, cryptocurrency, dapps, african crypto players, decentralized apps, africa blockchain conference, africa blockchain community, Nigeria blockchain community, waves africa, learn waves in africa">
<!-- PWA Essentials-->
<meta name="viewport" content="width=device-width, user-scalable=no">
<link rel="manifest" href="manifest.json" />
<!-- Social Sharing Essentials -->
<meta name=" theme-color" content="#000">
<meta property="og:title" content="Waves Africa">
<meta property="og:description" content="A community of passionate blockchain developers & enthusiats across Africa">
<meta property="og:image" content="https://wavescommunity.africa/img/banner.png">
<meta property="og:url" content="https://wavescommunity.africa">
<meta property="og:type" content="website">
<meta name="twitter:card" content="summary_large_image">
<!-- Non-Essential, But Recommended -->
<meta property="og:site_name" content="Waves Africa">
<meta name="twitter:image:alt" content="Alt text for image">
<!-- Favicon -->
<link href="img/favicon.png" rel="shortcut icon"/>
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
<!-- Stylesheets -->
<link rel="stylesheet" href="css/bootstrap.min.css"/>
<link rel="stylesheet" href="css/font-awesome.min.css"/>
<link rel="stylesheet" href="css/themify-icons.css"/>
<link rel="stylesheet" href="css/animate.css"/>
<link rel="stylesheet" href="css/owl.carousel.css"/>
<link rel="stylesheet" href="css/style.css"/>
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Page Preloder -->
<div id="preloder">
<div class="loader"></div>
</div>
<!-- Header section -->
<header class="header-section clearfix">
<div class="container-fluid">
<a href="https://wavescommunity.africa" class="site-logo">
<img src="img/logo.png" alt="">
</a>
<div class="responsive-bar"><i class="fa fa-bars"></i></div>
<a href="https://t.me/wavesafrica" class="site-btn">Attend a meetup</a>
<nav class="main-menu">
<ul class="menu-list">
<li><a href="#about">About</a></li>
<li><a href="#build"> ♢ Build on Waves ♥ </a></li>
<li><a href="#tools">Tools</a></li>
</ul>
</nav>
</div>
</header>
<!-- Header section end -->
<!-- Hero section -->
<section class="hero-section">
<div class="container">
<div class="row">
<div class="col-md-6 hero-text">
<h2>A community of passionate <span>blockchain developers &</span> <br>enthusiasts across Africa</h2>
<h4>Collectively building decentralized and trustless products</h4>
</div>
<div class="col-md-6">
<img src="img/laptop.png" class="laptop-image" alt="">
</div>
</div>
</div>
</section>
<!-- Hero section end -->
<!-- About section -->
<section id="about" class="about-section spad">
<div class="container">
<div class="row">
<div class="col-lg-6 offset-lg-6 about-text">
<h2>What is Waves Africa?</h2>
<h5>We are enhancing Blockchain Adoption in Africa with Waves Blockchain</h5>
<p>Waves Africa is contributing to the awareness of blockchain technology by educating the next generation of African Developers and techies for the future.</p>
<a href="https://t.me/wavesafrica" class="site-btn sb-gradients sbg-line mt-5">Become a member</a>
</div>
</div>
<div class="about-img">
<img src="img/about-img.png" alt="">
</div>
</div>
</section>
<!-- About section end -->
<!-- Process section -->
<section class="process-section spad">
<div class="container">
<div class="section-title text-center">
<h2>What we do?</h2>
<p>Start learning about blockchain with interactive tutorials. It’s fun, easy, and we got everything you need! </p>
</div>
<div class="row">
<div class="col-md-4 process">
<div class="process-step">
<figure class="process-icon">
<img src="img/process-icons/1.png" alt="#">
</figure>
<h4>We Connect</h4>
<p>Opportunity to geographically target like minds. </p>
</div>
</div>
<div class="col-md-4 process">
<div class="process-step">
<figure class="process-icon">
<img src="img/process-icons/2.png" alt="#">
</figure>
<h4>We Share</h4>
<p>Opportunity to merge with great minds and develop rich stuffs. </p>
</div>
</div>
<div class="col-md-4 process">
<div class="process-step">
<figure class="process-icon">
<img src="img/process-icons/3.png" alt="#">
</figure>
<h4>We Build</h4>
<p>Engaging developers to build disruptive Blockchain powered applications </p>
</div>
</div>
</div>
</div>
</section>
<!-- Process section end -->
<!-- Features section -->
<section id="build" class="features-section spad solid-bg">
<div class="container text-white">
<div class="section-title text-center">
<h2>Build On Waves</h2>
<p>Waves Protocol is an Open blockchain platform and development toolset for Web 3.0 applications and decentralized solutions</p>
</div>
<div class="row">
<!-- feature -->
<div class="col-md-6 col-lg-4 feature">
<i class="ti-shield"></i>
<div class="feature-content">
<h4>Secure</h4>
<p>Decentralization of the blockchain’s core infrastructure ensures outstanding security. </p>
</div>
</div>
<!-- feature -->
<div class="col-md-6 col-lg-4 feature">
<i class="fa fa-github"></i>
<div class="feature-content">
<h4>Open Source</h4>
<p>Waves offers open-source and enterprise-ready public blockchain technology. </p>
<a href="https://github.com/wavesplatform" class="readmore">Github Repo</a>
</div>
</div>
<!-- feature -->
<div class="col-md-6 col-lg-4 feature">
<i class="fa fa-arrows-alt"></i>
<div class="feature-content">
<h4>Versatile</h4>
<p>There are 16 types of transaction available on the Waves blockchain, offering flexibility and allowing developers to implement complex logic for dApps </p>
</div>
</div>
<!-- feature -->
<div class="col-md-6 col-lg-4 feature">
<i class="fa fa-database"></i>
<div class="feature-content">
<h4>Libraries</h4>
<p>Community-driven open source libraries for different programming languages: Python: PyWaves | Java: WavesJ | C#: WavesCS | C: WavesC
</p>
<a href="https://docs.wavesprotocol.org/en/waves-api-and-sdk/client-libraries/unofficial-libraries.md" class="readmore">More Libraries</a>
</div>
</div>
<!-- feature -->
<div class="col-md-6 col-lg-4 feature">
<i class="ti-reload"></i>
<div class="feature-content">
<h4>Decentralized Exchange</h4>
<p>Available for all major platforms: Windows, Mac OS, Linux, iOS and Android devices. </p>
<a href="https://wavesprotocol.com/technology/wallet" class="readmore">Learn more</a>
</div>
</div>
<!-- feature -->
<div class="col-md-6 col-lg-4 feature">
<i class="ti-panel"></i>
<div class="feature-content">
<h4>APIs</h4>
<p>Tools for communicating with the blockchain. Node API, DEX API, Data Services API, Auth API, Payment API, Waves Keeper API. </p>
<a href="https://wavesprotocol.org/developers" class="readmore">View APIs</a>
</div>
</div>
</div>
</div>
</section>
<!-- Features section end -->
<!-- Fact section
<section class="fact-section gradient-bg">
<div class="container">
<div class="row">
<div class="col-sm-6 col-md-6 col-lg-3">
<div class="fact">
<h2>60</h2>
<p>Support <br> Countries</p>
<i class="ti-basketball"></i>
</div>
</div>
<div class="col-sm-6 col-md-6 col-lg-3">
<div class="fact">
<h2>100+</h2>
<p>TXN <br> per sec</p>
<i class="ti-panel"></i>
</div>
</div>
<div class="col-sm-6 col-md-6 col-lg-3">
<div class="fact">
<h2>400</h2>
<p>Active <br>Nodes</p>
<i class="ti-stats-up"></i>
</div>
</div>
<div class="col-sm-6 col-md-6 col-lg-3">
<div class="fact">
<h2>240</h2>
<p>Years <br> of Experience</p>
<i class="ti-user"></i>
</div>
</div>
</div>
</div>
</section>
<!-- Fact section end -->
<!-- Review section
<section class="review-section spad">
<div class="container">
<div class="row">
<div class="col-lg-8 push-8">
<img src="img/quote.png" alt="" class="quote mb-5">
<div class="review-text-slider owl-carousel">
<div class="review-text">
<p>"Short review”</p>
</div>
<div class="review-text">
<p>"Short review”</p>
</div>
<div class="review-text">
<p>"Short review”</p>
</div>
</div>
</div>
<div class="col-lg-4 pr-0 pull-3">
<div class="review-meta-slider owl-carousel pt-5">
<div class="author-meta">
<div class="author-avatar set-bg" data-setbg="img/review/1.jpg"></div>
<div class="author-name">
<h4>Aaron Ballance</h4>
<p>Ceo Bitcoin</p>
</div>
</div>
<div class="author-meta">
<div class="author-avatar set-bg" data-setbg="img/review/2.jpg"></div>
<div class="author-name">
<h4>Jackson Nash</h4>
<p>Head of Design</p>
</div>
</div>
<div class="author-meta">
<div class="author-avatar set-bg" data-setbg="img/review/3.jpg"></div>
<div class="author-name">
<h4>Katy Abrams</h4>
<p>Product Manager</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Review section end -->
<!-- Blog section -->
<section id="tools" class="blog-section spad">
<div class="container">
<div class="section-title text-center">
<h2>Blockchain Tools</h2>
<p>Our tools are completely free and open source for anyone to contribute.</p>
</div>
<div class="row">
<!-- blog item -->
<div class="col-md-4">
<div class="blog-item">
<figure class="blog-thumb">
<img src="img/blog/bot.png" alt="">
</figure>
<div class="blog-text">
<div class="post-date">Waves Africa BOT</div>
<h4 class="blog-title"><a >Telegram Bot for tracking Waves price in local African Currencies</a></h4>
<div class="post-meta">
<a ><span>by</span> Waves Africa</a>
<a href="https://github.com/wavesafrica"><i class="fa fa-github"></i> Check repo</a>
<a href="https://t.me/wavesafricabot"><i class="fa fa-flash"></i> Try BOT</a>
</div>
</div>
</div>
</div>
<!-- blog item -->
<div class="col-md-4">
<div class="blog-item">
<figure class="blog-thumb">
<img src="img/blog/ride.png" alt="">
</figure>
<div class="blog-text">
<div class="post-date">Awesome Waves RIDE</div>
<h4 class="blog-title"><a >Awesome resources: articles, demos, videos for learning RIDE </a></h4>
<div class="post-meta">
<a ><span>by</span> Waves Africa</a>
<a href="https://github.com/Wavesafrica/Awesome-WavesRIDE"><i class="fa fa-github"></i> Check repo</a>
<a href=""><i class="fa fa-flash"></i> Use List</a>
</div>
</div>
</div>
</div>
<!-- blog item -->
<div class="col-md-4">
<div class="blog-item">
<figure class="blog-thumb">
<img src="img/blog/api.png" alt="">
</figure>
<div class="blog-text">
<div class="post-date">WAVES PRICE API</div>
<h4 class="blog-title"><a >Open API to get Waves prices and convert in African Currencies </a></h4>
<div class="post-meta">
<a ><span>by</span> Waves Africa</a>
<a href="https://github.com/Wavesafrica/waves-africa-api"><i class="fa fa-github"></i> Check repo</a>
<a href="https://github.com/Wavesafrica/waves-africa-api"><i class="fa fa-flash"></i> Use Api</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Blog section end -->
<!-- Footer section -->
<footer class="footer-section">
<div class="container">
<div class="footer-bottom">
<div class="row footer">
<div class="social">
<a href="https://t.me/wavesafrica" class="facebook"><i class="fa fa-telegram"></i></a>
<a href="https://twitter.com/waves_africa" class="facebook"><i class="fa fa-twitter"></i></a>
<a href="https://github.com/wavesafrica" class="facebook"><i class="fa fa-github"></i></a>
<a href="https://facebook.com/wavesafrica" class="facebook"><i class="fa fa-facebook"></i></a>
</div>
<div class="col-lg-8 text-center text-lg-right">
<ul class="footer-nav">
<li><a >Copyright © 2018 - 2020 All rights reserved</a></li>
<li><a href="https://qurulab.com">Built and maintained with ❤ by Quru Lab</a></li>
</ul>
</div>
</div>
</div>
</div>
</footer>
<!--====== Javascripts & Jquery ======-->
<script src="js/jquery-3.2.1.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>