Files: f5479b48a6784b7e3a1896e3c0eb81b7a66ef865 / layouts / index.jade
1848 bytesRaw
1 | extends layout |
2 | |
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 |
36 |
Built with git-ssb-web