-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
59 lines (50 loc) · 2.29 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
<!DOCTYPE html>
<html>
<head>
<title>Index Page - Hack Quarantine</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--- CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<link rel="stylesheet" href="static/css/style.css">
<!-- JS -->
<script src="https://unpkg.com/[email protected]/dist/blockstack.js"
integrity="sha384-kscoAgc5pZqovHWSKndfyn3OeKHfRSh+Xc5wYc+E02BuyQV2zwEEHJ7p5drKnRrX"
crossorigin="anonymous"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
<script src="static/js/script.js"></script>
</head>
<body>
<div class="yo"
style="position: absolute; height: 100vh; width: 100%; display: none; justify-content: center; align-items: center; border: 1px solid black">
<img src="assets/loader.gif" style="width: 250px; height: 200px;">
</div>
<div class="container-fluid">
<div class="row" id="image">
<div id="image-blockchain" class="col-md-7 col-sm-12">
<center>
<img class="img-responsive" src="assets/Main_photo.webp">
</center>
</div>
<div id="content" class="col-md-5 col-sm-12">
<div>
<h1 style="font-size: 6rem">DevIT</h1>
<button class="login-button button show" style="display: inline!important" id="login">Login with
BlockStack</button>
<button class="signup-button button show" style="display: inline!important" id="download">Download
CLI</button>
<h4><b>“Privacy seems not an illusion for those<br>
who want to believe in secrecy principle”<br>
<br>
An open source project secured by blockstack with commitment of privacy and ownership for
your
remote workspace.</b>
</h4>
</div>
</div>
</div>
</div>
<!-- JS -->
</body>
</html>