Support /chat

This commit is contained in:
Abner Coimbre
2026-01-11 19:19:09 -08:00
parent c869ec0d32
commit 6d5b5af9e4
4 changed files with 8 additions and 8 deletions

View File

@@ -33,8 +33,8 @@ weight = 3
[[main]] [[main]]
parent = "Explore" parent = "Explore"
name = "Revolt" name = "Chat"
url = "/revolt" url = "/chat"
weight = 1 weight = 1
[[main]] [[main]]

View File

@@ -1,4 +1,4 @@
--- ---
title: "Handmade Cities Chat" title: "Real-Time Discussion"
layout: "revolt" layout: "revolt"
--- ---

View File

@@ -10,5 +10,5 @@ main_image=""
If you were redirected here, you have submitted an application to join [Revolt](https://revolt.handmadecities.com). 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.** **Our staff will respond within three business days.**
Thank you for supporting independent communities. Thank you for supporting indie communities.
Were here to promote software quality, one meetup at a time. Were here to promote software quality, one meetup at a time.

View File

@@ -3,7 +3,7 @@
<div class="container"> <div class="container">
<h1>{{ .Title }}</h1> <h1>{{ .Title }}</h1>
<img src="/images/hmc/revolt-promotion.png" style="border-radius: 10px;"> <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"> <form action="https://register.handmadecities.com" method="POST" class="revolt-form">
<div class="form-group"> <div class="form-group">
@@ -17,8 +17,8 @@
</div> </div>
<div class="form-group"> <div class="form-group">
<label for="website">Personal Website</label> <label for="website">Personal Website (Optional)</label>
<input type="url" id="website" name="website" placeholder="https://example.com"> <input type="url" id="website" name="website" placeholder="https://abner.page">
</div> </div>
<div class="form-group"> <div class="form-group">
@@ -26,7 +26,7 @@
<textarea id="reason" name="reason" rows="4"></textarea> <textarea id="reason" name="reason" rows="4"></textarea>
</div> </div>
<button type="submit">Submit Application</button> <button type="submit">Get Invite Code</button>
</form> </form>
</div> </div>
</section> </section>