-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathupcoming.html
115 lines (110 loc) · 6.66 KB
/
upcoming.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
<!DOCTYPE html>
<html>
<head>
<title>CaffeeCoin About</title>
<meta charset="utf-8">
<!-- Styles -->
<link rel="stylesheet" href="styles.css">
<!-- Favicon -->
<link rel="icon" href="caffee.png" />
</head>
<!--
░█████╗░░█████╗░███████╗███████╗███████╗███████╗
██╔══██╗██╔══██╗██╔════╝██╔════╝██╔════╝██╔════╝
██║░░╚═╝███████║█████╗░░█████╗░░█████╗░░█████╗░░
██║░░██╗██╔══██║██╔══╝░░██╔══╝░░██╔══╝░░██╔══╝░░
╚█████╔╝██║░░██║██║░░░░░██║░░░░░███████╗███████╗
░╚════╝░╚═╝░░╚═╝╚═╝░░░░░╚═╝░░░░░╚══════╝╚══════╝
Woah so thats a nice website
created by N.L.C
-->
<body>
<!--NavBar-->
<header>
<img class="nav__logo" src="caffee.png" width="5%" height="5%" alt="caffee">
<nav>
<ul class="nav__links">
<li><a style="color: white;" href="index.html">Home</a></li>
<li><a style="color: white;" href="wallet.html">Wallets</a></li>
<li><a style="color: white;" href="upcoming.html">Upcoming</a></li>
<li><a style="color: white;" href="about.html">About</a></li>
<li><a style="color: white;" href="contribute.html">Contribute</a></li>
</ul>
</nav>
<a class="cta" href="buycaffeecoin.html"><button style="color: black;">Buy CaffeeCoin</button></a>
</header>
<!--Background-->
<body style="background-color: black;"></body>
<!--Main-->
<main style="text-align: center; color: white;">
<h1 style="color: white;">What we want to accomplish</h1>
<hr>
<h2 style="color: rgb(0, 116, 248);">1. We have our very own CRYPTO EXCHANGE coming soon</h2>
<br>
<h2 style="color: rgb(0, 116, 248);">2. We plan to make a CaffeeCoin Chat Forum</h2>
<br>
<h2 style="color: rgb(0, 116, 248);">3. The CafeeCoin Shop!!</h2>
<br>
<h2 style="color: rgb(0, 116, 248);">4. We plan to make a decentralised chat app</h2>
<br>
<h2 style="color: rgb(0, 116, 248);">5. We plan to update the blockchain to make it better for people to deploy smart contracts,<br>and make the blockchain better and maybe make it a proof of state blockchain</h2>
<br>
<h2 style="color: rgb(0, 116, 248);">6. We plan to donate US$1000000 when CaffeeCoin reaches 1Billion in market cap to various charities</h2>
<br>
<hr>
<br>
<h1>RoadMap</h1>
<br>
<hr>
</main>
<!-- roadmap -->
<div class="roadmap">
<div class="container">
<div class="timeline">
<br>
<ul>
<li>
<div class="timeline-content">
<h2 class="date">16th September, 2021</h2>
<h1 style="text-align: left;">The Launch of CAFFEECOIN</h1>
<p>The launch of CaffeeCoin was on the 16th of September! CaffeeCoin which is a meme coin is based on the SCRYPT algorithim, which is run
by the people, open source, decentralised and secure. Which wants to be friendly and fun for everyone in the world, and is not only
limited to certain people, which also wants to promote equality. CaffeeCoin is a fun meme coin, but it also has a purpose, it is to give everyone the oppurtunity to use the internet and to fight global warming.
<br>Which was launched by 1 person that goes by N.L.C
</p>
</div>
</li>
<li>
<div class="timeline-content">
<h2 class="date">1st November 2021</h2>
<h1 style="text-align: left;">New Apps</h1>
<p>We will try to launch multiple defi apps at the end of the year that are fully decentralised! We will also try to launch our own decentralised crypto exchange</p>
</div>
</li>
<li>
<div class="timeline-content">
<h2 class="date">1st January 2022</h2>
<h1 style="text-align: left;">Updates for the Blockchain and a new Shop</h1>
<p>We plan to launch the CaffeeCoin shop by 1st January 2021 and we also want to update the CaffeeCoin Blockchain to make it better where the nodes also get paid and also make the coin last longer where it will create new coins every time 5 blocks is mined</p>
</div>
</li>
<li>
<div class="timeline-content">
<h2 class="date">20th may, 2025</h2>
<h1 style="text-align: left;">Hopeful Predictions</h1>
<p>We hope to be able to get to 1 Billion dollars in marketcap! Because we pledge to donate US$1000000 to various charities for less fortunate people and to let people access the internet, fight global warming and save animals!</p>
</div>
</li>
</ul>
</div>
</div>
</div>
<!-- roadmap -->
<br><br><br>
<h1 style="color: white;">What we have!</h1>
<hr>
<br>
<h2 style="color: white; text-align: center;">Nothing yet :|</h2>
<br>
</body>
</html>