forked from eoscostarica/eoscostarica.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
919 lines (869 loc) · 65.6 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
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
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>EOS Costa Rica - Block Producer Candidate</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="css/stack-interface.css" rel="stylesheet" type="text/css" media="all">
<link href="css/socicon.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/iconsmind.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/bootstrap.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/stack-interface.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/theme.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/custom.css" rel="stylesheet" type="text/css" media="all" />
<link href="https://fonts.googleapis.com/css?family=Open+Sans:200,300,400,400i,500,600,700" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous">
<script src="https://code.createjs.com/createjs-2015.11.26.min.js"></script>
<!-- Scroll -->
<script src="js/smooth-scroll.min.js"></script>
<script>
smoothScroll.init({
selector: '[data-scroll]', // Selector for links (must be a class, ID, data attribute, or element tag)
selectorHeader: null, // Selector for fixed headers (must be a valid CSS selector) [optional]
speed: 2000, // Integer. How fast to complete the scroll in milliseconds
easing: 'easeInOutCubic', // Easing pattern to use
offset: 0, // Integer. How far to offset the scrolling anchor location in pixels
callback: function ( anchor, toggle ) {} // Function to run after scrolling
});
</script>
<script src="js/butterfly-2.js"></script>
<script src="js/butterfly-alone.js"></script>
<!-- Butterfly Alone -->
<script>
var canvas, stage, exportRoot, anim_container, dom_overlay_container, fnStartAnimation; canvasA, stageA, exportRootA, anim_containerA, dom_overlay_containerA, fnStartAnimationA;
function init() {
canvas = document.getElementById("canvas");
anim_container = document.getElementById("animation_container");
dom_overlay_container = document.getElementById("dom_overlay_container");
canvasA = document.getElementById("canvas2");
anim_containerA = document.getElementById("animation_container2");
dom_overlay_containerA = document.getElementById("dom_overlay_container2");
handleComplete();
}
function handleComplete() {
//This function is always called, irrespective of the content. You can use the variable "stage" after it is created in token create_stage.
exportRoot = new lib.butterfly2();
stage = new createjs.Stage(canvas);
stage.addChild(exportRoot);
//Registers the "tick" event listener.
fnStartAnimation = function() {
createjs.Ticker.setFPS(lib.properties.fps);
createjs.Ticker.addEventListener("tick", stage);
}
exportRootA = new lib.butterflyalone();
stageA = new createjs.Stage(canvasA);
stageA.addChild(exportRootA);
//Registers the "tick" event listener.
fnStartAnimationA = function() {
createjs.Ticker.setFPS(lib.properties2.fps);
createjs.Ticker.addEventListener("tick", stageA);
}
//Code to support hidpi screens and responsive scaling.
function makeResponsive(isResp, respDim, isScale, scaleType) {
var lastW, lastH, lastS=1;
window.addEventListener('resize', resizeCanvas);
resizeCanvas();
function resizeCanvas() {
var w = lib.properties.width, h = lib.properties.height;
var iw = window.innerWidth, ih=window.innerHeight;
var pRatio = window.devicePixelRatio || 1, xRatio=iw/w, yRatio=ih/h, sRatio=1;
if(isResp) {
if((respDim=='width'&&lastW==iw) || (respDim=='height'&&lastH==ih)) {
sRatio = lastS;
}
else if(!isScale) {
if(iw<w || ih<h)
sRatio = Math.min(xRatio, yRatio);
}
else if(scaleType==1) {
sRatio = Math.min(xRatio, yRatio);
}
else if(scaleType==2) {
sRatio = Math.max(xRatio, yRatio);
}
}
canvas.width = w*pRatio*sRatio;
canvas.height = h*pRatio*sRatio;
canvas.style.width = dom_overlay_container.style.width = anim_container.style.width = w*sRatio+'px';
canvas.style.height = anim_container.style.height = dom_overlay_container.style.height = h*sRatio+'px';
stage.scaleX = pRatio*sRatio;
stage.scaleY = pRatio*sRatio;
lastW = iw; lastH = ih; lastS = sRatio;
}
}
makeResponsive(false,'both',false,1);
fnStartAnimation();
//Code to support hidpi screens and responsive scaling.
function makeResponsive2(isResp, respDim, isScale, scaleType) {
var lastW, lastH, lastS=1;
window.addEventListener('resize', resizeCanvasA);
resizeCanvasA();
function resizeCanvasA() {
var w = lib.properties2.width, h = lib.properties2.height;
var iw = window.innerWidth, ih=window.innerHeight;
var pRatio = window.devicePixelRatio || 1, xRatio=iw/w, yRatio=ih/h, sRatio=1;
if(isResp) {
if((respDim=='width'&&lastW==iw) || (respDim=='height'&&lastH==ih)) {
sRatio = lastS;
}
else if(!isScale) {
if(iw<w || ih<h)
sRatio = Math.min(xRatio, yRatio);
}
else if(scaleType==1) {
sRatio = Math.min(xRatio, yRatio);
}
else if(scaleType==2) {
sRatio = Math.max(xRatio, yRatio);
}
}
canvasA.width = w*pRatio*sRatio;
canvasA.height = h*pRatio*sRatio;
canvasA.style.width = dom_overlay_containerA.style.width = anim_containerA.style.width = w*sRatio+'px';
canvasA.style.height = anim_containerA.style.height = dom_overlay_containerA.style.height = h*sRatio+'px';
stageA.scaleX = pRatio*sRatio;
stageA.scaleY = pRatio*sRatio;
lastW = iw; lastH = ih; lastS = sRatio;
}
}
makeResponsive2(false,'both',false,1);
fnStartAnimationA();
}
</script>
<!-- End Butterfly Alone -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-173987-66"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-173987-66');
</script>
</head>
<body data-smooth-scroll-offset="77" onload="init();">
<!-- Top bar -->
<div class="nav-container">
<div class="via-1526883962065" via="via-1526883962065" vio="Nav">
<div class="bar bar--sm visible-xs">
<div class="container">
<div class="row">
<div class="col-3 col-md-2">
<a href="index.html"> <img class="logo logo-dark" alt="logo" src="img/eosWhite-graphic8.png"> <img class="logo logo-light" alt="logo" src="img/eosWhite-graphic8.png"> </a>
</div>
<div class="col-9 col-md-10 text-right">
<a href="#" class="hamburger-toggle" data-toggle-class="#menu1;hidden-xs hidden-sm"> <i class="icon icon--sm stack-interface stack-menu"></i> </a>
</div>
</div>
</div>
</div>
<nav id="menu1" class="bar bar-1 hidden-xs bg--dark" data-scroll-class="100px:pos-fixed">
<div class="container">
<div class="row">
<div class="col-lg-1 col-md-2 hidden-xs">
<div class="bar__module">
<a href="#home"> <img class="logo logo-dark" alt="logo" src="img/logo-dark.png"> <img class="logo logo-light" alt="logo" src="img/eosWhite-graphic8.png"> </a>
</div>
</div>
<div class="col-lg-11 col-md-12 text-right text-left-xs text-left-sm">
<div class="bar__module">
<ul class="menu-horizontal text-left">
<li class="dropdown"> <span class="dropdown__trigger">Who we are</span>
<div class="dropdown__container">
<div class="container">
<div class="row">
<div class="dropdown__content col-lg-2">
<ul class="menu-vertical">
<li> <a data-scroll href="#mission">Mission</a> </li>
<li> <a data-scroll href="#values">Our Values</a> </li>
<li> <a data-scroll href="#pledges">Our Pledge</a> </li>
<li> <a data-scroll href="#team">Our Team</a> </li>
</ul>
</div>
</div>
</div>
</div>
</li>
<li class="dropdown"> <span class="dropdown__trigger">Tech Specs</span>
<div class="dropdown__container">
<div class="container">
<div class="row">
<div class="dropdown__content col-lg-2">
<ul class="menu-vertical">
<li> <a data-scroll href="#networkr">Network Redundancy</a> </li>
<li> <a data-scroll href="#roadmap">Technical Roadmap</a> </li>
</ul>
</div>
</div>
</div>
</div>
</li>
<li class="dropdown"> <span class="dropdown__trigger">Location</span>
<div class="dropdown__container">
<div class="container">
<div class="row">
<div class="dropdown__content col-lg-2">
<ul class="menu-vertical">
<li> <a data-scroll href="#infrastructure">Infrastructure</a> </li>
<li> <a data-scroll href="#political">Political Environment</a> </li>
<li> <a data-scroll href="#reinvestment">Reinvestment</adata-scroll></a> </li>
<li> <a data-scroll href="#dividends">Dividends</adata-scroll></a> </li>
</ul>
</div>
</div>
</div>
</div>
</li>
<li> <a data-scroll href="#subscribe">Subscribe</a></li>
<!-- Languajes -->
<li class="lan-html"><a href="spanish.html">Español</a></li>|
<li class="lan-html"><a href="chinese.html">繁</a></li>
<!-- End Languajes -->
</ul>
</div>
</div>
</div>
</div>
</nav>
</div>
</div>
<!-- End Top bar -->
<div class="main-container">
<a id="home" class="in-page-link"></a>
<section class="cover imagebg text-center height-90 section--ken-burns" data-overlay="7">
<div class="background-image-holder background--top"> <img alt="background" src="img/landing-EOS.jpg"> </div>
<div class="container pos-vertical-center">
<div class="row">
<div class="col-md-8">
<!-- Butterfly Info -->
<div id="animation_container" style="background-color:rgba(0, 0, 0, 0.00); margin: auto; width:600px; height:200px;">
<canvas id="canvas" width="900" height="400" style=" background-color:rgba(0, 0, 0, 0.00);"></canvas>
<div id="dom_overlay_container" style="pointer-events:none; overflow:hidden; width:600px; height:200px; position: absolute; left: 0px; top: 0px; display: block;"></div>
</div>
<!-- End Butterfly Info -->
<!-- Butterfly Alone -->
<div id="animation_container2" style="background-color:rgba(0, 0, 0, 0.00); width:247px; height:200px; margin: auto;">
<canvas id="canvas2" width="247" height="200" style="position: absolute; display: block; background-color:rgba(0, 0, 0, 0.00);"></canvas>
<div id="dom_overlay_container2" style="pointer-events:none; overflow:hidden; width:247px; height:200px; position: absolute; left: 0px; top: 0px; display: block;"></div>
</div>
<h2 style="margin-bottom: 80px; text-shadow: -1px -1px 2px rgba(0, 0, 0, 0.62);"></b>Block Producer Candidate<br></h2>
<!-- End Butterfly Alone -->
<div class="row">
<div class="col-md-12">
<div class=" boxed boxed--border boxed--lg " >
<span class="h1" style="margin: 0px!important; padding: 0;">
<span class="" style="font-size:28px; text-shadow: -1px -1px 2px rgba(0, 0, 0, 0.62); ">Account Name:</span>
<b style="font-size:28px;color: #6BCBED; letter-spacing: 1px; text-shadow: -1px -1px 2px rgba(0, 0, 0, 0.62);">COSTARICAEOS</b>
</span>
<p style="font-size:18px; text-shadow: -1px -1px 2px rgba(0, 0, 0, 0.62);">API Endpoint : <b><a href="https://api.eosio.cr/v1/chain/get_info" target="_blank" style="text-decoration: none;">https://api.eosio.cr</a></b></p>
<!-- <span>Vote for us!</span> -->
<a class="btn btn--primary-1" href="code-of-conduct.html"> <span class="btn__text" style="text-shadow: -1px -1px 2px rgba(0, 0, 0, 0.62);">Code of conduct</span> </a>
<a style="text-shadow: -1px -1px 2px rgba(0, 0, 0, 0.62);" class="btn btn--primary-1" href="ownership-disclosure.html"> <span class="btn__text">Ownership Disclosure</span> </a>
<a style="text-shadow: -1px -1px 2px rgba(0, 0, 0, 0.62);"class="btn btn--primary-1" href="bp.json" target="_blank"> <span class="btn__text">bp.json</span> </a>
<br/><br/>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<a id="intro" class="in-page-link"></a>
<a id="mision" class="in-page-link"></a>
<section class="imagebg feature-large-7 switchable switchable--switch parallax" data-overlay="3" id="mission">
<div class="background-image-holder"> <img alt="background" src="img/eosWhite-graphic6.jpg"> </div>
<div class="container">
<div class="row">
<div class="col-md-7 col-lg-5">
<div class="boxed boxed--lg border--round bg--white row justify-content-center misionBG">
<div class="col-md-12">
<h3>Mission</h3>
<p class="lead"> We challenge ourselves to provide the EOS platform with a strong geographical and political diversity by running the most robust <b>bare-metal</b> and <b> self-funded</b> EOS Block Producer possible from Costa Rica. We pledge to leverage our talent, experience, and sustainable Internet resources to meet such an important challenge. </p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Our Values -->
<section class="space--xs" id="values">
<div class="container">
<h2>Our Values</h2>
<div class="row row-flex">
<div class="col-md-3 boxed">
<div class="content boxed boxed--border">
<i class="icon icon-Notepad"></i>
<h2>Education</h2>
<hr>
<p>Our philosophy has always been that knowledge and learning is key to what we do. Continuous training and building human talent is what will make EOS the most the most powerful infrastructure for decentralized applications.</p>
</div>
</div>
<div class="col-md-3 boxed">
<div class="content boxed boxed--border">
<i class="icon icon-Bow-5"></i>
<h2>Loyalty</h2>
<hr>
<p>We believe that our unique local relationships and reputation exponentially increase the viability of the EOS network. We recognize everyone's unique talents and seek to build loyalty by empowering our workforce.</p>
</div>
</div>
<div class="col-md-3 boxed">
<div class="content boxed boxed--border">
<i class="icon icon-Archery"></i>
<h2>Resilience</h2>
<hr>
<p> We are constantly in motion and have a proven history of evolving as technology improves. We value being nimble and efficient with our resources which allows us to quickly adopt and drive new innovations. </p>
</div>
</div>
<div class="col-md-3 boxed">
<div class="content boxed boxed--border">
<i class="icon icon-Bird"></i>
<h2>Liberty</h2>
<hr>
<p>We firmly believe that our history in Costa Rica, the longest lasting free democracy in Central America, shapes our philosophy of life, liberty and property. Values we wish to represent in the EOS community.</p>
</div>
</div>
<div class="col-md-3 boxed">
<div class="content boxed boxed--border">
<i class="icon icon-Angel"></i>
<h2>Tolerance</h2>
<hr>
<p> We work towards the flourishing of our community allowing all its members the right to Education, Entrepreneurship and Opportunity. </p>
</div>
</div>
<div class="col-md-3 boxed">
<div class="content boxed boxed--border">
<i class="icon icon-Life-Safer"></i>
<h2>Prudence</h2>
<hr>
<p> We are committed to safeguarding the future of our community and put that above short term interests. </p>
</div>
</div>
<div class="col-md-3 boxed">
<div class="content boxed boxed--border">
<i class="icon icon-Butterfly"></i>
<h2>Accountability </h2>
<hr>
<p> We firmly believe in taking full responsibility for the consequences of our actions and encourage accountability from our stakeholders. </p>
</div>
</div>
<div class="col-md-3 boxed">
<div class="content boxed boxed--border">
<i class="icon icon-Left--Right3"></i>
<h2>Equality</h2>
<hr>
<p>We will work for and defend a governance model where benefits are distributed according to merit regardless of race, gender, religion or political ideology and for the overall benefit of our community. </p>
</div>
</div>
</div>
</div>
</section>
<!-- End Values -->
<!-- Our Pledges -->
<section class="text-center imagebg section--ken-burns" data-overlay="7" id="pledges">
<div class="background-image-holder">
<img alt="background" src="img/hero-costarica.jpg">
</div>
<div class="container">
<div class="row boxed" style="padding: 40px auto;">
<div class="col-lg-10 col-md-12">
<div class="cta" >
<h1 class="shadowed-text h2">EOS Costa Rica pledges to :</h1>
<ul class="pledge-list list-circle">
<li>Provide the <b>highest-standard bare-metal infrastructure</b> possible to the ecosystem.</li>
<li>Be <b>self-funded</b> and secure the investment needed to ensure a competitive EOS Block Producer.</li>
<li>Allocate block rewards to EOS <b>educational</b> and development initiatives.</li>
<li>Sponsor projects and dApps for <b>community-led</b> projects and developers.</li>
<li>Be <b>transparent</b> and open on the allocation of block rewards.</li>
<li>Actively participate in the <b>governance</b> of the blockchain with an open and positive attitude.</li>
<li>Respect and defend the <b>constitution</b>, fair elections, community vigilance and arbitration mechanisms.</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- End Pledges -->
<!-- Network Redundancy -->
<section id="networkr">
<div class="container">
<h1 class="h2">Network Redundancy</h1>
<div class="row justify-content-center">
<div class="col-md-6 boxed">
<p>Fiber optic connections reach Costa Rica on both Pacific and Caribbean coasts via three submarine cables that provide the majority of bandwidth to Costa Rica. Access to all three backbones, <i> ARCOS-1, MAYA-1, and Pan American Crossing (PAC) </i> provides real time fail-over and redundancy at our facility. Additionally all 6 Central American nations are interconnected via a terrestrial fiber optic network <i>(REDCA)</i>. Direct connections to all upstream carriers ensure that no single point of failure is present in the network. </p>
<p>
The network employs BGP to assure all traffic reaches its destination if one connection fails. Communication to international connections is made fully redundant and supported in two locations, our main building in San Jose and the Teleport in Calle Blancos, approximately 7 kms away.
</p>
<p>The EOS network will benefit from this infrastructure, which includes private peering network connections to major Internet carriers. These private peering arrangements allow the network to quickly and efficiently exchange packets of data with every major backbone carrier in a one-to-one environment.</p>
</div>
<div class="col-md-6 boxed">
<img alt="Image" src="img/eosWhite-graphic7.png">
</div>
<blockquote>“Costa Rica offers redundant fiber optic submarine cables at both shores.” </blockquote>
</div>
</div>
</section>
<!-- End Network Redundancy -->
<!-- Political Environment -->
<section class="imagebg space--xs parallax" data-overlay="5" id="political" >
<div class="background-image-holder">
<img alt="background" src="img/hero-1.jpg">
</div>
<div class="container ">
<div class="row justify-content-between">
<div class="col-md-12">
<h2>Political Environment</h2>
<h4>Costa Rica is the oldest democracy in Latin America and abolished its military in 1948.</h4>
<p><b>Costa Rica stands for peace and liberty</b>, characteristics that are internationally recognized and the cornerstones of the country. <br/> Additionally Costa Rica has excellent infrastructure, a stable political framework, a flexible corporate structure coupled with a clear legal jurisdiction that we believe are perfect for the censorship-resistant network features of the EOS network.</p>
</div>
<div class="col-md-12 mT-40">
<div class="boxed boxed--lg boxed--border bg--secondary"> <img alt="image" src="img/eosWhite-graphic2.png" class="border--round">
<h5><br><em>Source: <a href="https://www.cinde.org/en">CINDE</a> based on data from IMF, INEC, MEP</em><br></h5>
</div>
<div class="mT-40 boxed boxed--lg boxed--border bg--secondary"> <img alt="image" src="img/eosWhite-graphic3.png" class="border--round">
<h5><em><br>Source: World Bank, The Worldwide Governance Indicators, 2016.</em><br><em>Score: between 1-100</em></h5>
</div>
</div>
</div>
</div>
</section>
<!-- End Political Environment -->
<!-- Infrastructure Overview -->
<section id="infrastructure">
<div class="container">
<div class="row justify-content-between">
<div class="col-md-11">
<h2>Infrastructure Overview</h2>
<h4>We are doing our part by reducing our carbon footprint to an absolute minimum.</h4>
<p>Costa Rica leads the world in achieving carbon neutrality, expected by 2030. Costa Rica is already producing more than 90% of it's energy from renewable sources. <i>(hydroelectric, geothermal, biomass, and wind)</i> </p>
</div>
<div class="col-md-12 mT-40">
<div class="boxed boxed--lg boxed--border bg--secondary"> <img alt="image" src="img/eosWhite-graphic4.png" class="border--round">
<p><em>Source: <a href="https://www.cinde.org/en">CINDE</a></em></p>
</div>
</div>
</div>
</div>
</section>
<!-- End Infrastructure Overview -->
<!-- Community Reinvestment -->
<section class="bg--dark space--sm" id="reinvestment">
<div class="container">
<div class="row justify-content-between">
<div class="col-md-4">
<h2>Community Reinvestment</h2>
<p> Costa Rica is committed to investing where it matters most with a public education policy that is free and mandatory since 1870. Costa Rica stands out for its high educational standards and outstanding productivity levels and we intend to replicate those values for the local EOS community. We have reached out to the communities in Panama and Guatemala in order to combine efforts and build the most significant EOS cluster in Central America. </p>
<p> We pledge to reinvest our block rewards following the same formula that has made our country a ideal business environment -- invest in a educational system for EOS developers, fund EOS startups that focus on innovation and partner with local Universities to increase research and development in the EOS ecosystem. </p>
</div>
<div class="col-md-8">
<div class="boxed boxed--lg boxed--border bg--secondary">
<img alt="image" src="img/eosWhite-graphic5.png" class="border--round">
<h5><em>Source: World Bank, The Worldwide Governance Indicators, 2016. Score: between 1-100</em></h5>
</div>
</div>
</div>
</div>
</section>
<!-- Community Reinvestment -->
<!-- Check Mark Criteria -->
<section class="text-center bg--secondary">
<div class="container">
<h2>EOS Costa Rica at a glance</h2>
<div class="row row-flex">
<div class="col-md-4 no-bg">
<div class="content boxed text-block">
<i class="icon icon--lg icon-Server color--dark"></i>
<h4>Type of servers</h4>
<p>EOS Costa Rica will deploy <b>bare metal servers</b> and storage devices to create a secure and redundant environment for the EOS network. This allows for full control over the infrastructure, with no dependency on third party hardware providers. </p>
</div>
</div>
<div class="col-md-4 no-bg">
<div class="content boxed text-block">
<i class="icon color--dark icon-Compass-4 icon--lg"></i>
<h4>Location of servers<br></h4>
<p>EOS Costa Rica has installed an EOS Block Producer node in San José, Costa Rica.<br><strong>Exact Address:</strong> San José, Avenida 5, Calle 1<br><strong>Coordinates: </strong>lat=9.936377, lon=-84.078155<br> <br></p>
</div>
</div>
<div class="col-md-4 no-bg">
<div class="content boxed text-block">
<i class="icon color--dark icon-Full-Screen2 icon--lg"></i>
<h4>Expansion Plan<br></h4>
<p>We will install redundant infrastructure in a secondary location, Guatuso Data Center, El Guarco de Cartago, Costa Rica, 20km from the primary datacenter. </p>
</div>
</div>
<div class="col-md-4 no-bg">
<div class="content boxed text-block">
<i class="icon color--dark icon-Butterfly icon--lg"></i>
<h4>Testnets<br></h4>
<p>Currently running two nodes in EOS Jungle Testnet. Additionally we are running a third node for testing alternate configurations and EOS versions.</p>
</div>
</div>
<div class="col-md-4 no-bg">
<div class="content boxed text-block">
<i class="icon color--dark icon-Globe icon--lg"></i>
<h4>Online Presence</h4>
<p>
<strong>Steemit:</strong> <a href="https://steemit.com/@eos-costarica" target="_blank">@eos-costarica</a>
<br/><strong>Twitter:</strong> <a href="https://twitter.com/eoscostarica" target="_blank">@EOSCostaRica</a>
<br/><strong>Github:</strong> <a href="https://github.com/eoscostarica" target="_blank">github.com/eoscostarica</a>
<br/><strong>Meetup:</strong> <a href="https://www.meetup.com/EOS-Costa-Rica/" target="_blank">meetup.com/EOS-Costa-Rica</a>
<br><strong>Telegram:</strong> <a href="https://t.me/eoscr" target="_blank">t.me/eoscr</a>
<br><strong>Discord:</strong> <a href="https://eoscostarica.io/discord" target="_blank">eoscostarica.io/discord</a>
</p>
</div>
</div>
<div class="col-md-4 no-bg">
<div class="content boxed text-block">
<i class="icon color--dark icon-Astronaut icon--lg"></i>
<h4>ID information</h4>
<p><strong>Account name:</strong> COSTARICAEOS<br><strong>Legal Name:</strong> Sistemas Edenia Internacional<br><strong>Location of company headquarters:</strong><br> #501 Trifami, Avenida 1, Calle 2, San José, Costa Rica</p>
</div>
</div>
</div>
</div>
</section>
<!-- End Check Mark Criteria -->
<!-- Section Team -->
<section class="switchable feature-large bg--dark" id="team">
<div class="container">
<h2>Our Team</h2>
<div class="row boxed">
<div class="col-md-12 content">
<img alt="Image" class="border--round team-img" src="img/rodrigo.png">
<h3 class="title">Rodrigo Fernandez</h3>
<p class="job-title">Founder and Technical Lead</p>
<ul class="team-list social-list list-inline list--hover">
<li class="list-inline-item"><a href="mailto:[email protected]"><i class="socicon socicon-mail icon icon--xs"></i></a></li>
<li class="list-inline-item"><a target="_blank" href="https://www.linkedin.com/in/rodrigo-fernandez-57b8b72a/"><i class="socicon socicon-linkedin icon icon--xs"></i></a></li>
</ul>
<p>Rodrigo graduated from Tulane University in 1973 with a BS in Mechanical Engineering. He started Computer Programing using Fortran IV in IBM framework during his years at Tulane and fell in love with computers. In 1987 he founded a software development company Sistemas Edenia Internacional. In early 2013, he discovered Bitcoin and was heavily bitten by the "Crypto worm". The company is now running 2 BTC full nodes, DASH nodes, Stellar and Gridcoin nodes. Edenia also ran a Steem witness for over 3 months starting in 2016 and has had a Bitshares account since 2015. After using BitShares and Steem, Rodrigo gained lots of respect for Dan Larimer as a outstanding software engineer and thus his attraction to Mr Larimer’s latest project EOS.</p>
</div>
</div>
<div class="row boxed">
<div class="col-md-12 content">
<img alt="Image" class="border--round team-img" src="img/Daniel-Rojas.png">
<h3 class="title">Daniel Rojas</h3>
<p class="job-title">Community Relations</p>
<ul class="team-list social-list list-inline list--hover">
<li class="list-inline-item"><a href="mailto:[email protected]"><i class="socicon socicon-mail icon icon--xs"></i></a></li>
<li class="list-inline-item"><a target="_blank" href="https://www.linkedin.com/in/daniel-rojas-46191426/"><i class="socicon socicon-linkedin icon icon--xs"></i></a></li>
</ul>
<p>Daniel graduated from Universidad Latina in 2011 with a BS in Electronic Engineering. He worked for National Instruments Costa Rica from 2011 to 2017 helping engineers and scientists tackle challenges and drive the technical close of Radio Frequency sales opportunities. He heard about Bitcoin in early 2016 and began learning about it every single day. He downloaded several wallets and began playing with them and exploring whole ecosystem. In early 2017 he started the Comunidad Bitcoin Meetup, where he delivered monthly talks about Bitcoin, mining, wallets and security.In late 2017, he quit his job at NI to go all-in on crypto, with his main focus to boost cryptocurrency adoption through education. </p>
</div>
</div>
<div class="row boxed">
<div class="col-md-12 content">
<img alt="Image" class="border--round team-img" src="img/xvi.png">
<h3 class="title">Xavier Fernandez</h3>
<p class="job-title">Senior Developer</p>
<ul class="team-list social-list list-inline list--hover">
<li class="list-inline-item"><a href="mailto:[email protected]"><i class="socicon socicon-mail icon icon--xs"></i></a></li>
<li class="list-inline-item"><a target="_blank" href="https://www.linkedin.com/in/xaviercr/"><i class="socicon socicon-linkedin icon icon--xs"></i></a></li>
</ul>
<p>Xavier graduated from the University of Costa Rica with a degree in Business Administration. Xavier has spent over 5 years working as a full stack developer and currently collaborates with all business stakeholders, as well as manages and optimizes hosting platforms to ensure expected availability and performance levels. He leads the developers, manages staging and production environments including data transfer, backup / recovery plans and deploys launch ready web applications. He also contributes to strategic planning, including business plan & tactics development. More recently, Xavier is vital to the implementation of nodes to supporting open and decentralized blockchain networks like EOS.</p>
</div>
</div>
<div class="row boxed">
<div class="col-md-12 content">
<img alt="Image" class="border--round team-img" src="img/RONALD.png">
<h3 class="title">Ronald Gallo </h3>
<p class="job-title">Systems Administrator</p>
<ul class="team-list social-list list-inline list--hover">
<li class="list-inline-item"><a href="mailto:[email protected]"><i class="socicon socicon-mail icon icon--xs"></i></a></li>
<!-- <li class="list-inline-item"><a href="https://www.linkedin.com/in/rodrigo-fernandez-57b8b72a/"><i class="socicon socicon-linkedin icon icon--xs"></i></a></li> -->
</ul>
<p>Ronald holds a degree in Computer Science, and multiple certifications including Cisco. He is able to resolve issues when a problem is escalated by the NOC Techs. He solves problems that are outside the scope of the NOC, becoming the second line of defense when a problem is spotted. When new infrastructure or design is planned by the team it is Ronald that oversees the plan. Other work includes routine and non-routine maintenance as well as emergency repairs to keep the infrastructure running smoothly. As our main systems administrator, Ronald also provides support for large-scale customer implementations.</p>
</div>
</div>
<div class="row boxed">
<div class="col-md-12 content">
<img alt="Image" class="border--round team-img" src="img/gabo.jpg">
<h3 class="title">Gabriel “Gabo” Esquivel</h3>
<p class="job-title">Open Source Software Lead</p>
<ul class="team-list social-list list-inline list--hover">
<li class="list-inline-item"><a href="mailto:[email protected]"><i class="socicon socicon-mail icon icon--xs"></i></a></li>
<li class="list-inline-item"><a target="_blank" href="https://www.linkedin.com/in/gaboesquivel/"><i class="socicon socicon-linkedin icon icon--xs"></i></a></li>
</ul>
<p>Gabo is a proponent of open source technology stacks and decentralized applications (DApps). He believes that blockchain will have a cornerstone role in our society to build better, more efficient, fair, accountable and transparent organizations, communities and economies. He leads software engineering teams and also loves coding, particularly in JavaScript (Node.js, React) and more recently smart contracts for Ethereum and EOS. He co-founded BlockchainCR, a community hub for knowledge sharing, promoting and studying blockchain technologies.He is an EOS enthusiast and open source contributor to EOS Costa Rica.</p>
</div>
</div>
<div class="row boxed">
<div class="col-md-12 content">
<img alt="Image" class="border--round team-img" src="img/julio.png">
<h3 class="title">Julio Madrigal</h3>
<p class="job-title">Service Technician</p>
<ul class="team-list social-list list-inline list--hover">
<li class="list-inline-item"><a href="mailto:[email protected]"><i class="socicon socicon-mail icon icon--xs"></i></a></li>
<!-- <li class="list-inline-item"><a href="https://www.linkedin.com/in/rodrigo-fernandez-57b8b72a/"><i class="socicon socicon-linkedin icon icon--xs"></i></a></li> -->
</ul>
<p> Julio has been with CR Servers for 16 years now and is responsible for managed services, and hardware support. He also works on-site for customer solutions such as administration and basic architecture. Julio is also our in-house web designer having made many important contributions to this website.</p>
</div>
</div>
<div class="row boxed">
<div class="col-md-12 content">
<img alt="Image" class="border--round team-img" src="img/edgar.png">
<h3 class="title">Edgar Fernandez</h3>
<p class="job-title">Financial Resources</p>
<ul class="team-list social-list list-inline list--hover">
<li class="list-inline-item"><a href="mailto:[email protected]"><i class="socicon socicon-mail icon icon--xs"></i></a></li>
<li class="list-inline-item"><a href="https://www.linkedin.com/in/edgarafernandez/"><i class="socicon socicon-linkedin icon icon--xs"></i></a></li>
</ul>
<p> Edgar joined EOS Costa Rica from Bank of America Merrill Lynch where he was a Vice President based in New York. He led coverage of corporate clients in Latin America ex-Brazil and Mexico with a focus on Central America & the Caribbean. Previously, Edgar was a Vice President at Barclays covering institutional investors in Emerging Markets. Edgar holds a B.S. in Commerce from the University of Virginia with a concentration in Finance and Accounting. He is an avid “fintecher” with a special focus on the application of blockchain technology in finance. He has a vested interest in developing the entrepreneurial spirit and driving the use of technology to develop decentralized networks.</p>
</div>
</div>
<div class="row boxed">
<div class="col-md-12 content">
<img alt="Image" class="border--round team-img" src="img/alejandro.jpg">
<h3 class="title">Alejandro Patterson</h3>
<p class="job-title">Developer Engagement</p>
<ul class="team-list social-list list-inline list--hover">
<li class="list-inline-item"><a href="mailto:[email protected]"><i class="socicon socicon-mail icon icon--xs"></i></a></li>
<li class="list-inline-item"><a target="_blank" href="https://www.linkedin.com/in/alexpatterson/"><i class="socicon socicon-linkedin icon icon--xs"></i></a></li>
</ul>
<p>Over the last 10 years, Alex developed his entrepreneurial and business skills through a series of ventures, relationships, failures and successes. He is currently responsible for Lean Product Development helping us understand developer needs more intimately and ultimately join the EOS ecosystem.</p>
</div>
</div>
<div class="row boxed">
<div class="col-md-12 content">
<img alt="Image" class="border--round team-img" src="img/gerardo.jpg">
<h3 class="title">Gerardo Barrios</h3>
<p class="job-title">Network Security Engineer </p>
<ul class="team-list social-list list-inline list--hover">
<li class="list-inline-item"><a href="mailto:[email protected]"><i class="socicon socicon-mail icon icon--xs"></i></a></li>
<li class="list-inline-item"><a target="_blank" href="https://www.linkedin.com/in/gerardo-barrios-e-0639b226/"><i class="socicon socicon-linkedin icon icon--xs"></i></a></li>
</ul>
<p>
Gerardo plays a leading role designing and implementing the dedicated servers, routers, switches and secured private networks required for our EOS Block Producer cluster. He holds a Bachelor’s degree in Computer Systems Networking and Telecommunications from the University of Costa Rica. He has 10+ years working at the enterprise level with high-profile clients like Pfizer and Bank of America. He works as a Level 3 Network Security Engineer for AT&T Enterprise in Costa Rica. He has vast experience configuring, implementing and troubleshooting Firewalls, IPS, Proxies and web-filtering appliances. He also manages Linux and Unix servers. Gerardo is a long time crypto enthusiast and of course a big fan of EOS. </p>
</div>
</div>
<div class="row boxed">
<div class="col-md-12 content">
<img alt="Image" class="border--round team-img" src="img/rodolfo.png">
<h3 class="title">Rodolfo Përez</h3>
<p class="job-title">Creative Director </p>
<ul class="team-list social-list list-inline list--hover">
<li class="list-inline-item"><a href="mailto:[email protected]"><i class="socicon socicon-mail icon icon--xs"></i></a></li>
<li class="list-inline-item"><a target="_blank" href="https://www.linkedin.com/in/rodolfo-eduardo-përez-nava-73442164/"><i class="socicon socicon-linkedin icon icon--xs"></i></a></li>
</ul>
<p> Rodolfo joined EOS Costa Rica as the Creative Director in 2017. He is responsible for the marketing, communication and business development efforts. He directs media relations, branding, advertising and website development. He manages and oversees sponsorships, events, charitable contributions, and marketing training. He has more than 16 years of experience in the digital marketing industry. Prior to joining the EOS Costa Rica he was an Art Director of one of the biggest digital agencies in Latin America.</p>
</div>
</div>
</div>
</section>
<!-- End Section Team -->
<!-- Community & Testnet participation -->
<section class="switchable feature-large bg--dark bg-celeste">
<div class="container">
<div class="row justify-content-around">
<div class="col-md-6"> <img alt="Image" class="border--round box-shadow-wide" src="img/eoscostarica-jungle1.jpg" style="padding-top:40px;"> </div>
<div class="col-md-6 col-lg-5">
<div class="switchable__text">
<h2>Community & Testnet participation</h2>
<p class="lead">Find us in the Jungle Testnet as <a href="http://dev.cryptolions.io/#" style="color:#e72ce0; text-decoration:none;" target="_blank"><b>junglemorpho</b></a>
<br/><b>Testnet API endpoint :</b>
<a href="https://jungle.eosio.cr/v1/chain/get_info" style="color:#e72ce0; text-decoration:none;" target="_blank">https://jungle.eosio.cr</a></p>
<p class="lead"><a href="https://t.me/eoscr" style="text-decoration: none" target="_blank"><b>Telegram :</b></a> Reach out to our team on telegram, we would love to hear from you. <a href="https://t.me/eoscr" style="color:#e72ce0; text-decoration:none;" target="_blank">t.me/eoscr</a>
</p>
<p class="lead"><a href="https://github.com/eoscostarica/" style="text-decoration: none" target="_blank"><b>GitHub :</b></a> We are excited to build open source tools for the global EOS community. <b> <a href="https://github.com/eoscostarica/" style="color:#e72ce0; text-decoration:none;" target="_blank">github.com/eoscostarica/</a></b></p>
</div>
</div>
</div>
</div>
</section>
<!-- End Community & Testnet participation -->
<!-- Roadmap on values -->
<section class="switchable feature-large feature-large-13 switchable--switch">
<div class="container">
<div class="row justify-content-between">
<div class="col-md-6">
<img alt="Image" class="border--round box-shadow-wide" src="img/eosWhite-graphic11.jpg">
</div>
<div class="col-md-6 col-lg-5">
<div class="switchable__text">
<h2>Community project timeline</h2>
<p class="lead"> We are actively communicating with the growing EOS community by way of our <a href="https://t.me/eoscr" target="_blank">telegram channel</a> and our <a href="https://eoscostarica.io/discord" target="_blank">discord channel</a> providing updates and encouraging discourse on community projects. <a href="https://www.meetup.com/EOS-Costa-Rica/" target="_blank">Our meetups</a> and <a href="https://github.com/eoscostarica" target="_blank">open source initiatives</a> are community driven efforts that we are proud to support and welcome everyone to join us.</p>
<p class="lead">Our values available at the beginning of this website will guide our decision making around financing, transparency and community projects.</p>
<p class="lead">We also intend to hold block rewards in escrow until the community has demonstrated their support for proposals on our social media outlets. Our goal is to work towards the successful governance of the blockchain and be held accountable by holders, developers and the community in general.</p>
</div>
</div>
</div>
</div>
</section>
<!-- Roadmap on values -->
<!-- Position on Dividends -->
<section class="switchable feature-large feature-large-13" id="dividends">
<div class="container">
<div class="row justify-content-between">
<div class="col-md-6">
<img alt="Image" class="border--round box-shadow-wide" src="img/eosfly.png">
</div>
<div class="col-lg-6">
<div class="switchable__text">
<h2>Position on Dividends</h2>
<p class="lead"> We will reinvest 100% of the block reward back into the EOS network, adding value not just for us as block producers, but for the EOS network in the Central American region. Our goal is to attain this healthy balance between internal investment and external investment in the EOS ecosystem. It is important to cover our operating costs, attract and retain the best talent, and maintain a reserve buffer to face any price volatility.We will disclose the projected and actual percentages of funds allocated to the following expense categories: </p>
</div>
</div>
</div>
<div class="row justify-content-between mT-40">
<div class="col-md-6">
<div class="text-block">
<h4>Inward Facing Activities</h4>
<ul class="activities-list list-circle">
<li><b>Server Hardware</b></li>
<li><b>Connectivity Infrastructure</b></li>
<li><b>Staff training</b> both technical and non technical.</li>
<li><b>Staff Compensation</b></li>
<li><b>Office Rental</b> for co-working space and classroom.</li>
</ul>
</div>
</div>
<div class="col-md-6">
<div class="text-block">
<h4>Outbound Activities</h4>
<ul class="activities-list list-circle">
<li><b>Community Education</b> hosting workshops, meetups, & bootcamps.</li>
<li><b>DAPP development</b> seed capital funding.</li>
<li><b>Promoting EOS to businesses</b> events, conferences, trade shows.</li>
<li><b>Marketing</b> social media, promotional items, events.</li>
<li><b>Public Relations</b>, as members of regional associations.</li>
</ul>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12">
<p class="lead">
<blockquote><center>We will not be paying dividends or engage in vote buying. We have published our Pledge at the beginning of this website and look forward to community feedback on how we can improve and be held accountable.</center></blockquote>
</p>
</div>
</div>
</div>
</section>
<!-- End Position on Dividends -->
<!-- Thanks MSJ Form -->
<div id="form-messages" class="thanks"></div>
<!-- End Thanks MSJ Form -->
<!-- Bare Metal Server Specs -->
<section class="space--md bg--secondary" id="roadmap">
<div class="container">
<div class="clr"></div>
<h2>Bare Metal Servers Specs</h2>
<div class="row">
<div class="col-md-6">
<div class="feature">
<p>Our team has decades of experience managing servers and encompasses all the technical skills required to operate an EOS Block Producer 24/7 from Costa Rica. We are constantly thinking of ways to improve our infrastructure and have outlined the following technical roadmap, we will actively adapt our roadmap to network conditions and add capacity / redundancy as needed.</p>
<h4>Primary and secondary block producer nodes :</h4>
<ul class="list-circle">
<li><b>4 x CPU 24 cores</b> (48 threads) @ 1.87GHz</li>
<li><b>512 GB RAM</b></li>
<li><b>8TB SSD Storage</b> in RAID 5</li>
<li><b>100 MBps uplink</b></li>
</ul>
<p>We want to do our part to ensure the EOS network scales as smoothly as possible. We will allocate block rewards towards improving our hardware as one of our initial priorities in order to handle a large number of transactions and have redundant equipment ready to go at a moments notice. We envision the following scaling plan for hardware:</p>
<ul class="list-circle">
<li><b>2 x CPU 28 cores</b> (total 56 Cores and 112 threads) @ 2.50 GHz</li>
<li><b>1.5TB GB RAM </b> DDR4–2666mhz </li>
<li><b>8TB SSD Storage</b> in RAID 5</li>
<li><b>1GBs uplink</b></li>
</ul>
</div>
</div>
<div class="col-md-6">
<div class="feature">
<br/>
<a href="documents/EOS-costaRica-document-tech.pdf" target="_blank">
<div class="tech-roadmap">
<i class="far fa-file-pdf"><span>Download <br /> Technical Road map</span></i>
</div>
</a>
<br/><br/>
<h4>Load Balanced Full Nodes :</h4>
<p style="max-width: none;">We have provisioned two servers as load-balanced full nodes with our initial hardware setup to shield our producer nodes and respond in a timely manner to requests coming from users in our region. The number of nodes can be easily increased as demand increases.</p>
<p>In addition to providing reliable API endpoints used to query the EOS blockchain we plan to allow users to host files and query application databases. These services will become vital for applications to get the information they need without having to run and maintain their own scalable hosting services.</p>
<p>We look forward to the EOS token holder's support in order to continue with the deployment of full nodes to serve the demand of Dapps in Panama, El Salvador, Guatemala, Honduras and Nicaragua, in that chronological order.</p>
<p>We believe running full nodes in different countries in our region will significantly improve the resilience and responsiveness of EOS dApps used by millions of users in Central and South America.</p>
</div>
<div class="col-md-12">
<div><br/><br/><br/>
<h2>Next steps for EOS Costa Rica</h2>
<ul class="list-circle">
<li><b>EOS-specific educational courses</b> to be held in in Edenia’s blockchain labs concept. Our plan is to bootstrap courses into a future EOS Academy.</li>
<li>EOS fund with resources allocated to <b>fund developers and EOS dApps</b>. This will be under the established Edenia Incubator and will hold quarterly calls published on our social media platforms</li>
<li>EOS partnership with the largest technical University in the country to <b>promote research</b> in the EOS ecosystem</li>
<li><b>EOS Scholarship</b> for high performing developers and systems engineers to begin or continue their studies and give back to the EOS community</li>
<li>EOS-specific political fund that would provide resources to <b>community leaders</b> to work with policy makers and regulators to ensure a favorable environment for blockchain technology in Costa Rica.</li>
</ul>
<br/>
<blockquote><center>We pledge to reinvest our block rewards following the same formula that has made our country a ideal business environment -- invest in a educational system for EOS developers, fund EOS startups that focus on innovation and partner with local educators to increase research and development in the EOS ecosystem.</center></blockquote>
</div>
</div>
</div>
</div>
</section>
<!-- End Bare Metal Server Specs -->
<!-- Footer -->
<footer class="footer-6 unpad--bottom bg--dark" id="subscribe">
<div class="container">
<div class="row">
<div class="col-sm-6 col-md-3">
<h6 class="type--uppercase">About Us</h6>
<p>EOS Costa Rica is an initiative of Sistemas Edenia Internacional S.A. (EDENIA)</p>
<div class="icon-social-list">
<a href="https://www.twitter.com/eoscostarica" target="_blank"><i class="fab fa-twitter"></i></a>
<a href="https://www.steemit.com/@eos-costarica" target="_blank"><img class="steemit" src="img/steemit-logo.svg"/></a>
<a href="https://t.me/eoscr"><i class="fab fa-telegram" target="_blank"></i></a>
<a href="https://eoscostarica.io/discord" target="_blank"><i class="fab fa-discord"></i></a>
<a href="https://www.meetup.com/EOS-Costa-Rica/" target="_blank"><i class="fab fa-meetup"></i></a>
</div>
<!-- End Social Icons -->
</div>
<div class="col-sm-6 col-md-5">
<h6 class="type--uppercase"><a href="https://www.twitter.com/eoscostarica" style="font-weight: bold;">Follow us on Twitter</a></h6>
<div class="tweets-feed tweets-feed-2 tweet-url" data-feed-name="EOSCostaRica" data-amount="2"></div>
</div>
<div class="col-sm-6 col-md-4">
<h6 class="type--uppercase">Newsletter</h6>
<!-- Begin MailChimp Signup Form -->
<link href="//cdn-images.mailchimp.com/embedcode/classic-10_7.css" rel="stylesheet" type="text/css">
<style type="text/css">
#mc_embed_signup{background:transparent; clear:left;}
.subscribe{margin-top:10px;}
</style>
<div id="mc_embed_signup">
<form action="https://eoscostarica.us18.list-manage.com/subscribe/post?u=b106ce0932db9109185709353&id=fdbb41d153" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="row validate" target="_blank" novalidate>
<div id="mc_embed_signup_scroll">
<div class="mc-field-group">
<input type="email" value="" name="EMAIL" placeholder="Email Address" class="required email" id="mce-EMAIL">
</div>
<div id="mce-responses" class="clear">
<div class="response" id="mce-error-response" style="display:none"></div>
<div class="response" id="mce-success-response" style="display:none"></div>
</div> <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_b106ce0932db9109185709353_fdbb41d153" tabindex="-1" value=""></div>
<div class="clear"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="subscribe btn btn--primary type--uppercase"></div>
</div>
</form>
</div>
<script type='text/javascript' src='//s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js'></script><script type='text/javascript'>(function($) {window.fnames = new Array(); window.ftypes = new Array();fnames[0]='EMAIL';ftypes[0]='email';fnames[1]='FNAME';ftypes[1]='text';fnames[2]='LNAME';ftypes[2]='text';fnames[3]='ADDRESS';ftypes[3]='address';fnames[4]='PHONE';ftypes[4]='phone';fnames[5]='BIRTHDAY';ftypes[5]='birthday';}(jQuery));var $mcj = jQuery.noConflict(true);</script>
<!--End mc_embed_signup-->
</div>
</div>
</div>
<div class="footer__lower text-center-xs">
<div class="container">
<div class="row">
<div class="col-sm-6 copyR">
<span class="type--fine-print"> © <span class="update-year"> </span> Sistemas Edenia Internacional S.A. — All Rights Reserved</span>
</div>
<iv class="col-sm-6 text-right text-center-xs"></iv>
</div>
</div>
</div>
</footer>
<!-- End Footer -->
</div>
<script src="js/jquery-3.1.1.min.js"></script>
<script src="js/parallax.js"></script>
<script src="js/app.js"></script>
<script src="js/twitterfetcher.min.js"></script>
<script src="js/scripts.js"></script>
</body>
</html>