-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathindex.html
executable file
·300 lines (299 loc) · 8.9 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
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
<!DOCTYPE html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Foundation Font Awesome Buttons</title>
<link rel="stylesheet" href="../css/preview.css" />
<style>
.dark-background {
background: #27313d;
display: inline-block;
padding: 20px;
}
.dark-background .button {
margin-bottom: 0;
}
</style>
</head>
<body>
<div class="row">
<div class="large-12 columns">
<h1>Foundation Font Awesome Buttons Demo</h1>
</div>
</div>
<div class="row">
<div class="columns">
<strong>Defaults</strong>
<br />
<a href="javascript:void(0)" class="button">Default Button</a>
<a href="javascript:void(0)" class="[ button ][ ffab ]">Without Icon</a>
<hr />
<strong>Position</strong>
<br />
<a
href="javascript:void(0)"
class="[ button ][ ffab before fa-arrow-left ]"
>Icon Before</a
>
<a
href="javascript:void(0)"
class="[ button ][ ffab after fa-arrow-right ]"
>Icon After</a
>
<hr />
<strong>Sizes</strong>
<br />
<a
href="javascript:void(0)"
class="[ large button ][ ffab fa-arrow-right ]"
>Large Size</a
>
<a href="javascript:void(0)" class="[ button ][ ffab fa-arrow-right ]"
>Default Size</a
>
<a
href="javascript:void(0)"
class="[ small button ][ ffab fa-arrow-right ]"
>Small Size</a
>
<a
href="javascript:void(0)"
class="[ tiny button ][ ffab fa-arrow-right ]"
>Tiny Size</a
>
<br />
<a
href="javascript:void(0)"
class="[ large button ][ ffab before fa-arrow-left ]"
>Large Size</a
>
<a
href="javascript:void(0)"
class="[ button ][ ffab before fa-arrow-left ]"
>Default Size</a
>
<a
href="javascript:void(0)"
class="[ small button ][ ffab before fa-arrow-left ]"
>Small Size</a
>
<a
href="javascript:void(0)"
class="[ tiny button ][ ffab before fa-arrow-left ]"
>Tiny Size</a
>
<hr />
<strong>Colors</strong>
<br />
<a href="javascript:void(0)" class="[ button ][ ffab fa-star ]"
>Priamry Color</a
>
<a
href="javascript:void(0)"
class="[ secondary button ][ ffab fa-bookmark ]"
>Secondary Color</a
>
<a
href="javascript:void(0)"
class="[ success button ][ ffab fa-check-circle ]"
>Succes Color</a
>
<a href="javascript:void(0)" class="[ alert button ][ ffab fa-times ]"
>Alert Color</a
>
<a
href="javascript:void(0)"
class="[ warning button ][ ffab fa-exclamation-triangle ]"
>Warning Color</a
>
<hr />
<strong>Transitions</strong>
<br />
<a
href="javascript:void(0)"
class="[ button ][ ffab before cover fa-arrow-right ]"
>Transition Cover</a
>
<a
href="javascript:void(0)"
class="[ button ][ ffab cover fa-arrow-left ]"
>Transition Cover</a
>
<br />
<a
href="javascript:void(0)"
class="[ button ][ ffab before remove fa-arrow-left ]"
>Transition Remove</a
>
<a
href="javascript:void(0)"
class="[ button ][ ffab remove fa-arrow-right ]"
>Transition Remove</a
>
<hr />
<strong>Hover/Active State</strong>
<br />
<a href="javascript:void(0)" class="[ button ][ ffab fa-arrow-right ]"
>With Hover/Active</a
>
<a
href="javascript:void(0)"
class="[ button ][ ffab fa-arrow-right no-active ]"
>Without Hover/Active</a
>
<hr />
<strong>Expanded</strong>
<div class="row">
<div class="medium-6 columns">
<a
href="javascript:void(0)"
class="[ large expanded button ][ ffab before fa-arrow-left ]"
>Remove Large Expanded Before</a
>
<a
href="javascript:void(0)"
class="[ expanded button ][ ffab before fa-arrow-left ]"
>Remove Expanded Before</a
>
<a
href="javascript:void(0)"
class="[ small expanded button ][ ffab before fa-arrow-left ]"
>Remove Small Expanded Before</a
>
<a
href="javascript:void(0)"
class="[ tiny expanded button ][ ffab before fa-arrow-left ]"
>Remove Tiny Expanded Before</a
>
</div>
<div class="medium-6 columns">
<a
href="javascript:void(0)"
class="[ large expanded button ][ ffab cover after fa-arrow-right ]"
>Cover Large Expanded After</a
>
<a
href="javascript:void(0)"
class="[ expanded button ][ ffab cover after fa-arrow-right ]"
>Cover Expanded After</a
>
<a
href="javascript:void(0)"
class="[ small expanded button ][ ffab cover after fa-arrow-right ]"
>Cover Small Expanded After</a
>
<a
href="javascript:void(0)"
class="[ tiny expanded button ][ ffab cover after fa-arrow-right ]"
>Cover Tiny Expanded After</a
>
</div>
</div>
<br />
<strong>Extras</strong>
<br />
<a
href="javascript:void(0)"
class="[ disabled button ][ ffab fa-exclamation-circle ]"
>Disabled</a
>
<a
href="javascript:void(0)"
class="[ button ][ ffab bordered fa-exclamation-circle ]"
>Bordered</a
>
<a href="javascript:void(0)" class="[ hollow button ][ ffab fa-star ]"
>Hollow</a
>
<br />
<div class="button-group">
<a class="[ button ][ ffab fa-layer-group ]">Button Group</a>
<a class="[ button ][ ffab fa-layer-group ]">Button Group</a>
</div>
<div class="dark-background">
<a
href="javascript:void(0)"
class="[ hollow button ][ ffab fa-circle ]"
>Hollow</a
>
<a
href="javascript:void(0)"
class="[ hollow button ][ ffab fa-circle cover ]"
>Hollow</a
>
<a
href="javascript:void(0)"
class="[ hollow button ][ ffab fa-circle static ]"
>Hollow</a
>
</div>
<hr />
<strong>Utilities</strong>
<br />
<a
href="javascript:void(0)"
class="[ button ][ ffab spin fa-circle-notch ]"
>Spin Icon</a
>
<a href="javascript:void(0)" class="[ button ][ ffab pulse fa-spinner ]"
>Pulse Icon</a
>
<br />
<a href="javascript:void(0)" class="[ button ][ ffab fa-shield-alt ]"
>Normal</a
>
<a
href="javascript:void(0)"
class="[ button ][ ffab fa-shield-alt rotate-90 ]"
>Rotate 90</a
>
<a
href="javascript:void(0)"
class="[ button ][ ffab fa-shield-alt rotate-180 ]"
>Rotate 180</a
>
<a
href="javascript:void(0)"
class="[ button ][ ffab fa-shield-alt rotate-270 ]"
>Rotate 270</a
>
<br />
<a
href="javascript:void(0)"
class="[ button ][ ffab fa-shield-alt flip-horizontal ]"
>Flip horizontal</a
>
<a
href="javascript:void(0)"
class="[ button ][ ffab fa-shield-alt flip-vertical ]"
>Flip vertical</a
>
<hr />
<strong>Exapmles / Ideas</strong>
<br />
<a href="javascript:void(0)" class="[ button ][ ffab fa-caret-down ]"
>Dropdown Button</a
>
<br />
<a
href="javascript:void(0)"
class="[ button ][ ffab before fa-check-square ]"
>Checkbox Button</a
>
<br />
<a
href="javascript:void(0)"
class="warning button ffab before fa-exclamation-triangle"
>Yes, I'm Sure</a
>
<br />
<div class="button-group">
<div class="success button [ ffab before fa-check ]">Yes</div>
<div class="alert button [ ffab before fa-times ]">No</div>
</div>
</div>
</div>
</body>
</html>