From 1293e43f7182c51be248f7187c900b69b4d161d3 Mon Sep 17 00:00:00 2001 From: skifli <121291719+skifli@users.noreply.github.com> Date: Fri, 14 Jul 2023 12:14:21 +0000 Subject: [PATCH] feat: add footer --- assets/css/footer.css | 41 ++++++++++++++++++++++++++++++++ assets/img/socials/facebook.svg | 1 + assets/img/socials/instagram.svg | 1 + assets/img/socials/threads.svg | 1 + assets/img/socials/twitter.svg | 1 + assets/img/socials/youtube.svg | 1 + index.html | 39 ++++++++++++++++++++++++++++++ 7 files changed, 85 insertions(+) create mode 100644 assets/css/footer.css create mode 100644 assets/img/socials/facebook.svg create mode 100644 assets/img/socials/instagram.svg create mode 100644 assets/img/socials/threads.svg create mode 100644 assets/img/socials/twitter.svg create mode 100644 assets/img/socials/youtube.svg diff --git a/assets/css/footer.css b/assets/css/footer.css new file mode 100644 index 0000000..34d1cd7 --- /dev/null +++ b/assets/css/footer.css @@ -0,0 +1,41 @@ +#footer { + align-items: center; + box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19); + display: flex; + justify-content: space-between; + padding: 10px 20px +} + +#footer ul { + display: flex; + list-style-type: none; + margin: 0; + padding: 0 +} + +#footer ul li { + padding-left: 20px +} + +#footer ul li img { + height: auto; + width: 30px +} + +@media only screen and (max-width:1000px) { + #footer { + flex-direction: column + } + + #footer #copyright { + padding: 10px 0 + } + + #footer ul { + flex-direction: column + } + + #footer ul li { + padding: 5px 0 0 + } +} \ No newline at end of file diff --git a/assets/img/socials/facebook.svg b/assets/img/socials/facebook.svg new file mode 100644 index 0000000..c2297ee --- /dev/null +++ b/assets/img/socials/facebook.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/img/socials/instagram.svg b/assets/img/socials/instagram.svg new file mode 100644 index 0000000..04b9097 --- /dev/null +++ b/assets/img/socials/instagram.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/img/socials/threads.svg b/assets/img/socials/threads.svg new file mode 100644 index 0000000..b028327 --- /dev/null +++ b/assets/img/socials/threads.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/img/socials/twitter.svg b/assets/img/socials/twitter.svg new file mode 100644 index 0000000..c42aee0 --- /dev/null +++ b/assets/img/socials/twitter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/img/socials/youtube.svg b/assets/img/socials/youtube.svg new file mode 100644 index 0000000..2daf6b5 --- /dev/null +++ b/assets/img/socials/youtube.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/index.html b/index.html index 0fd108f..428e482 100644 --- a/index.html +++ b/index.html @@ -13,6 +13,7 @@ + @@ -131,6 +132,44 @@

F1 in Schools

More...

+ +