-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontribute.html
75 lines (71 loc) · 4.18 KB
/
contribute.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
<!DOCTYPE html>
<html>
<head>
<title>CaffeeCoin Wallet</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>
<!--Background-->
<body style="background-color: black;"></body>
</header>
<!--Main-->
<main style="text-align: center; color: white;">
<h1>There are mutliple ways that you can contribute!</h1>
<br>
<br>
<h2 style="color: rgb(0, 116, 248);">1. The first one(the easiest one) Tell everyone about it!</h2>
<br>
<h2>This will help us get know and get used by others! And this helps CaffeeCoin a lot!</h2>
<br>
<br>
<h2 style="color: rgb(0, 116, 248);">2. The second way is to run a CaffeeCoin node or mine CaffeeCoin</h2>
<br>
<h2 style="color: rgb(0, 116, 248);">(Running a Node)</h2><h3>Running a CaffeeCoin node helps the CaffeeCoin Blockchain be more decentralised and more reliable!</h3>
<a href="running_node.html"><button style="color: black;">Learn More About Running a Node</button></a>
<br>
<br>
<h2 style="color: rgb(0, 116, 248);">(Mining CaffeeCoin)</h2>
<h3>
Mining CaffeeCoin helps to verify transactions and create new blocks in the blockchain to ensure that the Blockchain<br> is reliable and secure
by verifying the transactions!<br><br>This does not only benefit CaffeeCoin it also benefits the miners,<br> as whenever you mine, you will get paid in CaffeeCoin which
is basically printing money!
</h3>
<a href="#"><button style="color: black;">More on mining CaffeeCoin</button></a>
<br>
<br>
<h2 style="color: rgb(0, 116, 248);">3. The 3rd way is by donating to the founders and managers of CaffeeCoin</h2>
<br>
<h3>CaffeeCoin Address = CSMYs5AakiYz9VzhWEiPB6CoA9gwBtZuNj</h3>
<h3>Bitcoin Address = bc1qehyyn9vv3u8d9feufaatye4u6ylzdcdqc0znq0</h3>
<br>
<h3>The donations go to the advancement of CaffeeCoin and the software for CaffeeCoin,<br>other software and the founders of CaffeeCoin</h3>
</main>
</body>
</html>