diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..001e1cb --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "logo"] + path = logo + url = https://git.fl1tzi.com/Fl1tzi/logo.git diff --git a/Makefile b/Makefile index bbf5dc7..ce037e5 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,4 @@ package: ./scripts/create-pages.sh cp style.css public/style.css + cp logo/logo_small.jpg public/logo.jpg diff --git a/logo b/logo new file mode 160000 index 0000000..482c9dc --- /dev/null +++ b/logo @@ -0,0 +1 @@ +Subproject commit 482c9dc2d09f4bc0bd10c94253bf063a8817af34 diff --git a/public/applications.html b/public/applications.html index cd62b94..b2293f3 100644 --- a/public/applications.html +++ b/public/applications.html @@ -25,13 +25,9 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI diff --git a/public/contact.html b/public/contact.html index be9aa4f..a9e9b12 100644 --- a/public/contact.html +++ b/public/contact.html @@ -25,13 +25,9 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI diff --git a/public/index.html b/public/index.html index 5d8c2e0..4481968 100644 --- a/public/index.html +++ b/public/index.html @@ -25,13 +25,9 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI diff --git a/public/logo.jpg b/public/logo.jpg new file mode 100644 index 0000000..17ef72f Binary files /dev/null and b/public/logo.jpg differ diff --git a/public/style.css b/public/style.css index cc1f2ef..d29fde1 100644 --- a/public/style.css +++ b/public/style.css @@ -36,14 +36,21 @@ body { section#header { font: var(--font-size) var(--font-family-header-footer); text-align: center; + display: flex; + flex-wrap: wrap; + align-items: center; + gap: 10px; } section#content { font: var(--font-size) var(--font-family-content); margin-top: 30px; - margin-bottom: 10px; padding-bottom: 20px; + padding-top: 20px; + margin-bottom: 10px; + margin-top: 10px; border-bottom: 2px solid white; + border-top: 2px solid white; } section#footer { @@ -84,10 +91,10 @@ th { /* Show bigger links on touchscreens (hopefully) */ @media (pointer:none), (pointer:coarse) { a { - padding: 5px; + margin: 10px; } li { - margin-top: 20px; + margin-top: 15px; } } diff --git a/style.css b/style.css index cc1f2ef..d29fde1 100644 --- a/style.css +++ b/style.css @@ -36,14 +36,21 @@ body { section#header { font: var(--font-size) var(--font-family-header-footer); text-align: center; + display: flex; + flex-wrap: wrap; + align-items: center; + gap: 10px; } section#content { font: var(--font-size) var(--font-family-content); margin-top: 30px; - margin-bottom: 10px; padding-bottom: 20px; + padding-top: 20px; + margin-bottom: 10px; + margin-top: 10px; border-bottom: 2px solid white; + border-top: 2px solid white; } section#footer { @@ -84,10 +91,10 @@ th { /* Show bigger links on touchscreens (hopefully) */ @media (pointer:none), (pointer:coarse) { a { - padding: 5px; + margin: 10px; } li { - margin-top: 20px; + margin-top: 15px; } } diff --git a/template.html b/template.html index 51154c3..d19abcb 100644 --- a/template.html +++ b/template.html @@ -25,13 +25,9 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI