Files: bbf61587f52edfa5763a748e96a3e564068931f0 / layouts / index.jade
3494 bytesRaw
1 | extends layout |
2 | |
3 | block content |
4 | |
5 | a(href="/"): h1= title |
6 | h2 Hi & welcome. This site reflects a living, breathing application built on a <a href="/dt-interview">distributed database called scuttlebot</a>. You might think of what you see on this site as a healthy response to what I view as unhealthy centralized social networking: |
7 | div(class='message') |
8 | p.small.ri pinned |
9 | img(src='https://evbogue.com/ws/blobs/get/#{image}' class='avatar') |
10 | p <a href='/' target='_parent'>@#{name}</a> |
11 | != markdown(pinned.value.content.text) |
12 | span.date #{moment(pinned.value.timestamp).fromNow()} |
13 | div(class='message') |
14 | img(src='https://evbogue.com/ws/blobs/get/#{image}' class='avatar') |
15 | p <a href='/' target='_parent'>@#{name}</a> |
16 | != markdown(post.value.content.text) |
17 | span.date #{moment(post.value.timestamp).fromNow()} |
18 | div(class='message') |
19 | img(src='https://evbogue.com/ws/blobs/get/#{image}' class='avatar') |
20 | p <a href='/' target='_parent'>@#{name}</a> dug #{vote.value.content.vote.link} |
21 | span.date #{moment(vote.value.timestamp).fromNow()} |
22 | div.message |
23 | if (redo.value.content.type === post) |
24 | img(src='https://evbogue.com/ws/blobs/get/#{reauthor.image}' class='avatar') |
25 | p @<a href='#{redo.value.author}'>#{reauthor.name}</a> said |
26 | != markdown(redo.value.content.text) |
27 | span.date #{moment(redo.value.timestamp).fromNow()} |
28 | div(class='message') |
29 | img(src='https://evbogue.com/ws/blobs/get/#{image}' class='avatar') |
30 | p <a href='/' target='_parent'>@#{name}</a> pushed a git commit to #{gits.value.content.repo}<br /> |
31 | span.date #{moment(gits.value.timestamp).fromNow()} |
32 | <br /> |
33 | <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> |
34 | <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> |
35 | <br /> |
36 | <h2><a href="#details">Technical Details</a></h2> |
37 | <ul> |
38 | <li>Site hand-built by gb</li> |
39 | <li>Built with Arch Linux local and VPS</li> |
40 | <li>Rocks Git for version control</li> |
41 | <li>Is an active sbot instance</li> |
42 | <li>Built with Node.js</li> |
43 | <li>Pull requests accepted</li> |
44 | </ul> |
45 | <br /> |
46 | <h2 id="contact"><a href="#contact">Contact</a></h2> |
47 | <ul> |
48 | <li>Email: gwen@gwenbell.com <a href="/key.txt">PGP</a></li> |
49 | <li>sbot: gb</li> |
50 | <li><a href="http://git-ssb.celehner.com/%25sa%2FOgrHPhHCw8V0x2wrIgadRJANxQAKY6V9AP%2FF4iyw%3D.sha256"> Issues tracked</a> via pull request</li> |
51 | </ul> |
52 | <h2><a href="#subscribe">Subscribe</a></h2> |
53 | form(name='contact', action='/send', method='post') |
54 | input(type='text', name='nombre', placeholder='What name should I call you?') |
55 | br |
56 | input(type='text', name='elmail', placeholder='you@your email address dot com') |
57 | br |
58 | input(type='text', name='siteurl', placeholder='What is your site address?') |
59 | br |
60 | button GO |
61 | br |
62 | br |
63 | hr |
64 |
Built with git-ssb-web