diff options
Diffstat (limited to 'html/about.html')
-rw-r--r-- | html/about.html | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/html/about.html b/html/about.html new file mode 100644 index 0000000..e00d98d --- /dev/null +++ b/html/about.html @@ -0,0 +1,49 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset="UTF-8"> + + <link href="/svg/favicon.svg" rel="icon" type="image/svg+xml"> + <title>Achernar</title> + + <link href="/css/main.css" rel="stylesheet"> + </head> + + <body class="about"> + <!--#include virtual="/shtml/navigationBar.shtml"--> + + <div id="frontPage"> + <img id="glyph" src="/svg/glyph/achernar.svg"> + </div> + + <div id="content"> + <p id="contentHeading">ABOUT</p> + + <p><b>Achernar</b> is a danish-based development studio located in the Capital Region of Denmark.</p> + + <section> + <p class="heading">THE FUTURE IS NOW</p> + + <p>...</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. In simpler terms, our vision is to develop a human and clean industry and community for technology.</p> + </section> + + <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> + <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> + <p><span class="code">achernar.dk</span> 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 having been named after the binary system <em>Sheliak</em> (Bayer: <span class="code">β Lyræ</span>).</p> + </section> + </div> + </body> +</html> |