diff options
-rw-r--r-- | CHANGELOG.md | 4 | ||||
-rw-r--r-- | css/content.scss | 4 | ||||
-rw-r--r-- | html/about.html | 2 | ||||
-rw-r--r-- | html/agbsum.html | 2 | ||||
-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-- | include/comingSoon.shtml | 7 | ||||
-rw-r--r-- | include/footer.shtml (renamed from include/footnote.shtml) | 6 |
16 files changed, 21 insertions, 24 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index b12f448..f8b2395 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 5.2 + +* Open source link in new tab + ## 5.1 * Fix fonts diff --git a/css/content.scss b/css/content.scss index c80c7c7..c6aa6b3 100644 --- a/css/content.scss +++ b/css/content.scss @@ -116,7 +116,7 @@ } } - #footnote { + #footer { background-color: var(--foregroundColour); border-radius: 1rem; font-family: "Martian Mono", "monospace"; @@ -133,7 +133,7 @@ width: 100%; } - #footnoteHeading { + #footerHeading { font-size: 2em; font-weight: bold; } diff --git a/html/about.html b/html/about.html index a0d39a8..1797a05 100644 --- a/html/about.html +++ b/html/about.html @@ -93,7 +93,7 @@ </ul> </section> - <!--#include virtual="/include/footnote.shtml"--> + <!--#include virtual="/include/footer.shtml"--> </div> <!--#include virtual="/include/initScripts.shtml"--> diff --git a/html/agbsum.html b/html/agbsum.html index 36a4fcd..92af5c4 100644 --- a/html/agbsum.html +++ b/html/agbsum.html @@ -24,7 +24,7 @@ <p><em>agbsum</em> is a utility for patching AGB images.</p> </section> - <!--#include virtual="/include/footnote.shtml"--> + <!--#include virtual="/include/footer.shtml"--> </div> <!--#include virtual="/include/initScripts.shtml"--> diff --git a/html/ax.html b/html/ax.html index f6a3218..fed2a2a 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="/include/footnote.shtml"--> + <!--#include virtual="/include/footer.shtml"--> </div> <!--#include virtual="/include/initScripts.shtml"--> diff --git a/html/backspace.html b/html/backspace.html index 0fc020b..6b35a90 100644 --- a/html/backspace.html +++ b/html/backspace.html @@ -20,7 +20,7 @@ <div id="content"> <p id="contentHeading">Comming Soon</p> - <!--#include virtual="/include/footnote.shtml"--> + <!--#include virtual="/include/footer.shtml"--> </div> <!--#include virtual="/include/initScripts.shtml"--> diff --git a/html/benoit.html b/html/benoit.html index bf04e4c..7acd7a9 100644 --- a/html/benoit.html +++ b/html/benoit.html @@ -50,7 +50,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="/include/footnote.shtml"--> + <!--#include virtual="/include/footer.shtml"--> </div> <!--#include virtual="/include/initScripts.shtml"--> diff --git a/html/bowshock.html b/html/bowshock.html index fd046c1..bafdf78 100644 --- a/html/bowshock.html +++ b/html/bowshock.html @@ -20,7 +20,7 @@ <div id="content"> <p id="contentHeading">Coming Soon</p> - <!--#include virtual="/include/footnote.shtml"--> + <!--#include virtual="/include/footer.shtml"--> </div> <!--#include virtual="/include/initScripts.shtml"--> diff --git a/html/bzipper.html b/html/bzipper.html index 898a959..5bd7c37 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="/include/footnote.shtml"--> + <!--#include virtual="/include/footer.shtml"--> </div> <!--#include virtual="/include/initScripts.shtml"--> diff --git a/html/deltaWorld.html b/html/deltaWorld.html index ef07bc1..6570170 100644 --- a/html/deltaWorld.html +++ b/html/deltaWorld.html @@ -20,7 +20,7 @@ <div id="content"> <p id="contentHeading">Comming Soon</p> - <!--#include virtual="/include/footnote.shtml"--> + <!--#include virtual="/include/footer.shtml"--> </div> <!--#include virtual="/include/initScripts.shtml"--> diff --git a/html/eas.html b/html/eas.html index 4970363..e2b8ff7 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="/include/footnote.shtml"--> + <!--#include virtual="/include/footer.shtml"--> </div> <!--#include virtual="/include/initScripts.shtml"--> diff --git a/html/luma.html b/html/luma.html index 27085e6..bfd7953 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="/include/footnote.shtml"--> + <!--#include virtual="/include/footer.shtml"--> </div> <!--#include virtual="/include/initScripts.shtml"--> diff --git a/html/pollex.html b/html/pollex.html index c710acf..b2495e3 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="/include/footnote.shtml"--> + <!--#include virtual="/include/footer.shtml"--> </div> <!--#include virtual="/include/initScripts.shtml"--> diff --git a/html/u8c.html b/html/u8c.html index de558cc..7f769db 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="/include/footnote.shtml"--> + <!--#include virtual="/include/footer.shtml"--> </div> <!--#include virtual="/include/initScripts.shtml"--> diff --git a/include/comingSoon.shtml b/include/comingSoon.shtml deleted file mode 100644 index c1687eb..0000000 --- a/include/comingSoon.shtml +++ /dev/null @@ -1,7 +0,0 @@ -<div id="frontPage"> - <div id="hamburger" onclick="toggleNavBar();"></div> - - <p id="glyph">COMING SOON</p> -</div> - -<div id="content"></div> diff --git a/include/footnote.shtml b/include/footer.shtml index 2abd2ed..1221684 100644 --- a/include/footnote.shtml +++ b/include/footer.shtml @@ -1,5 +1,5 @@ -<footer id="footnote"> - <p id="footnoteHeading">Achernar</p> +<footer id="footer"> + <p id="footerHeading">Achernar</p> <br> <table> <tbody> @@ -16,7 +16,7 @@ <br> <p>Communications can be done in English and Danish.</p> <br> - <p>This webservice can be cloned from <a href="https://mandelbrot.dk/achernar/"><span class="code">mandelbrot.dk</span></a>.</p> + <p>This webservice can be cloned from <a href="https://mandelbrot.dk/achernar/" rel="noopener noreferrer" target="_blank"><span class="code">mandelbrot.dk</span></a>.</p> <div class="separator"></div> |