forked from fxaeberhard/handdrawn.css
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
275 lines (227 loc) · 7.51 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>handdrawn.css</title>
<meta name="description" content="Sk">
<!-- mobile meta -->
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- CSS -->
<link rel="stylesheet" type="text/css" href="handdrawn.css" />
<link rel="stylesheet" type="text/css" href="site/site.css" />
</head>
<body>
<main>
<h1>handdrawn.css</h1>
<div id="buttons">
<a class="github-button" href="https://github.com/fxaeberhard/handdrawn.css" data-icon="octicon-eye" data-style="mega" data-count-href="/fxaeberhard/handdrawn.css/watchers" data-count-api="/repos/fxaeberhard/handdrawn.css#subscribers_count" data-count-aria-label="# watchers on GitHub" aria-label="Watch fxaeberhard/handdrawn.css on GitHub">Watch</a>
<a class="github-button" href="https://github.com/fxaeberhard/handdrawn.css" data-icon="octicon-star" data-style="mega" data-count-href="/fxaeberhard/handdrawn.css/stargazers" data-count-api="/repos/fxaeberhard/handdrawn.css#stargazers_count" data-count-aria-label="# stargazers on GitHub" aria-label="Star fxaeberhard/handdrawn.css on GitHub">Star</a>
<a class="github-button" href="https://github.com/fxaeberhard/handdrawn.css/fork" data-icon="octicon-repo-forked" data-style="mega" data-count-href="/fxaeberhard/handdrawn.css/network" data-count-api="/repos/fxaeberhard/handdrawn.css#forks_count" data-count-aria-label="# forks on GitHub" aria-label="Fork fxaeberhard/handdrawn.css on GitHub">Fork</a>
</div>
<!-- <a class="github-button" href="https://github.com/ntkme/github-buttons/archive/master.zip" data-icon="octicon-cloud-download" data-style="mega" aria-label="Download ntkme/github-buttons on GitHub">Download</a> -->
<!-- <div>
<a href="https://github.com/fxaeberhard/handdrawn.css/issues/new">Issues</a>
</div> -->
<section id="gettingstarted">
<h2>Getting started</h2>
<input value="http://fxaeberhard.github.io/handdrawn.css/handdrawn.css">
<!-- https://cdn.rawgit.com/fxaeberhard/handdrawn.css/master/handdrawn.css -->
</section>
<section id="samples">
<h2>Samples</h2>
<div>
<div class="hd-border">
<input placeholder="Input">
</div>
<div class="hd-border">
<textarea placeholder="Textarea"></textarea>
</div>
<div class="hd-border">
<select>
<option>Select</option>
<option>Select Two</option>
<option>Select Three</option>
</select>
</div>
<div class="hd-border">
<input type="range">
</div>
<div class="hd-border">
<input type="date">
</div>
<div class="hd-border">
<input list="datalist" placeholder="Datalist">
<datalist id="datalist">
<option value="Internet Explorer"></option>
<option value="Firefox"></option>
<option value="Chrome"></option>
<option value="Opera"></option>
<option value="Safari"></option>
</datalist>
</div>
<div class="hd-border">
<button>Button</button>
</div>
<!-- <input type="button" value="Button"> -->
<div class="hd-border">
<div class="checkbox">
<input type="checkbox" id="checkbox">
<label for="checkbox">Checkbox</label>
</div>
</div>
<div class="hd-border">
<div class="hd-switch">
<input type="checkbox" id="switch-id" name="myswitch">
<label for="switch-id">Switch</label>
<span class="hd-switch-knob"></span>
</div>
</div>
<div class="hd-border">
<div class="radio">
<input type="radio" name="radio" id="radio1" checked="true">
<label for="radio1">Radio on</label>
</div>
<div class="radio">
<input type="radio" name="radio" id="radio2">
<label for="radio2">Radio off</label>
</div>
</div>
<div class="hd-border">
<a href="#">Link</a>
</div>
<div class="hd-border">
<details>
<summary>Summary</summary>
<p>Details</p>
</details>
</div>
<div class="hd-border clear">
<table>
<thead>
<tr>
<th>Table</th>
<th>Head</th>
</tr>
</thead>
<tbody>
<tr>
<td>Table</td>
<td>Cell</td>
</tr>
<tr>
<td>Table</td>
<td>Cell</td>
</tr>
</tbody>
<tfoot>
<tr>
<td>Table</td>
<td>Footer</td>
</tr>
</tfoot>
</table>
</div>
<div class="hd-border">
<ul>
<li>List 1</li>
<li>List 2</li>
</ul>
</div>
<div class="hd-border">
<fieldset>
<legend>Fieldset</legend>
tesxt
</fieldset>
</div>
<!--
<div>
<p>Progress</p>
<progress value="22" max="100"></progress>
</div>
<div>
<p>Meter</p>
<meter value="4" min="0" max="10"></meter>
</div> -->
</div>
<div class="cl"></div>
</section>
<section id="icons">
<h2>Icons</h2>
<div></div>
<div class="cl"></div>
</section>
<!-- <h2>The rest</h2>
<br>
<br>
<small>Small</small>
<br>
<strike>Strike</strike>
<br>
<strong>Strong</strong>
<hr>
<iframe src="site/iframe.html"></iframe>
<br>
<br>
<audio src="site/sound.mp3" controls></audio>
<br>
<br>
<br>
<br>
-->
<!--may do-->
<!-- <code>code</code>
<cite>cite</cite>
<samp>sampple code program</samp>
<blockquote>blockquote</blockquote> -->
<!-- Test -->
<!-- <del>del</del>
<s>s</s> <strike>s</strike>
<br>
<em>em</em> <i>i</i>
<br>
<strong>strong</strong>
<bold>bold</bold>
<br>
<u>u</u>
<ins>Inserted text</ins>
<br>
<pre>pre</pre>
<br>
<br>
<input type="file" value="File">
<input type="image">
<input type="month">
<input type="number">
<input type="password">
<input type="reset" value="Reset">
<input type="search">
<input type="tel">
<input type="time ">
<input type="url">
<input type="week">
<br>
<br> -->
</section>
</main>
<footer>
<div>
Created by <a href="http://red-agent.com">Francois-Xavier Aeberhard</a>
</div>
<div>
Handdrawn.css licensed under <a href="http://opensource.org/licenses/mit-license.html">MIT License</a>
</div>
<div class="project">
<a href="https://github.com/fxaeberhard/handdrawn.css">GitHub</a>
<a href="https://github.com/fxaeberhard/handdrawn.css/issues">Issues</a>
</div>
</footer>
<!-- Scripts -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
<script src="https://npmcdn.com/[email protected]/dist/masonry.pkgd.min.js"></script>
<!-- <script src="tmp/jquery.min.js"></script> -->
<script src="site/site.js"></script>
<script async defer src="https://buttons.github.io/buttons.js"></script>
</body>