September update.
continuous-integration/drone/push Build is passing Details

Fix .xyz -> .com
Fix padding of text.
Add image preload for moon in js.
Add CV references in about.
This commit is contained in:
Captain ALM 2022-09-07 15:47:02 +01:00
parent 717f47cbef
commit de745fad87
Signed by: alfred
GPG Key ID: 4E4ADD02609997B1
4 changed files with 9 additions and 5 deletions

View File

@ -1,13 +1,13 @@
# Captain ALM Cityuni subdomain WebServer
[![Build Status](https://ci.mrmelon54.xyz/api/badges/alfred/cityuni-webserver/status.svg)](https://ci.mrmelon54.xyz/alfred/cityuni-webserver)
[![Build Status](https://ci.mrmelon54.com/api/badges/alfred/cityuni-webserver/status.svg)](https://ci.mrmelon54.com/alfred/cityuni-webserver)
This provides my template and cache supporting web / application server for my city university portfolio subdomain.
[Production Server](https://cityuni.captainalm.com/)
Maintainer:
[Captain ALM](https://code.mrmelon54.xyz/alfred)
[Captain ALM](https://code.mrmelon54.com/alfred)
License:
[BSD 3-Clause](https://code.mrmelon54.xyz/alfred/GOPackageHeaderServer/src/branch/master/LICENSE)
[BSD 3-Clause](https://code.mrmelon54.com/alfred/cityuni-webserver/src/branch/master/LICENSE)

View File

@ -273,7 +273,7 @@ main{
overflow: hidden;
}
.item-table > div > div > div{
padding: 2px;
padding: 4px;
}
.item-table-caption, .so-pane-caption{
display: table-caption !important;

View File

@ -51,6 +51,9 @@ about:
I used to do Karate (Kyokushin Brown Belt) and I wish I could still fit my bike.
Here is my <a href="https://cdn.captainalm.com/download/keys/alfred@captainalm.com.asc">GPG Key</a> for my email address.
</p>
<p>
My CV is available in the following formats: ( <a href="https://cdn.captainalm.com/download/cvs/AlfredManvilleCV-2022.docx">DOCX</a> | <a href="https://cdn.captainalm.com/download/cvs/AlfredManvilleCV-2022.pdf">PDF</a> )
</p>
thumbnailLocation: "resources/assets/imageofyou_t.jpg"
imageLocation: "resources/assets/imageofyou.jpg"
imageAltText: "Image of me."
@ -213,6 +216,6 @@ entries:
Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.
</p>
<p>
Find the source code here: <a href="https://code.mrmelon54.xyz/alfred/cityuni-webserver">https://code.mrmelon54.xyz/alfred/cityuni-webserver</a>
Find the source code here: <a href="https://code.mrmelon54.com/alfred/cityuni-webserver">https://code.mrmelon54.com/alfred/cityuni-webserver</a>
</p>
startDate: "13/07/2022"

View File

@ -67,6 +67,7 @@ function SetupIndexArray() {
function SetupJSTheme() {
var th = document.getElementById("theme")
th.href = "#"
new Image().src = MoonImageURL //Preload I hope
if (document.addEventListener) {
th.addEventListener("click", ToggleTheme)
} else {