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