diff options
Diffstat (limited to 'html/about.html')
-rw-r--r-- | html/about.html | 64 |
1 files changed, 53 insertions, 11 deletions
diff --git a/html/about.html b/html/about.html index 6968cd3..2677f0e 100644 --- a/html/about.html +++ b/html/about.html @@ -17,24 +17,20 @@ </div> <div id="content"> - <p id="contentHeading">ABOUT</p> + <p id="contentHeading">About</p> - <p><b>Achernar</b> is a danish-based development studio located in the Capital Region of Denmark.</p> + <p><b>Achernar</b> is a small indie development studio based in the Capital Region of Denmark. 🇩🇰</p> <section> - <p class="heading">THE FUTURE IS NOW</p> + <p class="heading">Vision</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> + <p>The goal of <b>Achernar</b> 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> <section> - <p class="heading">INCEPTION</p> + <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> @@ -44,6 +40,52 @@ <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> + + <section> + <p class="heading">Credits</p> + + <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>Aditionally 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 <i>people</i> 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="/shtml/cloneNotice.shtml"--> </div> <!--#include virtual="/shtml/initScripts.shtml"--> |