summaryrefslogtreecommitdiff
path: root/html
diff options
context:
space:
mode:
Diffstat (limited to 'html')
-rw-r--r--html/about.html64
-rw-r--r--html/ax.html37
-rw-r--r--html/backspace.html25
-rw-r--r--html/benoit.html18
-rw-r--r--html/bowshock.html8
-rw-r--r--html/bzipper.html18
-rw-r--r--html/deltaWorld.html25
-rw-r--r--html/eas.html14
-rw-r--r--html/luma.html10
-rw-r--r--html/pollex.html16
10 files changed, 207 insertions, 28 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. &#127465;&#127472;</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 &ndash; at that time having been named after the binary system <em>Sheliak</em> (Bayer: <span class="code">&beta; Lyr&#230;</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 &#128125;: <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&#248;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"-->
diff --git a/html/ax.html b/html/ax.html
new file mode 100644
index 0000000..d1536c6
--- /dev/null
+++ b/html/ax.html
@@ -0,0 +1,37 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta charset="UTF-8">
+
+ <link href="/svg/favicon.svg" rel="icon" type="image/svg+xml">
+ <title id="title">AX</title>
+
+ <link href="/css/main.css" rel="stylesheet">
+ </head>
+
+ <body class="ax" id="body">
+ <!--#include virtual="/shtml/navigationBar.shtml"-->
+
+ <div id="frontPage">
+ <img id="glyph" src="/svg/glyph/ax.svg">
+ </div>
+
+ <div id="content">
+ <p id="contentHeading">Advanced X</p>
+
+ <section>
+ <p><em>Advanced X</em> (or just <em>AX</em>) is a C library for developing applications for the <em>AGB</em> line of hardware.</p>
+ </section>
+
+ <section>
+ <p class="heading">Status</p>
+
+ <p>The development of <em>AX</em> is currently on hold to prioritise <a href="/html/luma.html"><em>Luma</em></a> and <a href="/html/eas.html"><em>eAS</em></a>.</p>
+ </section>
+
+ <!--#include virtual="/shtml/cloneNotice.shtml"-->
+ </div>
+
+ <!--#include virtual="/shtml/initScripts.shtml"-->
+ </body>
+</html>
diff --git a/html/backspace.html b/html/backspace.html
new file mode 100644
index 0000000..1fec4e5
--- /dev/null
+++ b/html/backspace.html
@@ -0,0 +1,25 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta charset="UTF-8">
+
+ <link href="/svg/favicon.svg" rel="icon" type="image/svg+xml">
+ <title id="title">Backspace</title>
+
+ <link href="/css/main.css" rel="stylesheet">
+ </head>
+
+ <body class="backspace" id="body">
+ <!--#include virtual="/shtml/navigationBar.shtml"-->
+
+ <div id="frontPage">
+ <p id="glyph">COMING SOON</p>
+ </div>
+
+ <div id="content">
+ <!--#include virtual="/shtml/cloneNotice.shtml"-->
+ </div>
+
+ <!--#include virtual="/shtml/initScripts.shtml"-->
+ </body>
+</html>
diff --git a/html/benoit.html b/html/benoit.html
index 004b1ec..1b3fffa 100644
--- a/html/benoit.html
+++ b/html/benoit.html
@@ -17,23 +17,31 @@
</div>
<div id="content">
- <p id="contentHeading">BENOIT</p>
+ <p id="contentHeading">Benoit</p>
<section>
- <p><span class="fancy">Benoit</span> is a Rust-written programme for visualising complex functions, e.g. <em>the Mandelbrot Set</em> and similar fractals.</p>
+ <p><em>Benoit</em> is a Rust-written programme for visualising complex functions, e.g. <em>the Mandelbrot Set</em> and similar fractals.</p>
+ <br>
+ <x-image data-file="benoit_screenshot0"></x-image>
<br>
<p>The project consists of the core <a href="https://crates.io/crates/benoit/"><span class="code">benoit</span></a> crate, from which the frontends <span class="code">benoit-cli</span> and (in the future) <span class="code">benoit-gui</span> derive.</p>
</section>
<section>
<p class="heading">benoit-cli</p>
- <br>
+
<p>The <span class="code">benoit-cli</span> executable can render and animate using <a href="https://en.wikipedia.org/wiki/TOML/">TOML</a> files right from the commandline.</p>
<br>
- <x-image data-file="benoit_screenshot0"></x-image>
- <br>
<x-image data-file="benoit_screenshot1"></x-image>
</section>
+
+ <section>
+ <p class="heading">Docs</p>
+
+ <p>Documentation for the main library can be found on <a href="https://docs.rs/benoit/latest/benoit/"><span class="code">docs.rs</span></a>.</p>
+ </section>
+
+ <!--#include virtual="/shtml/cloneNotice.shtml"-->
</div>
<!--#include virtual="/shtml/initScripts.shtml"-->
diff --git a/html/bowshock.html b/html/bowshock.html
index f9d0d93..3fe82ff 100644
--- a/html/bowshock.html
+++ b/html/bowshock.html
@@ -13,10 +13,14 @@
<!--#include virtual="/shtml/navigationBar.shtml"-->
<div id="frontPage">
- <p id="glyph">COMING SOON</p>
+ <img id="glyph" src="/svg/glyph/bowshock.svg">
</div>
- <div id="content"></div>
+ <div id="content">
+ <p id="contentHeading">COMING SOON</p>
+
+ <!--#include virtual="/shtml/cloneNotice.shtml"-->
+ </div>
<!--#include virtual="/shtml/initScripts.shtml"-->
</body>
diff --git a/html/bzipper.html b/html/bzipper.html
index 6ca7701..56f0b17 100644
--- a/html/bzipper.html
+++ b/html/bzipper.html
@@ -17,11 +17,21 @@
</div>
<div id="content">
- <p id="contentHeading">BZIPPER</p>
+ <p id="contentHeading">bzipper</p>
- <p><span class="fancy">bzipper</span> is a Rust crate for serialisation and deserialisation of binary streams.</p>
- <br>
- <p>See more at <span class="code"><a href="https://crates.io/crates/bzipper/">crates.io</a></span>.</p>
+ <section>
+ <p><em>bzipper</em> is a Rust crate for serialisation and deserialisation of binary streams.</p>
+ <br>
+ <p>See more at <span class="code"><a href="https://crates.io/crates/bzipper/">crates.io</a></span>.</p>
+ </section>
+
+ <section>
+ <p class="heading">Docs</p>
+
+ <p>See <a href="https://docs.rs/pollex/latest/pollex/"><span class="code">docs.rs</span></a> for documentation.</p>
+ </section>
+
+ <!--#include virtual="/shtml/cloneNotice.shtml"-->
</div>
<!--#include virtual="/shtml/initScripts.shtml"-->
diff --git a/html/deltaWorld.html b/html/deltaWorld.html
new file mode 100644
index 0000000..8a65052
--- /dev/null
+++ b/html/deltaWorld.html
@@ -0,0 +1,25 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta charset="UTF-8">
+
+ <link href="/svg/favicon.svg" rel="icon" type="image/svg+xml">
+ <title id="title">Delta World</title>
+
+ <link href="/css/main.css" rel="stylesheet">
+ </head>
+
+ <body class="deltaWorld" id="body">
+ <!--#include virtual="/shtml/navigationBar.shtml"-->
+
+ <div id="frontPage">
+ <p id="glyph">COMING SOON</p>
+
+ <!--#include virtual="/shtml/cloneNotice.shtml"-->
+ </div>
+
+ <div id="content"></div>
+
+ <!--#include virtual="/shtml/initScripts.shtml"-->
+ </body>
+</html>
diff --git a/html/eas.html b/html/eas.html
index f1f394b..2b40aa0 100644
--- a/html/eas.html
+++ b/html/eas.html
@@ -17,7 +17,19 @@
</div>
<div id="content">
- <p id="contentHeading"><span class="small">the </span>EMBEDDED ASSEMBLER</p>
+ <p id="contentHeading"><span class="small">the </span>Embedded Assembler</p>
+
+ <section>
+ <p>The <em>Embedded Assembler</em> (or simply <em>eAS</em>) is an assembler for cross-compiling to embedded Arm</p>
+ </section>
+
+ <section>
+ <p class="heading">Status</p>
+
+ <p>Like <a href="/html/pollex.html"><em>Luma</em></a>, the development of <em>eAS</em> is currently on hold in favour of the <a href="/html/pollex.html"><em>Pollex</em></a> library, which will be used as a backend.</p>
+ </section>
+
+ <!--#include virtual="/shtml/cloneNotice.shtml"-->
</div>
<!--#include virtual="/shtml/initScripts.shtml"-->
diff --git a/html/luma.html b/html/luma.html
index a1aedb6..1b45d69 100644
--- a/html/luma.html
+++ b/html/luma.html
@@ -17,17 +17,19 @@
</div>
<div id="content">
- <p id="contentHeading">LUMA</p>
+ <p id="contentHeading">Luma</p>
<section>
- <p><span class="fancy">Luma</span> is an emulator for the <em>Game Boy Advance</em>-line of game consoles by Nintendo Co.</p>
+ <p><em>Luma</em> is an emulator for the <em>AGB</em> line of game consoles by Nintendo Co.</p>
</section>
<section>
- <p class="heading">STATE</p>
+ <p class="heading">Status</p>
- <p>The state of <span class="fancy">Luma</span> is currently on hold in favour of <a href="/html/pollex.html"><span class="fancy">Pollex</span></a>, which is to be used as a backend.</p>
+ <p>The development of <em>Luma</em> is currently on hold in favour of <a href="/html/pollex.html"><em>Pollex</em></a>, which is to be used as a backend.</p>
</section>
+
+ <!--#include virtual="/shtml/cloneNotice.shtml"-->
</div>
<!--#include virtual="/shtml/initScripts.shtml"-->
diff --git a/html/pollex.html b/html/pollex.html
index 0296fef..2a69c82 100644
--- a/html/pollex.html
+++ b/html/pollex.html
@@ -17,7 +17,21 @@
</div>
<div id="content">
- <p id="contentHeading">POLLEX</p>
+ <p id="contentHeading">Pollex</p>
+
+ <section>
+ <p><em>Pollex</em> is a Rust library for manipulating Arm ISA instructions.</p>
+ <br>
+ <p>See more at <span class="code"><a href="https://crates.io/crates/pollex/">crates.io</a></span>.</p>
+ </section>
+
+ <section>
+ <p class="heading">Docs</p>
+
+ <p>As per usual, documentation for <em>Pollex</em> can be found on <a href="https://docs.rs/pollex/latest/pollex/"><span class="code">docs.rs</span></a>.</p>
+ </section>
+
+ <!--#include virtual="/shtml/cloneNotice.shtml"-->
</div>
<!--#include virtual="/shtml/initScripts.shtml"-->