-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathhowitworks.php
More file actions
173 lines (129 loc) · 5.83 KB
/
Copy pathhowitworks.php
File metadata and controls
173 lines (129 loc) · 5.83 KB
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
161
162
163
164
165
166
167
168
169
170
171
172
173
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="images/favicon.ico">
<title>SaveOnBlock</title>
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
<!-- Bootstrap core CSS -->
<link href="dist/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.12/css/all.css" integrity="sha384-G0fIWCsCzJIMAVNQPfjH08cyYaUtMwjJwqiRKxxE/rx96Uroj1BtIQ6MLJuheaO9" crossorigin="anonymous">
<!-- Icons -->
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css">
<link href="css/font-awesome.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/style.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
</head>
<body>
<div class="container-fluid" id="wrapper">
<div class="row">
<nav class="sidebar col-xs-12 col-sm-4 col-lg-3 col-xl-2">
<h1 class="site-title"><a href="index.php"><em class="fas fa-th"></em> SaveOnBlock</a></h1>
<a href="#menu-toggle" class="btn btn-default" id="menu-toggle"><em class="fa fa-bars"></em></a>
<ul class="nav nav-pills flex-column sidebar-nav">
<li class="nav-item"><a class="nav-link " href="index.php"><em class="fas fa-hashtag"></em> Certify <span class="sr-only">(current)</span></a></li>
<li class="nav-item"><a class="nav-link" href="verify.php"><em class="fab fa-searchengin"></em> Verify</a></li>
<li class="nav-item"><a class="nav-link active " href="howitworks.php"><em class="fas fa-question-circle"></em> How it works?</a></li>
<li class="nav-item"><a class="nav-link" href="about.php"><em class="fas fa-th"></em> About Us</a></li>
<li class="nav-item"><a class="nav-link" href="contact.php"><em class="far fa-envelope"></em> Contact</a></li>
</ul>
</nav>
<main class="col-xs-12 col-sm-8 col-lg-9 col-xl-10 pt-3 pl-4 ml-auto">
<header class="page-header row justify-center">
<div class="col-md-6 col-lg-8" >
<!--<h1 class="float-left text-center text-md-left">Select the blockchain!</h1>-->
</div>
<div class="dropdown user-dropdown col-md-6 col-lg-4 text-center text-md-right">
<div class="username mt-1">
<h6 class="text-muted">PROOF OF EXISTENCE WITH IPFS</h6>
</div>
</div>
<div class="clear"></div>
</header>
<section class="section">
<div class="container mb-3">
<h3>SaveOnBlock</h3>
<p>Form data and uploaded file will be hashed separately and will be uploaded onto IPFS</p>
</div>
<div class="container mt-5">
<div class="row mt-5 mb-5">
<div class="wow animated fadeInRight col-sm-4 text-center">
<img style="
z-index: 1;
opacity: 0.1;
" src="one.png">
</div>
<div class="col-sm-7 mt-5 pt-5">
<h1 class="hard">Upload Data</h1>
<p class="lead">Upload data, you data will be then hashed with IPFS. Same data will generate same IPFS hash.</p>
</div>
</div>
<div class="row mt-5 mb-5">
<div class="wow animated fadeInRight col-sm-4 text-center">
<img style="
z-index: 1;
opacity: 0.1;
" src="two.png">
</div>
<div class="col-sm-7 mt-5 pt-5">
<h1 class="hard">Push to Blockchain</h1>
<p class="lead">Make a small payment to embed your IPFS hash onto bitcoin blockchain.</p>
</div>
</div>
<div class="row mt-5 mb-5">
<div class="wow animated fadeInRight col-sm-4 text-center">
<img style="
z-index: 1;
opacity: 0.1;
" src="three.png">
</div>
<div class="col-sm-7 mt-5 pt-5">
<h1 class="hard">Verify it</h1>
<p class="lead">Try uploading the same data again, you'll receive a same IPFS hash for your document.</p>
</div>
</div>
<div class="row mt-5 mb-5">
</div>
<p class="lead">If you want to know more about IPFS (InterPlanetary File System). <br>Please head over to: <a href="https://ipfs.io">https://ipfs.io</a>
</div>
</section>
<section class="row">
<div class="col-12 mt-1 text-center mb-4"> <a href="index.php" class="btn btn-lg btn-primary">Certify Now</a></div>
</section>
</div>
</section>
</main>
</div>
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js" integrity="sha384-b/U6ypiBEHpOf/4+1nzFpr53nxSS+GLCkfwBdFNTxtclqqenISfwAzpKaMNFNmj4" crossorigin="anonymous"></script>
<script src="dist/js/bootstrap.min.js"></script>
<script src="js/chart.min.js"></script>
<script src="js/chart-data.js"></script>
<script src="js/easypiechart.js"></script>
<script src="js/easypiechart-data.js"></script>
<script src="js/bootstrap-datepicker.js"></script>
<script src="js/custom.js"></script>
<script>
var startCharts = function () {
var chart1 = document.getElementById("line-chart").getContext("2d");
window.myLine = new Chart(chart1).Line(lineChartData, {
responsive: true,
scaleLineColor: "rgba(0,0,0,.2)",
scaleGridLineColor: "rgba(0,0,0,.05)",
scaleFontColor: "#c5c7cc "
});
};
window.setTimeout(startCharts(), 1000);
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.4.0/js/tether.min.js" integrity="sha384-DztdAPBWPRXSA/3eYEEUWrWCy7G5KFbe8fFjk5JAIxUYHKkDx6Qin1DkWx51bBrb" crossorigin="anonymous"></script>
</body>
</html>