From d5bdcf0daaf1fe371f3fb7b7407d8846567e266b Mon Sep 17 00:00:00 2001 From: Rasmus Luha Date: Sat, 5 Nov 2022 16:55:28 +0200 Subject: git page working and cleanup --- static/css/style.css | 3 +- static/fonts/lacquer-v15-latin.zip | Bin 575728 -> 0 bytes static/fonts/tmp/lacquer-v15-latin-regular.eot | Bin 87905 -> 0 bytes static/fonts/tmp/lacquer-v15-latin-regular.svg | 2313 ---------------------- static/fonts/tmp/lacquer-v15-latin-regular.ttf | Bin 196784 -> 0 bytes static/fonts/tmp/lacquer-v15-latin-regular.woff2 | Bin 75192 -> 0 bytes static/img/bg2.jpg | Bin 0 -> 30813 bytes static/img/bg3.jpg | Bin 0 -> 1109515 bytes static/img/bg4.jpg | Bin 0 -> 307220 bytes 9 files changed, 2 insertions(+), 2314 deletions(-) delete mode 100644 static/fonts/lacquer-v15-latin.zip delete mode 100644 static/fonts/tmp/lacquer-v15-latin-regular.eot delete mode 100644 static/fonts/tmp/lacquer-v15-latin-regular.svg delete mode 100644 static/fonts/tmp/lacquer-v15-latin-regular.ttf delete mode 100644 static/fonts/tmp/lacquer-v15-latin-regular.woff2 create mode 100644 static/img/bg2.jpg create mode 100644 static/img/bg3.jpg create mode 100644 static/img/bg4.jpg (limited to 'static') diff --git a/static/css/style.css b/static/css/style.css index 368de8b..60d2b85 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -38,13 +38,14 @@ nav a { footer{ text-align: center; + font-size: 0.9rem; } /* Header */ .headerImage { margin-top: 25px; position: relative; - background: url(/img/bg.jpg) no-repeat center; + background: url(/img/bg4.jpg) no-repeat center; background-size: cover; height: 250px; } diff --git a/static/fonts/lacquer-v15-latin.zip b/static/fonts/lacquer-v15-latin.zip deleted file mode 100644 index 09ecdbb..0000000 Binary files a/static/fonts/lacquer-v15-latin.zip and /dev/null differ diff --git a/static/fonts/tmp/lacquer-v15-latin-regular.eot b/static/fonts/tmp/lacquer-v15-latin-regular.eot deleted file mode 100644 index fbab9b3..0000000 Binary files a/static/fonts/tmp/lacquer-v15-latin-regular.eot and /dev/null differ diff --git a/static/fonts/tmp/lacquer-v15-latin-regular.svg b/static/fonts/tmp/lacquer-v15-latin-regular.svg deleted file mode 100644 index 19bf3e3..0000000 --- a/static/fonts/tmp/lacquer-v15-latin-regular.svg +++ /dev/null @@ -1,2313 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/static/fonts/tmp/lacquer-v15-latin-regular.ttf b/static/fonts/tmp/lacquer-v15-latin-regular.ttf deleted file mode 100644 index 1cf180c..0000000 Binary files a/static/fonts/tmp/lacquer-v15-latin-regular.ttf and /dev/null differ diff --git a/static/fonts/tmp/lacquer-v15-latin-regular.woff2 b/static/fonts/tmp/lacquer-v15-latin-regular.woff2 deleted file mode 100644 index 295d440..0000000 Binary files a/static/fonts/tmp/lacquer-v15-latin-regular.woff2 and /dev/null differ diff --git a/static/img/bg2.jpg b/static/img/bg2.jpg new file mode 100644 index 0000000..257f31d Binary files /dev/null and b/static/img/bg2.jpg differ diff --git a/static/img/bg3.jpg b/static/img/bg3.jpg new file mode 100644 index 0000000..e93c674 Binary files /dev/null and b/static/img/bg3.jpg differ diff --git a/static/img/bg4.jpg b/static/img/bg4.jpg new file mode 100644 index 0000000..b7256ee Binary files /dev/null and b/static/img/bg4.jpg differ -- cgit v1.2.3