Add basic Contact and Download pages

main
~erin 2022-04-27 15:48:04 -04:00
parent 0105576164
commit 2b95c7c86d
Signed by: erin
GPG Key ID: DA70E064A8C70F44
4 changed files with 29 additions and 2 deletions

View File

@ -3,8 +3,8 @@
<img src="assets/logo.png" alt="logo" class="logo" width="100px" height="50px">
<nav>
<ul>
<li><a href="/download">Download</a></li>
<li><a href="/contact">Contact</a></li>
<li><a href="/download.html">Download</a></li>
<li><a href="/contact.html">Contact</a></li>
<li><a href="/blog">Blog</a></li>
</ul>
</nav>

View File

@ -15,3 +15,10 @@ ul, ol {
color: $background-color;
background: $foreground-color;
}
code {
font-family: 'Fira Code', monospace;
border-radius: 5px;
padding: 2px;
background-color: scale-color($background-color, $lightness: -5%);
}

11
contact.md Normal file
View File

@ -0,0 +1,11 @@
---
layout: default.liquid
---
You can submit bug reports, feature requests, and similar things via our [Github](https://github.com/23marabi/hermes-site/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc).
You can also join our Matrix room, [#hermes:chat.is-cute.ml](https://matrix.to/#/#hermes:chat.is-cute.ml).
Or if you want to email us:
**Erin:** `contact [at] the-system [dot] eu [dot] org`

9
download.md Normal file
View File

@ -0,0 +1,9 @@
---
layout: default.liquid
---
Uhmm, nothing here yet. Eventually we'll have links for downloads for various platforms.
ARM, x86, Pinephone, whatever.
Probably will link to somewhere for nightly builds too, we'll see.