-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
115 lines (105 loc) · 4.93 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Cryptocurrency is a digital currency that can be used to buy goods and services">
<meta name="keywords" content="Cryptocurrency News and blockchain techoloy bitcoin,ethereum,xrp">
<!-- Stylesheet -->
<link href="assets/css/style.css" rel="stylesheet" type="text/css" />
<title>Crypto News</title>
</head>
<body>
<header>
<a href="index.html">
<h1 id="logo">Crypto News</h1>
</a>
<nav>
<ul id="menu">
<li>
<a href="signup.html">Sign Up</a>
</li>
<li>
<a href="news.html">News</a>
</li>
<li>
<a class="active" href="index.html">Home</a>
</li>
</ul>
</nav>
</header>
<a href="https://lunarcrush.com/" target="_blank"><section id="hero-outer">
<div id="hero-image"></div>
<div id="cover-text">
<h2>keep up to date</h2>
<h3>with the latest news</h3>
</div>
</section></a>
<section id="crypto-news">
<h2 id="crypto">What Is Cryptocurrency?</h2>
<div id="left-about">
<div class="left-about-heading">
<h2>DIGITAL ASSETS <i class="fab fa-bitcoin"></i></h2>
<hr>
<p>
A cryptocurrency, or crypto is a collection of binary data which is designed to work as a medium of exchange wherein individual coin ownership records are stored in a ledger which is a computerized database using strong cryptography to secure transaction records.
</p>
</div>
<div class="left-about-heading">
<h2>ALTCOINS <i class="fas fa-coins"></i></h2>
<hr>
<p>
Tokens, cryptocurrencies, and other types of digital assets that are not bitcoin are collectively known as alternative cryptocurrencies typically shortened to "altcoins".
</p>
</div>
</div>
<div id="right-about">
<div class="right-about-heading">
<h2>BLOCKCHAIN <i class="fas fa-link"></i></h2>
<hr>
<p>
A blockchain is a decentralized, distributed, and oftentimes public, digital ledger consisting of records called blocks that is used to record transactions across many computers so that any involved block cannot be altered retroactively, without the alteration of all subsequent blocks.
</p>
</div>
<div class="right-about-heading">
<h2>DIGITAL WALLET <i class="fas fa-wallet"></i></h2>
<hr>
<p>
A digital wallet (or e-wallet) is a software-based system that securely stores users' payment information and passwords for numerous payment methods and websites.
</p>
</div>
</div>
</section>
<div class="row">
<div class="column">
<img src='assets/images/blockchain-3.jpeg' alt="blockchain" style="width:100%">
<form action="https://en.wikipedia.org/wiki/Blockchain" method="get" target="_blank">
<button type="submit" class="btn">BLOCKCHAIN</button>
</form>
</div>
<div class="column">
<img src='assets/images/icp-4.jpeg' alt="icp" style="width:100%">
<form action="https://en.wikipedia.org/wiki/Bitcoin" method="get" target="_blank">
<button type="submit" class="btn">BITCOIN</button>
</form>
</div>
<div class="column">
<img src='assets/images/markets-5.jpeg' alt="markets" style="width:100%">
<form action="https://coinmarketcap.com/" method="get" target="_blank">
<button type="submit" class="btn">MARKETS</button>
</form>
</div>
</div>
<br>
<footer>
<ul class="social-networks">
<li><a href="https://www.facebook.com" target="_blank" rel="noopener"><i class="fab fa-facebook"></i></a></li>
<li><a href="https://twitter.com/hashtag/crypto?lang=en" target="_blank" rel="noopener"><i class="fab fa-twitter-square"></i></a></li>
<li><a href="https://www.youtube.com/hashtag/crypto" target="_blank" rel="noopener"><i class="fab fa-youtube-square"></i></a></li>
<li><a href="https://www.instagram.com/explore/tags/cryptocurrency/?hl=en" target="_blank" rel="noopener"><i class="fab fa-instagram"></i></a></li>
</ul>
</footer>
<!-- Font awesome script -->
<script src="https://kit.fontawesome.com/b83175b9a4.js" crossorigin="anonymous"></script>
</body>
</html>