Skip to content

Commit

Permalink
deleting special wknd img
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabscg committed May 14, 2024
1 parent c142f59 commit 9dc6a82
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .firebase/hosting.cHVibGlj.cache
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
index.html,1715045236438,a8fe7904796521630e8cb7841c5aeb372cc37f3e0d2fdb5c29eb54980183deed
index.js,1701386878088,b2210324b7cda17a8dcb66fcacd3a1524d6df850fab6facb1c7b350372002a99
style.css,1715053978384,607ae8ef2c9c9b6144cf9296e7e1c64bf4ce5ad80121268c8103e59bf9c1732b
specials.html,1715531199250,e92ef9bb54b841516024f8b6186cc71bd53747ece36f0b5033bfbed3623fa601
assets/img/Lanterna-restaurant.png,1700433650788,b2762ffb6762c82ca607b77748975324a55e0445be99f568da7e43c61c2a44fa
assets/img/beef-cooking-cuisine-delicious-preview.jpg,1701290435692,fd214e302095ee1cc88be1e6aa8b2a99375c0a1e67f61a1c6c1238aa188bb936
assets/img/bruschetta.jpeg,1700433650789,50d3334fa220bd2e34cdb852bc1de1b2cc3fbf9a2ed856ddcaa6cfe0eb53a59b
Expand All @@ -10,6 +10,7 @@ assets/img/lanterna-navidad.png,1701290164692,17ad20a93891ab518cb52b816d25ae7f8f
assets/img/meat_lasagna.jpeg,1708051734188,7ca92d05d6ea53abbe688da44b244e3658ae4595162f602ba9c2275d19fea387
assets/img/mobile-app.png,1700433650791,a325023faa8f45917279aee09e6f2296b465f023b8efc0866e82d0b8e1a0441d
assets/img/pasta-and-flour.jpg,1700433650804,63e35c874e03eccd7d954ffcce4c07f14941c48c2390eaeecb939fafe9f84f5c
assets/img/pasta-penne.jpeg,1715531082207,9dd8e85ecfae4b061f58edd7a6c106b649052d611cb4012fb5672b2ca825b2de
assets/img/pasta-pomodoro-tomato-noodle-dish-wild-growth-preview.jpg,1701290460782,408d3590b681777eea5cd8b5256344b6957f0c3036166d6d489db69d2343424e
assets/img/pizza.jpeg,1712319580617,3b93eb94042bcd723a112a7db4c7933acb72e3a5551682e28423a83756906b8b
assets/img/pizza_slice.jpg,1714001121980,59f4ce8e3878b26434fc2a0b4f6123455238066f1da60cf10b612a7b86db864f
Expand All @@ -19,6 +20,5 @@ assets/img/specials-background.jpeg,1700433650808,253c2e2ed0c7b8677663d74af84bbe
assets/img/tomato.png,1700433650808,d2cced917bbe44711ebe858aca91a07a752baed8b3785dfdd6ecd25477144cc5
assets/img/tomatoes.jpeg,1708053417878,7eacbc5b4f7c8c5f199bd7f746df85ccda7ec53bac765e1aa4d6138a4c3d853b
assets/img/tortellini.jpeg,1700953770228,410738be8d7b5da974060d350ab440f74ffd094eb208a70e5cf432bc5aec9030
specials.html,1715531199250,e92ef9bb54b841516024f8b6186cc71bd53747ece36f0b5033bfbed3623fa601
assets/img/weekend-special.jpeg,1715531068306,c5f747fed9e2db407fe7a5bc27eb5d78f21a22e17ae9ecab4ad8a2e8f27d131e
assets/img/pasta-penne.jpeg,1715531082207,9dd8e85ecfae4b061f58edd7a6c106b649052d611cb4012fb5672b2ca825b2de
style.css,1715531870478,2f0a03492a67dc854dcfb374119d4b109d710531a56d77d080c48d4b4c0afb67
Binary file removed public/assets/img/lanterna-navidad.png
Binary file not shown.
Binary file added public/assets/img/pizza-slice.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/assets/img/pizza.jpeg
Binary file not shown.
Binary file removed public/assets/img/pizza_slice.jpg
Binary file not shown.
Binary file removed public/assets/img/tomato.png
Binary file not shown.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ <h2 class="openingHours-title text-center">Opening Hours</h2>
<img src="assets/img/pasta-pomodoro-tomato-noodle-dish-wild-growth-preview.jpg" class="d-block" alt="..." />
</div>
<div class="carousel-item">
<img src="assets/img/pizza_slice.jpg" class="d-block" alt="..." />
<img src="assets/img/pizza-slice.jpeg" class="d-block" alt="..." />
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide="prev">
Expand Down
5 changes: 1 addition & 4 deletions public/specials.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,9 @@
<div class="container">
<div class="row">
<h1>Specials</h1>
<div class="intro-text special-body col-lg-4">
<div class="intro-text special-body col-lg-8">
<img src="assets/img/pasta-penne.jpeg" alt="Specials" class="img-fluid">
</div>
<div class="intro-text special-body col-lg-4">
<img src="assets/img/weekend-special.jpeg" alt="Specials" class="img-fluid">
</div>
<div class="col-lg-4 food-icon-group">
<i class="fa-solid fa-pizza-slice fa-3x food-icons"></i>
<i class="fa-solid fa-wine-bottle fa-3x food-icons"></i>
Expand Down

0 comments on commit 9dc6a82

Please sign in to comment.