diff options
Diffstat (limited to 'html/about.html')
-rw-r--r-- | html/about.html | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/html/about.html b/html/about.html index 893ebaa..a0d39a8 100644 --- a/html/about.html +++ b/html/about.html @@ -1,5 +1,5 @@ <!DOCTYPE html> -<html> +<html lang="en"> <head> <meta charset="UTF-8"> <meta name="darkreader-lock"> @@ -14,22 +14,22 @@ </noscript> </head> - <body data-page="about" data-theme="dark" id="body"> - <!--#include virtual="/shtml/navigationBar.shtml"--> - - <div id="frontPage"> - <img id="glyph" src="/svg/glyph/achernar.svg"> - </div> + <body data-page="about" data-theme="Dark" id="body"> + <!--#include virtual="/include/frontPage.shtml"--> <div id="content"> <p id="contentHeading">About</p> - <p><b>Achernar</b> is a small indie development studio based in the Capital Region of Denmark. 🇩🇰</p> + <section> + <p><em>Achernar</em> is a small indie development studio based in the Capital Region of Denmark. 🇩🇰</p> + + <p>We develop open-source software, including video games and more productive software. We work with embedded systems as well as hosted ones.</p> + </section> <section> <p class="heading">Vision</p> - <p>The goal of <b>Achernar</b> is to promote modern and robustly written open-source projects and alike.</p> + <p>The goal of <em>Achernar</em> is to promote modern and robustly written open-source projects and alike.</p> <br> <p>In other words, our vision is to develop a human and clean industry and community for technology.</p> </section> @@ -37,7 +37,7 @@ <section> <p class="heading">Inception</p> - <p><b>Achernar</b> was founded in the summer of 2024 by I, <em>Gabriel Bjørnager Jensen</em>.</p> + <p><em>Achernar</em> was founded in the summer of 2024 by I, <em>Gabriel Bjørnager Jensen</em>.</p> <br> <p>Our domain – <span class="code">achernar.dk</span> – was already registered in the winter of 2021, at that time being used for hosting on-line source code repositories. This was, however, quickly outsourced to <span class="code"><a href="https://mandelbrot.dk">mandelbrot.dk</a></span> after I had managed to secure that domain.</p> <br> @@ -93,9 +93,9 @@ </ul> </section> - <!--#include virtual="/shtml/footnote.shtml"--> + <!--#include virtual="/include/footnote.shtml"--> </div> - <!--#include virtual="/shtml/initScripts.shtml"--> + <!--#include virtual="/include/initScripts.shtml"--> </body> </html> |