From 7fc34555b84557f86398309c0d277256ab8bb68e Mon Sep 17 00:00:00 2001 From: snipe <72265661+notsniped@users.noreply.github.com> Date: Thu, 29 Dec 2022 23:17:27 +0530 Subject: [PATCH 1/3] Add font awesome JavaScript libraries to website --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index bb27bd7..9c384b9 100644 --- a/index.html +++ b/index.html @@ -10,6 +10,7 @@ + From 3c135770bd24f77f90bd9467826b514abb438e6c Mon Sep 17 00:00:00 2001 From: snipe <72265661+notsniped@users.noreply.github.com> Date: Thu, 29 Dec 2022 23:18:55 +0530 Subject: [PATCH 2/3] Add social media referral icons in page footer --- index.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/index.html b/index.html index 9c384b9..b2371e8 100644 --- a/index.html +++ b/index.html @@ -73,6 +73,12 @@

From 38d79c1ed3c560dbba2ab3d9bb8c2efd10355d30 Mon Sep 17 00:00:00 2001 From: snipe <72265661+notsniped@users.noreply.github.com> Date: Thu, 29 Dec 2022 23:20:03 +0530 Subject: [PATCH 3/3] Add style properties for social media referral icons in page footer --- style.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/style.css b/style.css index e86d328..42b22fc 100644 --- a/style.css +++ b/style.css @@ -164,3 +164,14 @@ body { margin-top: 5px; margin-left: 1px; } + +#social-media-links { + font-size: 26px; +} +#social-media-links i { + border-radius: 100%; + color: white; + background-color: #303030; + /* box-shadow: 1px 0 10px 1px rgb(199, 199, 199); */ + padding: 15px; +}