-
Notifications
You must be signed in to change notification settings - Fork 1
/
news.html
142 lines (141 loc) · 6.53 KB
/
news.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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<title>Crypto News</title>
<link href="assets/css/style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<header>
<a href="index.html">
<h2 id="logo">Crypto News</h2>
</a>
<nav>
<ul id="menu">
<li>
<a href="signup.html">Sign Up</a>
</li>
<li>
<a class="active" href="news.html">News</a>
</li>
<li>
<a href="index.html">Home</a>
</li>
</ul>
</nav>
</header>
<br>
<div class="news-heading">
<a href="https://www.weforum.org/search?query=Cryptocurrency+" target="_blank"><h1>The Fourth Industrial Revolution:</h1></a>
<br>
<h3>We stand on the brink of a technological revolution that will fundamentally alter the way we live, work, and relate to one another. In its scale, scope, and complexity, the transformation will be unlike anything humankind has experienced before. We do not yet know just how it will unfold, but one thing is clear: the response to it must be integrated and comprehensive, involving all stakeholders of the global polity, from the public and private sectors to academia and civil society.</h3>
<br>
<h3>The First Industrial Revolution used water and steam power to mechanize production. The Second used electric power to create mass production. The Third used electronics and information technology to automate production. Now a Fourth Industrial Revolution is building on the Third, the digital revolution that has been occurring since the middle of the last century. It is characterized by a fusion of technologies that is blurring the lines between the physical, digital, and biological spheres.</h3>
</div>
<br>
<div class="container">
<div class="grid">
<article>
<img src='assets/images/wef-6.jpeg' alt="world economics forum">
<div class="text">
<h4>We stand on the brink of a technological revolution that will fundamentally alter the way we live and work.</h4>
<form action="https://www.weforum.org/agenda/2016/01/the-fourth-industrial-revolution-what-it-means-and-how-to-respond/" method="get" target="_blank">
<button type="submit" class="btn">READ MORE</button>
</form>
</div>
</article>
<article>
<img src='assets/images/eth-8.jpeg' alt="ethereum is a decentralized, open-source blockchain with smart contract functionalit">
<div class="text">
<h4>Ethereum is open access to digital money and data-friendly services for everyone. </h4>
<form action="https://ethereum.org/en/what-is-ethereum/" method="get" target="_blank">
<button type="submit" class="btn">WHAT IS ETHEREUM</button>
</form>
</div>
</article>
<article>
<img src="assets/images/smart-9.jpeg" alt="smart-contracts contracts on the blockchain">
<div class="text">
<h4>Smart contracts digitize agreements by turning terms of an agreement into code.</h4>
<form action="https://ethereum.org/en/smart-contracts/#what-are-contracts" method="get" target="_blank">
<button type="submit" class="btn">SMART CONTRACTS</button>
</form>
</div>
</article>
</div>
</div>
<div class="container">
<div class="grid">
<article>
<img src="assets/images/solidity-11.jpeg" alt="Solidity Language for writing smart contracts">
<div class="text">
<h4>Solidity is an object-oriented, high-level language for smart contracts.</h4>
<form action="https://docs.soliditylang.org/en/v0.8.9/index.html#" method="get" target="_blank">
<button type="submit" class="btn">SOLIIDITY</button>
</form>
</div>
</article>
<article>
<img src="assets/images/nft-12.jpeg" alt="nft non-fungible token digital art">
<div class="text">
<h4>What is a non-fungible token? Non-fungible assets are just normal stuff. Fungible assets are the odd ones out!</h4>
<form action="https://opensea.io/" method="get" target="_blank">
<button type="submit" class="btn">THE NFT BIBLE</button>
</form>
</div>
</article>
<article>
<img src="assets/images/xrp-13.jpeg" alt="xrp ledger payment sytstem">
<div class="text">
<h4>XRP is a digital asset built for payments. It is the native digital asset.</h4>
<form action="https://ripple.com/xrp" method="get" target="_blank">
<button type="submit" class="btn">XRP LEDGER</button>
</form>
</div>
</article>
</div>
</div>
<div class="container">
<main class="grid">
<article>
<img src="assets/images/meta-14.jpeg" alt="Metaverse 3D virtual spaces linked into a perceived virtual universe">
<div class="text">
<h4>The defining quality of the metaverse will be a feeling of presence—like you are right there with another person.</h4>
<form action="https://www.investopedia.com/facebook-fb-rebrands-itself-as-meta-5207628" method="get" target="_blank">
<button type="submit" class="btn">METAVERSE</button>
</form>
</div>
</article>
<article>
<img src="assets/images/web3-15.png" alt="web3 refers to decentralized apps that run on the blockchain ">
<div class="text">
<h4>Our passion is delivering Web 3.0, a decentralized and fair internet where users control their own data.</h4>
<form action="https://web3.foundation/" method="get" target="_blank">
<button type="submit" class="btn">WEB3</button>
</form>
</div>
</article>
<article>
<img src="assets/images/meme-16.jpeg" alt=" meme coins such as Shiba Inu and Dogecoin, are now among the top 10 by market value">
<div class="text">
<h4>Meme coins are cryptocurrencies that have gained popularity.</h4>
<form action="https://www.coingecko.com/en/categories/meme-token" method="get" target="_blank">
<button type="submit" class="btn">MEME COINS</button>
</form>
</div>
</article>
</main>
</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>
<script src="https://kit.fontawesome.com/b83175b9a4.js" crossorigin="anonymous"></script>
</body>
</html>