-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
680 lines (609 loc) · 23 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
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
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description"
content="Hire Space Prototype">
<meta property="og:image" content="/screen-icon.png">
<title>Hire Space Prototype / Documentation</title>
<link rel="stylesheet" type="text/css" href="/css/website.min.css">
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="apple-touch-icon-precomposed" href="/screen-icon.png">
<script src="//use.typekit.net/yjj3tyk.js"></script>
<script>try{Typekit.load();}catch(e){}</script>
</head>
<body class="pre-load en page-documentation" data-ctr="HomeController">
<div class="modal-backdrop is-hidden">
</div>
<div class="container-narrow documentation">
<header>
<a href="/" class="logo"></a>
</header>
<section id="flex-layouts">
<p class="section-headline">Flex layouts</p>
<article>
<p class="description text-center">Flex grids</p>
<ul class="flex-grid-3 unstyled">
<li class="flex-item"></li>
<li class="flex-item"></li>
<li class="flex-item"></li>
<li class="flex-item"></li>
<li class="flex-item"></li>
<li class="flex-item"></li>
<li class="flex-item"></li>
<li class="flex-item"></li>
<li class="flex-item"></li>
</ul>
</article>
<article>
<p class="description text-center">Flex</p>
<ul class="flex unstyled">
<li class="flex-2"></li>
<li class="flex-4"></li>
<li class="flex-2"></li>
</ul>
</article>
<article>
<ul class="flex unstyled">
<li class="flex-4"></li>
<li class="flex-8"></li>
</ul>
</article>
<article class="box-positioning">
<p class="description text-center">Flex positioning</p>
<div class="flex column center-vertically">
<div class="box align-left"></div>
<div class="box"></div>
<div class="box align-right"></div>
</div>
</article>
<article class="box-positioning">
<div class="flex center-horizontally">
<div class="box"></div>
</div>
</article>
<article class="box-positioning">
<div class="flex center-vertically">
<div class="box"></div>
</div>
</article>
<article class="box-positioning">
<div class="flex center-vertically center-horizontally">
<div class="box"></div>
</div>
</article>
</section>
<section>
<p class="section-headline">Typography</p>
<article>
<aside>
<p>Headline level 1</p>
</aside>
<aside>
<h1>The Beginner's Guide to Snapchat</h1>
</aside>
</article>
<article>
<aside>
<p>Headline level 2</p>
</aside>
<aside>
<h2>Those World Cup Stadium Redesigns You're Sharing Are Never Happening</h2>
</aside>
</article>
<article>
<aside>
<p>Headline level 3</p>
</aside>
<aside>
<h3>A Superhero Won't Solve Your Problem</h3>
</aside>
</article>
<article>
<aside>
<p>Headline level 4</p>
</aside>
<aside>
<h4>Why It's Too Early to Talk About Ray Rice's Redemption</h4>
</aside>
</article>
<article>
<aside>
<p>Headline level 5</p>
</aside>
<aside>
<h5>How Data Scientists Are Uncovering War Crimes in Syria</h5>
</aside>
</article>
<article>
<aside>
<p>Headline level 6</p>
</aside>
<aside>
<h6>Photographer Profiles the Generation Moving Back</h6>
</aside>
</article>
<article>
<aside>
<p>Longform text</p>
</aside>
<aside>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem
Ipsum has been the industry's standard dummy text ever since the 1500s, when an
unknown printer took a galley of type and scrambled it to make a type specimen
book. It has survived not only five centuries, but also the leap into electronic
typesetting, remaining essentially unchanged.</p>
</aside>
</article>
<article>
<aside>
<p>Text styling</p>
</aside>
<aside>
<p><strong>It has survived not only five centuries, but also the leap into
electronic typesetting, remaining essentially unchanged.</strong></p>
<p><em>It was popularised in the 1960s with the release of Letraset sheets
containing Lorem Ipsum passages, and more recently with desktop publishing
software like Aldus PageMaker including versions of Lorem Ipsum.</em></p>
<p>
<del>This is a deleted piece of text.</del>
</p>
<p>
<mark>This is a highlighted piece of text.</mark>
</p>
</aside>
</article>
<article>
<aside>
<p>Small text</p>
</aside>
<aside>
<p>
<small>It has survived not only five centuries, but also the leap into
electronic typesetting, remaining essentially unchanged.
</small>
</p>
</aside>
</article>
<article>
<aside>
<p>Unordered list</p>
</aside>
<aside>
<ul>
<li>This is unordered list item 1</li>
<li>This is unordered list item 2</li>
<li>This is unordered list item 3</li>
</ul>
</aside>
</article>
<article>
<aside>
<p>Ordered list</p>
</aside>
<aside>
<ol>
<li>This is ordered list item 1</li>
<li>This is ordered list item 2</li>
<li>This is ordered list item 3</li>
</ol>
</aside>
</article>
<article>
<aside>
<p>Unstyled list</p>
</aside>
<aside>
<ul class="unstyled">
<li>This is unordered list item 1</li>
<li>This is unordered list item 2</li>
<li>This is unordered list item 3</li>
</ul>
</aside>
</article>
<article>
<aside>
<p>Definition list</p>
</aside>
<aside>
<dl>
<dt>Term 1</dt>
<dd>Definition 1</dd>
<dt>Term 2</dt>
<dd>Definition 2</dd>
</dl>
</aside>
</article>
<article>
<aside>
<p>Blockquote</p>
</aside>
<aside>
<blockquote>
<p>Your time is limited, so don't waste it living someone else's life. Don't be
trapped by dogma - which is living with the results of other people's
thinking. Don't let the noise of others' opinions drown out your own inner
voice. And most important, have the courage to follow your heart and
intuition.</p>
<small>Steve Jobs</small>
</blockquote>
</aside>
</article>
<article>
<aside>
<p>Links</p>
</aside>
<aside>
<p><span class="link">This is a link not within an <code>a</code> element</span></p>
<p><a href="#">This is a link</a></p>
<p><a href="#" class="link-blue">This is a blue link</a></p>
<p><a href="#" class="link-yellow">This is a yellow link</a></p>
<p><a href="#" class="link-green">This is a green link</a></p>
<p><a href="#" class="link-red">This is a red link</a></p>
</aside>
</article>
</section>
<section>
<p class="section-headline">Colors</p>
<article>
<aside>
<p>Primary colors</p>
</aside>
<aside>
<div class="color color-blue">
$color-blue
<div class="light">$color-blue-400</div>
<div class="lighter">$color-blue-300</div>
<div class="dark">$color-blue-600</div>
<div class="darker">$color-blue-700</div>
</div>
<p class="description">This is the blue color of the whole UI. It can easily be
changed in the <strong>colors.sass</strong> configuration file, by editing the
<strong>$color-blue</strong> variable.</p>
<div class="color color-yellow">
$color-yellow
<div class="light">$color-yellow-400</div>
<div class="lighter">$color-yellow-300</div>
<div class="dark">$color-yellow-600</div>
<div class="darker">$color-yellow-700</div>
</div>
<p class="description">This is the yellow color of the whole UI. It can easily be
changed in the <strong>colors.sass</strong> configuration file, by editing the
<strong>$color-yellow</strong> variable.</p>
<div class="color color-green">
$color-green
<div class="light">$color-green-400</div>
<div class="lighter">$color-green-300</div>
<div class="dark">$color-green-600</div>
<div class="darker">$color-green-700</div>
</div>
<p class="description">This is the green color of the whole UI. It can easily be
changed in the <strong>colors.sass</strong> configuration file, by editing the
<strong>$color-green</strong> variable.</p>
<div class="color color-red">
$color-red
<div class="light">$color-red-400</div>
<div class="lighter">$color-red-300</div>
<div class="dark">$color-red-600</div>
<div class="darker">$color-red-700</div>
</div>
<p class="description">This is the red color of the whole UI. It can easily be
changed in the <strong>colors.sass</strong> configuration file, by editing the
<strong>$color-red</strong> variable.</p>
</aside>
</article>
<article>
<aside>
<p>Grey colors</p>
</aside>
<aside>
<div class="color grey grey-50">$color-grey-50</div>
<div class="color grey grey-100">$color-grey-100</div>
<div class="color grey grey-200">$color-grey-200</div>
<div class="color grey grey-300">$color-grey-300</div>
<div class="color grey grey-400">$color-grey-400</div>
<div class="color grey grey-500">$color-grey-500</div>
<div class="color grey grey-600">$color-grey-600</div>
<div class="color grey grey-700">$color-grey-700</div>
<div class="color grey grey-800">$color-grey-800</div>
<div class="color grey grey-900">$color-grey-900</div>
<div class="clearfix"></div>
<p class="description">This set of colors is used within various elements and has
been carefully chosen to show contrast between various components and parts
correctly.</p>
</aside>
</article>
<article>
<aside>
<p>UI colors</p>
</aside>
<aside>
<div class="color blue">$color-blue</div>
<p class="description">This color is being used in the custom checkbox and radio
button controls.</p>
<div class="color red">$color-label-numeric</div>
<p class="description">This color is being used in numeric labels - notification
badges.</p>
</aside>
</article>
</section>
<section>
<p class="section-headline">Tables</p>
<article>
<aside>
<p>Default table</p>
</aside>
<aside>
<table>
<thead>
<tr>
<th>Name</th>
<th>E-mail</th>
<th>Number</th>
</tr>
</thead>
<tbody>
<tr>
<td>Name Surname</td>
<td>namesurname@gmail.com</td>
<td>123</td>
</tr>
<tr>
<td>Surname Name</td>
<td>surnamename@gmail.com</td>
<td>456</td>
</tr>
</tbody>
<tfoot>
<tr>
<td colspan="2"></td>
<td>579</td>
</tr>
</tfoot>
</table>
</aside>
</article>
</section>
<section>
<p class="section-headline">Progress Bar</p>
<article>
<aside>
<p>Black progress bar</p>
</aside>
<aside>
<div class="progress-bar">
<div class="bar black" style="width: 15%"></div>
</div>
</aside>
</article>
<article>
<aside>
<p>Blue progress bar</p>
</aside>
<aside>
<div class="progress-bar">
<div class="bar blue" style="width: 30%"></div>
</div>
</aside>
</article>
<article>
<aside>
<p>Yellow progress bar</p>
</aside>
<aside>
<div class="progress-bar">
<div class="bar yellow" style="width: 45%"></div>
</div>
</aside>
</article>
<article>
<aside>
<p>Green progress bar</p>
</aside>
<aside>
<div class="progress-bar">
<div class="bar green" style="width: 60%"></div>
</div>
</aside>
</article>
<article>
<aside>
<p>Red progress bar</p>
</aside>
<aside>
<div class="progress-bar">
<div class="bar red" style="width: 75%"></div>
</div>
</aside>
</article>
</section>
<section>
<p class="section-headline">Tabs</p>
<article>
<aside>
<p>Tabs nav</p>
</aside>
<aside>
<ul class="tabs">
<li><span>Inactive Tab</span></li>
<li class="active"><span>Active Tab</span></li>
<li><span>Inactive Tab</span></li>
</ul>
</aside>
</article>
</section>
<section>
<p class="section-headline">Form Elements</p>
<article>
<aside>
<p>Inputs</p>
</aside>
<aside class="flex column">
<input type="text" placeholder="This input is empty">
<input type="text" value="This input has a value">
<input type="email" value="This input has an invalid value"
placeholder="Change to a valid e-mail address">
</aside>
</article>
<article>
<aside>
<p>Textarea</p>
</aside>
<aside class="flex">
<textarea class="flex-1" placeholder="This is a textarea"></textarea>
</aside>
</article>
<article>
<aside>
<p>Select</p>
</aside>
<aside class="flex">
<select class="flex-1 no-margin margin-right-half">
<option disabled="" value="Select color">Select color</option>
<option value="Red">Red</option>
<option value="Green">Green</option>
<option value="Blue">Blue</option>
</select>
<select class="flex-1 no-margin">
<option disabled="" value="Select number">Select number</option>
<option value="1">1</option>
<option value="2">2</option>
<option value="3">3</option>
</select>
</aside>
</article>
<article>
<aside>
<p>Ckeckboxes</p>
</aside>
<aside>
<div class="checkbox-holder">
<input type="hidden" name="checkbox-1" value="["Option 1"]">
<div class="checkbox selected" data-value="Option 1">
<span class="indicator"></span>
<label>Option 1</label>
</div>
<div class="checkbox" data-value="Option 2">
<span class="indicator"></span>
<label>Option 2</label>
</div>
<div class="checkbox disabled" data-value="Option 3">
<span class="indicator"></span>
<label>Option 3</label>
</div>
<div class="checkbox disabled selected" data-value="Option 4">
<span class="indicator"></span>
<label>Option 3</label>
</div>
</div>
</aside>
</article>
<article>
<aside>
<p>Radio Buttons</p>
</aside>
<aside>
<div class="radio-button-holder">
<input type="hidden" name="radio-button-1" value="Option a)">
<div class="radio-button selected" data-value="Option a)">
<span class="indicator"></span>
<label>Option a)</label>
</div>
<div class="radio-button" data-value="Option b)">
<span class="indicator"></span>
<label>Option b)</label>
</div>
<div class="radio-button disabled" data-value="Option c)">
<span class="indicator"></span>
<label>Option c)</label>
</div>
</div>
</aside>
</article>
<article>
<aside>
<p>Buttons</p>
</aside>
<aside class="flex column">
<div class="margin-bottom-base">
<button>A button</button>
</div>
<div class="margin-bottom-base">
<button class="blue">A blue button</button>
</div>
<div class="margin-bottom-base">
<button class="yellow">A yellow button</button>
</div>
<div class="margin-bottom-base">
<button class="green">A green button</button>
</div>
<div class="margin-bottom-base">
<button class="red">A red button</button>
</div>
<div class="margin-bottom-base">
<button class="black">A black button</button>
</div>
<div class="margin-bottom-base">
<button disabled="">A disabled button</button>
</div>
</aside>
</article>
</section>
<section>
<p class="section-headline">Alerts</p>
<article>
<aside>
<p>Notification alerts</p>
</aside>
<aside>
<div class="alert info">This is an info message alert<a class="close">×</a>
</div>
<div class="alert">This is a warning message alert<a class="close">×</a></div>
<div class="alert success">This is a success message alert<a class="close">×</a></div>
<div class="alert error">This is an error message alert<a class="close">×</a>
</div>
</aside>
</article>
</section>
<section>
<p class="section-headline">Labels</p>
<article>
<aside>
<p>Text labels</p>
</aside>
<aside class="flex column">
<div class="margin-bottom-base">
<span class="label">This is a default label</span>
</div>
<div class="margin-bottom-base">
<span class="label blue">This is a blue label</span>
</div>
<div class="margin-bottom-base">
<span class="label yellow">This is a yellow label</span>
</div>
<div class="margin-bottom-base">
<span class="label green">This is a green label</span>
</div>
<div class="margin-bottom-base">
<span class="label red">This is a red label</span>
</div>
<div class="margin-bottom-base">
<span class="label black">This is a black label</span>
</div>
</aside>
</article>
<article>
<aside>
<p>Numeric labels</p>
</aside>
<aside>
<p><span class="label numeric">3</span> <span class="label numeric">27</span> <span
class="label numeric">99+</span></p>
</aside>
</article>
</section>
</div>
<script src="/js/hirespace.js" type="text/javascript"></script>
</body>
</html>