forked from brienpafford/groundwork-css-project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_layout.jade
49 lines (48 loc) · 1.63 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
doctype html
html
head
meta(charset='utf-8')
meta(http-equiv='X-UA-Compatible', content='IE=edge,chrome=1')
meta(name='viewport', content='width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1')
title GroundworkCSS ♥ A Responsive HTML5, CSS & Javascript Toolkit
link(type='text/css', rel='stylesheet', href='/css/groundwork.css')
link(type='text/css', rel='stylesheet', href='/css/site.css')
link(href='http://fonts.googleapis.com/css?family=Merriweather:400,700,900', rel='stylesheet', type='text/css')
body
.colorbox
ul.footer.sign-in
li sign in
li |
li sign up
.box.three.centered.fourths
.row
.one.half
img.logo(src='images/savings-multiplied-logo.png', alt='logo')
// logo section
.one.half
// nav class="nav nocollapse"
ul.topnav.desktop-only
li
button.blue.round.button(href='#') About
li
button.green.round.button(href='#') Contact
li
button.purple.round.button(href='#') Blog
li
button.pink.round.button(href='#') Press
// nav
img.tagline(src='images/tagline.png', alt='tagline')
// top nav
// first row ("savings multiplied, nav")
// top box
nav.nav.nocollapse
.box.three.centered.fourths
ul
li Buy
li Sell
li How it Works
li Links
li Community
li
input(type='search', placeholder=' search')
block content