This repository was archived by the owner on Jul 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathlayout.jade
72 lines (56 loc) · 2.71 KB
/
layout.jade
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
doctype html
html(lang='en')
//- Variable block for page-specific info
block vars
head
meta(charset='utf-8')
meta(http-equiv='X-UA-Compatible', content='IE=edge')
meta(name='viewport', content='width=device-width, initial-scale=1')
meta(name='description', content='#{description}')
meta(name='keywords', content='JavaScript, debugging, testing, remote debugging, console, dom inspector, modernizr, plugins, Vorlon.JS, Vorlon, open source, mobile testing')
meta(name='author', content='Microsoft')
title
block title
| Vorlon.JS
link(href='http://fonts.googleapis.com/css?family=Oswald:400' rel='stylesheet')
link(href='http://fonts.googleapis.com/css?family=Roboto+Condensed:400,300|Roboto:400,300' rel='stylesheet')
link(rel='icon', type='image/png', href='/images/favicon.png')
link(rel='stylesheet', href='/css/main.css')
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','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-63925808-1', 'auto');
ga('send', 'pageview');
body(class='#{bodyClass}')
.content-wrapper
nav.nav-main
.container.cf
h1.home
a.logo(href='/') Vorlon.JS
label.nav-item.filled.reveal-nav-btn(for='reveal-nav') Menu
input.reveal-nav-input(type='checkbox' id='reveal-nav' role='button')
.nav-main-list
a.nav-item(href='/#demo') See Demo
a.nav-item(href='/#getting-started') Get Started
a.nav-item(href='/#vorlon-desktop') Desktop app
a.nav-item(href='/plugins') Plugins
a.nav-item(href='/documentation') Documentation
a.nav-item(href='/community') Community
a.nav-item.filled(href='https://github.com/MicrosoftDX/Vorlonjs/') GitHub
block content
footer.site-footer
.container
nav.nav-footer.cf
a.nav-item(href='/#demo') See Demo
a.nav-item(href='/#getting-started') Get Started
a.nav-item(href='/#vorlon-desktop') Desktop app
a.nav-item(href='/plugins') Plugins
a.nav-item(href='/documentation') Documentation
a.nav-item(href='/community') Community
a.nav-item(href='https://github.com/MicrosoftDX/Vorlonjs/') GitHub
a.nav-item(href='https://github.com/MicrosoftDX/Vorlonjs/blob/master/LICENSE') MIT License
h4.home
a.footer-logo(href='/') Vorlon.JS
script(src='/js/scripts.js')