Support /chat
parent
c869ec0d32
commit
6d5b5af9e4
|
|
@ -33,8 +33,8 @@ weight = 3
|
|||
|
||||
[[main]]
|
||||
parent = "Explore"
|
||||
name = "Revolt"
|
||||
url = "/revolt"
|
||||
name = "Chat"
|
||||
url = "/chat"
|
||||
weight = 1
|
||||
|
||||
[[main]]
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
---
|
||||
title: "Handmade Cities Chat"
|
||||
title: "Real-Time Discussion"
|
||||
layout: "revolt"
|
||||
---
|
||||
|
|
|
|||
|
|
@ -10,5 +10,5 @@ main_image=""
|
|||
If you were redirected here, you have submitted an application to join [Revolt](https://revolt.handmadecities.com).
|
||||
**Our staff will respond within three business days.**
|
||||
|
||||
Thank you for supporting independent communities.
|
||||
Thank you for supporting indie communities.
|
||||
We’re here to promote software quality, one meetup at a time.
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
<div class="container">
|
||||
<h1>{{ .Title }}</h1>
|
||||
<img src="/images/hmc/revolt-promotion.png" style="border-radius: 10px;">
|
||||
<p>We run our own server at <strong><a href="https://revolt.handmadecities.com">revolt.handmadecities.com</a></strong>. Real humans only.</p>
|
||||
<p>We run our server at <strong><a href="https://chat.handmadecities.com">chat.handmadecities.com</a></strong>. Real humans only!</p>
|
||||
|
||||
<form action="https://register.handmadecities.com" method="POST" class="revolt-form">
|
||||
<div class="form-group">
|
||||
|
|
@ -17,8 +17,8 @@
|
|||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label for="website">Personal Website</label>
|
||||
<input type="url" id="website" name="website" placeholder="https://example.com">
|
||||
<label for="website">Personal Website (Optional)</label>
|
||||
<input type="url" id="website" name="website" placeholder="https://abner.page">
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
|
|
@ -26,7 +26,7 @@
|
|||
<textarea id="reason" name="reason" rows="4"></textarea>
|
||||
</div>
|
||||
|
||||
<button type="submit">Submit Application</button>
|
||||
<button type="submit">Get Invite Code</button>
|
||||
</form>
|
||||
</div>
|
||||
</section>
|
||||
|
|
|
|||
Loading…
Reference in New Issue