forked from heyadjoining/turtlecoin.lol
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
208 lines (192 loc) · 6.23 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
---
title: meta.title
description: meta.description
---
<!DOCTYPE html>
<!--
Ethereal by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html lang="{{ site.lang }}">
<head>
{% include meta.html %}
{% include stylesheets.html %}
</head>
<body class="is-preload" style="">
<!-- Page Wrapper -->
<div id="page-wrapper">
{% include language_selector_navbar_item.html %}
<!-- Wrapper -->
<div id="wrapper">
<!-- Panel (Banner) -->
<section class="panel banner left">
{% include language_selector_navbar_item.html %}
<div class="content color0 span-3-75">
<span>
<img height="100" width="100" src="assets/images/turtlecoin_logo.svg" alt="TurtleCoin Logo" /></span>
<h1 class="major">
<span class="reg">TurtleCoin</span>
</h1>
<p>
<span class="reg">
{% t turtlecoin_is %}
<br /><br />
{% t get_started %}
</p>
<ul class="actions">
<li>
<a href="#first" class="button primary color2 circle icon solid fa-arrow-right">Next</a>
</li>
</ul>
</div>
</section>
<section class="panel color1">
<div class="intro joined">
<h2 class="major">1. {% t wallet_title %}</h2>
<p>
{% t wallet_we_support %}
</p>
<p>
{% t wallet_long_term_storage %}
</p>
</div>
<div class="inner" id="first">
<ul class="grid-icons three connected">
<li>
<a id="gui-windows-dl" href="https://github.com/turtlecoin/turtle-wallet-proton/releases/latest" target="”_blank”">
<span class="icon brands solid fa-windows"><span class="label">Windows</span></span></a>
</li>
<li>
<a id="gui-mac-dl" href="https://github.com/turtlecoin/turtle-wallet-proton/releases/latest" target="”_blank”">
<span class="icon brands solid fa-apple"><span class="label">Apple</span></span></a>
</li>
<li>
<a id="gui-linux-dl" href="https://github.com/turtlecoin/turtle-wallet-proton/releases/latest" target="”_blank”">
<span class="icon brands fas fa-linux"><span class="label">Linux</span></span></a>
</li>
<li>
<a href="https://shellnet.pw" target="”_blank”">
<span class="icon solid fa-cloud"><span class="label">Web Wallet</span></span></a>
</li>
<li>
<a href="https://play.google.com/store/apps/details?id=com.tonchan" target="”_blank”">
<span class="icon brands solid fa-android"><span class="label">Android</span></span></a>
</li>
<li>
<a href="https://turtlecoin.lol/wallet" target="”_blank”">
<span class="icon solid fa-wallet"><span class="label">Paper Wallet</span></span></a>
</li>
</ul>
</div>
</section>
<section class="panel color4-alt">
<div class="inner columns divided">
<div class="span-1-2">
<h2 class="major">2. {% t say_hello_title %}</h2>
<ul class="contact-icons color1">
<li class="icon brands fa-discord transparent-icon" onclick="location.href='https://discord.gg/rhvXkWdz8A'">
<a href="https://discord.gg/rhvXkWdz8A">Discord</a>
</li>
<li class="icon brands fa-twitter transparent-icon" onclick="location.href='https://twitter.com/_turtlecoin'">
<a href="https://twitter.com/_turtlecoin">Twitter</a>
</li>
<li class="icon brands fa-wordpress transparent-icon" onclick="location.href='https://blog.turtlecoin.lol'">
<a href="https://blog.turtlecoin.lol">Blog</a>
</li>
<li class="icon brands fa-github transparent-icon" onclick="location.href='https://github.com/turtlecoin/'">
<a href="https://github.com/turtlecoin/">GitHub</a>
</li>
<li class="icon brands fa-linkedin transparent-icon" onclick="location.href='https://www.linkedin.com/company/turtlecoin'">
<a href="https://www.linkedin.com/company/turtlecoin">LinkedIn</a>
</li>
</ul>
</div>
</div>
</section>
<!-- Panel -->
<section class="panel color2-alt">
<div class="intro color2">
<h2 class="major">3. {% t get_know_title %}</h2>
<p>
{% t get_know_text %}
</p>
<p>
<a href="https://goo.gl/forms/BNaRYkUmOVOa1apQ2" class="button" onclick="location.href='https://goo.gl/forms/BNaRYkUmOVOa1apQ2'">
{% t get_know_button %}
</a>
</p>
</div>
<div class="inner columns aligned">
<div class="span-2-75">
<h3>
<a href="https://blog.turtlecoin.lol">{% t blog_updates_title %}</a>
</h3>
<span id="blog-feed">
Loading latest articles...
</span>
</div>
<div class="span-2-75">
<h3>
<a href="https://github.com/turtlecoin">{% t dev_activity_title %}</a>
</h3>
<h4>{% t dev_activity_issues %}</h4>
<ul class="alt" id="github-issues">
<li>
Loading latest issues...
</li>
</ul>
<h4>{% t dev_activity_core_commits %}</h4>
<ul class="alt" id="github-commits">
<li>
Loading latest commits...
</li>
</ul>
</div>
<div class="span-1-75">
<h4>
{% t building_apps_title %}
<span class="reg">TurtleCoin</span>
</h4>
<p>
{% t building_apps_text %}
</p>
<h5>
{% t building_apps_api_doc %}
</h5>
<ul class="actions">
<li>
<a href="https://docs.turtlecoin.lol/developer/api/daemon-json-rpc-api" class="button">Daemon API</a>
</li>
<li>
<a href="https://turtlecoin.github.io/wallet-api-docs/" class="button">Wallet API</a>
</li>
</ul>
<h5>
{% t building_apps_service_doc %}
</h5>
<ul>
<li>
<a href="https://trtlapps.com/">TRTLApps.com</a>
</li>
<li>
<a href="https://docs.turtlepay.io/">TurtlePay.io</a>
</li>
<li>
<a href="https://explorer.turtlecoin.lol/">TurtleCoin® Block Explorer</a>
</li>
</ul>
</div>
</div>
</section>
<!-- Copyright -->
<!-- <div class="copyright">
© Untitled. Design:
<a href="https://html5up.net">HTML5 UP</a>.
</div> -->
</div>
</div>
<!-- Scripts -->
{% include body_javascripts.html %}
</body>
</html>