Commit 9d005b2e11b2e2e87198d0670fcd854aa2ace0ff
update blog
Gwen committed on 10/1/2016, 9:24:07 PMParent: f5479b48a6784b7e3a1896e3c0eb81b7a66ef865
Files changed
layouts/blog.jade | changed |
layouts/index.jade | changed |
layouts/layout.jade | changed |
layouts/navbar.jade | changed |
src/simplicitease.css | changed |
layouts/blog.jade | ||
---|---|---|
@@ -7,7 +7,8 @@ | ||
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: 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 … | + | |
13 | 14 … |
layouts/index.jade | ||
---|---|---|
@@ -1,35 +1,4 @@ | ||
1 | 1 … | extends layout |
2 | 2 … | |
3 | 3 … | 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.jade | ||
---|---|---|
@@ -8,13 +8,12 @@ | ||
8 | 8 … | meta(name='viewport', content='maximum-scale=1') |
9 | 9 … | link(rel="shortcut icon", href="/favicon.png") |
10 | 10 … | link(rel='stylesheet' href='/static/reserva.css') |
11 | 11 … | link(rel='stylesheet' href='/simplicitease.css') |
12 | - // link(rel='stylesheet' href='/jenesaisquoi.css') | |
13 | 12 … | body |
14 | 13 … | include navbar.jade |
15 | 14 … | .contain |
16 | 15 … | .twelve.col |
16 … | + iframe(src='https://sdash.gwenbell.com' style='width:100%; border:none;') | |
17 | 17 … | .article |
18 | 18 … | block content |
19 | - <h6 id="contact"><a href="http://gwenbell.com/#contact"><b>gwen@gwenbell dot com 2016</b></p></h6> | |
20 | 19 … |
layouts/navbar.jade | ||
---|---|---|
@@ -1,8 +1,6 @@ | ||
1 | 1 … | .navbar |
2 | 2 … | .contain |
3 | 3 … | .twelve.col |
4 | 4 … | 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.css | |||
---|---|---|---|
@@ -27,9 +27,9 @@ | |||
27 | 27 … | color: #000; | |
28 | 28 … | font-weight: 400; | |
29 | 29 … | font-family: 'Open Sans', arial, sans-serif; | |
30 | 30 … | text-decoration: none; | |
31 | - margin-top: 3em; | ||
31 … | + margin-top: none; | ||
32 | 32 … | display: block; | |
33 | 33 … | } | |
34 | 34 … | ||
35 | 35 … | img.profile { | |
@@ -103,9 +103,9 @@ | |||
103 | 103 … | color: #333; | |
104 | 104 … | } | |
105 | 105 … | ||
106 | 106 … | blockquote { | |
107 | - font-family: 'Open Sens', arial, sans-serif; | ||
107 … | + font-family: 'Open Sans', arial, sans-serif; | ||
108 | 108 … | border-left: 2px solid #333; | |
109 | 109 … | } | |
110 | 110 … | ||
111 | 111 … | ul { | |
@@ -167,9 +167,9 @@ | |||
167 | 167 … | width: 100%; | |
168 | 168 … | } | |
169 | 169 … | ||
170 | 170 … | .article { | |
171 | - padding-right: 5em; | ||
171 … | + padding-right: 1em; | ||
172 | 172 … | ||
173 | 173 … | } | |
174 | 174 … | ||
175 | 175 … | /* navbar */ | |
@@ -201,45 +201,8 @@ | |||
201 | 201 … | color: #002b36; | |
202 | 202 … | background: #ffdb00; | |
203 | 203 … | } | |
204 | 204 … | ||
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 | - | ||
242 | 205 … | .message { | |
243 | 206 … | border: 1px solid #ccc; | |
244 | 207 … | padding: 1em; | |
245 | 208 … | } |
Built with git-ssb-web