-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
65 lines (61 loc) · 3.78 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>DropTrans</title>
<link rel="stylesheet" href="css/normalize.css" type="text/css">
<link rel="stylesheet" href="css/style.css" type="text/css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Jolly+Lodger">
</head>
<body>
<header>
<h1>DropTrans</h1>
<input type="checkbox" name="Hamburger Menu">
<div class="menu">
<button aria-label="Menu button">
<span></span>
<span></span>
<span></span>
</button>
<nav>
<div class="nav-left">
<ul class="sep1">
<li><a href="#">Home</a></li>
<li><a href="#">About Us</a></li>
</ul>
</div>
<div class="nav-right">
<ul class="sep2">
<li><a href="#">Invest</a></li>
<li><a href="#">Contact</a></li>
</ul>
</div>
</nav>
</div>
</header>
<main>
<div class="page-1"></div>
<p class="content-1">
<span>Ether limited</span>
<span>amazing</span>
<span>decentralised</span>
<span>application</span>
</p>
<aside class="aside"></aside>
<div class="page-2">
<div class="text-1">IPO based on the automated segregated witness until lots of max supply! They based on lots of automated oracle because Silk Road allowed some trusted stablecoin until some custodial! Basic Attention Token controls some minimum all-time-low in many moon because VeChain managed some segregated witness behind a dust transaction. Waves limited many robust bag in many soft fork, so because Monero thought a dormant dapp, Gwei thought lots of hardware wallet at some permissioned ledger! When Maker is many hot airdrop behind lots of off-ledger currency, Dash looked at a confirmation!</div>
<div class="image-1"><img src="/assets/images/mohammadreza-alidoost-_EoTy8Wkf9s-unsplash.jpg" alt="Photograph of a hand holding a smartphone displaying a clear list of various exchange rates at a medium distance." width="200" height="300" loading="lazy"></div>
<div class="text-2">Zcash stuck the safe wash trade after few faucet although ERC721 token standard sharded lots of burned unconfirmed! IPO threw away some lightning fast ashdraked, so Bitcoin Cash waited many dormant airdrop. Decred returns lots of quick fish behind the digital identity! Blockchain did the difficulty behind the bag! Digitex Futures based on the dormant fish since blockchain specialises in a centralised bear during few faucet, and Digitex Futures accompanied by many do your own research although Golem surrendered some constant proof of stake at few off-ledger currency!</div>
<div class="image-2"><img src="/assets/images/javier-esteban-8zcp9L0zNhg-unsplash.jpg" alt="Image of a hand holding a smartphone displaying a graph representing an asset, with a background featuring a partially blurred view of an activated PC setup." width="200" height="300" loading="lazy"></div>
</div>
</main>
<footer>
<div class="footer-content">
<div class="footer-text">Oat cake bonbon sesame snaps caramels lemon drops sugar plum bear claw. Chupa chups halvah cookie candy toffee pudding carrot cake jelly-o lollipop.</div>
<div class="button-accept"><button type="button" class="accept-btn">Accept</button></div>
<div class="button-decline"><button type="button" class="decline-btn">Decline</button></div>
</div>
</footer>
</body>
</html>