-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathindex.html
More file actions
257 lines (236 loc) · 10.9 KB
/
index.html
File metadata and controls
257 lines (236 loc) · 10.9 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Proyecto Chaucha</title>
<meta charset="UTF-8">
<meta name="description" content="Chaucha - Chilean cryptocurrency">
<meta name="keywords" content="cryptocurrency, chaucha, chilean, 2019, project">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Favicon -->
<link href="img/chaucha_logo.svg" rel="shortcut icon"/>
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Prompt&display=swap" rel="stylesheet">
<!-- Stylesheets -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.min.css">
<link rel="stylesheet" href="css/bootstrap.min.css"/>
<link rel="stylesheet" href="css/style.css"/>
<link rel="stylesheet" href="css/buttoncha.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 start -->
<header class="header-section sp-pad">
<img src="img/chaucha_logo.svg" height="100px" alt="Chaucha Logo">
</header>
<!-- Header section end -->
<!-- Intro section start -->
<section class="intro-section sp-pad spad">
<div class="container-fluid">
<div class="row">
<div class="col-xl-4 intro-text">
<h3 class="sp-title">Proyecto Chaucha</h3>
<p>
Organización enfocada en diseñar e implementar herramientas de software que ayuden a la adopción y educación de las personas hacia la tecnología Blockchain.
La finalidad del Proyecto Chaucha es permitir que los nuevos usuarios de criptomonedas puedan aprender sobre el funcionamiento de los sistemas a partir de un ejercicio práctico, utilizando las herramientas y la documentación generada por los miembros la organización.</p>
</div>
<div class="col-xl-7 offset-xl-1">
<figure class="intro-img mt-5 mt-xl-0">
<img class="border" src="img/quirquincho.jpg" width="500px" height="500px" alt="">
</figure>
<a href="https://play.google.com/store/apps/details?id=com.chaucherawallet"><button id="dots" class="cha-button"><b><i class="fab fa-android fa-lg"></i> CHAUCHERA WALLET ANDROID</b></button></a><br>
<code>Almacena tus chauchas en tu wallet Android, recuerda copiar y guardar tu <b>"Clave de Papel"</b> en un lugar seguro.</code>
</div>
</div>
</div>
</section>
<!-- Intro section end -->
<!-- Milestones section start -->
<section class="milestones-section spad">
<h2>¿Sabias que la chaucha es?...</h2>
<br>
<br>
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6 fact-box">
<div class="fact-content">
<img src="img/004-cash.svg" width="100px" height="100px" alt="Crypto SVG">
<p>Una Criptomoneda</p>
<br>
<code class="text-dark">Chaucha es un criptoactivo de código libre, es muy popular entre las comunidad de Cryptos locales.</code>
</div>
</div>
<div class="col-lg-3 col-md-6 fact-box">
<div class="fact-content">
<img src="img/002-gamepad.svg" width="100px" height="100px" alt="Juegos SVG">
<p>Para Juegos</p>
<br>
<code class="text-dark">Chaucha es sin duda una implementación para juegos, tales como el Dice (más abajo están los links).</code>
</div>
</div>
<div class="col-lg-3 col-md-6 fact-box">
<div class="fact-content">
<img src="img/001-mortarboard.svg" width="100px" height="100px" alt="Educacion SVG">
<p>Para Educación</p>
<br>
<code class="text-dark">Chaucha alimenta el conocimiento de las personas para que también puedan aportar al proyecto.</code>
</div>
</div>
<div class="col-lg-3 col-md-6 fact-box">
<div class="fact-content">
<img src="img/003-microchip.svg" width="100px" height="100px" alt="Tecnologia SVG">
<p>Para la Tecnología</p>
<br>
<code class="text-dark">Chaucha se adapta y se implementa fácilmente a las nuevas tecnologías, cualquier desarrollo y contribución por parte de las personas, se podrá ver en el GitHub de Chaucha.</code>
</div>
</div>
</div>
</div>
</section>
<!-- Milestones section end -->
<!-- Intro section start -->
<section class="intro-section sp-pad spad">
<div class="container-fluid">
<div class="row justify-content-center">
<div class="col-xl-4 intro-text">
<h3 class="sp-title">Chaucha</h3>
<p>La primera creación por parte del Proyecto Chaucha, fue diseñada para cumplir la función de ejemplo de criptomoneda 100% funcional, que sirve de guía para los futuros desarrollos de la organización.
Chaucha y el desarrollo del Proyecto Chaucha presentan un ecosistema amigable para introducir a nuevos usuarios al mundo de las criptomonedas y la tecnología blockchain.</p>
</div>
</div>
</div>
</section>
<!-- Intro section end -->
<!-- Second Milestones section start -->
<section class="milestones-section spad text-center">
<h2 class="text-center">Descarga directa de la Chauchera Wallet!</h2>
<br>
<br>
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-6 fact-box">
<div class="fact-content">
<img src="img/apple.svg" width="100px" height="100px" alt="MAC SVG">
<br>
<a href="https://github.com/proyecto-chaucha/chauchera/releases/download/v2.1.0.0/chauchera-2.1.0.0-x64-mac.dmg"><button class="cha-button">Chauchera macOS</button></a>
</div>
</div>
<div class="col-lg-4 col-md-6 fact-box">
<div class="fact-content">
<img src="img/windows.svg" width="100px" height="100px" alt="WINDOWS SVG">
<br>
<a href="https://github.com/proyecto-chaucha/chauchera/releases/download/v2.1.0.0/chaucha-daemon-2.1.0.0-x64-windows.zip"><button class="cha-button">Chauchera Windows</button></a>
</div>
</div>
<div class="col-lg-4 col-md-6 fact-box">
<div class="fact-content">
<img src="img/linux.svg" width="100px" height="100px" alt="LINUX SVG">
<br>
<a href="https://github.com/proyecto-chaucha/chauchera/releases/download/v2.1.0.0/chauchera-2.1.0.0-x64-ubuntu.tar.xz"><button class="cha-button">Chauchera Linux</button></a>
</div>
</div>
</div>
</div>
</section>
<!-- Milestones section end -->
<!-- Development section start -->
<div class="portfolio-section spad">
<div class="container">
<h2 class="sp-title text-center">Desarrollos</h2>
<br>
<code>¿Quieres saber más sobre los desarrollos?</code>
<br>
<code>PS - Todos podemos aportar :D!</code>
<p> </p>
<div class="row">
<div class="col-lg-4 col-md-6 fact-box">
<h5><a class="whitelink" href="https://github.com/proyecto-chaucha/chinchilla" target="_blank"><p class="sp-title">Chinchilla</p></a></h5>
<h5>Explorador online del blockchain de Chaucha</h5>
</div>
<div class="col-lg-4 col-md-6 fact-box">
<h5><a class="whitelink" href="https://github.com/proyecto-chaucha/chungungo" target="_blank"><p class="sp-title">Chungungo</p></a></h5>
<p>Plataforma online chaucha.party para enviar y recibir Chauchas de una manera simple e intuitiva</p>
</div>
<div class="col-lg-4 col-md-6 fact-boxs">
<h5><a class="whitelink" href="https://github.com/proyecto-chaucha/quirquincho" target="_blank"><p class="sp-title">Quirquincho</p></a></h5>
<p>Bot y Online Wallet diseñado para la comunidad de Telegram</p>
</div>
</div>
<br>
<div class="row">
<div class="col-lg-4 col-md-6 fact-box">
<h5><a class="whitelink" href="https://docs.chaucha.cl" target="_blank"><p class="sp-title">Chaucha Docs</p></a></h5>
<p>Recopilación de documentación generada por el Proyecto Chaucha</p>
</div>
<div class="col-lg-4 col-md-6 fact-box">
<h5><a class="whitelink" href="https://historia.chaucha.cl/" target="_blank"><p class="sp-title">Historia de la Red Chaucha</p></a></h5>
<p>Resumen de los acontecimientos más importantes de Chaucha con respecto a su Blockchain.</p>
</div>
<div class="col-lg-4 col-md-6 fact-box">
<h5><a class="whitelink" href="https://iot.chaucha.cl/" target="_blank"><p class="sp-title">Chaucha IoT</p></a></h5>
<p>Almacenamiento de formación en el blockchain de Chaucha</p>
</div>
</div>
<br>
<div class="row">
<div class="col-lg-4 col-md-6 fact-box">
<h5><a class="whitelink" href="https://github.com/proyecto-chaucha/quechaucha" target="_blank"><p class="sp-title">Qué Chaucha !</p></a></h5>
<p>Juego educativo basado en la documentación de Bitcoin</p>
</div>
<div class="col-lg-4 col-md-6 fact-box">
<h5><a class="whitelink" href="https://github.com/proyecto-chaucha/ukuku" target="_blank"><p class="sp-title">Ukuku</p></a></h5>
<p>Extractor de bloques de información del Blockchain para MongoDB</p>
</div>
<div class="col-lg-4 col-md-6 fact-box">
<h5><a class="whitelink" href="https://archive.org/search.php?query=creator%3A%22Chaucha.cl%22" target="_blank"><p class="sp-title">Aventuras de Quirquincho</p></a></h5>
<p>Comic diseñado para comprender el mundo de las criptomonedas</p>
</div>
</div>
</div>
</div>
<!-- End development section -->
<!-- Footer section start -->
<footer class="footer-section spad">
<div class="container text-center">
<h2>¡Chaucha, de CHILE para todo el Mundo!</h2>
<p>Comunidades de Chaucha</p>
<div class="social">
<a href="https://github.com/proyecto-chaucha"><i class="fab fa-github fa-lg" ></i></a>
<a href="https://www.facebook.com/proyectochaucha"><i class="fab fa-facebook fa-lg"></i></a>
<a href="https://twitter.com/cryptochaucha"><i class="fab fa-twitter fa-lg"></i></a>
<a href="https://t.me/chaucha"><i class="fab fa-telegram fa-lg"></i></a>
<a href="https://discord.gg/FUczVaZ"><i class="fab fa-discord fa-lg"></i></a>
</div>
</div>
</footer>
<!-- Footer section end -->
<!--====== Javascripts & Jquery ======-->
<script src="https://www.gstatic.com/firebasejs/7.2.3/firebase-app.js"></script>
<script src="https://www.gstatic.com/firebasejs/7.2.3/firebase-analytics.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="js/main.js"></script>
<script src="js/button.js">
<script>
// Your web app's Firebase configuration
var firebaseConfig = {
apiKey: "AIzaSyDP-ZVePTr0Ev8DLSSKRZiiegzqA7rLcUA",
authDomain: "chaucha-6c85a.firebaseapp.com",
databaseURL: "https://chaucha-6c85a.firebaseio.com",
projectId: "chaucha-6c85a",
storageBucket: "chaucha-6c85a.appspot.com",
messagingSenderId: "768621504681",
appId: "1:768621504681:web:296830404cd85c55c3a1b8",
measurementId: "G-LBFEEFT3E6"
};
// Initialize Firebase
firebase.initializeApp(firebaseConfig);
firebase.analytics();
</script>
</body>
</html>