Add an about page

This commit is contained in:
Anthony Wang 2021-06-30 13:32:52 -05:00
parent efafdc2a96
commit c17b009df7
Signed by: a
GPG key ID: BC96B00AEC5F2D76
3 changed files with 38 additions and 8 deletions

32
about/index.html Normal file
View file

@ -0,0 +1,32 @@
<!DOCTYPE html>
<html>
<head>
<title>About</title>
</head>
<body>
<div style="text-align:center;font-family:monospace;font-size:16px;">
<br>
<img src="/logo.png" alt="exozyme" height="324" width="324">
<br>
<br>
<h2>About</h2>
<br>
<br>
The privacy-respecting libre cloud.
<br>
<br>
exozyme is currently invite-only.
<br>
<br>
<div style="background:lightgreen;padding:10px;margin:auto;width:360px;">
<b>exozyme is completely free to use!</b> However, there are no uptime guarentees. The server is usually <a href="https://exozyme.github.io/">up between 8:30 to 22:30 CST</a>, but it could go down at any time.
</div>
<br>
</div>
</body>
</html>

2
blog

@ -1 +1 @@
Subproject commit 832ba88118e9cc7ae94655c44d3a9e83a639e2e1
Subproject commit 36e0cef9f555cceca8cde1e187dfad3b9324c419

View file

@ -17,6 +17,10 @@
The privacy-respecting libre cloud.
<br>
<br>
<a href="about">About</a>
<br>
<br>
<a href="services">Services</a>
<br>
@ -26,13 +30,7 @@
<br>
<br>
<a href="ta180m">https://ta180m.exozy.me/</a>
<br>
<br>
<div style="background:lightgreen;padding:10px;margin:auto;width:360px;">
<b>exozyme is completely free to use!</b> However, there are no uptime guarentees. The server is usually <a href="https://exozyme.github.io/">up between 8:30 to 22:30 CST</a>, but it could go down at any time.
</div>
<a href="https://ta180m.exozy.me">ta180m</a>
<br>
</div>
</body>