forked from jxnblk/loading
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
73 lines (67 loc) · 3.12 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Loading...</title>
<meta name="author" content="Jxnblk">
<meta name="description" content="This could take a while">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="site/style.css" />
</head>
<body class="white bg-red">
<div class="table min-h100 center bg-red">
<div class="table-cell">
<img src="loading-bubbles.svg" width="64" height="64" />
<h1 class="h1 mt2 mb0">Loading...</h1>
<p class="small mb2">This could take a while</p>
<a href="https://github.com/jxnblk/loading" class="button button-box-white mr1">View on Github</a>
<a href="https://twitter.com/intent/tweet?text=Loading: this could take a while. &url=http://jxnblk.github.io/loading&via=jxnblk" target="_blank" class="button button-box-white">
<svg class="geomicon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="32" height="32">
<path d="M2 4 C6 8 10 12 15 11 A6 6 0 0 1 22 4 A6 6 0 0 1 26 6 A8 8 0 0 0 31 4 A8 8 0 0 1 28 8 A8 8 0 0 0 32 7 A8 8 0 0 1 28 11 A18 18 0 0 1 10 30 A18 18 0 0 1 0 27 A12 12 0 0 0 8 24 A8 8 0 0 1 3 20 A8 8 0 0 0 6 19.5 A8 8 0 0 1 0 12 A8 8 0 0 0 3 13 A8 8 0 0 1 2 4"/>
</svg>
Tweet
</a>
</div>
</div>
<div class="table min-h100 center bg-slate">
<div class="table-cell">
<img src="loading-spinning-bubbles.svg" width="64" height="64" />
<h1 class="h1 mt2 mb0">still loading...</h1>
</div>
</div>
<div class="table min-h100 center bg-red">
<div class="table-cell">
<img src="loading-spokes.svg" width="64" height="64" />
<h1 class="h1 mt2 mb0">seriously?</h1>
</div>
</div>
<div class="table min-h100 center bg-blue">
<div class="table-cell">
<img src="loading-bars.svg" width="64" height="64" />
<h1 class="h1 mt2 mb0">wtf</h1>
</div>
</div>
<div class="table min-h100 center bg-mid-gray">
<div class="table-cell">
<img src="loading-cylon.svg" width="64" height="64" />
<h1 class="h1 mt2 mb0">frak me</h1>
</div>
</div>
<div class="table min-h100 center bg-red">
<div class="table-cell">
<img src="loading-spin.svg" width="64" height="64" />
<h1 class="h1 mt2">i give up</h1>
<a href="https://github.com/jxnblk/loading" class="button button-box-white mr1">View on Github</a>
<a href="https://twitter.com/intent/tweet?text=Loading: this could take a while. &url=http://jxnblk.github.io/loading&via=jxnblk" target="_blank" class="button button-box-white">
<svg class="geomicon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="32" height="32">
<path d="M2 4 C6 8 10 12 15 11 A6 6 0 0 1 22 4 A6 6 0 0 1 26 6 A8 8 0 0 0 31 4 A8 8 0 0 1 28 8 A8 8 0 0 0 32 7 A8 8 0 0 1 28 11 A18 18 0 0 1 10 30 A18 18 0 0 1 0 27 A12 12 0 0 0 8 24 A8 8 0 0 1 3 20 A8 8 0 0 0 6 19.5 A8 8 0 0 1 0 12 A8 8 0 0 0 3 13 A8 8 0 0 1 2 4"/>
</svg>
Tweet
</a>
<p class="small mt1">Made with love by
<a href="http://jxnblk.com">Jxnblk</a>
</p>
</div>
</div>
</body>
</html>