-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
56 lines (42 loc) · 1.88 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>About</title>
<link rel="stylesheet" href="index.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;1,100&display=swap" rel="stylesheet">
</head>
<body>
<div class="container">
<div class="nav-wrapper">
<div class="left-side">
<div class="nav-link-wrapper">
<a href="index.html">HOME</a>
</div>
<div class="nav-link-wrapper active-link " >
<a href="about.html">ABOUT</a>
</div>
</div>
<div class="right-side">
<div class="brands">
<div>SOLOMON STEPHEN </div>
</div>
</div>
</div>
</div>
<div class="about-content-wrapper">
<div class="two-column-wrapper">
<div class="profile-img-wrapper">
<img src="images/profile.jpg">
</div>
<div class="profile-content-wrapper">
<h1>You really want to know more about me?</h1>
<p>Binance is excited to announce the 20th project on Binance Launchpool - Automata (ATA), a decentralized service protocol that provides a privacy middleware layer for dApps.</p>
<p> Users will be able to stake their BNB, BUSD and DOT into separate pools to farm ATA tokens over 30 days, with farming starting from 2021-06-02 00:00 AM (UTC).</p>
<p> Binance will then list ATA into the innovation zone at 2021-06-07 06:00 AM (UTC) and open trading with ATA/BTC, ATA/BNB, ATA/BUSD and ATA/USDT trading pairs. </p>
</div>
</div>
</div>
</body>
</html>