-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyleguide.html
More file actions
612 lines (519 loc) · 18.7 KB
/
styleguide.html
File metadata and controls
612 lines (519 loc) · 18.7 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
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
<!doctype html>
<html prefix="og: http://ogp.me/ns#">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="google-site-verification" content="WI9F_89CgcujDanrmDXrbSozmM2JpbjIFcBCAOXQk2g" />
<title>partial :: Conf -> partial :: Conf 2017</title>
<link rel="shortcut icon" href="favicon.ico">
<meta property="og:title" content="partial :: Conf 2017" />
<meta property="og:site_name" content="Partial 2018" />
<meta property="og:url" content="http://partialconf.com/styleguide.html" />
<meta property="og:description" content="Conference about functional technologies on the web. Visit Sofia, Bulgaria on November 30, 2018." />
<meta property="og:type" content="website" />
<link href="stylesheets/site-441b9a3a.css" rel="stylesheet" />
<script src="javascripts/site-774bf1b2.js"></script>
<!-- Facebook Pixel Code -->
<script>
!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;
n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,
document,'script','https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '111829639415240'); // Insert your pixel ID here.
fbq('track', 'PageView');
</script>
<noscript>
<img height="1" width="1" style="display:none" src="https://www.facebook.com/tr?id=111829639415240&ev=PageView&noscript=1"/>
</noscript>
<!-- DO NOT MODIFY -->
<!-- End Facebook Pixel Code -->
</head>
<body>
<script> fbq('track', 'ViewContent', {});</script>
<div class="header-sm fixed styleguide-nav">
<div class="container">
<div class="branding">
<a href="#" class="logo logo-sm">partial :: Conf 2017</a>
</div>
<nav>
<a href="#typography">Typography</a>
<a href="#forms">Forms</a>
<a href="#layout">Layout</a>
<a href="#components">Components</a>
</nav>
</div>
</div>
<br>
<br>
<br>
<div class="container" id="typography">
<h1 class="styleguide-section">Typography</h1>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Perspiciatis <a href="#">minus sint nam</a> fugiat magni natus, a accusamus, facilis odio laboriosam enim recusandae reiciendis cum ex beatae illo itaque vero tempore!</p>
<h2 class="styleguide-sub-section">Headings (H1-H4)</h2>
<h1>Heading 1</h1>
<p>Lorem ipsum dolor sit amet, <strong>consectetur adipisicing elit</strong>. Voluptates, voluptatibus veritatis in, eos dolorum ab illo iste accusantium consectetur, ad incidunt modi repellat officia beatae! Neque repudiandae repellendus autem ut.</p>
<h2>Heading 2</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Voluptates, voluptatibus veritatis in, <em>eos dolorum ab illo</em> iste accusantium consectetur, ad incidunt modi repellat officia beatae! Neque repudiandae repellendus autem ut.</p>
<h3>Heading 3</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Voluptates, voluptatibus veritatis in, eos dolorum ab illo iste accusantium consectetur, ad incidunt modi repellat officia beatae! Neque repudiandae repellendus autem ut.</p>
<h4>Heading 4</h4>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Voluptates, voluptatibus veritatis in, eos dolorum ab illo iste accusantium consectetur, ad incidunt modi repellat officia beatae! Neque repudiandae repellendus autem ut.</p>
<h2 class="styleguide-sub-section">Lists</h2>
<ul>
<li>Item 1</li>
<li>Item 2</li>
<li>Item 3</li>
<li>Item 4</li>
</ul>
<ol>
<li>Item 1</li>
<li>Item 2</li>
<li>Item 3</li>
<li>Item 4</li>
</ol>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ullam dignissimos temporibus minima voluptatum animi quod. Neque non, voluptatem esse, autem odio dignissimos tempore porro nam! Distinctio nulla, fuga asperiores magnam?</p>
<h2 class="styleguide-sub-section">Table</h2>
<table>
<thead>
<tr>
<th>Column 1</th>
<th>Column 2</th>
<th>Column 3</th>
<th>Column 4</th>
<th>Column 5</th>
</tr>
</thead>
<tbody>
<tr>
<td>Column 1</td>
<td>Column 2</td>
<td>Column 3</td>
<td>Column 4</td>
<td>Column 5</td>
</tr>
<tr>
<td>Column 1</td>
<td>Column 2</td>
<td>Column 3</td>
<td>Column 4</td>
<td>Column 5</td>
</tr>
<tr>
<td>Column 1</td>
<td>Column 2</td>
<td>Column 3</td>
<td>Column 4</td>
<td>Column 5</td>
</tr>
<tr>
<td>Column 1</td>
<td>Column 2</td>
<td>Column 3</td>
<td>Column 4</td>
<td>Column 5</td>
</tr>
</tbody>
</table>
<h2 class="styleguide-sub-section">Image</h2>
<figure>
<img src="http://placehold.it/800x600" alt="">
<figcaption>Image explanation</figcaption>
</figure>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Voluptate repellat doloribus laborum recusandae commodi ut, modi deserunt earum natus. Rem facere nihil quos perspiciatis debitis molestias laboriosam neque adipisci ab!</p>
<h2 class="styleguide-sub-section">Quote</h2>
<blockquote>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Laborum eaque rem excepturi, enim porro amet vitae inventore a.</p>
<em>Source</em>
</blockquote>
</div>
<div class="container" id="forms">
<h1 class="styleguide-section">Forms</h1>
<form>
<div class="form-group">
<label>Label</label>
<input type="text" placeholder="Placeholder text..." />
</div>
<div class="form-group">
<label>Label</label>
<select>
<option>Please select...</option>
<option>Option 1</option>
<option>Option 2</option>
<option>Option 3</option>
</select>
</div>
<div class="form-group">
<label>Label</label>
<textarea rows="8" cols="80" placeholder="Placeholder text..."></textarea>
</div>
<div class="form-group radio">
<input type="radio" />
<label>Label</label>
</div>
<br>
<div class="form-group checkbox">
<input type="checkbox" />
<label>Label</label>
</div>
</form>
</div>
<div class="container">
<h1 class="styleguide-section">Buttons</h1>
<p>
<a href="#" class="btn-default">Default</a>
<a href="#" class="btn-primary">Primary</a>
<a href="#" class="btn-success">Success</a>
<a href="#" class="btn-text">Text</a>
</p>
<p>
<a href="#" class="btn-default disabled">Default</a>
<a href="#" class="btn-primary disabled">Primary</a>
<a href="#" class="btn-success disabled">Primary</a>
<a href="#" class="btn-text disabled">Text</a>
</p>
<p>
<a href="#" class="btn-default btn-sm">Default (small)</a>
<a href="#" class="btn-primary btn-sm">Primary (small)</a>
<a href="#" class="btn-success btn-sm">Primary (small)</a>
<a href="#" class="btn-text btn-sm">Text (small)</a>
</p>
</div>
<div class="dark spacing-both">
<div class="container">
<p>
<a href="#" class="btn-default btn-invert">Default</a>
<a href="#" class="btn-primary btn-invert">Primary</a>
<a href="#" class="btn-success btn-invert">Success</a>
<a href="#" class="btn-text btn-invert">Text</a>
</p>
<p>
<a href="#" class="btn-default btn-invert disabled">Default</a>
<a href="#" class="btn-primary btn-invert disabled">Primary</a>
<a href="#" class="btn-success btn-invert disabled">Primary</a>
<a href="#" class="btn-text btn-invert disabled">Text</a>
</p>
<p>
<a href="#" class="btn-default btn-invert btn-sm">Default (small)</a>
<a href="#" class="btn-primary btn-invert btn-sm">Primary (small)</a>
<a href="#" class="btn-success btn-invert btn-sm">Primary (small)</a>
<a href="#" class="btn-text btn-invert btn-sm">Text (small)</a>
</p>
</div>
</div>
<div class="container" id="layout">
<h1 class="styleguide-section">Headers</h1>
<h2 class="styleguide-sub-section">Hero</h2>
</div>
<div class="header">
<div class="overlay"></div>
<div class="container">
<h1><a href="#" class="logo logo-sm">partial :: Conf 2017</a></h1>
<h2>22–23 September, Sofia</h2>
<p>Software conference focusing on the modern functional languages and technologies used on the web. Our aim is to bring people from different parts of the functional world and exchange ideas.</p>
<a href="#" class="btn-primary btn-invert">Tickets</a>
<a href="#" class="btn-default btn-invert">Call for papers</a>
</div>
</div>
<div class="container">
<h2 class="styleguide-sub-section">Small header</h2>
</div>
<div class="header-sm">
<div class="container">
<div class="branding">
<a href="#" class="logo logo-sm">partial :: Conf 2017</a>
</div>
<nav>
<a href="#">Link 1</a>
<a href="#">Link 2</a>
<a href="#">Link 3</a>
<a href="#">Link 4</a>
<a href="#" class="btn-primary btn-invert btn-sm">Tickets</a>
</nav>
</div>
</div>
<div class="container">
<h1 class="styleguide-section">Footers</h1>
<h2 class="styleguide-sub-section">Hero footer</h2>
</div>
<div class="footer dark">
<div class="container">
<div class="row">
<div class="branding">
<a href="#" class="logo logo-sm">partial :: Conf 2017</a><br />
<small>22–23 September, Sofia</small>
</div>
</div>
<div class="row">
<div class="col-2">
<a href="#">info@partialconf.com</a><br>
<a href="#">@partialconf</a><br>
<a href="#">fb/partialconf</a><br>
<a href="#">gh/partialconf</a>
</div>
<div class="col">
<a href="#">Link 1</a><br>
<a href="#">Link 2</a><br>
<a href="#">Link 3</a><br>
<a href="#">Link 4</a>
</div>
<div class="col">
<a href="#">Link 1</a><br>
<a href="#">Link 2</a><br>
<a href="#">Link 3</a><br>
<a href="#">Link 4</a>
</div>
</div>
</div>
</div>
<div class="container">
<h2 class="styleguide-sub-section">Small footer</h2>
</div>
<div class="footer-sm">
<div class="container">
<div class="copy">
©2017 partial :: Conf
</div>
<nav>
<a href="#">Link 1</a>
<a href="#">Link 2</a>
<a href="#">Link 3</a>
<a href="#">Link 4</a>
</nav>
</div>
</div>
<div class="container" id="components">
<h1 class="styleguide-section">Text section</h1>
</div>
<div class="spacing-both">
<div class="container text">
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. <a href="#">Magni necessitatibus animi</a> aperiam neque laborum at voluptatibus cumque ratione obcaecati, laudantium odio, id vel quis dolores, quidem. Cupiditate, necessitatibus!</p>
</div>
</div>
<div class="dark image spacing-both">
<div class="overlay"></div>
<div class="container text">
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. <a href="#">Magni necessitatibus animi</a>, assumenda aliquam natus, aut. Perferendis atque sunt, magni necessitatibus incidunt blanditiis iusto, quaerat quibusdam? Aperiam, at non iusto a.</p>
</div>
</div>
<div class="container">
<h1 class="styleguide-section">Call to action</h1>
<h2 class="styleguide-sub-section">Primary</h2>
</div>
<div class="dark spacing-both">
<div class="container cta">
<a href="#" class="btn-success">Buy tickets</a>
<a href="#" class="btn-default">Learn more</a>
</div>
</div>
<div class="container">
<h2 class="styleguide-sub-section">Secondary</h2>
</div>
<div class="dark image spacing-both">
<div class="overlay"></div>
<div class="container cta">
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. </p>
<a href="#" class="btn-success btn-sm">Buy tickets</a>
<a href="#" class="btn-default btn-sm">Learn more</a>
</div>
</div>
<div class="container">
<h2 class="styleguide-sub-section">Notification</h2>
</div>
<div class="dark spacing-both">
<div class="container notification">
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. </p>
<div class="actions">
<a href="#" class="btn-success btn-sm">Buy tickets</a>
<a href="#" class="btn-default btn-sm">Learn more</a>
</div>
</div>
</div>
<div class="container">
<h1 class="styleguide-section">Speakers</h1>
</div>
<div class="spacing-both">
<div class="container">
<div class="speakers">
<div class="speaker">
<div class="avatar">
<img src="images/avatar-60d17d58.jpg" alt="Avatar" />
</div>
<strong>John Doe</strong>
<small>CEO, Basecamp</small>
</div>
<div class="speaker">
<div class="avatar">
<img src="images/avatar-60d17d58.jpg" alt="Avatar" />
</div>
<strong>John Doe</strong>
<small>CEO, Basecamp</small>
</div>
<div class="speaker">
<div class="avatar">
<img src="images/avatar-60d17d58.jpg" alt="Avatar" />
</div>
<strong>John Doe</strong>
<small>CEO, Basecamp</small>
</div>
<div class="speaker">
<div class="avatar">
<img src="images/avatar-60d17d58.jpg" alt="Avatar" />
</div>
<strong>John Doe</strong>
<small>CEO, Basecamp</small>
</div>
<div class="speaker">
<div class="avatar">
<img src="images/avatar-60d17d58.jpg" alt="Avatar" />
</div>
<strong>John Doe</strong>
<small>CEO, Basecamp</small>
</div>
<div class="speaker">
<div class="avatar">
<img src="images/avatar-60d17d58.jpg" alt="Avatar" />
</div>
<strong>John Doe</strong>
<small>CEO, Basecamp</small>
</div>
<div class="speaker">
<div class="avatar">
<img src="images/avatar-60d17d58.jpg" alt="Avatar" />
</div>
<strong>John Doe</strong>
<small>CEO, Basecamp</small>
</div>
<div class="speaker">
<div class="avatar">
<img src="images/avatar-60d17d58.jpg" alt="Avatar" />
</div>
<strong>John Doe</strong>
<small>CEO, Basecamp</small>
</div>
</div>
</div>
</div>
<div class="container">
<h1 class="styleguide-section">Schedule</h1>
</div>
<div class="spacing-both">
<div class="container schedule">
<table>
<thead>
<tr>
<th> </th>
<th>21 September</th>
<th>22 September</th>
<th>23 September</th>
</tr>
</thead>
<tbody>
<tr>
<th class="hour">09:00 - 10:00</th>
<td></td>
<td>
<strong>John Doe</strong>
<p>Introducing lengthy presentation name</p>
</td>
<td rowspan="2">
<strong>Workshops</strong>
<p>Introducing lengthy presentation name</p>
</td>
</tr>
<tr>
<th class="hour">09:00 - 10:00</th>
<td></td>
<td>
<strong>John Doe</strong>
<p>Introducing lengthy presentation name</p>
</td>
</tr>
<tr>
<th class="hour">09:00 - 10:00</th>
<td>
<strong>John Doe</strong>
<p>Introducing lengthy presentation name</p>
</td>
<td>
<strong>John Doe</strong>
<p>Introducing lengthy presentation name</p>
</td>
<td>
<strong>John Doe</strong>
<p>Introducing lengthy presentation name</p>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="container">
<h1 class="styleguide-section">Articles</h1>
</div>
<div class="light spacing-both">
<div class="container">
<div class="articles">
<article>
<a href="#" class="image-link">
<img src="http://placehold.it/460x300" alt="460x300" />
</a>
<a href="#" class="article-title">Article lengthy title, may occupy two lines</a>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Voluptates ipsum quaerat expedita eos. </p>
</article>
<article>
<a href="#" class="image-link">
<img src="http://placehold.it/460x300" alt="460x300" />
</a>
<a href="#" class="article-title">Article lengthy title, may occupy two lines</a>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Voluptates ipsum quaerat expedita eos. </p>
</article>
</div>
</div>
</div>
<div class="spacing-both">
<div class="container accent-container">
<div class="accent">
<img src="images/accent-30ad3f07.png" alt="Accent" />
</div>
<div class="accent-content">
<h2>About the conference</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Recusandae soluta eveniet nam quam. Vitae consectetur amet, consequatur qui maxime velit fugiat totam reprehenderit commodi nesciunt distinctio quibusdam, consequuntur labore pariatur.</p>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Recusandae soluta eveniet nam quam. Vitae consectetur amet, consequatur qui maxime velit fugiat totam reprehenderit commodi nesciunt distinctio quibusdam, consequuntur labore pariatur.</p>
<a href="#" class="btn-primary">Learn more about the venue →</a>
</div>
</div>
</div>
<div class="dark spacing-both image">
<div class="overlay"></div>
<div class="container text">
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Sequi accusamus adipisci distinctio temporibus doloribus veritatis at excepturi, nostrum molestias dolores, saepe quasi ipsam maxime, iure blanditiis, non qui molestiae vero?</p>
</div>
</div>
<div class="spacing-both">
<div class="container">
<div class="spotlight">
<div class="col">
<h3>Title of spotlight</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Animi earum omnis iusto consequuntur rem ipsam officiis sed sunt porro excepturi quae aut ad tempora magni, nihil, totam officia expedita facilis!</p>
<div class="btn-wrapper">
<a href="#" class="btn-primary">Learn more about the venue →</a>
</div>
</div>
<div class="col">
<img src="http://placehold.it/800x600" alt="">
</div>
</div>
</div>
</div>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-99975926-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>