From f17db7b2d05449c9e7ed7b9051f9a5b9defa824d Mon Sep 17 00:00:00 2001 From: Fabiola Castaneda Date: Sat, 25 Nov 2023 17:59:52 -0500 Subject: [PATCH] nothing to commit --- .firebase/hosting.cHVibGlj.cache | 2 +- public/index.html | 5 +++-- public/index.js | 4 ---- public/specials.html | 6 ++++-- public/style.css | 9 ++------- 5 files changed, 10 insertions(+), 16 deletions(-) diff --git a/.firebase/hosting.cHVibGlj.cache b/.firebase/hosting.cHVibGlj.cache index c133208..946a1c0 100644 --- a/.firebase/hosting.cHVibGlj.cache +++ b/.firebase/hosting.cHVibGlj.cache @@ -12,4 +12,4 @@ assets/img/pizza.jpg,1700433650807,ee9fc3dda0fbbeda217d7b842d07814d014ddcbb9e192 assets/img/specials-background.jpeg,1700433650808,253c2e2ed0c7b8677663d74af84bbe59fff8864ab7110aca18784231930ddf6a assets/img/splash.png,1700433650808,c1a44dfb9da2f771b569b6adfc3e67286d1cfd9fb62e4793241ad96123d65779 assets/img/tomato.png,1700433650808,d2cced917bbe44711ebe858aca91a07a752baed8b3785dfdd6ecd25477144cc5 -index.html,1700948083828,ccaa2801621ba1eb73ac2de17005ab007be8cb12d347da98933fe4fdbc7c44fa +index.html,1700948267114,df1693ceb46600b80de5db55626f701e0de3483abf10521d6fb56b7b2d5144ae diff --git a/public/index.html b/public/index.html index 995f19d..2acdb13 100644 --- a/public/index.html +++ b/public/index.html @@ -19,8 +19,8 @@ - - + + @@ -427,6 +427,7 @@

NOTICE

+ diff --git a/public/index.js b/public/index.js index c80aaff..240896c 100644 --- a/public/index.js +++ b/public/index.js @@ -38,10 +38,6 @@ document.addEventListener("DOMContentLoaded", function () { // remove padding top from body document.body.style.paddingTop = '0'; } - window.onscroll = () => { - const nav = document.querySelector('#navbar_top'); - if(this.scrollY <= 500) nav.className = ''; else nav.className = 'scroll'; - }; }); }); diff --git a/public/specials.html b/public/specials.html index 4dcbd44..9a8c57b 100644 --- a/public/specials.html +++ b/public/specials.html @@ -16,7 +16,7 @@ - + Specials @@ -94,6 +94,8 @@

Specials

- + + + \ No newline at end of file diff --git a/public/style.css b/public/style.css index 0f51b52..f602b5f 100644 --- a/public/style.css +++ b/public/style.css @@ -65,7 +65,7 @@ p { nav, .intro { - background: url("/public/assets/img/Lanterna-restaurant.png"); + background: url("assets/img/pasta-and-flour.jpg"); background-size: cover; background-repeat: no-repeat; height: auto; @@ -412,7 +412,7 @@ footer { } #specials { - background: url("/public/assets/img/specials-background.jpeg"); + background: url("assets/img/specials-background.jpeg"); background-position: center; background-size: 100% 100%; background-repeat: no-repeat; @@ -528,11 +528,6 @@ footer { display: none; } - .intro { - background-size: cover; - width: 100%; - } - .about-img { width: 100%; }