Skip to content

Commit

Permalink
added limited promotion, pizza
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabscg committed Apr 5, 2024
1 parent 2893a3e commit 13053c7
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 15 deletions.
Binary file modified .DS_Store
Binary file not shown.
8 changes: 4 additions & 4 deletions .firebase/hosting.cHVibGlj.cache
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
index.html,1711678866079,56ab26c8720926b0589c15ce54d17b7ccb1dd126d201652167445482ebaf1943
index.js,1701386878088,b2210324b7cda17a8dcb66fcacd3a1524d6df850fab6facb1c7b350372002a99
style.css,1711679265962,45ccdf159a77bcea28871d856543fa5469bf04562d64f39b8cda5a6f7e2e3e42
assets/img/Lanterna-restaurant.png,1700433650788,b2762ffb6762c82ca607b77748975324a55e0445be99f568da7e43c61c2a44fa
assets/img/beef-cooking-cuisine-delicious-preview.jpg,1701290435692,fd214e302095ee1cc88be1e6aa8b2a99375c0a1e67f61a1c6c1238aa188bb936
assets/img/bruschetta.jpeg,1700433650789,50d3334fa220bd2e34cdb852bc1de1b2cc3fbf9a2ed856ddcaa6cfe0eb53a59b
assets/img/easter-ad.jpeg,1711315761938,71bf899a9923d3293a22c392d9e72754ec3dff79e4f47def69207d4fc4fb65f1
assets/img/easter-special.jpeg,1711677976332,b839165261903e4c03d83a2608512b85d4d60a28766575a5495668fff9512943
assets/img/favicon.ico,1700433650790,34e7a2175304b73242b08f67c85aed75decf48f33374c79ec60b6cfac35aa236
assets/img/fettuccine.jpeg,1701290099198,7c0b3efac4dc39a38bcdaa4e604c1db0a73fe7c020deba0521ec9ed27a952985
assets/img/lanterna-navidad.png,1701290164692,17ad20a93891ab518cb52b816d25ae7f8f799431f89a52118b1fb48d167b5c26
Expand All @@ -18,7 +21,4 @@ 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,1711678147002,7d305da53087609f60f539bcf6e04ab4e1480572173b480a810f203099421343
style.css,1711679265962,45ccdf159a77bcea28871d856543fa5469bf04562d64f39b8cda5a6f7e2e3e42
index.html,1711678866079,56ab26c8720926b0589c15ce54d17b7ccb1dd126d201652167445482ebaf1943
assets/img/easter-special.jpeg,1711677976332,b839165261903e4c03d83a2608512b85d4d60a28766575a5495668fff9512943
specials.html,1712017542098,c1dd6ccea987263e28bfb807cda0920277b9dbbcc17cdaba6052ec544fa7b4ac
Binary file removed public/assets/img/easter-ad.jpeg
Binary file not shown.
Binary file removed public/assets/img/easter-special.jpeg
Binary file not shown.
Binary file modified public/assets/img/pizza.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -547,9 +547,9 @@ <h2>NOTICE</h2>

</P>
</div>
<div class="info-container">
<!-- <div class="info-container">
<img class="easter-info" src="./assets/img/easter-ad.jpeg" alt="restaurant" class="img-fluid">
</div>
</div> -->

<footer>
<div class="marketplace">
Expand Down
2 changes: 1 addition & 1 deletion public/specials.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<div class="row">
<h1>Specials</h1>
<div class="intro-text special-body col-lg-8">
<!-- <img src="assets/img/easter-special.jpeg" alt="Specials" class="img-fluid"> -->
<img src="assets/img/pizza.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>
Expand Down
18 changes: 10 additions & 8 deletions public/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -444,6 +444,7 @@ footer {
margin-top: 120px;
height: 100%;
z-index:-2;
position: sticky;
}
.specials-img{
box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2), 0 25px 25px 0 rgba(0, 0, 0, 0.19);
Expand All @@ -454,14 +455,6 @@ footer {
padding: 30px auto;
}

.our-specials{
background-color: black;
opacity: 0.7;
border-radius: 50px;
width:500px;
height: 200px;
text-align: center;
}
.title-specials {
font-family: 'Allura', cursive;
}
Expand Down Expand Up @@ -626,6 +619,15 @@ footer {
width: full-width;
margin-top: 0;
}

#specials{
background-size: cover;
background-repeat: no-repeat;
height: auto;
background-position: center center;
width: full-width;
margin-top: 0;
}
.navbar{
background-image: none;
background-color:black;
Expand Down

0 comments on commit 13053c7

Please sign in to comment.