Fix .xyz -> .com Fix padding of text. Add image preload for moon in js. Add CV references in about.
This commit is contained in:
parent
717f47cbef
commit
de745fad87
@ -1,13 +1,13 @@
|
|||||||
# Captain ALM Cityuni subdomain WebServer
|
# 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.
|
This provides my template and cache supporting web / application server for my city university portfolio subdomain.
|
||||||
|
|
||||||
[Production Server](https://cityuni.captainalm.com/)
|
[Production Server](https://cityuni.captainalm.com/)
|
||||||
|
|
||||||
Maintainer:
|
Maintainer:
|
||||||
[Captain ALM](https://code.mrmelon54.xyz/alfred)
|
[Captain ALM](https://code.mrmelon54.com/alfred)
|
||||||
|
|
||||||
License:
|
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)
|
||||||
|
2
base.css
2
base.css
@ -273,7 +273,7 @@ main{
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
.item-table > div > div > div{
|
.item-table > div > div > div{
|
||||||
padding: 2px;
|
padding: 4px;
|
||||||
}
|
}
|
||||||
.item-table-caption, .so-pane-caption{
|
.item-table-caption, .so-pane-caption{
|
||||||
display: table-caption !important;
|
display: table-caption !important;
|
||||||
|
@ -51,6 +51,9 @@ about:
|
|||||||
I used to do Karate (Kyokushin Brown Belt) and I wish I could still fit my bike.
|
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.
|
Here is my <a href="https://cdn.captainalm.com/download/keys/alfred@captainalm.com.asc">GPG Key</a> for my email address.
|
||||||
</p>
|
</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"
|
thumbnailLocation: "resources/assets/imageofyou_t.jpg"
|
||||||
imageLocation: "resources/assets/imageofyou.jpg"
|
imageLocation: "resources/assets/imageofyou.jpg"
|
||||||
imageAltText: "Image of me."
|
imageAltText: "Image of me."
|
||||||
@ -213,6 +216,6 @@ entries:
|
|||||||
Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.
|
Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.
|
||||||
</p>
|
</p>
|
||||||
<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>
|
</p>
|
||||||
startDate: "13/07/2022"
|
startDate: "13/07/2022"
|
||||||
|
1
index.js
1
index.js
@ -67,6 +67,7 @@ function SetupIndexArray() {
|
|||||||
function SetupJSTheme() {
|
function SetupJSTheme() {
|
||||||
var th = document.getElementById("theme")
|
var th = document.getElementById("theme")
|
||||||
th.href = "#"
|
th.href = "#"
|
||||||
|
new Image().src = MoonImageURL //Preload I hope
|
||||||
if (document.addEventListener) {
|
if (document.addEventListener) {
|
||||||
th.addEventListener("click", ToggleTheme)
|
th.addEventListener("click", ToggleTheme)
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user