git ssb

0+

gb / gwenbell.com



Tree: db734c6bb249d9a1c6a1ea52158125c65b7609f6

Files: db734c6bb249d9a1c6a1ea52158125c65b7609f6 / layouts / index.jade

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

Built with git-ssb-web