-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·150 lines (138 loc) · 5.65 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
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
143
144
145
146
147
148
149
150
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>BloodLine Blockchain | PLASMA</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href='https://fonts.googleapis.com/css?family=Lato' rel='stylesheet'>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="style.css">
</head>
<body id="index" data-spy="scroll" data-target=".navbar" data-offset="60">
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#home">
<!--
<img id="logo" src="red-vile.svg" alt="Logo"/>
-->
<span class="navbar-title">BLOODLINE BLOCKCHAIN</span>
</a>
</div>
<div class="collapse navbar-collapse" id="myNavbar">
<ul class="nav navbar-nav navbar-right">
<li><a href="#about">EVOLVE</a></li>
<li><a href="#features">FEATURES</a></li>
<!-- <li><a href="#presale">PRESALE</a></li> -->
<li><a href="#contact">CONTACT</a></li>
</ul>
</div>
</div>
</nav>
<div class="jumbotron text-center" id="home">
<h1>
<img class="main-logo-img" src="robot-logo-trans.svg" alt="Spaceman logo">
</h1>
Instant | Feeless
</div>
<!-- Container (About Section) -->
<div id="about" class="container-fluid bg-white">
<div class="row">
<div class="col-sm-4">
<img src="red-vile.svg" style="height: 39vh;" class="slideanim" alt="Astronaut">
</div>
<div class="col-sm-8">
<h2>Evolution In a Bottle</h2>
<h4>BloodLine {PLASMA} coin uses a low-latency, highly scalable, Directed Acyclic Graph (DAG) ledger structure network. Transactions on the network are FAST and FEELESS.</h4>
<br><button class="btn btn-default btn-lg">Buy PLASMA</button>
</div>
</div>
</div>
<div class="container-fluid bg-grey">
<div class="row">
<div class="col-sm-4 mobile-show">
<img src="purple-vile.svg" width="400px" height="400px" class="slideanim" alt="Astronaut">
</div>
<div class="col-sm-8 text-white">
<h2><strong>Giving Back</strong></h2>
<h4><b>EVERY</b> coin sold during the presale will provide <b>15 Meals</b> to starving children & <b>Plant 1 tree</b>.</h4>
<br><button class="btn btn-default btn-lg"><a target="_blank" href="https://onetreeplanted.smugmug.com/">See Progress</a></button>
</div>
<div class="col-sm-4 mobile-hide">
<img src="purple-vile.svg" width="400px" height="400px" class="slideanim" alt="Astronaut">
</div>
</div>
</div>
<!-- Container (Services Section) -->
<div id="features" class="container-fluid text-center bg-white text-black">
<h2>FEATURES</h2>
<h4>Whats Inside Our Brew</h4>
<br>
<div class="row slideanim text-black">
<div class="col-sm-4">
<span class="glyphicon glyphicon-hourglass logo-small glyph-text-blue"></span>
<h4>Instant Transactions</h4>
<p>Less than 1s block time.</p>
</div>
<div class="col-sm-4">
<span class="glyphicon glyphicon-th logo-small glyph-text-blue"></span>
<h4>100% Feeless</h4>
<p>No fees EVER.</p>
</div>
<div class="col-sm-4">
<span class="glyphicon glyphicon-stats logo-small glyph-text-blue"></span>
<h4>Fixed Low Supply</h4>
<p>Only 20,000,000 [PLASMA] will ever exist.</p>
</div>
</div>
<br><br>
</div>
<!-- Container (Contact Section) -->
<div id="contact" class="container-fluid bg-grey text-white">
<h2 class="text-center">CONTACT</h2>
<div class="row">
<div class="col-sm-5">
<p>Contact us and we'll get back to you within 24 hours.</p>
<p><span class="glyphicon glyphicon-map-marker"></span> Singapore, Singapore</p>
<p><span class="glyphicon glyphicon-phone"></span> +60 04491-6827</p>
<p><span class="glyphicon glyphicon-envelope"></span> [email protected]</p>
</div>
<div class="col-sm-7 slideanim">
<div class="row">
<div class="col-sm-6 form-group">
<input class="form-control" id="name" name="name" placeholder="Name" type="text" required>
</div>
<div class="col-sm-6 form-group">
<input class="form-control" id="email" name="email" placeholder="Email" type="email" required>
</div>
</div>
<textarea class="form-control" id="comments" name="comments" placeholder="Comment" rows="5"></textarea><br>
<div class="row">
<div class="col-sm-12 form-group">
<button class="btn btn-default pull-right" type="submit">Send</button>
</div>
</div>
</div>
</div>
</div>
<footer class="container-fluid text-center">
<a href="#index" title="To Top">
<span class="glyphicon glyphicon-chevron-up"></span>
</a>
<p>BloodLine Blockchain - All Rights Reserved 2022 | PLASMA COIN | Developed By: <a href="#">Tyler | K.</a></p>
</footer>
<script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script>
</body>
</html>
<!-- partial -->
<script src="./script.js"></script>
</body>
</html>