forked from federated-nexus/website
Compare commits
No commits in common. "070b9e8a919cd2fa1816b3070a2b7d5441b8d743" and "2aa3865c760ae6a53df7413c212bfb9ca836bfbc" have entirely different histories.
070b9e8a91
...
2aa3865c76
7 changed files with 1 additions and 19 deletions
|
|
@ -14,8 +14,6 @@ hero:
|
|||
variant: minimal
|
||||
icon: matrix
|
||||
link: https://matrix.to/#/#community:federated.nexus
|
||||
banner:
|
||||
content: If you are experiencing issues, check <a href="https://status.federated.nexus">our status page.</a>
|
||||
---
|
||||
|
||||
import { CardGrid, Card } from "@astrojs/starlight/components"
|
||||
|
|
|
|||
|
|
@ -17,9 +17,6 @@ import "../../styles/page.css"
|
|||
pattern="^[A-Za-z0-9]+$"
|
||||
/>
|
||||
</label>
|
||||
<div class="honeypot">
|
||||
<input type="text" name="honeypot" tabindex="-1" autocomplete="off">
|
||||
</div>
|
||||
<label>
|
||||
E-mail
|
||||
<input name="email" type="email" required />
|
||||
|
|
|
|||
|
|
@ -16,9 +16,6 @@ import "../styles/page.css"
|
|||
pattern="^[A-Za-z0-9]+$"
|
||||
/>
|
||||
</label>
|
||||
<div class="honeypot">
|
||||
<input type="text" name="honeypot" tabindex="-1" autocomplete="off">
|
||||
</div>
|
||||
<label>
|
||||
Email
|
||||
<input name="email" type="email" required />
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ import "../../styles/page.css"
|
|||
<button type="submit"><span>Отправить</span></button>
|
||||
|
||||
<a href="/register"
|
||||
>У вас ещё нет учётной записи? Зарегистрируйтесь!</a
|
||||
>У вас нет учётной записи? Зарегистрируйтесь сейчас!</a
|
||||
>
|
||||
</form>
|
||||
</StarlightPage>
|
||||
|
|
|
|||
|
|
@ -16,9 +16,6 @@ import "../../styles/page.css"
|
|||
pattern="^[A-Za-z0-9]+$"
|
||||
/>
|
||||
</label>
|
||||
<div class="honeypot">
|
||||
<input type="text" name="honeypot" tabindex="-1" autocomplete="off">
|
||||
</div>
|
||||
<label>
|
||||
E-mail
|
||||
<input name="email" type="email" required />
|
||||
|
|
|
|||
|
|
@ -16,9 +16,6 @@ import "../../styles/page.css"
|
|||
pattern="^[A-Za-z0-9]+$"
|
||||
/>
|
||||
</label>
|
||||
<div class="honeypot">
|
||||
<input type="text" name="honeypot" tabindex="-1" autocomplete="off">
|
||||
</div>
|
||||
<label>
|
||||
E-mail
|
||||
<input name="email" type="email" required />
|
||||
|
|
|
|||
|
|
@ -1,8 +1,4 @@
|
|||
body {
|
||||
& .honeypot {
|
||||
display: none;
|
||||
}
|
||||
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue