cloudflare/JSON.is
Publicmirrored fromhttps://github.com/cloudflare/JSON.is
jade/docBase.jade
69lines · modecode
9 years ago
| 1 | include ../bower_components/ui/jade/typekit |
| 2 | include ../bower_components/ui/jade/logo |
| 3 | |
| 4 | doctype html |
| 5 | block html |
| 6 | html(data-format="#{ format }") |
| 7 | head |
| 8 | meta(charset="utf-8") |
| 9 | title |
| 10 | block title |
| 11 | meta(name="viewport" content="width=device-width, initial-scale=1, user-scalable=no") |
| 12 | link(href="../css/index.css" rel="stylesheet") |
| 13 | link(href="/images/favicon.ico" rel="icon" type="image/x-icon") |
| 14 | |
| 15 | script(src="//fast.eager.io/Njkyd51uIccS.js") |
| 16 | +typekit |
| 17 | |
| 18 | body |
| 19 | .page-loader |
| 20 | .page-loader-inner |
| 21 | .loading-dots.dark-gray |
| 22 | | <i></i><i></i><i></i><i></i> |
| 23 | |
| 24 | .navigation |
| 25 | a.json-is-logo(href="http://json.is") |
| 26 | | JSON.is |
| 27 | |
| 28 | .mobile-message |
| 29 | p |
| 30 | | Since #{ format }.json.is is primarily a code editor, it’s not really well-suited for small screens. |
| 31 | p |
| 32 | | Please check us out on a larger screen. :) |
| 33 | |
| 34 | p |
| 35 | a.more(href="mailto:?subject=Check out #{ format }.json.is when I’m next at a computer&body=Website: http://#{ format }.json.is" target="_blank") |
| 36 | | Email yourself a reminder |
| 37 | |
| 38 | ul.side-navigation-list |
| 39 | li |
| 40 | a(class=(format === 'bower' ? 'active' : '') href="http://bower.json.is") bower.json |
| 41 | li |
| 42 | a(class=(format === 'install' ? 'active' : '') href="http://install.json.is") install.json |
| 43 | li |
| 44 | a(class=(format === 'package' ? 'active' : '') href="http://package.json.is") package.json |
| 45 | li.separator.large |
| 46 | li |
| 47 | a(href="http://github.com/EagerIO/JSON.is") GitHub |
| 48 | li |
| 49 | a(href="http://json.is") About |
| 50 | |
| 51 | a.share.share-target |
| 52 | span |
| 53 | | Share |
| 54 | |
| 55 | a.attribution(href="https://eager.io") |
| 56 | .logo-link |
| 57 | +logo |
| 58 | |
| 59 | .page |
| 60 | .code-editor |
| 61 | block code |
| 62 | |
| 63 | .code-overlay |
| 64 | .code-overlay-content |
| 65 | |
| 66 | .code-property-path |
| 67 | |
| 68 | script(src="../js/lib.js") |
| 69 | script(src="../js/app.js") |