-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
482 lines (473 loc) · 15.5 KB
/
index.html
File metadata and controls
482 lines (473 loc) · 15.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
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link
rel="apple-touch-icon"
sizes="180x180"
href="assets/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="assets/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="assets/favicon-16x16.png"
/>
<link rel="manifest" href="assets/site.webmanifest" />
<title>Stylized</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<header style="background-image: url(assets/header.jpg);">
<img src="assets/logo-small.png" alt="logo" />
<h1>Stylized</h1>
<div>
<em>
Make your prototypes look good with a stylish stylesheet!
</em>
</div>
<a href="https://github.com/RilDev/stylized" target="_blank">Github</a>
</header>
<nav>
<div class="menu icon" onclick="setSidebarVisibility(true)"></div>
<ul>
<li><a href="#text-formating">Text Formating</a></li>
<li><a href="#buttons">Buttons</a></li>
<li><a href="#forms">Forms</a></li>
<li><a href="#full-width">Full Width</a></li>
<li><a href="#gallery">Gallery</a></li>
<li class="active"><a href="https://rildev.website">Portfolio</a></li>
</ul>
</nav>
<aside>
<div class="close icon" onclick="setSidebarVisibility(false)"></div>
<img src="assets/logo-small.png" alt="logo" />
<h2>Page Links</h2>
<ul>
<li><a href="#text-formating">Text Formating</a></li>
<li><a href="#buttons">Buttons</a></li>
<li><a href="#forms">Forms</a></li>
<li><a href="#full-width">Full Width</a></li>
<li><a href="#gallery">Gallery</a></li>
</ul>
<h2>External Links</h2>
<ul>
<li><a href="https://github.com/RilDev/stylized" target="_blank">GitHub</a></li>
<li class="active"><a href="https://rildev.website">Portfolio</a></li>
</ul>
</aside>
<main>
<h2 id="text-formating">Text Formating</h2>
<p><strong>Text Centered:</strong></p>
<p class="text-center">
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
<strong>Fusce</strong> sollicitudin volutpat nisi et laoreet. Nullam non
facilisis mauris, vel viverra leo. <em>Nam ex mauris</em>, finibus a
luctus id, semper a mi. Sed vehicula suscipit rutrum. Vestibulum vel
mollis massa. In ornare ullamcorper odio, vitae consequat vel tellus sit
amet scelerisque.
</p>
<p><strong>Text Left:</strong></p>
<p class="text-left">
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
<strong>Fusce</strong> sollicitudin volutpat nisi et laoreet. Nullam non
facilisis mauris, vel viverra leo. <em>Nam ex mauris</em>, finibus a
luctus id, semper a mi. Sed vehicula suscipit rutrum. Vestibulum vel
mollis massa. In ornare ullamcorper odio, vitae consequat vel tellus sit
amet scelerisque.
</p>
<p><strong>Text Right:</strong></p>
<p class="text-right">
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
<strong>Fusce</strong> sollicitudin volutpat nisi et laoreet. Nullam non
facilisis mauris, vel viverra leo. <em>Nam ex mauris</em>, finibus a
luctus id, semper a mi. Sed vehicula suscipit rutrum. Vestibulum vel
mollis massa. In ornare ullamcorper odio, vitae consequat vel tellus sit
amet scelerisque.
</p>
<p><strong>Text Justified:</strong></p>
<p class="text-justify">
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
<strong>Fusce</strong> sollicitudin volutpat nisi et laoreet. Nullam non
facilisis mauris, vel viverra leo. <em>Nam ex mauris</em>, finibus a
luctus id, semper a mi. Sed vehicula suscipit rutrum. Vestibulum vel
mollis massa. In ornare ullamcorper odio, vitae consequat vel tellus sit
amet scelerisque.
</p>
<h2 id="buttons">Buttons</h2>
<button>Button</button>
<button disabled="disabled">Disabled</button>
<a href="/" class="button">Link Button</a>
<br />
<br />
<button class="navy border-navy">navy</button>
<button class="blue border-blue">blue</button>
<button class="aqua border-aqua">aqua</button>
<button class="teal border-teal">teal</button>
<button class="olive border-olive">olive</button>
<button class="green border-green">green</button>
<button class="lime border-lime">lime</button>
<button class="yellow border-yellow bg-gray">yellow</button>
<button class="orange border-orange">orange</button>
<button class="red border-red">red</button>
<button class="fushia border-fushia">fushia</button>
<button class="purple border-purple">purple</button>
<button class="maroon border-maroon">maroon</button>
<button class="white border-white bg-silver">white</button>
<button class="silver border-silver">silver</button>
<button class="gray border-gray">gray</button>
<button class="black border-black">black</button>
<h2 id="forms">Forms</h2>
<form>
<input type="text" placeholder="Name" /><br />
<input type="email" placeholder="Email" /><br />
<input type="password" placeholder="Password" /><br />
<select name="select-option">
<option value="">--Please choose an option--</option>
<option value="option1">option 1</option>
<option value="option2">option 2</option>
<option value="option3">option 3</option>
<option value="option4">option 4</option>
</select>
<fieldset>
<legend>Sex</legend>
<label for="sex-male"
><input
id="sex-male"
type="radio"
name="sex"
value="male"
/>Male</label
>
<label for="sex-female"
><input
id="sex-female"
type="radio"
name="sex"
value="female"
/>Female</label
>
</fieldset>
<fieldset>
<legend>Job Title</legend>
<label for="job-front-end">
<input
id="job-front-end"
type="checkbox"
value="front-end"
/>Front-end
</label>
<label for="job-back-end">
<input id="job-back-end" type="checkbox" value="back-end" />Back-end
</label>
</fieldset>
<textarea placeholder="Enter a comment"></textarea><br />
<input type="submit" value="Submit" />
<input type="submit" value="Submit" disabled="disabled" />
</form>
<h2 id="full-width">Full Width</h2>
<div class="full-width bg-navy">
<div class="centered">
<p>
Also provides a <strong>.full-width</strong> class to break free
from the central column!
</p>
<p>
And a <strong>.centered</strong> class to center it's content back!
</p>
</div>
</div>
<div class="full-width bg-blue">
<div class="centered">
<p>
Also provides a <strong>.full-width</strong> class to break free
from the central column!
</p>
<p>
And a <strong>.centered</strong> class to center it's content back!
</p>
</div>
</div>
<div class="full-width bg-aqua">
<div class="centered">
<p>
Also provides a <strong>.full-width</strong> class to break free
from the central column!
</p>
<p>
And a <strong>.centered</strong> class to center it's content back!
</p>
</div>
</div>
<div class="full-width bg-teal">
<div class="centered">
<p>
Also provides a <strong>.full-width</strong> class to break free
from the central column!
</p>
<p>
And a <strong>.centered</strong> class to center it's content back!
</p>
</div>
</div>
<div class="full-width bg-olive">
<div class="centered">
<p>
Also provides a <strong>.full-width</strong> class to break free
from the central column!
</p>
<p>
And a <strong>.centered</strong> class to center it's content back!
</p>
</div>
</div>
<div class="full-width bg-green">
<div class="centered">
<p>
Also provides a <strong>.full-width</strong> class to break free
from the central column!
</p>
<p>
And a <strong>.centered</strong> class to center it's content back!
</p>
</div>
</div>
<div class="full-width bg-lime">
<div class="centered">
<p>
Also provides a <strong>.full-width</strong> class to break free
from the central column!
</p>
<p>
And a <strong>.centered</strong> class to center it's content back!
</p>
</div>
</div>
<div class="full-width bg-yellow">
<div class="centered">
<p>
Also provides a <strong>.full-width</strong> class to break free
from the central column!
</p>
<p>
And a <strong>.centered</strong> class to center it's content back!
</p>
</div>
</div>
<div class="full-width bg-orange">
<div class="centered">
<p>
Also provides a <strong>.full-width</strong> class to break free
from the central column!
</p>
<p>
And a <strong>.centered</strong> class to center it's content back!
</p>
</div>
</div>
<div class="full-width bg-red">
<div class="centered">
<p>
Also provides a <strong>.full-width</strong> class to break free
from the central column!
</p>
<p>
And a <strong>.centered</strong> class to center it's content back!
</p>
</div>
</div>
<div class="full-width bg-fushia">
<div class="centered">
<p>
Also provides a <strong>.full-width</strong> class to break free
from the central column!
</p>
<p>
And a <strong>.centered</strong> class to center it's content back!
</p>
</div>
</div>
<div class="full-width bg-purple">
<div class="centered white">
<p>
Also provides a <strong>.full-width</strong> class to break free
from the central column!
</p>
<p>
And a <strong>.centered</strong> class to center it's content back!
</p>
</div>
</div>
<div class="full-width bg-maroon">
<div class="centered white">
<p>
Also provides a <strong>.full-width</strong> class to break free
from the central column!
</p>
<p>
And a <strong>.centered</strong> class to center it's content back!
</p>
</div>
</div>
<div class="full-width bg-white">
<div class="centered">
<p>
Also provides a <strong>.full-width</strong> class to break free
from the central column!
</p>
<p>
And a <strong>.centered</strong> class to center it's content back!
</p>
</div>
</div>
<div class="full-width bg-silver">
<div class="centered">
<p>
Also provides a <strong>.full-width</strong> class to break free
from the central column!
</p>
<p>
And a <strong>.centered</strong> class to center it's content back!
</p>
</div>
</div>
<div class="full-width bg-gray">
<div class="centered">
<p>
Also provides a <strong>.full-width</strong> class to break free
from the central column!
</p>
<p>
And a <strong>.centered</strong> class to center it's content back!
</p>
</div>
</div>
<div class="full-width bg-black">
<div class="centered">
<p>
Also provides a <strong>.full-width</strong> class to break free
from the central column!
</p>
<p>
And a <strong>.centered</strong> class to center it's content back!
</p>
</div>
</div>
<h2 id="gallery">Gallery</h2>
<div class="gallery">
<div class="column">
<div class="item">
<img
src="assets/gallery-3.jpg"
load="lazy"
/>
</div>
</div>
<div class="column">
<div class="item">
<img
src="assets/gallery-6.jpg"
load="lazy"
/>
</div>
</div>
<div class="column">
<div class="item">
<img
src="assets/gallery-5.jpg"
load="lazy"
/>
</div>
</div>
</div>
<div class="gallery gallery-medium-2">
<div class="column">
<div class="item">
<img
src="assets/gallery-1.jpg"
load="lazy"
/>
</div>
<div class="item">
<img
src="assets/gallery-2.jpg"
load="lazy"
/>
</div>
</div>
<div class="column">
<div class="item">
<img
src="assets/gallery-2.jpg"
load="lazy"
/>
</div>
<div class="item">
<img
src="assets/gallery-1.jpg"
load="lazy"
/>
</div>
</div>
<div class="column">
<div class="item">
<img
src="assets/gallery-1.jpg"
load="lazy"
/>
</div>
<div class="item">
<img
src="assets/gallery-2.jpg"
load="lazy"
/>
</div>
</div>
<div class="column">
<div class="item">
<img
src="assets/gallery-2.jpg"
load="lazy"
/>
</div>
<div class="item">
<img
src="assets/gallery-1.jpg"
load="lazy"
/>
</div>
</div>
</div>
</main>
<footer>
<div>By <a href="https://rildev.website" target="_blank">RilDev</a></div>
<div><a href="/">Privacy Policy</a></div>
</footer>
<div class="gdpr-card">
<h2>GDPR</h2>
<p>We don't use any cookies</p>
<p>We don't store any of your information</p>
<button
class="white border-white bg-blue"
onclick="setGDPRCardVisibility(false)"
>
Got it!
</button>
<a href="/">Privacy Policy</a>
</div>
<!-- the following scripts are optional -->
<!-- show/hide sidebar -->
<script src="./scripts/set-sidebar-visibility.js"></script>
<!-- show/hide GDPR card -->
<script src="./scripts/set-gdpr-card-visibility.js"></script>
<!-- scrollable nav overflow -->
<script src="https://unpkg.com/scrollbooster@2/dist/scrollbooster.min.js"></script>
<script src="./scripts/init-scroll-booster.js"></script>
</body>
</html>