flesh out template stuff

pull/1/head
nathaniel smith 2016-11-30 22:02:20 -08:00
parent 55b4f7aa2a
commit ad54b5a068
2 changed files with 46 additions and 3 deletions

View File

@ -45,7 +45,7 @@
</style>
</head>
<body>
<h1>sign up for a tilde.town account</h1>
<h1>sign up for a <a href="https://tilde.town">tilde.town</a> account</h1>
{% if error_message %}<p><strong>{{ error_message }}</strong></p>{% endif %}
@ -55,6 +55,7 @@
<table id="signup">
<tr>
<td colspan="2">
<p>
<a href="http://tilde.town">tilde.town</a> is a small
computer publicly accessible on the internet and meant
for sharing. It is intended as an open, welcoming and
@ -63,10 +64,12 @@
encourages lo-fi HTML art, hi-fi Javascript
experiments, lots of ascii art, the sharing of feels,
and chatting.
</p>
<p><strong>
If you have any problems with this process, please send
a tweet to <a href="https://twitter.com/tildetown">@tildetown</a>
or file a <a href="https://tilde.town">helpdesk ticket</a>.
</strong></p>
</td>
</tr>
{{ form.as_table }}

View File

@ -1 +1,41 @@
THANKS
<!DOCTYPE html>
<html>
<head>
<title>thanks for signing up!</title>
<style type="text/css">
body {
background-color: #E0B0FF;
}
</style>
</head>
<body>
<h1>thanks for signing up for <a href="https://tilde.town">tilde.town!</a>!</h1>
<p>you'll get an email when your account is live. a human reads over
each new account and manually activates it, so it might take 1-3
days. if you think your account has been overlooked, tweet
<a href="https://twitter.com/tildetown">@tildetown</a> or file a
<a href="https://tilde.town/helpdesk">ticket</a>.
</p>
<table>
<tr>
<td>
<h2>in the meantime, check out some of our projects...</h2>
<ul>
<li><a href="https://tilde.town/~bear/where.html">tilde map</a></li
<li><a href="https://github.com/tildetown/zine/blob/master/issue%201/zine.pdf">zine</a></li>
<li><a href="http://tilde.town/~wiki/">our wiki</a></li>
<li><a href="https://tilde.town/~karlen/">no one will ever read this but</a></li>
<li><a href="https://tilde.town/~kc/blackout/">black out</a></li>
<li><a href="https://tilde.town/~subtransience/machinecode/index.html">the machine rom</a></li>
</ul>
<h2>or a <a href="https://tilde.town/cgi/random">random page</a></h2>
</td>
<td style="padding:1em">
<a href="http://giphy.com/gifs/cyndipop-golden-girls-bea-arthur-ToMjGpK80QLT7KLWPLO">
<img width="99%" height="99%" src="https://tilde.town/~vilmibm/images/thanksforfriend.gif">
</a>
</td>
</tr>
</table>
</body>
</html>