Skip to content

Commit

Permalink
nonas-lasagna
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabscg committed Jun 29, 2024
1 parent 16a1f34 commit 5c9536f
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .firebase/hosting.cHVibGlj.cache
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
index.html,1718847398792,8aa2af60f1c0f5cbe79c965eedd32444f5a5bd4a254edc112c7adc144e1c1725
index.js,1701386878088,b2210324b7cda17a8dcb66fcacd3a1524d6df850fab6facb1c7b350372002a99
specials.html,1715656100225,aa14c611bdc54d64736ec98d44b132d431137013bbbe23f0043bbf208ddc3c00
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 @@ -17,5 +17,6 @@ assets/img/specials-background.jpeg,1700433650808,253c2e2ed0c7b8677663d74af84bbe
assets/img/tomatoes.jpeg,1708053417878,7eacbc5b4f7c8c5f199bd7f746df85ccda7ec53bac765e1aa4d6138a4c3d853b
assets/img/tortellini.jpeg,1700953770228,410738be8d7b5da974060d350ab440f74ffd094eb208a70e5cf432bc5aec9030
assets/img/weekend-special.jpeg,1715531068306,c5f747fed9e2db407fe7a5bc27eb5d78f21a22e17ae9ecab4ad8a2e8f27d131e
style.css,1718847604450,98d69d5b9ac6dab8aee63fe756148b9bdae61fb3d8f87394322ffb0c4d9dfeab
index.html,1718847398792,8aa2af60f1c0f5cbe79c965eedd32444f5a5bd4a254edc112c7adc144e1c1725
specials.html,1719348835327,3a4bce8ae0931c3585a3fa770a2198dc92f5f433f1ba39f18bc117530debeb68
style.css,1719349057624,98d69d5b9ac6dab8aee63fe756148b9bdae61fb3d8f87394322ffb0c4d9dfeab
assets/img/pizza-promo.jpg,1719348804420,0aa0a2897cb1ea5ffb324dad77f9e80845c4be3d67ad93b35dca72d667f69098
Binary file removed public/assets/img/Lanterna-restaurant.png
Binary file not shown.
Binary file not shown.
Binary file removed public/assets/img/bruschetta.jpeg
Binary file not shown.
Binary file added public/assets/img/nonas-lasagna.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion public/specials.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,12 @@
<div class="container">
<div class="row">
<h1>Specials</h1>
<div class="intro-text special-body col-lg-8">
<div class="intro-text special-body col-lg-4">
<img src="assets/img/pizza-promo.jpg" alt="Specials" class="img-fluid">
</div>
<div class="intro-text special-body col-lg-4">
<img src="assets/img/nonas-lasagna.jpg" alt="lasagna" 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
1 change: 1 addition & 0 deletions public/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -511,6 +511,7 @@ footer {
}

.img-fluid{
align-items: center!important;
box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2), 0 25px 25px 0 rgba(0, 0, 0, 0.19);
}
.easter-info{
Expand Down

0 comments on commit 5c9536f

Please sign in to comment.