Added fort and space images.

master
Keith Irwin 2021-06-18 19:42:56 -06:00
parent 5ca0d1dc43
commit 5e7987f977
Signed by: ki9
GPG Key ID: DF773B3F4A88DA86
5 changed files with 8 additions and 0 deletions

View File

@ -86,6 +86,7 @@ module.exports = function(eleventyConfig) {
'liquid',
'css',
'png',
'webp',
'jpg',
'gif',
'js',

View File

@ -13,5 +13,6 @@
<main>
{{ content | safe }}
</main>
<img id="fort" src="/fort.webp">
</body>
</html>

View File

@ -7,8 +7,14 @@ a { color: #a8d; }
body {
margin: 1vw;
font-size: calc(1em + 1vw);
background-image: url('/space.jpg');
background-repeat: repeat-y;
background-size: 100vw;
background-attachment: fixed;
}
main {
background-color: rgba(2,2,2,.8);
margin: 3vw;
font-family: monospace;
}
#fort { width: 100%; }

BIN
_src/fort.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 164 KiB

BIN
_src/space.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 408 KiB