-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
77 lines (73 loc) · 4.13 KB
/
about.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
<!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;">
<strong><h1 style="color: white;">About</h1></strong>
<br>
<hr>
<br>
<h2>Who Created CaffeeCoin?</h2>
<br>
<h4 style="font-weight: 100;">CaffeeCoin is created by the same person who created this website ;)</h4>
<h4 style="font-weight: 100;">CaffeeCoin is created by N.L.C</h4>
<br>
<br>
<br>
<h2>How does the CaffeeCoin Blockchain Work?</h2>
<br>
<h4 style="font-weight: 100;">CaffeeCoin basically is a cryptocurrency like LiteCoin and DogeCoin as we also use the Scrypt Algorithim and the proof of work algorithim and blockcahin technology</h4>
<br>
<a href="caffeeblockchain.html"><h4 style="color: green;">Click here for more details</h4></a>
<br>
<br>
<br>
<h2>What is the purpose of CaffeeCoin?</h2>
<h3 style="font-weight: 100;">It is to connect everyone in a playful way and also allow everyone to access the currency and is not only limited to certain people,
which also wants to promote equality and fairness. We want CaffeeCoin to be the fun currency of the internet!
<br>We also want CaffeeCoin to
connect people around the world and allow everyone to access the currency.
<br>
<br>
One of the main goals of CaffeeCoin is to donate money to the needy and the earth, we want to donate money to preserve the earth and try
to help fight global warming. We also want to fight for equality as we want to donate to people who are not as fortunate as others, as we think
that people all around the world deserve to have internet connection and basic necessities.
</h3>
</main>
<!--End Main-->
</body>
</html>