From 1b74e277b0ab6e5fd722950aafc0298d3ecdc2d5 Mon Sep 17 00:00:00 2001 From: speedie Date: Sat, 30 Mar 2024 03:26:09 +0100 Subject: [PATCH 1/2] Fix: Include paths This is not ideal, in fact I would propose not using include at all, but I guess as a one-liner this is a functional solution. --- site/blog/index.php | 8 ++++---- site/whoami/index.php | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/site/blog/index.php b/site/blog/index.php index 2350120..c5f27a3 100644 --- a/site/blog/index.php +++ b/site/blog/index.php @@ -3,11 +3,11 @@ Damaj301damaj's site - + - + Coming Soon! (Don't count on it tho) - + - + diff --git a/site/whoami/index.php b/site/whoami/index.php index caa2de7..e32d6be 100644 --- a/site/whoami/index.php +++ b/site/whoami/index.php @@ -3,12 +3,12 @@ Who is Damaj301damaj? - + - + Who Am I? -

My name is Mohamad, i am from the beautiful country of Lebanon🇱🇧. +

My name is Mohamad, i am from the beautiful country of Lebanon🇱🇧. i spend my free time improving my skills in computing and dream of being a Computer Engineer🖥️.

I love reading source code and using open source code(such as Linux🐧).

I am currently the only sysadmin of this server.

@@ -20,6 +20,6 @@ i spend my free time improving my skills in computing and dream of being a Compu

You can also email me using my email mohamad@damaj.tech, business mail denied if you are using a public service or failing standard verifications(SPF, DKIM and DMARC)

P.S.: My public GPG key that you can use to encrypt emails, messages or verify signed content is available here.

- + - + From a9811e932b029121b6606181eaee57930fc3d4f9 Mon Sep 17 00:00:00 2001 From: speedie Date: Sat, 30 Mar 2024 04:12:31 +0100 Subject: [PATCH 2/2] Attach footer to the bottom of the screen --- css/main.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/main.css b/css/main.css index 341980a..a2c8595 100644 --- a/css/main.css +++ b/css/main.css @@ -70,9 +70,9 @@ header img { /* Footer Style */ footer { - position: relative; + position: fixed; left: 0px; - bottom: 0vh; + bottom: 0px; z-index: 10px; height: 30px; width: 100%;