Remove non-functional registration form

Might redesign something better later on.
This commit is contained in:
Drew DeVault 2021-06-15 19:08:46 -04:00
parent ee1cade909
commit 5fea1774e3
2 changed files with 8 additions and 32 deletions

View File

@ -65,32 +65,20 @@
</a>
</p>
</div>
<form method="POST" action="https://meta.sr.ht/register" class="right">
<div class="form-group">
<label for="username">Username</label>
<input type="text" name="username" id="username" />
</div>
<div class="form-group">
<label for="email">Email address</label>
<input type="email" name="email" id="email" />
</div>
<div class="form-group">
<label for="password">Password</label>
<input type="password" name="password" id="password" />
</div>
<button class="btn btn-primary" type="submit">
<div class="right">
<a href="https://meta.sr.ht/register" class="btn btn-primary" type="submit">
Register for sr.ht
<span class="icon">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192 512"><path d="M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z"/></svg>
</span>
</button>
</a>
or <a href="https://meta.sr.ht/login" rel="noopener">
log in
<span class="icon">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192 512"><path d="M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z"/></svg>
</span>
</a>
</form>
</div>
</div>
</div>
</section>

View File

@ -20,32 +20,20 @@
</li>
</ul>
</div>
<form method="POST" action="https://meta.sr.ht/register" class="right">
<div class="form-group">
<label for="username">Username</label>
<input type="text" name="username" id="username" />
</div>
<div class="form-group">
<label for="email">Email address</label>
<input type="email" name="email" id="email" />
</div>
<div class="form-group">
<label for="password">Password</label>
<input type="password" name="password" id="password" />
</div>
<button class="btn btn-primary" type="submit">
<div class="right">
<a class="btn btn-primary" href="https://meta.sr.ht/register">
Register for sr.ht
<span class="icon">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192 512"><path d="M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z"/></svg>
</span>
</button>
</a>
or <a href="/">
learn more
<span class="icon">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192 512"><path d="M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z"/></svg>
</span>
</a>
</form>
</div>
</div>
</div>
<div class="footer-links">