git ssb

0+

gb / gwenbell.com



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 PM
Parent: 1a52f5b6f40613828a19b87aeff2f81d60582584

Files changed

layouts/blog.jadechanged
layouts/footer.jadechanged
layouts/index.jadechanged
layouts/layout.jadechanged
layouts/blog.jadeView
@@ -7,8 +7,6 @@
77 li
88 a(href="/" + blog.path + "/")= blog.title
99 span - #{moment(blog.date).format('MMMM Do YYYY')}
1010 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>
1311
1412
layouts/footer.jadeView
@@ -3,7 +3,7 @@
33 .contain
44 <hr />
55 <a href="/about"><img src="/g.jpg" class="profile" width="10%" style="float: left; margin-right: 1em;"></a>
66
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>
88
99 <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.jadeView
@@ -1,8 +1,7 @@
11 extends layout
22
33 block content
4- h3 Writing & Photos:
54 ul
65 each blog in collections.blog
76 li
87 a(href="/" + blog.path + "/")= blog.title
layouts/layout.jadeView
@@ -16,12 +16,11 @@
1616 ul
1717 li <a href="/"><b>Gwen Bell</b></a>
1818 li <a href="/aboard">Aboard</a>
1919 li <a href="/about">About</a>
20 + li <a href="/now">Now</a>
2021 .contain
2122 .twelve.col
2223 .article
23- h3 What I'm doing right now:
24- iframe(src='https://sdash.gwenbell.com' style='width:100%; border: none;')
2524 block content
2625
2726 include footer.jade

Built with git-ssb-web