-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
53 lines (49 loc) · 2.01 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
<!DOCTYPE html>
<html>
<head>
<title>Crypto Currency Web App - Easy Tutorials </title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<div class="container">
<div class="menu">
<ul>
<li class="logo"><img src="diamond.png"></li>
<li class="active">Home</li>
<li>Services</li>
<li>Product</li>
<li>Contact</li>
<li><a href="#" class="signup-btn"><span>Sign up</span></a></li>
</ul>
</div>
<div class="banner">
<div class="app-text">
<h1> Our basic thesis for bitcoin<br> is that it is better than gold.</h1>
<p>Bitcoin is not a scam and<br> is way better than fiat money and gold.<br> It works on the concept called Blockchain<br> and was created a japanese person or group called as satoshi nakomoto.</p>
<div class="play-btn">
<div class="play-btn-inner"><i class="fa fa-play"></i></div>
<small><b>Learn more</b></small>
</div>
</div>
<div class="app-picture">
<img src="Artboard.jpg">
</div>
</div>
<div class="quick-links">
<ul>
<li><i class="fa fa-share-alt"></i><p>SHARE TO</p></li>
<li><i class="fa fa-audio-description"></i><p>RECENT NEWS</p></li>
<li><i class="fa fa-cog"></i><p>ANALYTICS</p></li>
<li><i class="fa fa-btc"></i><p>WALLET</p></li>
</ul></div>
<div class="social-icons">
<ul>
<li><a href="#"></a><i class="fa fa-facebook"></i></li>
<li><a href="#"></a><i class="fa fa-twitter"></i></li>
<li><a href="#"></a><i class="fa fa-linkedin"></i></li>
<li><a href="#"></a><i class="fa fa-instagram"></i></li>
</ul></div>
</div>
</body>
</html>