From 0e306baacb9785de945c7960aeda3cd8681b54ac Mon Sep 17 00:00:00 2001 From: Mohamad Damaj Date: Sun, 3 Dec 2023 22:43:34 +0200 Subject: [PATCH] Improve landing page + add icons --- css/main.css | 3 +- img/git.svg | 1 + img/home.svg | 75 ++++++++++++++++++++++ img/message.svg | 48 ++++++++++++++ img/rss.svg | 148 +++++++++++++++++++++++++++++++++++++++++++ index.php | 12 +++- templates/footer.php | 6 +- 7 files changed, 284 insertions(+), 9 deletions(-) create mode 100644 img/git.svg create mode 100644 img/home.svg create mode 100755 img/message.svg create mode 100644 img/rss.svg diff --git a/css/main.css b/css/main.css index b66181a..ef190fe 100644 --- a/css/main.css +++ b/css/main.css @@ -7,6 +7,7 @@ body { a { color: #fd7717; } + /* End of main HTML style */ /* Introduction style */ @@ -79,4 +80,4 @@ footer { } footer a { color: #616b6f; -} \ No newline at end of file +} diff --git a/img/git.svg b/img/git.svg new file mode 100644 index 0000000..6ad3bf5 --- /dev/null +++ b/img/git.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/home.svg b/img/home.svg new file mode 100644 index 0000000..8e78034 --- /dev/null +++ b/img/home.svg @@ -0,0 +1,75 @@ + +image/svg+xml diff --git a/img/message.svg b/img/message.svg new file mode 100755 index 0000000..9ac32fc --- /dev/null +++ b/img/message.svg @@ -0,0 +1,48 @@ + + + + + + + + diff --git a/img/rss.svg b/img/rss.svg new file mode 100644 index 0000000..939871d --- /dev/null +++ b/img/rss.svg @@ -0,0 +1,148 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/index.php b/index.php index 8ac26d7..874420d 100644 --- a/index.php +++ b/index.php @@ -15,8 +15,14 @@

Welcome to my space,

Feel free to look around.


-

Ressources:

-- Home +

Various services and content i got:

+- Home +

+- Contact Me +

+- Blog +

+- Git Server - \ No newline at end of file + diff --git a/templates/footer.php b/templates/footer.php index f69fe47..05e7708 100644 --- a/templates/footer.php +++ b/templates/footer.php @@ -1,5 +1 @@ - +