Skip to content

Commit

Permalink
added img for specials, lasagna and salmon
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabscg committed Feb 16, 2024
1 parent 757adba commit 0a40bd1
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .firebase/hosting.cHVibGlj.cache
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
index.js,1701386878088,b2210324b7cda17a8dcb66fcacd3a1524d6df850fab6facb1c7b350372002a99
specials.html,1704160224031,6fb1d19f20b65a89681e49aaf753a1f1b74bcad19957684e3d366b846f75468e
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,6 +18,5 @@ assets/img/specials-background.jpeg,1700433650808,253c2e2ed0c7b8677663d74af84bbe
assets/img/splash.png,1700433650808,c1a44dfb9da2f771b569b6adfc3e67286d1cfd9fb62e4793241ad96123d65779
assets/img/tomato.png,1700433650808,d2cced917bbe44711ebe858aca91a07a752baed8b3785dfdd6ecd25477144cc5
assets/img/tortellini.jpeg,1700953770228,410738be8d7b5da974060d350ab440f74ffd094eb208a70e5cf432bc5aec9030
specials.html,1704160224031,6fb1d19f20b65a89681e49aaf753a1f1b74bcad19957684e3d366b846f75468e
style.css,1704161170876,4b7387846b0b9b0c8506b1a9c246b818a0dfd96da76480c406300bcb1816212b
index.html,1704161041644,a4feaad6e814417e7b8ae4fbc935e5ed3636cc184cd4efc6be22fd6d56a302e7
style.css,1704234944800,a31bd72c19650136c0415b78838ecd74fe84d253d06461b8d8df47dd21f3a0e0
index.html,1704233880984,fdc815158ff19a262bbee9e02084aa83b0f6c29f9966ecbcbbf6cf044b15e124
Binary file added public/assets/img/meat_lasagna.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 added public/assets/img/special_lanterna.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 added public/assets/img/tomatoes.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 8 additions & 3 deletions public/specials.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,14 @@
<div class="container">
<div class="row">
<h1>Specials</h1>
<!-- <div class="intro-text special-body col-lg-8">
<img class="notice-body" src="./assets/img/special-lanterna.jpeg" alt="Pizza" />
</div> -->
<div class="intro-text special-body col-lg-4">
<img class="notice-body" src="./assets/img/special_lanterna.jpeg" alt="Pizza" />

</div>
<div class="intro-text special-body col-lg-4">
<img class="notice-body" src="./assets/img/meat_lasagna.jpeg" alt="Pizza" />

</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
11 changes: 8 additions & 3 deletions public/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -416,10 +416,13 @@ footer {
margin-bottom: 0;
font-size: x-large;
padding: 20px;
text-align: center;
height: 100%;;
}

.special-body {
padding-top: 50px;

}


Expand All @@ -433,16 +436,18 @@ footer {
}

#specials {
background: url("assets/img/specials-background.jpeg");
background: url("assets/img/tomatoes.jpeg");
background-position: center;
background-size: 100% 100%;
background-size: cover;
background-repeat: no-repeat;
margin-top: 120px;
height: 100%;
z-index:-2;
}
.specials-img{
box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2), 0 25px 25px 0 rgba(0, 0, 0, 0.19);
width: 100%;
height: 200px;
height: auto;
object-fit: cover;
margin:30px auto !important;
padding: 30px auto;
Expand Down

0 comments on commit 0a40bd1

Please sign in to comment.