diff options
-rw-r--r-- | CHANGELOG.md | 4 | ||||
-rw-r--r-- | css/content.scss | 56 | ||||
-rw-r--r-- | css/main.scss | 2 | ||||
-rw-r--r-- | css/navigationBar.scss | 2 | ||||
-rw-r--r-- | html/about.html | 4 | ||||
-rw-r--r-- | html/ax.html | 2 | ||||
-rw-r--r-- | html/backspace.html | 2 | ||||
-rw-r--r-- | html/benoit.html | 2 | ||||
-rw-r--r-- | html/bowshock.html | 2 | ||||
-rw-r--r-- | html/bzipper.html | 2 | ||||
-rw-r--r-- | html/deltaWorld.html | 2 | ||||
-rw-r--r-- | html/eas.html | 2 | ||||
-rw-r--r-- | html/luma.html | 2 | ||||
-rw-r--r-- | html/pollex.html | 2 | ||||
-rw-r--r-- | html/u8c.html | 2 | ||||
-rw-r--r-- | shtml/cloneNotice.shtml | 3 | ||||
-rw-r--r-- | shtml/footnote.shtml | 22 |
17 files changed, 90 insertions, 23 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 2144983..28b44b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 3.0 + +* Add contact information + ## 2.5 * Add Dark Reader lock diff --git a/css/content.scss b/css/content.scss index 02c98a9..147bf20 100644 --- a/css/content.scss +++ b/css/content.scss @@ -4,7 +4,7 @@ padding: 2rem; p:not(.heading, #contentHeading, #cloneNotice p) { - line-height: 2rem; + line-height: 2em; } a, a:visited { @@ -41,7 +41,7 @@ background-color: $foregroundColour; border-radius: 1rem; display: block; - font-size: 4rem; + font-size: 4em; font-weight: bold; margin: auto; margin-bottom: 1rem; @@ -62,7 +62,7 @@ } p.heading { - font-size: 2rem; + font-size: 2em; font-weight: bold; margin-bottom: 1rem; width: 100%; @@ -110,11 +110,55 @@ } } - #cloneNotice { + #footnote { background-color: $foregroundColour; border-radius: 1rem; - font-weight: bold; + font-family: "Martian Mono", "monospace"; + font-size: 0.75em; + image-rendering: pixelated; padding: 1rem; - text-align: center; + + .separator { + background-color: $textColour; + height: 0.125rem; + margin: 1rem auto; + width: 100%; + } + + #footnoteHeading { + font-size: 2em; + font-weight: bold; + } + + img { + display: block; + margin: auto; + + &.obfuscatedText { + height: 1rem; + } + } + + table { + border-collapse: collapse; + + tr { + th, td { + line-height: 2em; + } + + th { + text-align: left; + + &::before { + content: "\00B7\0020"; + } + } + + td { + padding-left: 2rem; + } + } + } } }
\ No newline at end of file diff --git a/css/main.scss b/css/main.scss index a5e15a6..46e22fc 100644 --- a/css/main.scss +++ b/css/main.scss @@ -1,6 +1,6 @@ @import "fonts"; -$backgroundColour: oklch(20% 0.032625 270); +$backgroundColour: oklch(20% 0.041075 270); $foregroundColour: oklch(25% 0.041075 270); $textColour: oklch(100% 0 0); $highlightColour: oklch(75% 0.292700 149.34); diff --git a/css/navigationBar.scss b/css/navigationBar.scss index a7bd439..75541ff 100644 --- a/css/navigationBar.scss +++ b/css/navigationBar.scss @@ -69,7 +69,7 @@ .separator { background-color: var(--foregroundColour); - border-radius: 0.25rem; + border-radius: 0.125rem; height: 0.25rem; width: 1rem; } diff --git a/html/about.html b/html/about.html index 1cb7ff3..5742245 100644 --- a/html/about.html +++ b/html/about.html @@ -39,7 +39,7 @@ <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 it would've been named after the binary system <em>Sheliak</em> (Bayer: <span class="code">β Lyræ</span>). But it was this idea that evolved into the <em>Achernar</em>.</p> + <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: <span class="code">β Lyræ</span>). But it was this idea that evolved into <em>Achernar</em>.</p> </section> <section> @@ -86,7 +86,7 @@ </ul> </section> - <!--#include virtual="/shtml/cloneNotice.shtml"--> + <!--#include virtual="/shtml/footnote.shtml"--> </div> <!--#include virtual="/shtml/initScripts.shtml"--> diff --git a/html/ax.html b/html/ax.html index bda73ab..7bf95a0 100644 --- a/html/ax.html +++ b/html/ax.html @@ -30,7 +30,7 @@ <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"--> + <!--#include virtual="/shtml/footnote.shtml"--> </div> <!--#include virtual="/shtml/initScripts.shtml"--> diff --git a/html/backspace.html b/html/backspace.html index c8c8511..4185589 100644 --- a/html/backspace.html +++ b/html/backspace.html @@ -18,7 +18,7 @@ </div> <div id="content"> - <!--#include virtual="/shtml/cloneNotice.shtml"--> + <!--#include virtual="/shtml/footnote.shtml"--> </div> <!--#include virtual="/shtml/initScripts.shtml"--> diff --git a/html/benoit.html b/html/benoit.html index 293a356..c3ad7ce 100644 --- a/html/benoit.html +++ b/html/benoit.html @@ -42,7 +42,7 @@ <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"--> + <!--#include virtual="/shtml/footnote.shtml"--> </div> <!--#include virtual="/shtml/initScripts.shtml"--> diff --git a/html/bowshock.html b/html/bowshock.html index 0c6bffe..e71306e 100644 --- a/html/bowshock.html +++ b/html/bowshock.html @@ -20,7 +20,7 @@ <div id="content"> <p id="contentHeading">COMING SOON</p> - <!--#include virtual="/shtml/cloneNotice.shtml"--> + <!--#include virtual="/shtml/footnote.shtml"--> </div> <!--#include virtual="/shtml/initScripts.shtml"--> diff --git a/html/bzipper.html b/html/bzipper.html index ca69594..c11ab18 100644 --- a/html/bzipper.html +++ b/html/bzipper.html @@ -32,7 +32,7 @@ <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"--> + <!--#include virtual="/shtml/footnote.shtml"--> </div> <!--#include virtual="/shtml/initScripts.shtml"--> diff --git a/html/deltaWorld.html b/html/deltaWorld.html index ef7fe1a..906146a 100644 --- a/html/deltaWorld.html +++ b/html/deltaWorld.html @@ -18,7 +18,7 @@ </div> <div id="content"> - <!--#include virtual="/shtml/cloneNotice.shtml"--> + <!--#include virtual="/shtml/footnote.shtml"--> </div> <!--#include virtual="/shtml/initScripts.shtml"--> diff --git a/html/eas.html b/html/eas.html index 0010b3c..9656c0e 100644 --- a/html/eas.html +++ b/html/eas.html @@ -30,7 +30,7 @@ <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"--> + <!--#include virtual="/shtml/footnote.shtml"--> </div> <!--#include virtual="/shtml/initScripts.shtml"--> diff --git a/html/luma.html b/html/luma.html index cb1d4f4..6ad8649 100644 --- a/html/luma.html +++ b/html/luma.html @@ -30,7 +30,7 @@ <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"--> + <!--#include virtual="/shtml/footnote.shtml"--> </div> <!--#include virtual="/shtml/initScripts.shtml"--> diff --git a/html/pollex.html b/html/pollex.html index c14475b..4d3b657 100644 --- a/html/pollex.html +++ b/html/pollex.html @@ -32,7 +32,7 @@ <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"--> + <!--#include virtual="/shtml/footnote.shtml"--> </div> <!--#include virtual="/shtml/initScripts.shtml"--> diff --git a/html/u8c.html b/html/u8c.html index 39c4233..7a00d79 100644 --- a/html/u8c.html +++ b/html/u8c.html @@ -24,7 +24,7 @@ <p><em>u8c</em> is a library for handling Unicode sequences in C.</p> </section> - <!--#include virtual="/shtml/cloneNotice.shtml"--> + <!--#include virtual="/shtml/footnote.shtml"--> </div> <!--#include virtual="/shtml/initScripts.shtml"--> diff --git a/shtml/cloneNotice.shtml b/shtml/cloneNotice.shtml deleted file mode 100644 index 9751c63..0000000 --- a/shtml/cloneNotice.shtml +++ /dev/null @@ -1,3 +0,0 @@ -<section id="cloneNotice"> - <p>This webservice can be cloned from <a href="https://mandelbrot.dk/achernar/"><span class="code">mandelbrot.dk</span></a>.</p> -</section> diff --git a/shtml/footnote.shtml b/shtml/footnote.shtml new file mode 100644 index 0000000..e31b2ce --- /dev/null +++ b/shtml/footnote.shtml @@ -0,0 +1,22 @@ +<section id="footnote"> + <p id="footnoteHeading">Achernar</p> + <br> + <table> + <tbody> + <tr> + <th>CVR</th> + <td>(TBA)</td> + </tr> + <tr> + <th>E-mail</th> + <td>Gabriel Bjørnager Jensen, see obfuscated address below.</td> + </tr> + </tbody> + </table> + <br> + <p>This webservice can be cloned from <a href="https://mandelbrot.dk/achernar/"><span class="code">mandelbrot.dk</span></a>.</p> + + <div class="separator"></div> + + <img alt="\"Obfuscated e-mail address.\"" class="obfuscatedText" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALcAAAAICAYAAAC78m4/AAAA/UlEQVRYw+1XQQ7EIAiExv9/2T01IQQJDNZ0rdyEFmEcBJmIqPfe6ciRzYRvYjMzS4Mk/Mim9RXbbY/YkGLM5BDdI4PZKAe5zuJi+fDWmTPK5F3hS2RPNPdLK/RHnk1ulLFJnbWWOsuGEhuNJetT27I5eP95WFskqJ5fJM4oX1Cso3FqXUNvrZHTWSNO5Zb+i5bpkGhmh/rMCGJwsEWJ6oEmq4mZefRftkpXEmq1T3Q0QPGMFNNul8kVBRYdD9CW94TMGHFW+ETx9OLw4nzTGVVw0cXa5INlxq2APEisNow8cN8EtMYzE2clP+9humIUqHKpwjOd+9Zz7ZFvyw87v+eHE6E5DAAAAABJRU5ErkJggg" /> +</section> |