diff options
Diffstat (limited to 'html/achernar.html')
-rw-r--r-- | html/achernar.html | 126 |
1 files changed, 126 insertions, 0 deletions
diff --git a/html/achernar.html b/html/achernar.html new file mode 100644 index 0000000..5ed376b --- /dev/null +++ b/html/achernar.html @@ -0,0 +1,126 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset="UTF-8"> + <meta name="darkreader-lock"> + <meta name="viewport" content="width=device-width, initial-scale=1"> + + <link href="/favicon.ico" rel="icon" type="image/vnd.microsoft.icon"> + <link href="/apple-touch-icon.png" rel="apple-touch-icon" type="image/png"> + <title>Achernar</title> + + <link href="/css/main.css" rel="stylesheet"> + <noscript> + <link href="/css/noScript.css" rel="stylesheet"> + </noscript> + + <script src="/js/init.js" type="text/javascript"></script> + </head> + + <body data-page="achernar"> + <!--#include virtual="/include/header.shtml"--> + + <div id="page"> + <h1 id="anchor.about">the future is now</h1> + + <section> + <p><em>Achernar</em> is a small, indie development studio based in the Capital Region of Denmark. 🇩🇰</p> + <br> + <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> + + <h1 id="anchor.vision">vision</h1> + + <section> + <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> + <br> + <p>Currently, our roadmap is as follows:</p> + <br> + <ul> + <li> + <p>Complete the webservice before <em>autumn, 2024</em></p> + </li> + <li> + <p>Release our first game by <em>2024</em></p> + </li> + <li> + <p>Release early-access for Bowshock on Steam by <em>2025</em></p> + </li> + <li> + <p>Restructure to a normal sole proprietorship</p> + </li> + </ul> + </section> + + <h1 id="anchor.team">team</h1> + + <section> + <p>As <em>Achernar</em> is currently registered as a <em>PMV</em> (lesser sole proprietorship), <em>Gabriel Bjørnager Jensen</em> is currently our only member.</p> + </section> + + <h1 id="anchor.inception">inception</h1> + + <section> + <p><em>Achernar</em> was founded in the summer of 2024 by I, <em>Gabriel Bjørnager Jensen</em>.</p> + <br> + <p>Our domain – <code>achernar.dk</code> – 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 <code><a href="https://mandelbrot.dk">mandelbrot.dk</a></code> after I had managed to secure that domain.</p> + <br> + <p><code>achernar.dk</code> was then, in the mean time, used for hosting a few look-up references. This mostly served as my own notes for school – mainly mathematics, physics, and chemistry – but quickly grew unorganised and umaintained, although I did have plans to expand the lexicon.</p> + <br> + <p>The idea of a company had started in the spring of 2020. At that time it would've been named after the binary system <em>Sheliak</em> (Bayer: <code>β Lyræ</code>). But it was this idea that evolved into <em>Achernar</em>.</p> + </section> + + <h1 id="anchor.credits">credits</h1> + + <section class="fullWidth"> + <p>Thanks to the following projects which make our webservice possible:</p> + <br> + <ul> + <li> + <p><a href="https://www.freebsd.org//"><em>FreeBSD</em></a></p> + </li> + <li> + <p><a href="https://nginx.org/en/"><em>nginx</em></a></p> + </li> + <li> + <p><a href="https://sass-lang.com/"><em>Sass</em></a></p> + </li> + <li> + <p><a href="https://www.typescriptlang.org/"><em>TypeScript</em></a></p> + </li> + </ul> + <br> + <p>Additionally thanks to the following creators for the fonts which we use on our website:</p> + <br> + <ul> + <li> + <p>Carrois Apostrophe: <a href="https://fonts.google.com/specimen/Fira+Mono/"><em>Fira Mono</em></a></p> + </li> + <li> + <p>Roman Shamin & the “people” at Evil Martians 👽: <a href="https://fonts.google.com/specimen/Martian+Mono/"><em>Martian Mono</em></a></p> + </li> + <li> + <p>Sorkin Type: <a href="https://fonts.google.com/specimen/Merriweather/"><em>Merriweather</em></a></p> + </li> + <li> + <p>Julieta Ulanovsky, Sol Matas, Juan Pablo del Peral, and Jacques Le Bailly: <a href="https://fonts.google.com/specimen/Montserrat/"><em>Montserrat</em></a></p> + </li> + <li> + <p>Claus Eggers Sørensen: <a href="https://fonts.google.com/specimen/Playfair+Display/"><em>Playfair Display</em></a></p> + </li> + <li> + <p>Matt McInerney, Pablo Impallari, and Rodrigo Fuenzalida: <a href="https://fonts.google.com/specimen/Raleway/"><em>Raleway</em></a></p> + </li> + </ul> + </section> + + <!--#include virtual="/include/footer.shtml"--> + </div> + </body> + + <script type="text/javascript"> + init(); + </script> +</html> |