forked from cferdinandi/kraken
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
303 lines (212 loc) · 7.83 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
301
302
303
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- Force latest available IE rendering engine and Chrome Frame (if installed) -->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<!-- Document Title & Description -->
<title>Kraken</title>
<!-- Mobile Screen Resizing -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- stylesheet -->
<link rel="stylesheet" href="css/kraken.css" type="text/css">
<!-- HTML5 Shim for IE 6-8 -->
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<!-- Old Browser Warning -->
<!-- If you're supporting IE 6-7, remove this -->
<!--[if lt IE 8]>
<section class="container">
Did you know that your web browser is a bit old? Some of the content on this site might not work right as a result. <a href="http://whatbrowser.org">Upgrade your browser</a> for a faster, better, and safer web experience.
</section>
<![endif]-->
<section class="container">
<h1>The Grid</h1>
<div class="row">
<div class="grid-fourth" style="background-color: #e5e5e5; margin-bottom: 1em;">.grid-fourth</div>
<div class="grid-fourth" style="background-color: #e5e5e5; margin-bottom: 1em;">.grid-fourth</div>
<div class="grid-fourth" style="background-color: #e5e5e5; margin-bottom: 1em;">.grid-fourth</div>
<div class="grid-fourth" style="background-color: #e5e5e5; margin-bottom: 1em;">.grid-fourth</div>
</div>
<div class="row">
<div class="grid-third" style="background-color: #e5e5e5; margin-bottom: 1em;">.grid-third</div>
<div class="grid-third" style="background-color: #e5e5e5; margin-bottom: 1em;">.grid-third</div>
<div class="grid-third" style="background-color: #e5e5e5; margin-bottom: 1em;">.grid-third</div>
</div>
<div class="row">
<div class="grid-third" style="background-color: #e5e5e5; margin-bottom: 1em;">.grid-third</div>
<div class="grid-two-thirds" style="background-color: #e5e5e5; margin-bottom: 1em;">.grid-two-thirds</div>
</div>
<div class="row">
<div class="grid-half" style="background-color: #e5e5e5; margin-bottom: 1em;">.grid-half</div>
<div class="grid-half" style="background-color: #e5e5e5; margin-bottom: 1em;">.grid-half</div>
</div>
<div class="row">
<div class="grid-fourth" style="background-color: #e5e5e5; margin-bottom: 1em;">.grid-fourth</div>
<div class="grid-three-fourths" style="background-color: #e5e5e5; margin-bottom: 1em;">.grid-three-fourths</div>
</div>
<div class="row">
<div class="grid-full" style="background-color: #e5e5e5; margin-bottom: 1em;">.grid-full</div>
</div>
<h2>Offsets</h2>
<div class="row">
<div class="grid-three-fourths offset-fourth" style="background-color: #e5e5e5; margin-bottom: 1em;">.offset-fourth</div>
</div>
<div class="row">
<div class="grid-two-thirds offset-third" style="background-color: #e5e5e5; margin-bottom: 1em;">.offset-third</div>
</div>
<div class="row">
<div class="grid-half offset-half" style="background-color: #e5e5e5; margin-bottom: 1em;">.offset-half</div>
</div>
<div class="row">
<div class="grid-third offset-two-thirds" style="background-color: #e5e5e5; margin-bottom: 1em;">.offset-two-thirds</div>
</div>
<div class="row">
<div class="grid-fourth offset-three-fourths" style="background-color: #e5e5e5; margin-bottom: 1em;">.offset-three-fourths</div>
</div>
<h2>Early Gridding</h2>
<strong>Extra Small Screens</strong>
<div class="row row-start-xsmall">
<div class="grid-fourth" style="background-color: #e5e5e5; margin-bottom: 1em;">.grid-fourth</div>
<div class="grid-fourth" style="background-color: #e5e5e5; margin-bottom: 1em;">.grid-fourth</div>
<div class="grid-fourth" style="background-color: #e5e5e5; margin-bottom: 1em;">.grid-fourth</div>
<div class="grid-fourth" style="background-color: #e5e5e5; margin-bottom: 1em;">.grid-fourth</div>
</div>
<strong>Small Screens</strong>
<div class="row row-start-small">
<div class="grid-fourth" style="background-color: #e5e5e5; margin-bottom: 1em;">.grid-fourth</div>
<div class="grid-fourth" style="background-color: #e5e5e5; margin-bottom: 1em;">.grid-fourth</div>
<div class="grid-fourth" style="background-color: #e5e5e5; margin-bottom: 1em;">.grid-fourth</div>
<div class="grid-fourth" style="background-color: #e5e5e5; margin-bottom: 1em;">.grid-fourth</div>
</div>
<hr>
</section>
<section class="container">
<h1>Typography</h1>
<p>
Default text.<br>
<span class="text-muted">Muted text.</span><br>
<span class="text-small">Small text.</span><br>
<span class="text-tall">Tall text.</span><br>
<a href="#">Hyperlinks.</a><br>
<strong>Bold</strong> and <em>italics</em>.
</p>
<hr>
</section>
<section class="container">
<h1>Lists</h1>
Ordered
<ol>
<li>Item 1</li>
<li>Item 2</li>
<li>Item 3</li>
</ol>
Unordered
<ul>
<li>Item 1</li>
<li>Item 2</li>
<li>Item 3</li>
</ul>
Unstyled
<ul class="list-unstyled">
<li>Item 1</li>
<li>Item 2</li>
<li>Item 3</li>
</ul>
<dl>
<dt>Definition List</dt>
<dd>Encloses a list of pairs of terms and descriptions. Common uses for this element are to implement a glossary or to display metadata (a list of key-value pairs).</dd>
</dl>
<hr>
</section>
<section class="container">
<h1>Headings</h1>
<h1>h1. Heading 1</h1>
<h2>h2. Heading 2</h2>
<h3>h3. Heading 3</h3>
<h4>h4. Heading 4</h4>
<h5>h5. Heading 5</h5>
<h6>h6. Heading 6</h6>
<hr>
</section>
<section class="container">
<h1>Quotes & Citations</h1>
<blockquote>Someone once said something so important, it was deemed worthy of repeating here in the form of a blockquote. This is that blockquote.</blockquote>
You can also include superscripts<sup>1</sup> and subscripts<sub>xyz</sub>.
<hr>
</section>
<section class="container">
<h1>Buttons</h1>
<p>
<button class="btn">Button</button>
<button class="btn btn-secondary">Button [secondary]</button>
<button class="btn btn-large">Button [large]</button>
</p>
<h2>Active Buttons</h2>
<p>
<button class="btn active">Button</button>
<button class="btn btn-secondary active">Button [secondary]</button>
</p>
<h2>Disabled Buttons</h2>
<p>
<button class="btn disabled">Button</button>
<button class="btn btn-secondary disabled">Button [secondary]</button>
</p>
<h2>Block Buttons</h2>
<p>
<button class="btn btn-block">Button</button>
<button class="btn btn-secondary btn-block">Button [secondary]</button>
<button class="btn btn-large btn-block">Button [large]</button>
</p>
<hr>
</section>
<section class="container">
<h1>Forms</h1>
<form>
<label>Label</label>
<input type="text">
<label>
<input type="checkbox">
Option 1
</label>
<label>
<input type="checkbox">
Option 2
</label>
<label>
<input type="radio" name="radioset">
Option 1
</label>
<label>
<input type="radio" name="radioset">
Option 2
</label>
<select>
<option>Select 1</option>
<option>Select 2</option>
<option>Select 3</option>
</select>
<textarea></textarea>
</form>
<h2>Inline & Condensed</h2>
<form>
<input type="text" value=".input-inline" class="input-inline">
<input type="text" value=".input-condensed" class="input-condensed input-inline">
</form>
<hr>
</section>
<section class="container">
<h1>Code</h1>
<p>Here's some code that's within a sentence: the <code>.js</code> file is very important.</p>
<p>Here's some preformatted text:</p>
<pre><code>.js {
color: #272727;
background: #ffffff;
}</code></pre>
<hr>
</section>
</body>
</html>