-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
160 lines (132 loc) · 7.17 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
151
152
153
154
155
156
157
158
159
160
<!DOCTYPE html>
<!--
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
-->
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<title>Block Store</title>
<link rel="stylesheet" type="text/css" href="./store.css">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="css/materialize.css" type="text/css" rel="stylesheet" media="screen,projection"/>
</head>
<body>
<div class=" bg-white sticky-top">
<nav class="navbar navbar-expand-lg rounded navbar-light bg-warning">
<a class="navbar-brand" href="#"><img src="./img/favicon.ico" width="30" height="30" class="d-inline-block align-top" alt=""></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item active">
<a class="nav-link" href="./index.html">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="./learnMore.html">More</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Wallet
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="./explorer.html">Explorer</a>
<a class="dropdown-item" href="./address.html">Address Statement</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="./payment.html">Payment</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="./about.html">About</a>
</li>
</ul>
<form class="form-inline my-2 my-lg-0">
<a class="nav-link text-dark" href="./about.html">**This is a blockchain demo website created by Ye Lu**</a>
<input class="form-control mr-sm-2" type="search" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
</nav>
</div> <!-- to top container line 18 -->
<div class=" w3-round-xlarge" id="fixed1"></div>
<!--
<div class="container center">
<h2>What is a Blockchain?</h2>
<p >Blockchain — most simply defined as a shared, immutable ledger — has the potential to be the technology
that redefines those processes and many others. To be clear, when I talk about blockchain, I’m not talking about Bitcoin. I’m talking about the underlying digital foundation that supports applications such as
Bitcoin. But the reaches of blockchain extend far beyond Bitcoin.</p>
</div>
-->
<div class="card center" >
<h5 class="card-header">Introduction</h5>
<div class="card-body">
<h5 class="card-title"><b>What is a Blockchain?</b></h5>
<p class="card-text container">Blockchain — most simply defined as a shared, immutable ledger — has the potential to be the technology that redefines those processes and many others. To be clear, when I talk about blockchain, I’m not talking about Bitcoin. I’m talking about the underlying digital foundation that supports applications such as Bitcoin. But the reaches of blockchain extend far beyond Bitcoin.</p>
<h5 class="card-title"><b>A Smart Contract?</b></h5>
<p class="card-text container">A smart contract is another useful implementation of the blockchain technology. A smart contract is an agreement or set of rules that govern a business transaction; it's stored on the blockchain and is executed automatically as part of a transaction.</p>
<a href="./learnMore.html" class="btn btn-primary">Learn More</a>
</div>
</div>
<div class=" w3-round-xlarge" id="fixed1"></div>
<div class="container">
<div class="section">
<!-- Icon Section -->
<div class="row container">
<div class="col s12 m3">
<div class="icon-block">
<h2 class="center brown-text"><i class="material-icons">flash_on</i></h2>
<h5 class="center"><b>Invest</b></h5>
<p class="light center">Exchange and transact bitcoin, ethereum, bitcoin cash, and stellar lumens using the world’s most trusted and secure cryptocurrency wallet.</p><br/>
<div class="center">
<a href="./learnMore.html" class="btn btn-primary center">Learn More</a>
</div>
</div>
</div>
<div class="col s12 m3">
<div class="icon-block">
<h2 class="center brown-text"><i class="material-icons">group</i></h2>
<h5 class="center"><b>Explore</b></h5>
<p class="light center">Use the most popular block explorer to search and verify transactions on the Bitcoin, Ethereum, and Bitcoin Cash blockchains.</p><br/>
<div class="center">
<a href="./learnMore.html" class="btn btn-primary center">Learn More</a>
</div>
</div>
</div>
<div class="col s12 m3">
<div class="icon-block">
<h2 class="center brown-text"><i class="material-icons">settings</i></h2>
<h5 class="center"><b>Analyze</b></h5>
<p class="light center">Stay on top of bitcoin and other top cryptocurrency prices, news, and market information.</p><br/><br/>
<div class="center">
<a href="./learnMore.html" class="btn btn-primary center">Learn More</a>
</div>
</div>
</div>
</div>
<br/>
</div>
</div> <!--end container "section" line 62 -->
<div class=" w3-round-xlarge" id="fixed2"></div>
<script src="http://code.jquery.com/jquery-1.9.0rc1.js"></script>
<script src="http://code.jquery.com/jquery-migrate-1.0.0rc1.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
<script src="https://unpkg.com/axios/dist/axios.min.js"></script>
<script src="scripts/test.js"></script>
</body>
<footer class="page-footer bg-light rounded">
<div class="container">
</div>
<div class="footer-copyright">
<div class="container">
© 2019 All Rights Reserved.
<a class="grey-text text-lighten-4 right" href="#!"></a>
</div>
</div>
</footer>
</html>