-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
410 lines (342 loc) · 17.3 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
<!DOCTYPE html>
<!--[if lt IE 9 ]><html class="no-js oldie" lang="en"> <![endif]-->
<!--[if IE 9 ]><html class="no-js oldie ie9" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!-->
<html class="no-js" lang="en">
<!--<![endif]-->
<head>
<!--- basic page needs
================================================== -->
<meta charset="utf-8">
<title>The Lithe Project™</title>
<meta name="description" content="Homepage for The Lithe Project">
<meta name="author" content="The Lithe Project Development Team">
<!-- mobile specific metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- CSS
================================================== -->
<link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/extra.css">
<link rel="stylesheet" href="css/vendor.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
<!-- script
================================================== -->
<script src="js/modernizr.js"></script>
<script src="js/pace.min.js"></script>
<!-- favicons
================================================== -->
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" href="favicon.ico" type="image/x-icon">
</head>
<body id="top">
<!-- header
================================================== -->
<header class="s-header">
<div class="header-logo">
<a class="site-logo" href="index.html"><img src="images/logo.png" alt="Homepage"></a>
</div>
<nav class="header-nav-wrap">
<ul class="header-nav">
<li class="current"><a class="smoothscroll" href="#home" title="home">Home</a></li>
<li><a class="smoothscroll" href="#about" title="about">About</a></li>
<li><a class="smoothscroll" href="#timeline" title="projects">Timeline</a></li>
<li><a class="smoothscroll" href="#donate" title="blog">Donate</a></li>
</ul>
</nav>
<a class="header-menu-toggle" href="#0"><span>Menu</span></a>
</header> <!-- end s-header -->
<!-- home
================================================== -->
<section id="home" class="s-home page-hero target-section" data-parallax="scroll" data-image-src="images/bg.png" data-natural-width=3000 data-natural-height=2000 data-position-y=center>
<div class="overlay"></div>
<div class="shadow-overlay"></div>
<div class="home-content">
<div class="row home-content__main">
<h3>The Lithe Project™</h3>
<h1>
Open source applications designed for everyone.<br>
</h1>
<div class="home-content__butto>ns">
<a href="#works" class="smoothscroll btn btn--primary">
Latest Projects
</a>
<a href="#about" class="smoothscroll btn btn--primary">
More About Us
</a>
</div>
<div class="home-content__scroll">
<a href="#about" class="scroll-link smoothscroll">
<span>Scroll Down</span>
</a>
</div>
</div>
</div> <!-- end home-content -->
<ul class="home-social">
<li>
<a href="#"><i class="fab fa-github" aria-hidden="true"></i><span>GitHub</span></a>
</li>
<li>
<a href="#"><i class="fab fa-twitter" aria-hidden="true"></i><span>Twiiter</span></a>
</li>
<li>
<a href="#"><i class="fab fa-reddit" aria-hidden="true"></i><span>Reddit</span></a>
</li>
<li>
<a href="#"><i class="fab fa-discord" aria-hidden="true"></i><span>Discord</span></a>
</li>
</ul>
<!-- end home-social -->
</section> <!-- end s-home -->
<!-- about
================================================== -->
<section id="about" class="s-about target-section has-bottom-sep">
<div class="row narrow section-intro has-bottom-sep">
<div class="col-full text-center">
<h3>About</h3>
<h1>More About The Project.</h1>
<p class="lead">Lithe aims to study the best practices of the fiat world and work towards
developing products to be user-friendly for the people.
</br>
Our team is a worldwide-based entity of members dedicated to creating
and assisting new means of use for digital economics in real-world situations,
today.
</p>
</div>
</div>
<div class="row about-content">
<div class="col-full tab-full center">
<div></br></br></br></div>
<div class="col-three text-center animate-box">
<div class="services color-4">
<span class="icon">
<i class="far fa-clock"></i>
</span>
<div class="desc">
<h3>2 Minute Block Times.</h3>
<p>"That's x5 quicker than Bitcoin!"</p>
</div>
</div>
</div>
<div class="col-three text-center animate-box">
<div class="services color-4">
<span class="icon">
<i class="fas fa-user-secret"></i>
</span>
<div class="desc">
<h3>Unlinkable Transactions</h3>
<p>"Unlike Bitcoin, $LXTH transactions cannot be traced to a specific wallet."</p>
</div>
</div>
</div>
<div class="col-three text-center animate-box">
<div class="services color-4">
<span class="icon">
<i class="fas fa-comments-dollar"></i>
</span>
<div class="desc">
<h3>Miniscule Fee</h3>
<p>"$LXTH's transactions fees are distinctivly lower than Bitcoins"</p>
</div>
</div>
</div>
<div class="col-three text-center animate-box">
<div class="services color-4">
<span class="icon">
<i class="fas fa-laptop"></i>
</span>
<div class="desc">
<h3>Real Possiblities</h3>
<p>"Unlike Bitcoin, $LXTH will under go cryptographic hash changes to keep mining fair."</p>
</div>
</div>
</div>
</div>
</div> <!-- end about-content -->
<div class="row about-content about-content--buttons">
<div class="col-four tab-full left">
<a href="#0" class="btn btn--stroke full-width">Getting Started Docs</a>
</div>
<div class="col-four tab-full right">
<a href="https://github.com/Lithe-Project/Lithe/releases" class="btn btn--primary full-width">Download Latest CLI</a>
</div>
<div class="col-four tab-full right">
<a href="https://github.com/Lithe-Project/Lithe-GUI/releases" class="btn btn--primary full-width">Download Latest GUI</a>
</div>
</div> <!-- end about-content buttons -->
</section> <!-- end about -->
<!-- timeline
================================================== -->
<section id="timeline" class="s-about target-section">
<div class="row about-content about-content--timeline">
<div class="section-intro col-full text-center">
</br>
<h3>Our Timeline</h3>
<h1>Discover What We've Done, As A Team.</h1>
</div>
<div class="col-six tab-full left">
<div class="timeline">
<div class="timeline__block">
<div class="timeline__bullet"><img src="images/altcoin-logo/elph.png" class="center"></div>
<div class="timeline__header">
<p class="timeline__timeframe">2019</p>
<h3>ElphyreCoin ($ELPH)</h3>
</div>
<div class="timeline__desc">
<p>ElphyreCoin, the open-source funding coin, was originally a Bytecoin fork. After a while,
it's network started to get <i>rough</i>. LithyRiolu, a core developer for The Lithe Project,
contacted Citizen7, the founder of ELPH, in regards to a bounty. After an extensive discussion,
it was better decided that ElphyreCoin should reset its network but hold a premine for the
networks' previous miners and after a short while, the network was rescued and stable.</p>
</div>
</div> <!-- end timeline__block -->
<div class="timeline__block">
<div class="timeline__bullet"><img src="images/altcoin-logo/amity-logo.png" class="center"></div>
<div class="timeline__header">
<p class="timeline__timeframe">2019</p>
<h3>AmityCoin ($XAM)</h3>
</div>
<div class="timeline__desc">
<p>AmityCoin, now a fork of Nerva (XNV), is a longevity privacy coin. The current lead
developer, Matt Hooftly, is a member of the Lithe Discord server and has been known to
help Lithe as well as other communities like Nerva, TurtleCoin and many others. LithyRiolu,
a core developer for The Lithe Project, has made a few PR's and helpful, sometimes minor,
commits to AmityCoin's blockchain codebase and its other projects via GitHub.</p>
</div>
</div> <!-- end timeline__block -->
<div class="timeline__block">
<div class="timeline__bullet"><img src="images/altcoin-logo/logo.png" class="center"></div>
<div class="timeline__header">
<p class="timeline__timeframe">2019</p>
<h3>Lithe ($LXTH)</h3>
</div>
<div class="timeline__desc">
<p>Lithe aims to study the best practices of the fiat world and work towards
developing products to be user-friendly for the people. We know one minor
problem between cryptocurrency and normal people and that is it is
like Voodoo to them. Lithe will change that so it will allow anyone and everyone the
ability to use and benefit from it. Because we want everyone to eventually be using Lithe,
we are adapting for longevity. </p>
</div>
</div> <!-- end timeline__block -->
</div> <!-- end timeline -->
</div> <!-- end left -->
<div class="col-six tab-full right">
<div class="timeline">
<div class="timeline__block">
<div class="timeline__bullet"><img src="images/altcoin-logo/trtl-nest.png" class="center"></div>
<div class="timeline__header">
<p class="timeline__timeframe">2019</p>
<h3>TurtleCoin ($TRTL)</h3>
</div>
<div class="timeline__desc">
<p>TurtleCoin's Nest GUI was a popular GUI wallet for the TurtleCoin network before a broken element left the GUI
faulty. LithyRiolu, a core developer for The Lithe Project, had already opened a PR on GitHub to replace the use
of <code>var</code> in JavaScript and this was left open before the repository got archived. After LithyRiolu
had fixed the issue for himself, by forking Nest as a base for another unique GUI, he contacted a couple of
TurtleCoin's developers and the old PR was updated to include the fix to restore the Nest GUI.</p>
</div>
</div> <!-- end timeline__block -->
<div class="timeline__block">
<div class="timeline__bullet"><img src="images/altcoin-logo/logo.png" class="center"></div>
<div class="timeline__header">
<p class="timeline__timeframe">2019</p>
<h3>DecentraChat</h3>
</div>
<div class="timeline__desc">
<p>The Lithe Project's first created application is DecentraChat, a P2P chatting application written in Go.
It is launched on a dedicated port of your choice and each port is a separate chatroom so, in theory,
there is over 50,000 private chat rooms to choose from. As well as being able to send messages to other peers,
you can also send files of unlimited size to each other.</p>
</div>
</div> <!-- end timeline__block -->
<div class="timeline__block">
<div class="timeline__bullet"><img src="images/altcoin-logo/logo.png" class="center"></div>
<div class="timeline__header">
<p class="timeline__timeframe">2019</p>
<h3>Awesome CryptoNote</h3>
</div>
<div class="timeline__desc">
<p>To help develop awareness to CryptoNote projects, The Lithe Project have curated an awesome list
which will hopefully help users and developers discover software. This list is full of open source
projects and anybody can contribute to the list.</p>
</div>
</div> <!-- end timeline__block -->
</div> <!-- end timeline -->
</div> <!-- end right -->
</div> <!-- end about-content timeline -->
</section> <!-- end timeline -->
<!-- s-cta
================================================== -->
<section id="donate" class="s-cta section-intro target-section">
<div class="row narrow cta">
<div class="col-full cta__content">
</br>
<h3>Donate</h3>
<h1>Support The Lithe Project.</h1>
<p class="lead">
The Lithe Project is completely funded by the team and community donations. We would kindly ask you to consider
donating to our project to help fund a few things that would help us achieve the main goals in which money is the
brick wall.
</p>
<div class="row narrow about-content about-content--buttons">
<div class="col-five full-width">
<a href="donate.html" class="btn btn--primary full-width">Donation Addresses</a>
</div>
<div class="col-five full-width">
<a href="https://www.patreon.com/thelitheproject" class="btn btn--primary full-width">Become a Patreon</a>
</div>
</div> <!-- end donate buttons -->
</div>
</div> <!-- end donate -->
</section>
<!-- footer
================================================== -->
<footer>
<div class="row">
<div class="col-full">
<div class="footer-logo">
<a class="footer-site-logo" href="#0"><img src="images/logo.png" alt="Homepage"></a>
</div>
<ul class="footer-social">
<li><a href="#0">
<i class="fab fa-github" aria-hidden="true"></i>
<span>GitHub</span>
</a></li>
<li><a href="#0">
<i class="fab fa-twitter" aria-hidden="true"></i>
<span>Twitter</span>
</a></li>
<li><a href="#0">
<i class="fab fa-reddit" aria-hidden="true"></i>
<span>Reddit</span>
</a></li>
<li><a href="#0">
<i class="fab fa-discord" aria-hidden="true"></i>
<span>Discord</span>
</a></li>
</ul>
</div>
</div>
<div class="row footer-bottom">
<div class="col-twelve">
<div class="copyright">
<span>Copyright © The Lithe Project Development Team</span>
</div>
<div class="go-top">
<a class="smoothscroll" title="Back to Top" href="#top"><i class="im im-arrow-up" aria-hidden="true"></i></a>
</div>
</div>
</div> <!-- end footer-bottom -->
</footer> <!-- end footer -->
<div id="preloader">
<div id="loader"></div>
</div>
<!-- Java Script
================================================== -->
<script src="js/jquery-3.2.1.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
</body>
</html>