-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
104 lines (98 loc) · 3.28 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>CSS Spinners - Dazzling spinners for the web</title>
<link rel="shortcut icon" href="./assets/css-spinners-logo.svg" />
<link rel="stylesheet" href="./assets/index.css" />
<script src="./data/info.js"></script>
<script src="./assets/index.js" defer></script>
<style id="grid-style"></style>
<meta name="author" content="Axorax" />
<meta name="keywords" content="CSS, Spinners" />
<meta name="description" content="Dazzling spinners for the web" />
<meta name="subject" content="CSS Spinners" />
<meta name="og:title" content="CSS Spinners" />
<meta name="og:description" content="Dazzling spinners for the web" />
<meta
name="og:image"
content="https://axorax.github.io/css-spinners/assets/thumbnail.png"
/>
<meta name="tweetmeme-title" content="CSS Spinners" />
<meta name="twitter:creator" content="@axorax_" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="CSS Spinners" />
<meta name="twitter:title" content="CSS Spinners" />
<meta name="twitter:description" content="Dazzling spinners for the web" />
<meta
name="twitter:image"
content="https://axorax.github.io/css-spinners/assets/thumbnail.png"
/>
</head>
<body>
<button id="backToTop">
<img src="./assets/top.svg" alt="Back to top" />
</button>
<nav>
<a class="info" href="./index.html">
<img src="./assets/css-spinners-logo.svg" alt="CSS Spinners Logo" />
<p>Spinners</p>
</a>
<div class="mode">
<div class="toggle">
<input type="checkbox" />
<label></label>
</div>
</div>
</nav>
<main>
<div class="banner-wrapper">
<div class="banner">
<p>
Made <br />
by Axorax
</p>
<div class="group">
<button onclick="showPages()">pages</button>
<a href="https://www.patreon.com/axorax" target="_blank"
><button>donate</button></a
>
</div>
</div>
<p>
<a
href="https://github.com/Axorax/css-spinners#-credits"
target="_blank"
class="credits"
>Credits</a
>
•
<button onclick="showPages()">pages</button>
•
<button onclick="showStyle()">style</button>
•
<span style="font-size: max(0.8vw, 11.5px); font-weight: 900"
>340+</span
>
</p>
</div>
<div id="container">
<!-- <div class="box">
<div class="preview">
<span class="s41"></span>
</div>
<button>awd</button>
</div> -->
</div>
<div id="end"></div>
</main>
<!-- <div class="code">
<button><img src="./assets/copy.svg"></button>
<pre><code>HELLO
world
</code></pre>
</div> -->
<footer>Made with ❤️ & 3 gallons of ☕ by Axorax</footer>
</body>
</html>