From c890b560c0529948533799e412ed3e71f7829c0d Mon Sep 17 00:00:00 2001 From: Zach Date: Thu, 19 Oct 2023 22:40:00 -0400 Subject: [PATCH 1/2] Add the Past Projects section --- index.html | 37 ++++++++++++++++++++++++++++++++++--- styles.css | 46 +++++++++++++++++++++++++++++----------------- 2 files changed, 63 insertions(+), 20 deletions(-) diff --git a/index.html b/index.html index ebc151e..060a2cd 100644 --- a/index.html +++ b/index.html @@ -126,8 +126,8 @@

Emerging Tech

-
-
+
+

Prizes @@ -143,7 +143,38 @@

Amazon Fire Stick

-
+ +

FAQS diff --git a/styles.css b/styles.css index 584d7b1..d59526b 100644 --- a/styles.css +++ b/styles.css @@ -745,6 +745,10 @@ h1, h2, h3, h4, h5, h6 { margin-top: 0.5rem; } +.mb-9 { + margin-bottom: 2.25rem; +} + .box-border { box-sizing: border-box; } @@ -2171,11 +2175,6 @@ h1, h2, h3, h4, h5, h6 { padding-right: 2.25rem; } -.py-12 { - padding-top: 3rem; - padding-bottom: 3rem; -} - .py-24 { padding-top: 6rem; padding-bottom: 6rem; @@ -2191,6 +2190,15 @@ h1, h2, h3, h4, h5, h6 { padding-bottom: 1.25rem; } +.py-16 { + padding-top: 4rem; + padding-bottom: 4rem; +} + +.pb-12 { + padding-bottom: 3rem; +} + .pb-7 { padding-bottom: 1.75rem; } @@ -2203,14 +2211,26 @@ h1, h2, h3, h4, h5, h6 { padding-top: 8rem; } -.pb-12 { - padding-bottom: 3rem; -} - .pt-5 { padding-top: 1.25rem; } +.pb-24 { + padding-bottom: 6rem; +} + +.pt-20 { + padding-top: 5rem; +} + +.pt-11 { + padding-top: 2.75rem; +} + +.pt-4 { + padding-top: 1rem; +} + .text-left { text-align: left; } @@ -3101,10 +3121,6 @@ canvas { gap: 5rem; } - .lg\:self-start { - align-self: flex-start; - } - .lg\:bg-groundboi { background-image: url('img/sticker2-no_border.png'); } @@ -3190,10 +3206,6 @@ canvas { } @media (min-width: 1280px) { - .xl\:relative { - position: relative; - } - .xl\:block { display: block; } From f25830dd4a482cc3fc60f400164cf6b1ba0d9c7b Mon Sep 17 00:00:00 2001 From: Zach Date: Thu, 19 Oct 2023 23:05:47 -0400 Subject: [PATCH 2/2] Add the Past Projects section item on the navbar --- index.html | 9 ++-- styles.css | 134 ++++++++++++++++++++++++----------------------------- 2 files changed, 65 insertions(+), 78 deletions(-) diff --git a/index.html b/index.html index 060a2cd..b1cc8eb 100644 --- a/index.html +++ b/index.html @@ -12,13 +12,14 @@