forked from sButtons/sbuttons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
271 lines (262 loc) · 9.22 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
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
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
<!DOCTYPE html>
<html lang="en">
<head>
<title>sButtons - Simple and Creative Buttons</title>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<link rel="icon" type="image/png" href="favicon.png" />
<link
href="https://fonts.googleapis.com/css2?family=Syne:wght@400;500;700&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Oleo+Script+Swash+Caps:wght@400;700&display=swap"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://use.fontawesome.com/releases/v5.14.0/css/all.css"
integrity="sha384-HzLeBuhoNPvSl5KYnjx0BT+WB0QEEqLprO+NBkkk5gbc67FTaL7XIGa2w1L0Xbgc"
crossorigin="anonymous"
/>
<link
rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css"
integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO"
crossorigin="anonymous"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.21.0/themes/prism.min.css"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"
/>
<link
href="https://fonts.googleapis.com/css2?family=Philosopher:wght@400;700&display=swap"
rel="stylesheet"
/>
<link href="assets/css/main.css" rel="stylesheet" />
<link href="assets/css/header.css" rel="stylesheet" />
<link href="assets/css/footer.css" rel="stylesheet" />
<link href="assets/css/header.css" rel="stylesheet" />
<link href="assets/css/variables.css" rel="stylesheet" />
<link href="dist/sbuttons.css" rel="stylesheet" />
<link href="assets/css/index.css" rel="stylesheet" />
<link href="assets/css/documentation.css" rel="stylesheet" />
<!-- seo friendly og tags-->
<meta
name="description"
content="Simple buttons you can use easily for your next project."
/>
<meta
name="keywords"
content="css, less, buttons, simple, project, github, open source, contribute, first timers, animation, hover, basic, social, login"
/>
<meta name="og:url" content="https://sbuttons.github.io/sbuttons/" />
<meta
name="og:description"
content="Simple buttons you can use easily for your next project."
/>
<meta name="og:image" content="site logo url" />
<meta name="og:type" content="website" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=UA-149400351-4"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "UA-149400351-4");
</script>
</head>
<body>
<div class="shades"></div>
<header>
<div class="navbar fixed-top">
<div class="navbar-brand">
<a href="index.html">
<img
src="assets/img/sbuttons-icon.png"
class="img-fluid"
width="64px"
/>
</a>
</div>
<div class="links">
<a href="index.html" class="link active"> Home </a>
<a href="documentation.html" class="link"> Documentation </a>
<a href="examples.html" class="link"> Examples </a>
</div>
<div class="buttons">
<a
class="toggle-theme"
href="#toggleTheme"
title="Toggle light/dark mode"
>
<i class="fas fa-moon"></i>
</a>
<a href="#" id="downloadGithubRawHeader" class="download-link">
<i class="fas fa-download"></i>
</a>
<a
href="https://github.com/sButtons/sbuttons"
target="_blank"
class="icon-link"
>
<i class="fab fa-github"></i>
</a>
</div>
</div>
<div class="content row">
<div class="banner-head col-lg-6 col-md-12 col-sm-12">
<h1>Simple and Creative buttons with sButtons.</h1>
<div class="subtitle">
Design and customize buttons easily for your next project.
</div>
<div class="banner-links">
<a
href="#"
id="downloadGithubRawButton"
class="sbtn hover-btn white-btn banner-link"
>Download</a
>
<a
href="documentation.html"
class="sbtn outline-btn white-btn banner-link"
style="color: white !important"
>Documentation</a
>
</div>
</div>
<div class="logo col-lg-6 col-md-12 col-sm-12 d-none d-lg-block">
<img src="assets/img/banner.svg" class="img-fluid" />
</div>
</div>
</header>
<div class="container">
<section class="installation">
<div class="head">
<h1 class="heading"><i class="fas fa-code"></i> Installation</h1>
</div>
<div class="instruction row">
<div class="desc col col-md-6 col-sm-12">
Install sButttons’s source LESS via npm.
<br /><br />
Package managed installs don’t include documentation or our full
build scripts. You can also use our npm.
</div>
<div class="code col-md-6 col-sm-12">
<div class="script-copy">
<pre><code class="language-shell"> npm install sbuttons </code></pre>
<div class="div-copy"><button class="clipboard"></button></div>
</div>
</div>
</div>
</section>
<section class="cdn">
<div class="head">
<h1 class="heading"><i class="fas fa-cloud"></i> sButton CDN</h1>
</div>
<div class="instruction row">
<div class="desc col col-md-6 col-sm-12">
When you only need to include sButtons’s compiled CSS , you can use
SButtonCDN.
<br /><br />
<a
href="documentation.html"
class="sbtn transparent-btn banner-link"
>Explore the docs</a
>
</div>
<div class="code col col-md-6 col-sm-12">
<div class="script-copy">
<pre><code class="language-markup"> <link rel="stylesheet" href="https://cdn.statically.io/gh/sButtons/sbuttons/c135f5f7/dist/sbuttons.min.css"></code></pre>
<div class="div-copy"><button class="clipboard"></button></div>
</div>
</div>
</div>
</section>
</div>
<footer class="footer">
<div class="row">
<div class="col-md-3">
<div class="footer-desc">
<p>
Every Cool and Awesome button you see here has been made possible
with the help of our awesome
<a
href="https://github.com/sButtons/sbuttons/blob/master/CONTRIBUTORS.md"
>contributors</a
>!
</p>
</div>
</div>
<div class="col-md-6 d-none d-md-block">
<div class="footer-logo">
<img src="assets/img/sbuttons.png" alt="" />
<p class="credit">
Logo made by
<a
href="https://www.github.com/icoderharshit"
title="Harshit Sharma"
>Harshit Sharma</a
>
</p>
</div>
</div>
<div class="col-md-3">
<div class="footer-links">
<a
href="https://github.com/sButtons/sbuttons"
target="_blank"
title="View on Github"
>
<i class="fab fa-github"></i> GitHub</a
>
<a
href="https://sbuttons.github.io/sbuttons/examples.html"
title="View on Github"
>
<i class="fas fa-book"></i> Examples</a
>
<a
href="https://github.com/sButtons/sbuttons/issues/new/choose"
target="_blank"
title="View on Github"
>
<i class="fas fa-bug"></i> Report A Bug</a
>
</div>
</div>
</div>
</footer>
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.21.0/components/prism-core.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.21.0/plugins/autoloader/prism-autoloader.min.js"></script>
<script
src="https://code.jquery.com/jquery-3.5.1.min.js"
integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0="
crossorigin="anonymous"
></script>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js"
integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49"
crossorigin="anonymous"
></script>
<script
src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js"
integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy"
crossorigin="anonymous"
></script>
<script src="assets/js/buttons-examples.js"></script>
<script src="assets/js/index.js"></script>
</body>
</html>