|
1 |
| -extends shared/_layout |
| 1 | +extends shared/_layout-errors |
2 | 2 |
|
3 | 3 | block hero
|
4 |
| - section.section.full.dark |
5 |
| - .inner |
6 |
| - .limit.padding.tight.text-center |
| 4 | + section.section.dark(window-height) |
| 5 | + row(vertical-center): column.large-6.medium-8.col-centered |
| 6 | + .text-center |
7 | 7 | h1 awkward..!
|
8 | 8 | h3 This page doesn't exist!
|
9 |
| - p.large. |
| 9 | + p. |
10 | 10 | Bad link? Mistyped address? We're not sure, but since this documentation
|
11 |
| - is a single page website you're either just messing about, getting |
12 |
| - <a href="http://www.urbandictionary.com/define.php?term=trixed" target="_blank">trixed</a> |
13 |
| - or simply lost! |
| 11 | + is a single page website you're either just messing about or lost! |
14 | 12 |
|
15 |
| - p.large. |
| 13 | + p. |
16 | 14 | Don’t worry though, it doesn't have to be anybody's fault, just
|
17 |
| - head on back to our <a href="/">front page</a> and start having fun! |
| 15 | + head on back to our <a class="light" href="/">front page</a> and start having fun! |
18 | 16 |
|
19 | 17 | block content
|
20 |
| - section.section.full.light#about |
21 |
| - .limit.padding.tight.text-center |
22 |
| - p.large. |
| 18 | + section.section.light(window-height) |
| 19 | + row: column.large-8.medium-10.col-centered: box |
| 20 | + p.text-center.large. |
23 | 21 | If you’re in denial and believe this is a conspiracy, please enjoy this
|
24 | 22 | thorough video tutorial on bathing your pet guinea pig.
|
25 | 23 |
|
26 |
| - | <iframe class="video" width="700" height="525" src="//www.youtube-nocookie.com/embed/EJ7u_zp7BVs?rel=0" frameborder="0" allowfullscreen></iframe> |
| 24 | + figure.video. |
| 25 | + <iframe class="video" width="700" height="525" src="//www.youtube-nocookie.com/embed/EJ7u_zp7BVs?rel=0" frameborder="0" allowfullscreen></iframe> |
27 | 26 |
|
28 | 27 | block footer
|
29 |
| - .limit.padding |
30 |
| - p. |
| 28 | + footer: section.dark |
| 29 | + row: column.medium-10.large-8.col-centered: box: p.text-large. |
31 | 30 | If you're still here, you must be seriously bored!<br/>
|
32 | 31 | Perhaps you should check out our
|
33 | 32 | <a href="https://github.com/kristjanmik/apis" target="_blank">github repo</a>
|
|
0 commit comments