From e99a828ae239974b9ec8a1273b00922380ea94b4 Mon Sep 17 00:00:00 2001 From: Elena Volpato Date: Mon, 28 Aug 2023 19:09:36 +0200 Subject: [PATCH 1/6] updates color scheme to logo --- index.html | 21 +++++++++++++-------- style.css | 10 +++++----- 2 files changed, 18 insertions(+), 13 deletions(-) diff --git a/index.html b/index.html index ca43846..c6bf7cc 100644 --- a/index.html +++ b/index.html @@ -23,9 +23,9 @@ Seasonal Food App - +

Seasonal Food App

Seasonal Food App class="mt-4 w-full flex flex-col items-center gap-6 md:flex-row md:flex-grow" >

@@ -60,7 +60,7 @@

Seasonal Food App

it's best to buy
your local produce

-
+ -

Currently only italian data available 🇮🇹

+

Currently only italian data available 🇮🇹

Seasonal Food App
@@ -131,7 +131,7 @@

The idea

-
+
@@ -151,11 +151,16 @@

contact@fuzue.tech +

+
+
-
+ diff --git a/style.css b/style.css index b9507fb..a1fe0be 100644 --- a/style.css +++ b/style.css @@ -134,7 +134,7 @@ button:focus-visible { height: 4px; width: 35px; border-radius: 2px; - background-color: white; + background-color: #ffefc0; position: relative; display: block; transition: all 0.2s ease-in-out; @@ -150,13 +150,13 @@ button:focus-visible { height: 4px; width: 35px; border-radius: 2px; - background-color: white; + background-color: #ffefc0; position: absolute; content: ""; transition: all 0.2s ease-in-out; } #overlay-button:hover span, #overlay-button:hover span:before, #overlay-button:hover span:after { - background: white; + background: #ffefc0; } input[type=checkbox] { display: none; @@ -176,7 +176,7 @@ input[type=checkbox]:checked ~ #overlay-button span:after { } #overlay { width: 100vw; - background: #5a175d; + background: #782a33; max-height: 0; overflow: hidden; transition: all ease-in-out .5s; @@ -197,7 +197,7 @@ input[type=checkbox]:checked ~ #overlay-button span:after { padding: 1em; } #overlay ul li a { - color: white; + color: #ffefc0; text-decoration: none; } From 6c8c7911c0f41023212333c5b295c195bae27eae Mon Sep 17 00:00:00 2001 From: Elena Volpato Date: Mon, 28 Aug 2023 19:11:53 +0200 Subject: [PATCH 2/6] changed bg color of footer and makes it all caps --- index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index c6bf7cc..a77a148 100644 --- a/index.html +++ b/index.html @@ -155,13 +155,13 @@

- +
-
+ From 38317c5ef5efa4fb42ce10bf85c46c4adb1b6a2f Mon Sep 17 00:00:00 2001 From: Elena Volpato Date: Wed, 30 Aug 2023 15:48:59 +0200 Subject: [PATCH 3/6] changes yellow to more neutral color --- index.html | 8 ++++---- style.css | 9 +++++---- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/index.html b/index.html index a77a148..064ede1 100644 --- a/index.html +++ b/index.html @@ -23,9 +23,9 @@ Seasonal Food App - +

Seasonal Food App

Seasonal Food App class="iphone-x overflow-hidden min-w-[80%] md:min-w-[50%]" >
- + /> -->
diff --git a/style.css b/style.css index a1fe0be..e1090c1 100644 --- a/style.css +++ b/style.css @@ -134,7 +134,7 @@ button:focus-visible { height: 4px; width: 35px; border-radius: 2px; - background-color: #ffefc0; + background-color: #f9f3e3; position: relative; display: block; transition: all 0.2s ease-in-out; @@ -150,7 +150,7 @@ button:focus-visible { height: 4px; width: 35px; border-radius: 2px; - background-color: #ffefc0; + background-color: #f9f3e3; position: absolute; content: ""; transition: all 0.2s ease-in-out; @@ -176,7 +176,7 @@ input[type=checkbox]:checked ~ #overlay-button span:after { } #overlay { width: 100vw; - background: #782a33; + background: #ce3045; max-height: 0; overflow: hidden; transition: all ease-in-out .5s; @@ -197,7 +197,8 @@ input[type=checkbox]:checked ~ #overlay-button span:after { padding: 1em; } #overlay ul li a { - color: #ffefc0; + color: #f9f3e3; +; text-decoration: none; } From 2a46ff97519e0e8e354a80145dfe32588fab1275 Mon Sep 17 00:00:00 2001 From: Elena Volpato Date: Wed, 30 Aug 2023 15:49:57 +0200 Subject: [PATCH 4/6] removes commented image of app --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 064ede1..9df3c88 100644 --- a/index.html +++ b/index.html @@ -86,10 +86,10 @@

Seasonal Food App

class="iphone-x overflow-hidden min-w-[80%] md:min-w-[50%]" >
- + />
From 44c97d248862f473077f33d276bdb72187f7ba99 Mon Sep 17 00:00:00 2001 From: "Edgar Z. Alvarenga" Date: Wed, 6 Sep 2023 13:44:17 +0200 Subject: [PATCH 5/6] Update style.css --- style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/style.css b/style.css index 18b8071..0b57bf7 100644 --- a/style.css +++ b/style.css @@ -198,7 +198,6 @@ input[type=checkbox]:checked ~ #overlay-button span:after { } #overlay ul li a { color: #f9f3e3; -; text-decoration: none; } @@ -255,4 +254,4 @@ input[type=checkbox]:checked ~ #overlay-button span:after { display: block; border-radius: 999px; box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.5); -} \ No newline at end of file +} From 3292cf85e2feda78ec601502b2ac5a2d9f83fb6b Mon Sep 17 00:00:00 2001 From: "Edgar Z. Alvarenga" Date: Wed, 6 Sep 2023 13:44:55 +0200 Subject: [PATCH 6/6] Update index.html --- index.html | 3 --- 1 file changed, 3 deletions(-) diff --git a/index.html b/index.html index ed67c11..a31a021 100644 --- a/index.html +++ b/index.html @@ -184,8 +184,5 @@

-