about page: move all page content into config/about.template, also rewrite most of said content
parent
10826e2d26
commit
b0a5e9a457
|
@ -1,5 +1,13 @@
|
|||
<main>
|
||||
<header>
|
||||
<h2>About ThreadR</h2>
|
||||
</header>
|
||||
<section>
|
||||
<p>
|
||||
Hello there! This is the official ThreadR instance provided by the ThreadR development team.
|
||||
This is a ThreadR development instance. Beep beep. Boop boop.
|
||||
</p>
|
||||
<p>
|
||||
If you see this message in a production environment (aka. a Forum that is actually being used), kindly tell the admin that they forgot to change the about page. :)
|
||||
</p>
|
||||
<h2>
|
||||
What is ThreadR?
|
||||
|
@ -7,19 +15,17 @@
|
|||
<p>
|
||||
ThreadR is a free and open-source forum engine. That means you can download
|
||||
it and host an instance of ThreadR on your own web server to run your own forum.
|
||||
</p>
|
||||
<p>
|
||||
The project originated as a school project in 2019 with the goal of building
|
||||
a forum. When we finished school, the project was abandoned and eventually taken down.
|
||||
A year later, we decided to revive it and started working on it again. Now that school
|
||||
is over and we don't necessarily have a a reason to run our own forum anymore,
|
||||
we shifted the project goal to building a FOSS forum engine.
|
||||
It originated in 2019 as a school project and has died twice since.
|
||||
Currently, the project is being rewritten in Go with (hopefully) less ugly hacks.
|
||||
</p>
|
||||
<h2>
|
||||
Who are we?
|
||||
Who dis?
|
||||
</h2>
|
||||
<p>
|
||||
We are a small group of (hobby) developers working on ThreadR in our free time.
|
||||
To get in touch, ... uhh ... There will be a way once ThreadR is fully functional.
|
||||
For now, you can find us on Discord: <a href="https://discord.gg/r3w3zSkEUE"> discord.gg/r3w3zSkEUE </a>
|
||||
Depends.<br />
|
||||
If this site is hosted on a LostCave domain, then it's probably us, the developers.
|
||||
For now, you can find us on Discord: <a href="https://discord.gg/r3w3zSkEUE">discord.gg/r3w3zSkEUE</a><br />
|
||||
If it isn't on a LostCave domain, then this site belongs to some lazy admin who forgot to change the about page.
|
||||
</p>
|
||||
</section>
|
||||
</main>
|
||||
|
|
|
@ -7,14 +7,7 @@
|
|||
</head>
|
||||
<body>
|
||||
{{template "navbar" .}}
|
||||
<main>
|
||||
<header>
|
||||
<h2>About ThreadR</h2>
|
||||
</header>
|
||||
<section>
|
||||
{{.AboutContent}}
|
||||
</section>
|
||||
</main>
|
||||
{{template "cookie_banner" .}}
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue