Commit 4a6b080fbdda7a2954e39faf92c4c5aab4e6b8b6
move photo to footer, full size width for site, add aboard to top nav
Gwen committed on 11/13/2016, 8:55:48 PMParent: 1a52f5b6f40613828a19b87aeff2f81d60582584
Files changed
layouts/blog.jade | changed |
layouts/footer.jade | changed |
layouts/index.jade | changed |
layouts/layout.jade | changed |
layouts/blog.jade | ||
---|---|---|
@@ -7,8 +7,6 @@ | ||
7 | 7 … | li |
8 | 8 … | a(href="/" + blog.path + "/")= blog.title |
9 | 9 … | span - #{moment(blog.date).format('MMMM Do YYYY')} |
10 | 10 … | div!= contents |
11 | - <a href="http://gwenbell.fetchapp.com/sell/e3547c1e"><img src="/blogtobook.jpg" class="profile" style="width: 100%;"></a> | |
12 | - <button><a href="http://gwenbell.fetchapp.com/sell/e3547c1">Buy Now or Cry Later | 35</a></button> | |
13 | 11 … | |
14 | 12 … |
layouts/footer.jade | ||
---|---|---|
@@ -3,7 +3,7 @@ | ||
3 | 3 … | .contain |
4 | 4 … | <hr /> |
5 | 5 … | <a href="/about"><img src="/g.jpg" class="profile" width="10%" style="float: left; margin-right: 1em;"></a> |
6 | 6 … | |
7 | - <p style="color: #999;">Hi, welcome to the footer. I'm Gwen Bell. I live in Mexico City. I write. I code. I do yoga. I study Spanish and walk around the city eating street food and taking photos of things that intrigue. It's awesome.</p> | |
7 … | + <p style="color: #999;">Hi. <i>Hola</i>. <i>Konnichiwa</i>. I'm Gwen Bell. I live in Mexico City. I write. I code. I do yoga. I study Spanish and walk around the city eating street food and taking photos of things that intrigue. It's awesome.</p> | |
8 | 8 … | |
9 | 9 … | <p style="text-align:left; color: #d6d6d6;"><b>Entrepreneurship for Pretty People</b> |<a href="mailto:gwen@gwenbell.com">gwen@gwenbell.com</a> | 2007-2016</p> |
layouts/index.jade | ||
---|---|---|
@@ -1,8 +1,7 @@ | ||
1 | 1 … | extends layout |
2 | 2 … | |
3 | 3 … | block content |
4 | - h3 Writing & Photos: | |
5 | 4 … | ul |
6 | 5 … | each blog in collections.blog |
7 | 6 … | li |
8 | 7 … | a(href="/" + blog.path + "/")= blog.title |
layouts/layout.jade | |||
---|---|---|---|
@@ -16,12 +16,11 @@ | |||
16 | 16 … | ul | |
17 | 17 … | li <a href="/"><b>Gwen Bell</b></a> | |
18 | 18 … | li <a href="/aboard">Aboard</a> | |
19 | 19 … | li <a href="/about">About</a> | |
20 … | + li <a href="/now">Now</a> | ||
20 | 21 … | .contain | |
21 | 22 … | .twelve.col | |
22 | 23 … | .article | |
23 | - h3 What I'm doing right now: | ||
24 | - iframe(src='https://sdash.gwenbell.com' style='width:100%; border: none;') | ||
25 | 24 … | block content | |
26 | 25 … | ||
27 | 26 … | include footer.jade |
Built with git-ssb-web