From 0b6809709ccb40981656b82bcfa99ddb0fabbaea Mon Sep 17 00:00:00 2001 From: marleyrae Date: Mon, 5 Jun 2023 22:26:34 -0700 Subject: [PATCH] :sparkles: feat: Info & Social boxes --- .idea/inspectionProfiles/Project_Default.xml | 31 +++++++++++++++++ dist/index.html | 35 +++++++++++++++++--- dist/style/components/Separator.css | 0 dist/style/components/Social.css | 1 + dist/style/style.css | 2 +- src/_includes/layout.liquid | 2 +- src/_includes/main-nav.liquid | 2 +- src/_includes/site-info.liquid | 2 ++ src/_includes/site-social.liquid | 25 ++++++++++++++ src/style/_base.scss | 20 +++++++++-- src/style/_mixins.scss | 9 +++++ src/style/components/Social.scss | 34 +++++++++++++++++++ src/style/components/_Nav.scss | 14 ++------ src/style/components/_index.scss | 1 + 14 files changed, 156 insertions(+), 22 deletions(-) create mode 100644 dist/style/components/Separator.css create mode 100644 dist/style/components/Social.css create mode 100644 src/style/components/Social.scss diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml index f15a3c4..75691ac 100644 --- a/.idea/inspectionProfiles/Project_Default.xml +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -1,6 +1,37 @@