git ssb

0+

gb / gwenbell.com



Commit 9d005b2e11b2e2e87198d0670fcd854aa2ace0ff

update blog

Gwen committed on 10/1/2016, 9:24:07 PM
Parent: f5479b48a6784b7e3a1896e3c0eb81b7a66ef865

Files changed

layouts/blog.jadechanged
layouts/index.jadechanged
layouts/layout.jadechanged
layouts/navbar.jadechanged
src/simplicitease.csschanged
layouts/blog.jadeView
@@ -7,7 +7,8 @@
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: 30%; float:left;"></a>
12- h2 Buy <a href="http://gwenbell.fetchapp.com/sell/e3547c1">Blog to Book</a> for $35, get 25 new pieces only available in book format. Each time I hit the tenth new piece added, the price goes up by a dollar(as of 2016-09-16 2/10 are done). For those of you who've already bought, you get all new pieces included in the current price: 35.
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 +
1314
layouts/index.jadeView
@@ -1,35 +1,4 @@
11 extends layout
22
33 block content
4-
5- <img src="/g.jpg" class="profile" style="width:150px; float:left;" /><h2 id="about"><a href="#about">About</a></h2> <p>Gwen(dolyn) Bell is a Mexico City, Mexico based web developer and technical writer. She's lived in Mexico on and off since her <a href="firstmxtrip">first trip to Mexico in 2006</a>. When she first arrived in the country she told everyone she knew she intended to stay. The commitment took root.</p>
6- <p>Gwen practices Stoicism and yoga, takes long walks around Mexico City and builds for the future where the web is decentralized, distributed, cryptographically secure and more home-grown than corporate. She intends to one day build the <a href="/grh">GRH</a>, speak fluent Spanish and drink...in Oaxaca where it was born... the <i>pura mezcal</i>, <i>madre cuixhe</i>.</p>
7- <br />
8- <h2><a href="#details">Technical Details</a></h2>
9- <ul>
10- <li>Site hand-built by gb</li>
11- <li>Built with Arch Linux local and VPS</li>
12- <li>Rocks Git for version control</li>
13- <li>Is an active sbot instance</li>
14- <li>Built with Node.js</li>
15- <li>Pull requests accepted</li>
16- </ul>
17- <br />
18- <h2 id="contact"><a href="#contact">Contact</a></h2>
19- <ul>
20- <li>Email: gwen@gwenbell.com <a href="/key.txt">PGP</a></li>
21- <li>sbot: gb</li>
22- <li><a href="http://git-ssb.celehner.com/%25sa%2FOgrHPhHCw8V0x2wrIgadRJANxQAKY6V9AP%2FF4iyw%3D.sha256"> Issues tracked</a> via pull request</li>
23- </ul>
24- <h2><a href="#subscribe">Subscribe</a></h2>
25- form(name='contact', action='/send', method='post')
26- input(type='text', name='nombre', placeholder='What name should I call you?')
27- br
28- input(type='text', name='elmail', placeholder='you@your email address dot com')
29- br
30- input(type='text', name='siteurl', placeholder='What is your site address?')
31- br
32- button GO
33- br
34- br
35- hr
4 +
layouts/layout.jadeView
@@ -8,13 +8,12 @@
88 meta(name='viewport', content='maximum-scale=1')
99 link(rel="shortcut icon", href="/favicon.png")
1010 link(rel='stylesheet' href='/static/reserva.css')
1111 link(rel='stylesheet' href='/simplicitease.css')
12- // link(rel='stylesheet' href='/jenesaisquoi.css')
1312 body
1413 include navbar.jade
1514 .contain
1615 .twelve.col
16 + iframe(src='https://sdash.gwenbell.com' style='width:100%; border:none;')
1717 .article
1818 block content
19- <h6 id="contact"><a href="http://gwenbell.com/#contact"><b>gwen@gwenbell dot com 2016</b></p></h6>
2019
layouts/navbar.jadeView
@@ -1,8 +1,6 @@
11 .navbar
22 .contain
33 .twelve.col
44 ul
5- li <a href="/"><b>gb</b></a>
6- li <a href="#about">About</a>
7- li <a href="/blog">Blog</a>
8- li <a href="/#contact">Contact</a>
5 + li <a href="/"><b>Gwen Bell</b></a>
6 + li <a href="/blog">Blog ➡ Book</a>
src/simplicitease.cssView
@@ -27,9 +27,9 @@
2727 color: #000;
2828 font-weight: 400;
2929 font-family: 'Open Sans', arial, sans-serif;
3030 text-decoration: none;
31- margin-top: 3em;
31 + margin-top: none;
3232 display: block;
3333 }
3434
3535 img.profile {
@@ -103,9 +103,9 @@
103103 color: #333;
104104 }
105105
106106 blockquote {
107- font-family: 'Open Sens', arial, sans-serif;
107 + font-family: 'Open Sans', arial, sans-serif;
108108 border-left: 2px solid #333;
109109 }
110110
111111 ul {
@@ -167,9 +167,9 @@
167167 width: 100%;
168168 }
169169
170170 .article {
171- padding-right: 5em;
171 + padding-right: 1em;
172172
173173 }
174174
175175 /* navbar */
@@ -201,45 +201,8 @@
201201 color: #002b36;
202202 background: #ffdb00;
203203 }
204204
205-button {
206- font-size: 1.2em;
207- padding: .5ex 1ex;
208- color: #0C5;
209- background: #0D6;
210- border: 1px solid #0D6;
211- color: #FFF;
212- transition: all 0.5s;
213-}
214-
215-button:hover, button:active {
216- cursor: pointer;
217- text-decoration: none;
218- color: #0C5;
219- border-color: #0C5;
220- background: #FFF;
221-}
222-
223-pre {
224- padding: .5em;
225- padding-left: .7em;
226- background: #3f3f3f;
227- color: #dcdcdc;
228- border-radius: 5px;
229- margin-bottom: .5em;
230- white-space: pre-wrap;
231- word-wrap: break-word;
232-}
233-
234-hr {
235- border: solid #eee;
236- clear: both;
237- border-width: 1px 0 0;
238- height: 0;
239- margin-bottom: .9em;
240-}
241-
242205 .message {
243206 border: 1px solid #ccc;
244207 padding: 1em;
245208 }

Built with git-ssb-web