-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
321 lines (308 loc) · 19.5 KB
/
index.php
File metadata and controls
321 lines (308 loc) · 19.5 KB
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
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
<?php include("header.php"); ?>
<body>
<!-- Delete everything in this .container and get started on your own site! -->
<div id="top" class="container">
<header class="row">
<div class="twelve columns text_center">
<h1 class="title remove_bottom">MoonBase</h1>
<p class="gray"><strong><em>Plan, design, and easily build responsive sites/apps</em></strong></p>
<hr>
</div>
</header>
<div class="row">
<!-- Start of left column (three columns) -->
<div class="three columns">
<div class="nav">
<h2 class="half_bottom"><a href="#top" class="scroll">MoonBase</a></h2>
<ul class="unstyled">
<li><a href="#typography" class="scroll">Typography</a></li>
<li><a href="#lists" class="scroll">Lists</a></li>
<li><a href="#media" class="scroll">Media</a></li>
<li><a href="#buttons" class="scroll">Buttons</a></li>
<li><a href="#columns" class="scroll">12 column grid</a></li>
<li><a href="#forms" class="scroll">Forms</a></li>
</ul>
</div>
</div>
<!-- Start of right column (nine columns) -->
<div class="nine columns moon-base-content">
<div class="row">
<div id="typography" class="twelve columns">
<h4>Typography</h4>
<hr>
</div>
</div>
<div class="row">
<div class="six columns">
<h1>Heading 1</h1>
<h2>Heading 2</h2>
<h3>Heading 3</h3>
<h4>Heading 4</h4>
<h5>Heading 5</h5>
<h6>Heading 6</h6>
<p> <a href="#">a element</a><br>
<abbr>abbr element</abbr> and <abbr title="Title text">abbr element with title</abbr><br>
<b>b element</b><br>
<cite>cite element</cite><br>
<code>code element</code><br>
<del>del element</del><br>
<dfn>dfn element</dfn> and <dfn title="Title text">dfn element with title</dfn><br>
<em>em element</em><br>
<i>i element</i><br>
img element <img src="img/apple-touch-icon-57x57-precomposed.png" height="16" width="16" alt="Alt text"><br>
<ins>ins element</ins><br>
<kbd>kbd element</kbd><br>
<mark>mark element</mark>
<br>
<q>q element <q>inside</q> a q element</q><br>
<s>s element</s><br>
<samp>samp element</samp><br>
<small>small element</small><br>
<span>span element</span><br>
<strong>strong element</strong><br>
<sub>sub element</sub><br>
<sup>sup element</sup><br>
<var>var element</var><br>
<u>u element</u> </p>
<!-- Inside blockquote's wrap the content in a <p> then attribute with a <cite> -->
<blockquote>
<p>This is a blockquote. This is it's defaulted style.</p>
<cite>Tim Person, Position & Company</cite> </blockquote>
</div>
<div class="six columns">
<p class="panel radius5 small"> <code><strong>Markup:</strong><br>
<span class="red"><a href="#" title=""></span>a element<span class="red"></a></span><br>
<span class="red"><abbr></span>abbr element<span class="red"></abbr></span> and <span class="red"><abbr title=""></span>abbr element with title<span class="red"></abbr></span><br>
<span class="red"><b></span>b element<span class="red"></b></span><br>
<span class="red"><cite></span>cite element<span class="red"></cite></span><br>
<span class="red"><code></span>code element<span class="red"></code></span><br>
<span class="red"><del></span>del element<span class="red"></del></span><br>
<span class="red"><dfn></span>dfn element<span class="red"></dfn></span> and <span class="red"><dfn title="Title text"></span>dfn element with title<span class="red"></dfn></span><br>
<span class="red"><em></span>em element<span class="red"></em></span><br>
<span class="red"><i></span>i element<span class="red"></i></span><br>
img element <span class="red"><img src="img/apple-touch-icon-57x57-precomposed.png" height="16" width="16" alt=""></span><br>
<span class="red"><ins></span>ins element<span class="red"></ins></span><br>
<span class="red"><kbd></span>kbd element<span class="red"></kbd></span><br>
<span class="red"><mark></span>mark element<span class="red"></mark></span><br>
<span class="red"><q></span>q element <span class="red"><q></span>inside<span class="red"></q></span> a q element<span class="red"></q</span>><br>
<span class="red"><s></span>s element<span class="red"></s></span><br>
<span class="red"><samp></span>samp element<span class="red"></samp></span><br>
<span class="red"><small></span>small element<span class="red"></small></span><br>
<span class="red"><span></span>span element<span class="red"></span></span><br>
<span class="red"><strong></span>strong element<span class="red"></strong></span><br>
<span class="red"><sub></span>sub element<span class="red"></sub></span><br>
<span class="red"><sup></span>sup element<span class="red"></sup></span><br>
<span class="red"><var></span>var element<span class="red"></var></span><br>
<span class="red"><u></span>u element<span class="red"></u></span><br>
<br>
<span class="red"><blockquote></span><br>
<span class="red"><p></span>This is a blockquote. This is it's defaulted style.<span class="red"></p></span><br>
<span class="red"><cite></span>Tim Person, Position & Company<span class="red"></cite></span> <span class="red"></blockquote></span><br>
</code> </p>
</div>
</div>
<div class="row">
<div id="lists" class="twelve columns">
<h4>Lists <a href="#top" class="right scroll small">^ Top</a></h4>
<hr>
</div>
</div>
<div class="row">
<div class="six columns">
<p class="panel radius5"><strong>Ordered list</strong></p>
<ol>
<li>List item 1</li>
<li>List item 2
<ol>
<li>List item 2.1</li>
<li>List item 2.2
<ol>
<li>List item 2.2.1</li>
<li>List item 2.2.2</li>
</ol>
</li>
<li>List item 2.3</li>
<li>List item 2.4</li>
</ol>
</li>
<li>List item 3</li>
<li>List item 4</li>
</ol>
<p class="panel radius5"><strong>Unordered list</strong></p>
<ul class="unstyled">
<li>List item 1</li>
<li>List item 2
<ul class="square">
<li>List item 2.1</li>
<li>List item 2.2
<ul class="circle">
<li>List item 2.2.1</li>
<li>List item 2.2.2</li>
</ul>
</li>
<li>List item 2.3</li>
<li>List item 2.4</li>
</ul>
</li>
<li>List item 3</li>
<li>List item 4</li>
</ul>
<p class="panel radius5"><strong>Description list</strong></p>
<dl>
<dt>Description name</dt>
<dd>Description value</dd>
<dt>Description name</dt>
<dd>Description value</dd>
<dt>Description name</dt>
<dd>Description value</dd>
</dl>
</div>
<div class="six columns">
<p class="panel radius5 small"> <code><strong>Markup:</strong><br>
The example markup would be placed here... </code> </p>
</div>
</div>
<div class="row">
<div id="media" class="twelve columns">
<h4>Media <a href="#top" class="right scroll small">^ Top</a></h4>
<hr>
</div>
</div>
<div class="row">
<div class="six columns vid_col">
<p class="panel radius5"><strong>Image</strong></p>
<img src="http://media.tumblr.com/tumblr_lquviiJOmD1qkkcr1.gif" alt="Ice cream facial" class="add_bottom">
<p class="panel radius5"><strong>iframe (Vimeo)</strong></p>
<iframe src="http://player.vimeo.com/video/31360102?title=0&byline=0&portrait=0" frameborder="0" class="add_bottom" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>
<p class="panel radius5"><a href="http://www.w3schools.com/html5/html5_audio.asp" title="w3schools html5 Audio" target="_blank"><strong>Audio (html5)</strong></a></p>
<audio preload controls class="add_bottom">
<source src="http://www.w3schools.com/html5/horse.ogg" type="audio/ogg">
<source src="http://www.w3schools.com/html5/horse.mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio>
<p class="panel radius5"><strong>SVG</strong></p>
<svg style="width:100px; height:100px;">
<circle cx="100" cy="100" r="100" fill="#ff7900">
</svg>
</div>
<div class="six columns vid_col">
<p class="panel radius5"><strong>iframe (YouTube)</strong></p>
<iframe src="http://www.youtube.com/embed/t2xdr_8Lrzg" class="add_bottom" frameborder="0" allowfullscreen></iframe>
<p class="panel radius5"><strong>Flash (Embed)</strong></p>
<embed src="http://www.youtube.com/v/BI4UJyyIfws?version=3&hl=en_US" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" class="add_bottom"></embed>
<p class="panel radius5"><a href="http://www.w3schools.com/html5/html5_video.asp" title="w3schools html5 Video" target="_blank"><strong>Video (html5)</strong></a></p>
<video preload controls>
<source src="http://html5demos.com/assets/dizzy.mp4" type="video/mp4">
<source src="http://html5demos.com/assets/dizzy.mp4" type="video/mp4">
<source src="http://html5demos.com/assets/dizzy.ogv" type="video/ogv">
Your browser does not support the video tag.
</video>
</div>
</div>
<div class="row">
<div id="buttons" class="twelve columns">
<h4>Buttons <a href="#top" class="right scroll small">^ Top</a></h4>
<hr>
</div>
</div>
<div class="row">
<div class="six columns">
<p><strong>* = Defaults</strong></p>
<p><strong>Border Radius</strong></p>
<a href="#" class="button">No radius*</a> <a href="#" class="radius2 button">Radius2</a> <a href="#" class="radius5 button">Radius5</a> <a href="#" class="radius10 button">Radius10</a> <a href="#" class="round button">Round</a><br>
<p><strong>Sizes</strong></p>
<a href="#" class="small radius5 button">Small</a> <a href="#" class="radius5 button">Medium*</a> <a href="#" class="large radius5 button">Large</a><br>
<a href="#" class="full_width radius5 button text_center">full_width</a><br>
<p><strong>Colors</strong></p>
<a href="#" class="red radius5 shadow button">Red</a> <a href="#" class="green radius5 shadow button">Green</a> <a href="#" class="blue radius5 shadow button">Blue</a> <a href="#" class="white radius5 shadow button">White</a> <a href="#" class="radius5 shadow button">Gray*</a> <a href="#" class="black radius5 shadow button">Black</a><br>
<a href="#" class="medium radius5 disabled button">Disabled btn</a><br>
</div>
<div class="six columns">
<p class="panel radius5 small"> <code><strong>Markup:</strong><br>
<span class="green"><!-- Just add .button to an anchor --></span><br>
<a href="#" class="<span class="red">button</span>">Here is a button</a><br>
<br>
<span class="green"><!-- Also works on plain button elements --></span><br>
<span class="red"><button></span>Click Me<span class="red"></button></span><br>
<br>
<span class="green"><!-- Take up full_width of a container --></span><br>
<a href="#" class="<span class="red">button full_width</span>">Here is a button that's full_width</a> </code> </p>
</div>
</div>
<div class="row">
<div id="columns" class="twelve columns">
<h4>12 column grid <a href="#top" class="right scroll small">^ Top</a></h4>
<hr>
</div>
</div>
<div class="row">
<div class="six columns"> For examples of column combinations, <a href="columns.php" title="full columns examples">see all the columns examples</a>. </div>
<div class="six columns">
<p>All columns within a .row must add up to 12. All columns are percentages, hence relative to the space your defining.</p>
<p class="panel radius5 small"> <code><strong>Markup:</strong><br>
<span class="green"><!-- Start .row class --></span><br>
<div class="<span class="red">row</span>"><br>
<br>
<span class="green"><!-- Start .four.columns --></span><br>
<div class="<span class="red">four columns</span>"><br>
<span style="padding-left: 20px;">The content for four columns.</span><br>
</div><br>
<br>
<span class="green"><!-- Start .eight.columns --></span><br>
<div class="<span class="red">eight columns</span>"><br>
<span style="padding-left: 20px;">The content for eight columns.</span><br>
</div><br>
<br>
<span class="green"><!-- End .row class --></span><br>
</div> </code></p>
</div>
</div>
<div class="row">
<div id="forms" class="twelve columns">
<h4>Forms <a href="#top" class="right scroll small">^ Top</a></h4>
<hr>
</div>
</div>
<div class="row">
<div class="six columns">
<form action="#">
<label for="regularInput">Regular input</label>
<input type="text" id="regularInput" placeholder="Input label hint">
<label for="disabledInput">Disabled input</label>
<input type="text" class="disabled" disabled="disabled" id="disabledInput" placeholder="Input label hint">
<label for="regularTextarea">Regular textarea</label>
<textarea id="regularTextarea" placeholder="Textarea label hint"></textarea>
<label for="selectList">Select</label>
<select id="selectList">
<option value="Option 1">Option 1</option>
<option value="Option 2">Option 2</option>
<option value="Option 3">Option 3</option>
</select>
<p><strong>Checkboxes</strong></p>
<label class="checkbox" for="checkbox1">
<input name="checkbox1" type="checkbox" id="checkbox1"> Checkbox 1
</label>
<label class="checkbox" for="checkbox2">
<input name="checkbox2" type="checkbox" id="checkbox2"> Checkbox 2
</label>
<p><strong>Radios</strong></p>
<label class="radio" for="radio1">
<input name="radio_group" type="radio" id="radio1"> Radio Button 1
</label>
<label class="radio" for="radio2">
<input name="radio_group" type="radio" id="radio2"> Radio Button 2
</label>
<button type="submit" class="button green round transition shadow">Submit Form</button>
</form>
</div>
<div class="six columns">
<p class="panel radius5 small"> <code><strong>Markup:</strong><br>
The example markup would be placed here... </code> </p>
</div>
</div>
<!-- End of right column -->
</div>
<!-- End of the page content -->
</div>
<!-- End of the container -->
<?php include("footer.php"); ?>