Add basic Contact and Download pages
parent
0105576164
commit
2b95c7c86d
|
@ -3,8 +3,8 @@
|
||||||
<img src="assets/logo.png" alt="logo" class="logo" width="100px" height="50px">
|
<img src="assets/logo.png" alt="logo" class="logo" width="100px" height="50px">
|
||||||
<nav>
|
<nav>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="/download">Download</a></li>
|
<li><a href="/download.html">Download</a></li>
|
||||||
<li><a href="/contact">Contact</a></li>
|
<li><a href="/contact.html">Contact</a></li>
|
||||||
<li><a href="/blog">Blog</a></li>
|
<li><a href="/blog">Blog</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
|
@ -15,3 +15,10 @@ ul, ol {
|
||||||
color: $background-color;
|
color: $background-color;
|
||||||
background: $foreground-color;
|
background: $foreground-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
code {
|
||||||
|
font-family: 'Fira Code', monospace;
|
||||||
|
border-radius: 5px;
|
||||||
|
padding: 2px;
|
||||||
|
background-color: scale-color($background-color, $lightness: -5%);
|
||||||
|
}
|
||||||
|
|
|
@ -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`
|
|
@ -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.
|
Loading…
Reference in New Issue