Add coming soon notice to login/signup

This commit is contained in:
Tom Russell 2018-08-09 17:23:18 +01:00
parent ece5a99e91
commit b854c6670c

View File

@ -55,7 +55,18 @@
<main class="beta"> <main class="beta">
<article> <article>
<div class="main-col"> <div class="main-col">
<h1 class="h2">Page not found</h1> <h1 class="h2">Log in and sign up coming soon&hellip;</h1>
<p>
This is a public prototype (beta) site for the Colouring London project.
</p>
<p>
If you're interested to follow the project, you can
sign up for updates or read more about the project.
</p>
<div class="button-container">
<a href="about.html#sign-up" class="btn btn-outline-dark btn-half">Sign up for updates</a><!--
--><a href="about.html" class="btn btn-outline-dark btn-half">Read more about the project</a>
</div>
</div> </div>
</article> </article>