-
Notifications
You must be signed in to change notification settings - Fork 0
/
index1.html
56 lines (49 loc) · 1.98 KB
/
index1.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
<DOCTYPE html>
<html>
<head>
<title> BTC 4 Charity </title>
<link rel="stylesheet" type="text/css" href="style1.css">
</head>
<body>
<header id="main-header">
<div class="container">
<h1>Bitcoin for Charity</h1>
</div>
</header>
<nav id="navbar">
<div class="container">
<ul>
<li><a href="index1.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="games.html">Games</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</nav>
<section id="showcase">
<div class="container">
<h1>Games, Bitcoin, and Charity?</h1>
</div>
</section>
<div class="container">
<section id="main">
<h1>Welcome</h1>
<p>We have Bitcoin themed games that we would love for you to enjoy! We encourage you to explore the charities that accept bitcoin as donations, especially during this time of quarantine. Find a cause you support, and make a donation!
Listed to the right are some helpful links to point you in the right direction, charities from the Red Cross to The Water Project all accept BTC. If you want to learn more about these Charities, go to the about section or check out the charities themselves using the links!
</p>
</section>
<aside id="sidebar">
<p><ul>
<li><a target="_blank" href="https://www.thegivingblock.com/donate-bitcoin">The Giving Block</a></li>
<li><a target="_blank" href="https://bitpay.com/520663/donate">The Red Cross</a></li>
<li><a target="_blank" href="http://bitcoinforcharity.com/bitcoin-charity-list/">Charities with BTC Address's!</a></li>
</ul></p>
</aside>
</div>
<footer id="main-footer">
For any Comments, Concerns, or Questions, please email us at [email protected].
<br>
<p>Copyright © 2020</p>
</footer>
</body>
</html>