-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaboutfounder.html
622 lines (542 loc) · 35.7 KB
/
aboutfounder.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
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
<!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">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>Our Founder</title>
<link rel="icon" href="img/fav.png" type="image/x-icon">
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="ionicons/css/ionicons.min.css" rel="stylesheet">
<!-- main css -->
<link href="css/style.css" rel="stylesheet">
<!-- <link href="css/main.css" rel="stylesheet"> -->
<!-- modernizr -->
<script src="js/modernizr.js"></script>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[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>
<!-- Preloader -->
<div id="preloader">
<div class="pre-container">
<div class="spinner">
<div class="double-bounce1"></div>
<div class="double-bounce2"></div>
</div>
</div>
</div>
<!-- end Preloader -->
<div class="container-fluid">
<!-- box-header -->
<header class="box-header">
<div class="box-logo">
<a href="index.html"><img src="img/icons/Avarch.gif" width="80" alt="Logo"></a>
</div>
<!-- box-nav -->
<a class="box-primary-nav-trigger" href="#0">
<span class="box-menu-text">Menu</span><span class="box-menu-icon"></span>
</a>
</header>
<!-- end box-header -->
<!-- nav -->
<nav>
<ul class="box-primary-nav">
<li class="box-label">about us</li>
<li><a href="index.html">Home</a>
<li><a href="about.html">About Us</a></li>
<li><a href="associate-partner.html">Associates and Partners</a>
<li><a href="projects.html">Projects</a></li>
<li><a href="contact.html">contact us</a></li>
<li class="box-label">Follow me</li>
<li class="box-social"><a href="https://twitter.com/ether_world" target="_blank"><i
class="ion-social-twitter"></i></a></li>
<li class="box-social"><a href="https://www.youtube.com/channel/UCnceAY-vAQsO8TgGAj5SGFA"
target="_blank"><i class="ion-social-youtube"></i></a></li>
<li class="box-social"><a href="https://github.com/Avarch-org" target="_blank"><i
class="ion-social-github"></i></a></li>
<li class="box-social"><a href="https://www.instagram.com/etherworld.co/" target="_blank"><i
class="ion-social-instagram-outline"></i></a></li>
<li class="box-social"><a href="https://www.facebook.com/etherworld2017" target="_blank"><i
class="ion-social-facebook"></i></a></li>
<li class="box-social"><a href="#0"><i class="ion-social-dribbble"></i></a></li>
<li class="box-social"><a href="https://www.linkedin.com/company/etherworld/" target="_blank"><i
class="ion-social-linkedin"></i></a></li>
</ul>
</nav>
<!-- end nav -->
</div>
<!-- Top bar -->
<div class="top-bar aboutusimg">
<h1>About Our Founder</h1>
<p><a href="#">Home</a> / about-our-founder</p>
</div>
<!-- end Top bar -->
<!-- Main container -->
<div class="container main-container clearfix">
<!-- <div class="col-md-6">
<img src="img/02.jpg" class="img-responsive" alt="" />
</div> -->
<div class="col-md-17">
<h3 style="font-size: 27px;" class="uppercase">About our founder</h3>
<div style="display: flex; justify-content: space-between;">
<div style=" width: 70%;display: flex;align-items: center;">
<p style="text-align: justify; font-size: 17px;">Pooja Ranjan, is Herder in chief of Ethereum Cat
Herders and Founder of Avarch LLC. She became part of the blockchain community in 2016 by
learning
about the Ethereum blockchain. Founded Avarch LLC in 2017 with <a
href="https://www.etherworld.co/">EtherWorld</a> as her first project to
create awareness about blockchain technology. Publishing technical content, project updates and
latest news, EtherWorld is one of the leading blockchain publishing websites...<i>Read
More</i><br>
<br>
In 2020, with the preparation of Ethereum 2.0, BlockAction was launched as an explorer to
support
Beacon chain multiclient testnet since the launch of Witti testnet. The explorer is currently
upgraded to provide information of the Beaconchain mainnet transaction.<br>
<br>
Pooja has been actively contributing to the Ethereum Improvement Proposal Improvement Process
(EIPIP) and EIP data analytics. She publishes
a monthly <a href="https://hackmd.io/@poojaranjan/EthereumImprovementProposalsInsight">EIPs
statistics report</a>. To extend continued support
to the Ethereum community, she is all set to launch the next project <a
href="https://eipsinsight.com/">EIPsInsight</a>
a data analytics dashboard for EIPs.<br>
<br>
Pooja Ranjan is the <i>Herder-in-chief</i> at <a
href="https://www.ethereumcatherders.com/">Ethereum Cat
Herders</a>, a decentralized project management group to support Ethereum Protocol.
She is the host of a popular education series <a
href="https://www.youtube.com/playlist?list=PL4cwHXAawZxqu0PKKyMzG_3BJV_xZTi1F">PEEPanEIP</a>
and
have been supporting Ethereum Network Upgrade.
</p>
</div>
<div style="display: flex; justify-content: center; align-items: center; width: 50%;">
<img style="width: 50%;margin: 0px 0px 80px 50px;" src="./img/about_pooja_ranjan.png"
alt="Founder image">
</div>
</div>
<section style="margin-top: 100px;">
<h3>Popular talks from blockchain events & conferences</h3>
<div class="main-container portfolio-inner clearfix">
<h3>2022</h3>
<!-- portfolio div -->
<div class="portfolio-div">
<div class="portfolio">
<!-- portfolio_container -->
<div class="no-padding portfolio_container clearfix">
<!-- single work -->
<div style="padding: 2px 2px;" class="col-md-4 col-sm-6 active">
<div style="display: flex;align-items: center;justify-content: center;">
<iframe style="border: 3px solid black;" width="385" height="225"
src="https://www.youtube.com/embed/6lNgLNnfSoQ?start=358"
title="YouTube video player" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
</div>
</div>
<div style="padding: 2px 2px;" class="col-md-4 col-sm-6 active">
<div style="display: flex;align-items: center;justify-content: center;">
<iframe style="border: 3px solid black;" width="385" height="225"
src="https://www.youtube.com/embed/Nx-jYgI0QVI?start=9500"
title="YouTube video player" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
</div>
</div>
<div style="padding: 2px 2px;" class="col-md-4 col-sm-6 active">
<div style="display: flex;align-items: center;justify-content: center;">
<iframe style="border: 3px solid black;" width="385" height="225"
src="https://www.youtube.com/embed/GpeOMZQCiLI?start=5"
title="YouTube video player" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
</div>
</div>
<div style="padding: 2px 2px;" class="col-md-4 col-sm-6 active">
<div style="display: flex;align-items: center;justify-content: center;">
<iframe style="border: 3px solid black;" width="385" height="225"
src="https://www.youtube.com/embed/f1j2FwKgk7Q?start=242"
title="YouTube video player" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
</div>
</div>
<div style="padding: 2px 2px;" class="col-md-4 col-sm-6 active">
<div style="display: flex;align-items: center;justify-content: center;">
<iframe style="border: 3px solid black;" width="385" height="225"
src="https://www.youtube.com/embed/oED02-fqsZI" title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
</div>
</div>
<div style="padding: 2px 2px;" class="col-md-4 col-sm-6 active">
<div style="display: flex;align-items: center;justify-content: center;">
<iframe style="border: 3px solid black;" width="385" height="225"
src="https://www.youtube.com/embed/AbCzQtQWlSE" title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
</div>
</div>
<div style="padding: 2px 2px;" class="col-md-4 col-sm-6 active">
<div style="display: flex;align-items: center;justify-content: center;">
<iframe style="border: 3px solid black;" width="385" height="225"
src="https://www.youtube.com/embed/AhMZ5s1ONm4" title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
</div>
</div>
</div>
<!-- end portfolio_container -->
</div>
<!-- portfolio -->
</div>
<!-- end portfolio div -->
<h3>2021</h3>
<!-- portfolio div -->
<div class="portfolio-div">
<div class="portfolio">
<!-- portfolio_container -->
<div class="no-padding portfolio_container clearfix">
<!-- single work -->
<div style="padding: 2px 2px;" class="col-md-4 col-sm-6 active">
<div style="display: flex;align-items: center;justify-content: center;">
<iframe style="border: 3px solid black;" width="385" height="225"
src="https://www.youtube.com/embed/5PmGt1B-SVc" title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
</div>
</div>
<div style="padding: 2px 2px;" class="col-md-4 col-sm-6 active">
<div style="display: flex;align-items: center;justify-content: center;">
<iframe style="border: 3px solid black;" width="385" height="225"
src="https://www.youtube.com/embed/lhOVMtG5GNg?start=28"
title="YouTube video player" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
</div>
</div>
<div style="padding: 2px 2px;" class="col-md-4 col-sm-6 active">
<div style="display: flex;align-items: center;justify-content: center;">
<iframe style="border: 3px solid black;" width="385" height="225"
src="https://www.youtube.com/embed/NLjkQnGL5rI?start=28"
title="YouTube video player" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
</div>
</div>
<div style="padding: 2px 2px;" class="col-md-4 col-sm-6 active">
<div style="display: flex;align-items: center;justify-content: center;">
<iframe style="border: 3px solid black;" width="385" height="225"
src="https://www.youtube.com/embed/nEmK1XFy1vk?start=58"
title="YouTube video player" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
</div>
</div>
</div>
<!-- end portfolio_container -->
</div>
<!-- portfolio -->
</div>
<!-- end portfolio div -->
<h3>2020</h3>
<!-- portfolio div -->
<div class="portfolio-div">
<div class="portfolio">
<!-- portfolio_container -->
<div class="no-padding portfolio_container clearfix">
<div style="padding: 2px 2px;" class="col-md-4 col-sm-6 active">
<div style="display: flex;align-items: center;justify-content: center;">
<iframe style="border: 3px solid black;" width="385" height="225"
src="https://www.youtube.com/embed/Ew1RJyhepuo?start=819"
title="YouTube video player" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
</div>
</div>
<div style="padding: 2px 2px;" class="col-md-4 col-sm-6 active">
<div style="display: flex;align-items: center;justify-content: center;">
<iframe style="border: 3px solid black;" width="385" height="225"
src="https://www.youtube.com/embed/sMRQ7VEHZKc" title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
</div>
</div>
</div>
<!-- end portfolio_container -->
</div>
<!-- portfolio -->
</div>
<!-- end portfolio div -->
</div>
</section>
<section style="margin-top: 150px;">
<h3>Insightful Interviews</h3>
<div class="main-container portfolio-inner clearfix">
<!-- portfolio div -->
<div class="portfolio-div">
<div class="portfolio">
<!-- portfolio_container -->
<div class="no-padding portfolio_container clearfix">
<!-- single work -->
<div style="padding: 15px;" class="col-md-4 col-sm-6 active">
<div
style="display: flex;align-items: center;justify-content: center;background-color: black;height: 205px;">
<a
href="https://medium.com/molochdao/molochdao-interview-with-pooja-ranjan-of-ethereum-cat-herders-be037f115961"><img
style="width: 100%;height: 100%;"
src="https://miro.medium.com/max/828/1*DOIy7ZqhZTUUXYSIAbz0Mw.png"
alt=""></a>
</div>
<p style="text-align: justify;margin-top: 10px;">While in conversation with Zayi
Reyes, of
ReallyBoringGuild, over Zoom, Pooja
Ranjan, of Ethereum Cat Herders, glanced out a large window, every now and then.
</p>
</div>
<!-- end single work -->
<!-- single work -->
<div style="padding: 15px;" class="col-md-4 col-sm-6 active">
<div
style="display: flex;align-items: center;justify-content: center;height: 205px;">
<a href="https://blog.clr.fund/ethereumcatherders/">
<img style="width: 350px;"
src="https://blog.clr.fund/content/images/size/w2000/2021/08/logo-dark.svg"
alt="">
</a>
</div>
<p style="margin-top: 10px;text-align: justify ;">Ethereum network upgrades,
process improvement, community building, PEEPanEIP,
Catblazer summary ’21, ECH engineering, meetings notes, grants & new
initiatives.</p>
</div>
<!-- end single work -->
<!-- single work -->
<div style="padding: 15px;" class="col-md-4 col-sm-6 active">
<div
style="display: flex;align-items: center;justify-content: center;height: 205px;">
<a
href="https://medium.com/ethereum-cat-herders/ethereum-at-consensus-2021-970160478701">
<img style="width: 350px;"
src=" https://miro.medium.com/max/828/1*qurfM4U4DVwY2Et67dzeGA.webp"
alt="">
</a>
</div>
<p style="margin-top: 10px;text-align: justify ;">As Ethereum
Support Desk, we strive to share information on the latest research &
development updates to the Ethereum community.</p>
</div>
<!-- end single work -->
</div>
<!-- end portfolio_container -->
</div>
<!-- portfolio -->
</div>
<!-- end portfolio div -->
</div>
</section>
<section style="margin-top: 150px;">
<h3>News Section</h3>
<div class="main-container portfolio-inner clearfix">
<!-- portfolio div -->
<div class="portfolio-div">
<div class="portfolio">
<!-- portfolio_container -->
<div class="no-padding portfolio_container clearfix">
<!-- single work -->
<div style="padding: 2px 10px;margin: 0px 0px 20px;" class="col-md-4 col-sm-6 active">
<div
style="display: flex;align-items: center;justify-content: center;flex-direction: column;margin-bottom: 5px;">
<a
href="https://decrypt.co/84750/ethereum-altair-upgrade-quietly-goes-live-unlike-previous-hard-forks"><img
style="width: 100%;height: 100%;"
src="https://cdn.decrypt.co/resize/1536/wp-content/uploads/2020/06/ethereum-2-0-upgrade-staking-wallets-gID_5.jpg"
alt=""></a>
</div>
<p style="text-align: justify;">The Altair upgrade to Ethereum is being framed as a
success, though developers
are keeping watch to make sure no issues arise.</p>
</div>
<!-- end single work -->
<!-- single work -->
<div style="padding: 2px 10px;margin: 0px 0px 20px;" class="col-md-4 col-sm-6 active">
<div
style="display: flex;align-items: center;justify-content: center;margin-bottom: 5px;">
<a href="https://decrypt.co/89924/curve-finance-crv-token-vote-locking">
<img style="width: 100%;"
src="https://cdn.decrypt.co/resize/1536/wp-content/uploads/2021/06/curve-finance-gID_1.jpg"
alt="">
</a>
</div>
<p style="text-align: justify;">Curve Finance's CRV vote-locking is causing a
serious stir in the world of DeFi.
And other protocols are looking to follow Curve's lead.</p>
</div>
<!-- end single work -->
<!-- single work -->
<div style="padding: 2px 10px;margin: 0px 0px 20px;" class="col-md-4 col-sm-6 active">
<div
style="display: flex;align-items: center;justify-content: center;margin-bottom: 5px;">
<a
href="https://decrypt.co/77770/cheapest-cryptopunk-now-more-than-100000-ethereum">
<img style="width: 100%;"
src="https://cdn.decrypt.co/resize/1536/wp-content/uploads/2021/03/Webp.net-resizeimage7-gID_6.png"
alt="">
</a>
</div>
<p style="text-align: justify;">CryptoPunk NFTs are surging again lately, and
today’s Ethereum price jump pushed
the floor over the six-figure mark.</p>
</div>
<!-- end single work -->
<!-- single work -->
<!-- single work -->
<div style="padding: 2px 10px;margin: 0px 0px 20px;" class="col-md-4 col-sm-6 active">
<div
style="display: flex;align-items: center;justify-content: center;margin-bottom: 5px;">
<a
href="https://www.moneytimes.com.br/como-o-mercado-e-a-comunidade-da-ethereum-eth-reagiram-a-atualizacao-the-merge/">
<img style="width: 100%;"
src=" https://media.moneytimes.com.br/uploads/2022/03/ethereum-eth.jpg"
alt="">
</a>
</div>
<p style="text-align: justify;">Disse a líder da Ethereum CatHerders, Pooja Ranjan, uma das dez pessoas fundamentais por trás da atualização.
“Ethereum fez história hoje”.</p>
</div>
<!-- end single work -->
<!-- single work -->
<div style="padding: 2px 10px;" class="col-md-4 col-sm-6 active">
<div
style="display: flex;align-items: center;justify-content: center;margin-bottom: 5px;">
<a
href="https://decrypt.co/52240/hudson-jameson-steps-down-from-ethereum-core-developers">
<img style="width: 370px;height: 195px;"
src="https://cdn.decrypt.co/resize/1536/wp-content/uploads/2020/12/Screen-Shot-2020-12-21-at-5.40.40-PM-gID_4.png"
alt="">
</a>
</div>
<p style="text-align: justify;">Hudson Jameson is staying with the Ethereum
Foundation but moving to a different role after Ethereum's Berlin hard fork
occurs early next year.</p>
</div>
<!-- end single work -->
<!-- single work -->
<div style="padding: 2px 10px;" class="col-md-4 col-sm-6 active">
<div
style="display: flex;align-items: center;justify-content: center;margin-bottom: 5px;">
<a
href="https://medium.datadriveninvestor.com/bitcoins-shifting-relationship-to-macro-factors-5465d542078f">
<img style="width: 370px;height: 195px;"
src="https://miro.medium.com/max/828/1*aPwcaU2pM10Z0pwawvhRkQ.jpeg"
alt="">
</a>
</div>
<p style="text-align: justify;">Using regression & statistical inference to assess
the changes since the pandemic
</p>
</div>
<!-- end single work -->
</div>
<!-- end portfolio_container -->
</div>
<!-- portfolio -->
</div>
<!-- end portfolio div -->
</div>
</section>
<div class="h-10"></div>
<ul class="social-ul">
<li class="box-social"><a href="https://twitter.com/ether_world" target="_blank"><i
class="ion-social-twitter"></i></a></li>
<li class="box-social"><a href="https://www.youtube.com/channel/UCnceAY-vAQsO8TgGAj5SGFA"
target="_blank"><i class="ion-social-youtube"></i></a></li>
<li class="box-social"><a href="https://github.com/Avarch-org" target="_blank"><i
class="ion-social-github"></i></a></li>
<li class="box-social"><a href="https://www.instagram.com/etherworld.co/" target="_blank"><i
class="ion-social-instagram-outline"></i></a></li>
<li class="box-social"><a href="https://www.facebook.com/etherworld2017" target="_blank"><i
class="ion-social-facebook"></i></a></li>
<li class="box-social"><a href="#0"><i class="ion-social-dribbble"></i></a></li>
<li class="box-social"><a href="https://www.linkedin.com/company/etherworld/" target="_blank"><i
class="ion-social-linkedin"></i></a></li>
</ul>
</div>
</div>
<!-- end Main container -->
<!-- footer -->
<footer>
<div class="footer-section">
<ul style="background-color: black;list-style: none;" class="footer-box-primary">
<li class="box-label">About Us</li>
<li><a href="index.html">Home</a>
<li><a href="about.html">About Us</a></li>
<li><a href="associate-partner.html">Associates and Partners</a>
<li><a href="projects.html">Projects</a></li>
<li><a href="contact.html">contact us</a></li>
<li class="box-label">Follow me</li>
<li class="box-social"><a href="https://twitter.com/ether_world" target="_blank"><i
class="ion-social-twitter"></i></a></li>
<li class="box-social"><a href="https://www.youtube.com/channel/UCnceAY-vAQsO8TgGAj5SGFA"
target="_blank"><i class="ion-social-youtube"></i></a></li>
<li class="box-social"><a href="https://github.com/Avarch-org" target="_blank"><i
class="ion-social-github"></i></a></li>
<li class="box-social"><a href="https://www.instagram.com/etherworld.co/" target="_blank"><i
class="ion-social-instagram-outline"></i></a></li>
<li class="box-social"><a href="https://www.facebook.com/etherworld2017" target="_blank"><i
class="ion-social-facebook"></i></a></li>
<li class="box-social"><a href="#0"><i class="ion-social-dribbble"></i></a></li>
<li class="box-social"><a href="https://www.linkedin.com/company/etherworld/" target="_blank"><i
class="ion-social-linkedin"></i></a></li>
</ul>
</div>
<div class="container-fluid">
<p class="copyright">© Avarch</p>
</div>
</footer>
<!-- end footer -->
<!-- back to top -->
<a href="#0" class="cd-top"><i class="ion-android-arrow-up"></i></a>
<!-- end back to top -->
<!-- jQuery -->
<script src="js/jquery-2.1.1.js"></script>
<!-- plugins -->
<script src="js/bootstrap.min.js"></script>
<script src="js/vendors.js"></script>
<script src="js/main.js"></script>
<script src="js/menu.js"></script>
<script src="js/animated-headline.js"></script>
<script src="js/isotope.pkgd.min.js"></script>
<!-- custom script -->
<script src="js/custom.js"></script>
<!-- google analytics -->
<script>
(function (i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r;
i[r] = i[r] || function () {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date();
a = s.createElement(o),
m = s.getElementsByTagName(o)[0];
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m)
})(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-76796224-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>