-
Notifications
You must be signed in to change notification settings - Fork 10
/
index.html
45 lines (39 loc) · 1.27 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
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>🚡 Gondel</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css">
<style>
.jumbotron {
margin-top: 10%;
padding: 20px;
}
.progress {
height: 35px;
}
.progress-bar {
font-size: 35px;
line-height: 35px;
}
</style>
</head>
<body>
<div id="main" class="text-center center-block container jumbotron">
<div id="detail" class="span12">
<h1>🚡 Gondel Docs WIP</h1>
<h3>We are working on it: <a href="https://github.com/merkle-open/gondel/pull/28">Pull #28</a></h3>
<hr>
<div class="progress">
<div class="progress-bar" role="progressbar" aria-valuenow="80" aria-valuemin="0" aria-valuemax="100" style="width: 80%;">
80%
</div>
</div>
</div>
</div>
</body>
</html>