From 3fb257e87c731d1300ae386b7c59d5a314287c8b Mon Sep 17 00:00:00 2001 From: roryjshelton <76418221+roryjshelton@users.noreply.github.com> Date: Sat, 6 May 2023 18:36:07 +0200 Subject: [PATCH] delete --- .../P1/Footer/1 Footer.astro.BACKUP | 63 ----------------- .../P1/Footer/1 FooterStyles.css.BACKUP.css | 68 ------------------- 2 files changed, 131 deletions(-) delete mode 100644 src/components/P1/Footer/1 Footer.astro.BACKUP delete mode 100644 src/components/P1/Footer/1 FooterStyles.css.BACKUP.css diff --git a/src/components/P1/Footer/1 Footer.astro.BACKUP b/src/components/P1/Footer/1 Footer.astro.BACKUP deleted file mode 100644 index 23740f0..0000000 --- a/src/components/P1/Footer/1 Footer.astro.BACKUP +++ /dev/null @@ -1,63 +0,0 @@ ---- -import React from "react"; -import Grid from "dynamic-react-grid"; -import "./FooterStyles.css"; ---- - -
-
- - -
- -
    - -
  • - Freedom, privacy,
    ownership.
    -
  • -
-
-
- -
- - - - -
-
- -
- - - - -
-
- -
- - -
-
- -
- - -
-
- -
- - - -
-
-
-
-
diff --git a/src/components/P1/Footer/1 FooterStyles.css.BACKUP.css b/src/components/P1/Footer/1 FooterStyles.css.BACKUP.css deleted file mode 100644 index e582807..0000000 --- a/src/components/P1/Footer/1 FooterStyles.css.BACKUP.css +++ /dev/null @@ -1,68 +0,0 @@ -.footer-logo { - background-image: url('../../../assets/lume-logo.webp'); - background-repeat: no-repeat; - background-size: contain; - margin-left: 5px; - height: 55px; - min-width: 150px; - display: inline-block; - text-align: left; - margin-inline: 5px; - margin-top: 3vh; - z-index: 998 !important; -} - -.footer-email { - background-image: url('../../../assets/email-icon.webp'); - background-repeat: no-repeat; - background-size: contain; - background-position: center; - padding-inline: 10px; - margin-inline: 10px; - height: 14px; - object-fit: cover; - width: 17px; -} - -.footer-column { - justify-content: center; - background-color: black; - list-style-type: none; - align-items: flex-start; - vertical-align: center; - padding-inline: 1%; - padding-left: 5%; -} - -.footer-container { - display: flex; - flex-direction: row; -} - -.footer-padding { - display: inline-block; - text-align: left; - font-family: var(--font-family-jaldi); - font-size: calc(15px + (21 - 10) * ((100vw - 300px) / (1600 - 300))); - margin-inline: 5px; - margin-top: 5vh; -} - -.footer-li { - color: #808687; - font-family: var(--font-family-jaldi); - font-size: calc(10px + (21 - 10) * ((100vw - 300px) / (1600 - 300))); - font-weight: 100; - font-style: normal; - padding-left: 0; - line-height: 1px; - margin-inline: 5px; -} - -.footer-h2 { - font-size: calc(15px + (25 - 10) * ((100vw - 300px) / (1600 - 300))); - color: var(--aquamarine); - line-height: 1vh; - z-index: 999; - -} \ No newline at end of file