-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
134 lines (133 loc) · 5.46 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
<!DOCTYPE html>
<html class="no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>ThankToken - The Sustainable Cryptocurrency</title>
<meta name="description" content="Homepage of ThankToken, the sustainable cryptocurrency with basic-income">
<!--meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" /-->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="./favicon.ico" type="image/x-icon">
<!--link rel="stylesheet" href="css/normalize.css"-->
<link rel="stylesheet" href="css/site.css">
</head>
<body class="loading">
<header>
<div class="menu">
<img src="img/ThankToken-32x32.png" alt="ThankToken" />
<a href="#home">Home</a>
<a href="#about">About</a>
<a href="#join">Join</a>
<a href="#team">Team</a>
<a href="#credits">Credits</a>
</div>
</header>
<div class="main">
<section id="home">
<div class="section-content">
<div class="content">
<h1>ThankToken - A Sustainable Cryptocurrency</h1>
<h3>Living in peace and justice</h3>
<h3>Saving our wounderful planet</h3>
</div>
</div>
</section>
<section id="about">
<div class="overlay-content">
<div class="images-container">
<h3 class="world">We are the world, we are the children...</h3>
<img class="earth" src="img/earth2.png" alt="Planet Earth"/>
</div>
</div>
<div class="section-content">
<div class="content">
<h1>What and why?</h1>
ThankToken is ...
<div class="box-container">
<div class="box-element">
<a href="https://github.com/thanktoken/thanktoken.github.io/wiki/Inclusive">
<img src="img/inclusive.jpg" alt="Inclusive" width="150"/>
<div class="box-title">Inclusive</div>
Every person is valuable and included.
</a>
</div>
<div class="box-element">
<a href="https://github.com/thanktoken/thanktoken.github.io/wiki/Fair">
<img src="img/fair.jpg" alt="Fair" width="150"/>
<div class="box-title">Fair</div>
Designed for social justice and fairness.
</a>
</div>
<div class="box-element">
<a href="https://github.com/thanktoken/thanktoken.github.io/wiki/Democratic">
<img src="img/democratic.jpg" alt="Democratic" width="150"/>
<div class="box-title">Democratic</div>
Everybody can vote and take influence.
</a>
</div>
</div>
<span></span>
<div class="box-container">
<div class="box-element">
<a href="https://github.com/thanktoken/thanktoken.github.io/wiki/Community">
<img src="img/community.jpg" alt="Community" width="150"/>
<div class="box-title">Community-driven</div>
Bottom-up approach driven by the participating people.
</a>
</div>
<div class="box-element">
<a href="https://github.com/thanktoken/thanktoken.github.io/wiki/Sustainable">
<img src="img/sustainable.jpg" alt="Sustainable" width="150"/>
<div class="box-title">Sustainable</div>
Live in balance with our planet.
</a>
</div>
<div class="box-element">
<a href="https://github.com/thanktoken/thanktoken.github.io/wiki/Secure">
<img src="img/secure.jpg" alt="Secure" width="150"/>
<div class="box-title">Secure</div>
Based on established cryptograpy with design for upgrading.
</a>
</div>
</div>
</div>
</div>
</section>
<section id="join">
<div class="section-content">
<div class="content">
<h2>Join the ThankToken community</h2>
<p>-Become an active part of the movement to a better society.</p>
<ul>
<li>Join the <a href="">community</a></li>
<li>Help out as a <a href="https://github.com/thanktoken/">developer</a></li>
<li>Tell your friends about it</li>
<li>Build up your local commonity and join in</li>
<li></li>
</ul>
</div>
</div>
</section>
<section id="team">
<div class="section-content">
<div class="content">
<h2>Team</h2>
<p>TODO: People behind ThankToken</p>
</div>
</div>
</section>
<section id="credits">
<div class="section-content">
<div class="content">
<h2>Credits</h2>
<p>We like to say Thanks to all the following people</p>
</div>
</div>
</section>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script type="text/javascript" src="js/onepagescroll/jquery.onepage-scroll.js"></script>
<link href='js/onepagescroll/onepage-scroll.css' rel='stylesheet' type='text/css'>
<script src="js/main.js"></script>
</body>
</html>