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