From 9fb509fc85f16f5aebfb1dabe63e5f10b937aee1 Mon Sep 17 00:00:00 2001 From: Cyper Date: Fri, 18 Jul 2025 02:25:11 -0400 Subject: [PATCH] Progress commit --- public/css/home.css | 1 - public/css/style.css | 35 +++++++++++++++++++++++++++++++---- src/_data/metadata.js | 2 +- src/_includes/layout.html | 26 ++++++++++++++++---------- 4 files changed, 48 insertions(+), 16 deletions(-) diff --git a/public/css/home.css b/public/css/home.css index 17182c3..b84efa6 100644 --- a/public/css/home.css +++ b/public/css/home.css @@ -88,7 +88,6 @@ main { display: flex; flex-direction: column; - min-height: calc(100% - var(--navbar-height) - var(--footer-height)); } main > * { padding: 3rem; diff --git a/public/css/style.css b/public/css/style.css index e34ffbb..af0d0fc 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -1,6 +1,5 @@ :root { --navbar-height: 96px; - --footer-height: 24px; --teal: 162, 223, 203; --black: 25, 23, 30; @@ -43,7 +42,6 @@ header { footer { background-color: var(--footer-color); border-top: var(--borders); - height: var(--footer-height); } .color-teal { @@ -96,9 +94,14 @@ nav { padding: 0 1rem; } -.nav-socials > a > svg { - padding: 0.5rem; +.nav-socials > a > ion-icon { + color: rgba(var(--lightblue), .86); + background-color: rgba(var(--brown), .86); + border-radius: 100%; border: var(--borders); + box-sizing: content-box; + padding: 0.5rem; + margin: 1rem 0.5rem; } .flex-adaptive { @@ -109,6 +112,21 @@ nav { flex: 1; } +footer { + padding: 3rem 1.5rem; +} +footer h3 { + font-size: 2rem; +} +footer > div { + display: flex; + flex-direction: column; + width: 100%; +} +footer > div > * { + width: 50%; +} + /* -xs */ @media (min-width: 576px) { .container { @@ -129,6 +147,15 @@ nav { .flex-adaptive { flex-direction: row; } + footer > div { + flex-direction: row; + } + footer > div > :first-child { + text-align: left; + } + footer > div > :last-child { + text-align: right; + } } /* -lg */ @media (min-width: 1200px) { diff --git a/src/_data/metadata.js b/src/_data/metadata.js index 5eddb50..84494de 100644 --- a/src/_data/metadata.js +++ b/src/_data/metadata.js @@ -11,7 +11,7 @@ export default { url: "https://cyper.cc" }, - title: "Cy by Side!", + title: "Cy-by-Side", url: "https://cy.cyper.cc/", language: "en", description: "Cy by Side with Cyper: Tangents, Tech, and Thoughtful Takes.", diff --git a/src/_includes/layout.html b/src/_includes/layout.html index 14d590c..4ec37ac 100644 --- a/src/_includes/layout.html +++ b/src/_includes/layout.html @@ -30,11 +30,6 @@
  • About
  • -
    @@ -97,13 +92,24 @@
    - - + + \ No newline at end of file