From b5e8907bfc09dd3ae930675118fd29a42be627c1 Mon Sep 17 00:00:00 2001 From: Om Preetham Date: Tue, 16 Apr 2024 14:33:43 -0500 Subject: [PATCH] deploy --- index.html | 2 +- src/assets/css/style.css | 4 ++-- src/components/LandingPage.jsx | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index c4012d5..ec2d08f 100644 --- a/index.html +++ b/index.html @@ -8,7 +8,7 @@ name="description" content="A perfect challenge for beginners, this project will get you working with a two column layout." /> - + Huddle Landing Page with Single Introductory Section diff --git a/src/assets/css/style.css b/src/assets/css/style.css index 942c518..548d45e 100644 --- a/src/assets/css/style.css +++ b/src/assets/css/style.css @@ -13,7 +13,7 @@ body { background-color: var(--violet); - background-image: url(./images/bg-desktop.svg); + background-image: url(/images/bg-desktop.svg); background-repeat: no-repeat; background-size: cover; background-position: center; @@ -127,7 +127,7 @@ footer * { @media screen and (max-width: 700px) { body { - background-image: url(./images/bg-mobile.svg); + background-image: url(images/bg-mobile.svg); text-align: center; } section { diff --git a/src/components/LandingPage.jsx b/src/components/LandingPage.jsx index e14928a..69c72a2 100644 --- a/src/components/LandingPage.jsx +++ b/src/components/LandingPage.jsx @@ -9,13 +9,13 @@ const LandingPage = () => { return ( <>
- Huddle Logo + Huddle Logo
Illustration Mockup