more posts, jumbootron

This commit is contained in:
Ben Harris 2017-12-28 18:44:45 -05:00
parent e4d0649ab5
commit cea1082f91
4 changed files with 26 additions and 10 deletions

View File

@ -34,8 +34,10 @@
<body>
<div class="container">
<h1>~~~tilde.team~~~</h1>
<pre>
<div class="jumbotron">
<h1>~~~tilde.team~~~</h1>
<pre>
__ _ __ __ __
/ /_(_) /___/ /__ / /____ ____ _____ ___
/ __/ / / __ / _ \ / __/ _ \/ __ `/ __ `__ \
@ -43,16 +45,16 @@
\__/_/_/\__,_/\___(_)__/\___/\__,_/_/ /_/ /_/
</pre>
<br>
<br>
<p>a digital community for socializing, learning, and making cool stuff</p>
</div>
<p>tilde.team is one tiny standard unix computer in the cloud that anyone can use and learn to use in the shared pursuit
of cool sites and unix tools.</p>
<p>i created this site after hearing about paul ford's
<a href="http://tilde.club">tilde.club</a>. when i was unable to join due to the waitlist, i decided to create my own. see
<a href="/~ben/">my tilde page</a> or my
<a href="https://benharr.is/">personal site</a> for more info about me.</p>
<p>i created this site after hearing about paul ford's <a href="http://tilde.club">tilde.club</a>. when i was unable to join due to the waitlist, i decided to create my own. see <a href="/~ben/">my tilde page</a> or my <a href="https://benharr.is/">personal site</a> for more info about me.</p>
<br>
<a href="/signup/" class="btn btn-primary btn-lg">
<i class="fa fa-user-plus"></i> signup</a>
@ -63,7 +65,7 @@
<br>
<hr>
<h1>other tilde things</h1>
<h1>other tilde stuff</h1>
<a class="btn btn-success" href="/discord/">
<i class="fa fa-comments"></i> tilde~discord</a>

View File

@ -1,7 +1,7 @@
{
"published": true,
"date": "dec 2017",
"title": "mastodon",
"title": "<a href=\"https://social.tilde.team/\">mastodon</a>",
"author": "<a href=\"/~ben/\">~ben</a>",
"content": "hey tilders, there's a mastodon instance out there at <a href=\"https://social.tilde.team/\">social.tilde.team</a> for members of the tilde community (and any others who are interested in an actually <em>social</em> social network. see you on there!"
}

7
news/004_discord.json Normal file
View File

@ -0,0 +1,7 @@
{
"published": true,
"date": "dec 2017",
"title": "<a href=\"/discord/\">tilde~discord</a>",
"author": "<a href=\"/~ben/\">~ben</a>",
"content": "there is also a discord server for the tilde team :) come say hi!"
}

7
news/005_github.json Normal file
View File

@ -0,0 +1,7 @@
{
"published": true,
"date": "dec 2017",
"title": "<a href=\"https://github.com/tilde-team/\">tilde.team github org</a>",
"author": "<a href=\"/~ben/\">~ben</a>",
"content": "ICYMI, tilde.team has a github org for any projects that you may be working on! <br><br>the source code for this <a href=\"https://github.com/tilde-team/site\">home page</a> is out there (the <a href=\"https://github.com/tilde-team/hacker-bootstrap\">theme</a> too), along with a few other repos."
}