-
Notifications
You must be signed in to change notification settings - Fork 0
/
example.html
259 lines (235 loc) · 7.05 KB
/
example.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
<!doctype html>
<!--[if lt IE 7 ]> <html lang="en" class="no-js ie6"> <![endif]-->
<!--[if IE 7 ]> <html lang="en" class="no-js ie7"> <![endif]-->
<!--[if IE 8 ]> <html lang="en" class="no-js ie8"> <![endif]-->
<!--[if IE 9 ]> <html lang="en" class="no-js ie9"> <![endif]-->
<!--[if (gt IE 9)|!(IE)]><!--> <html lang="en" class="no-js"><!--<![endif]-->
<head>
<title>Flakes Example Usage</title>
<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-touch-fullscreen" content="yes">
<meta charset="UTF-8" />
<link rel="stylesheet" type="text/css" href="css/all.css">
</head>
<body>
<!--[if lt IE 7]>
<p class="chromeframe" style="background:#eee; padding:10px; width:100%">Your browser is <em>ancient!</em> <a href="http://browsehappy.com/">Upgrade to a different browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">install Google Chrome Frame</a> to experience this site.</p>
<![endif]-->
<div class="flakes-frame">
<div class="flakes-navigation">
<a href="index.html" class="logo">
<img src="img/logo.png" width="120">
</a>
<ul>
<li class="title">Category Title</li>
<li><a href="#">Nav Item 1</a></li>
<li><a href="#">Nav Item 2</a></li>
<li><a href="#">Nav Item 3</a></li>
<li><a href="#">Nav Item 4</a></li>
</ul>
<p class="foot">
Hello <b>John Doe</b><br>
<a href="">My Account</a> • <a href="">Logout</a>
</p>
</div>
<div class="flakes-content">
<div class="flakes-mobile-top-bar">
<a href="" class="logo-wrap">
<img src="img/logo.png" height="30px">
</a>
<a href="" class="navigation-expand-target">
<img src="img/site-wide/navigation-expand-target.png" height="26px">
</a>
</div>
<div class="view-wrap">
<h1>Getting Started</h1>
<h3>Install dependencies</h3>
<p><b>Install</b> Dependencies using the "bower install" command. If you don't have the Bower Package Manager, install it using the instructions on their <a href="http://bower.io/">official site</a>.</p>
<h3>Edit this file</h3>
<p>Use this <b>example.html</b> as your boilerplate to get your project off the ground. You can obviously also start from scratch if you want.</p>
<h3>Thats all! Hope you like using Flakes.</h3>
<br>
<h2>Example Components</h2>
<br>
<div class="grid-2 gutter-40">
<div class="span-1">
<fieldset>
<legend>Personal Information</legend>
<form>
<ul>
<li>
<label>First Name</label>
<input type="text">
</li>
<li>
<label>Last Name</label>
<input type="text">
</li>
<li>
<label>Email Address</label>
<input type="email" required>
</li>
<li>
<label>Address</label>
<textarea></textarea>
</li>
<li>
<input type="submit">
</li>
</ul>
</form>
</fieldset>
</div>
<div class="span-1">
<div class="flakes-search">
<input class="search-box" placeholder="Search" autofocus>
<div class="filters">
<label class="filter-checkbox">
<input class="checkbox" type="checkbox"> Filter 1
</label>
<label class="filter-checkbox">
<input class="checkbox" type="checkbox"> Filter 2
</label>
</div>
</div>
<div class="flakes-actions-bar">
<a class="action button-gray smaller right" href="">Add a product</a>
<a class="action button-gray smaller right" href="">Export</a>
<a class="action button-gray smaller" href="">Delete</a>
<a class="action button-gray smaller" href="">Edit</a>
</div>
<table class="flakes-table" style="width:100%">
<colgroup>
<col span="1" style="width:20px" />
<col span="1" style="width:80%" />
</colgroup>
<thead>
<tr>
<td><input type="checkbox"></td>
<td>Product Name</td>
<td>SKU</td>
</tr>
</thead>
<tbody>
<tr>
<td><input type="checkbox"></td>
<td>Dolor Fusce</td>
<td>654-1816</td>
</tr>
<tr>
<td><input type="checkbox"></td>
<td>Eu Sem Pellentesque</td>
<td>937-5793</td>
</tr>
<tr>
<td><input type="checkbox"></td>
<td>Maecenas</td>
<td>682-9676</td>
</tr>
<tr>
<td><input type="checkbox"></td>
<td>Augue Porttitor</td>
<td>389-1087</td>
</tr>
<tr>
<td><input type="checkbox"></td>
<td>Dapibus</td>
<td>893-7857</td>
</tr>
<tr>
<td><input type="checkbox"></td>
<td>Eleifend</td>
<td>1-783-967-8521</td>
</tr>
<tr>
<td><input type="checkbox"></td>
<td>Tincidunt</td>
<td>486-7965</td>
</tr>
<tr>
<td><input type="checkbox"></td>
<td>Et</td>
<td>462-2201</td>
</tr>
</tbody>
</table>
</div>
</div>
<br>
<br>
<div class="grid-2 gutter-40">
<div class="span-1">
<fieldset class="flakes-information-box">
<legend>Product Specs</legend>
<dl>
<dt>SKU</dt>
<dd>23-43-4343-13</dd>
</dl>
<dl>
<dt>Initial Stock Level</dt>
<dd>$314</dd>
</dl>
<dl>
<dt>Cost Price</dt>
<dd>$1200</dd>
</dl>
<dl>
<dt>Wholesale Price</dt>
<dd>$1400</dd>
</dl>
<dl>
<dt>Retail Price</dt>
<dd>$1995</dd>
</dl>
</fieldset>
</div>
<div class="span-1">
<form class="grid-form">
<fieldset>
<legend>Product Specs</legend>
<div data-row-span="1">
<div data-field-span="1">
<label>SKU</label>
<input type="text">
</div>
</div>
<div data-row-span="1">
<div data-field-span="1">
<label>Initial Stock Level</label>
<input type="text">
</div>
</div>
<div data-row-span="1">
<div data-field-span="1">
<label>Cost Price</label>
<input type="text">
</div>
</div>
<div data-row-span="1">
<div data-field-span="1">
<label>Wholesale Price</label>
<input type="text">
</div>
</div>
<div data-row-span="1">
<div data-field-span="1">
<label>Retail Price</label>
<input type="text">
</div>
</div>
</fieldset>
</form>
</div>
</div>
</div>
</div>
</div>
<link rel="stylesheet" type="text/css" href="css/gridforms.css">
<script src="jquery-1.9.1.min.js" type="text/javascript"></script>
<script src="js/snap.js"></script>
<script src="js/responsive-elements.js"></script>
<script src="js/gridforms.js"></script>
<script src="js/base.js"></script>
</body>
</html>