Skip to content

Commit

Permalink
change schedule and delete caterin information
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabscg committed Jan 2, 2024
1 parent a438077 commit 296be7d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 21 deletions.
8 changes: 4 additions & 4 deletions .firebase/hosting.cHVibGlj.cache
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ assets/img/pasta-and-flour.jpg,1700433650804,63e35c874e03eccd7d954ffcce4c07f1494
assets/img/pasta-pomodoro-tomato-noodle-dish-wild-growth-preview.jpg,1701290460782,408d3590b681777eea5cd8b5256344b6957f0c3036166d6d489db69d2343424e
assets/img/pizza.jpeg,1701290898248,c546bcd7db024ba39de035379c19073e0c295452d8d266cc1c1aa113ee2f2d64
assets/img/spaguetti-noodles.jpeg,1700953826757,964d8a52a89719bb05e57bf39509bc793b450e9c07d2b3ccf70aa983dec82cab
assets/img/special-lanterna.jpeg,1703956483741,2f847b32990f59ad24b12e6469958dc16c8e3dfca662db18b8b3bc3e63250a21
assets/img/specials-background.jpeg,1700433650808,253c2e2ed0c7b8677663d74af84bbe59fff8864ab7110aca18784231930ddf6a
assets/img/splash.png,1700433650808,c1a44dfb9da2f771b569b6adfc3e67286d1cfd9fb62e4793241ad96123d65779
assets/img/tomato.png,1700433650808,d2cced917bbe44711ebe858aca91a07a752baed8b3785dfdd6ecd25477144cc5
assets/img/tortellini.jpeg,1700953770228,410738be8d7b5da974060d350ab440f74ffd094eb208a70e5cf432bc5aec9030
specials.html,1703956889904,a9358b79b15c18d3233beb3193bf6cf707f541b9a68b5dcdeb577ee86636c284
style.css,1703959257833,faaecfdcce5ee8e3808c6f0d663ae1bcec9b809e02b988c846f78ceb1124647b
index.html,1703959287414,a8b3e85db430a908a5ce1e7635eeccd6c71a5cfd5468bdcb0a593d22fe6acf8d
assets/img/special-lanterna.jpeg,1703956483741,2f847b32990f59ad24b12e6469958dc16c8e3dfca662db18b8b3bc3e63250a21
specials.html,1704160224031,6fb1d19f20b65a89681e49aaf753a1f1b74bcad19957684e3d366b846f75468e
style.css,1704161170876,4b7387846b0b9b0c8506b1a9c246b818a0dfd96da76480c406300bcb1816212b
index.html,1704161041644,a4feaad6e814417e7b8ae4fbc935e5ed3636cc184cd4efc6be22fd6d56a302e7
20 changes: 7 additions & 13 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -391,18 +391,12 @@ <h2 class="contact-title">Our Location</h2>
referrerpolicy="no-referrer-when-downgrade">
</iframe>
</div>
<div id="contact-us" class="col-lg-4 col-md-6">
<div>
<h3 class="">Whether you are looking for an intimate dinner for your closest friend and family or a business meeting, a birthday party, or a holiday reception with a few guest; We cater to every occasion. Give us a call or E-mail us at:<br>
<div id="contact-us" class="col-lg-4 col-md-12 text-center">
<h2 class="contact-title text-center">Contact Us</h2>
<h3>For Reservations please call us at:<br><a class="contact-info" href="tel:705 505-0088"><i class="icon fa-solid fa-phone"></i>705-505-0088</a><br>
<h3>For caterin inquiries only, please E-mail us at: <br><a class="contact-info" href="mailto:[email protected]"><i class="icon fa-solid fa-envelope"></i>[email protected]</a><b>
</h3>
</h3>
</div>
</div>
<div class="text-center">
<h2 class="contact-title text-center">Contact Us</h2>
<h3>For Reservations please call us at:<a class="contact-info" href="tel:705 505-0088"><i class="icon fa-solid fa-phone"></i>705-505-0088</a><br>
<h3>For caterin inquiries only, please E-mail us at: <a class="contact-info" href="mailto:[email protected]"><i class="icon fa-solid fa-envelope"></i>[email protected]</a><b>
</h3>
</h3>
</div>
<div>
</div>
Expand All @@ -414,7 +408,7 @@ <h3>For caterin inquiries only, please E-mail us at: <a class="contact-info" hre
<h2 class="openingHours-title text-center">Opening Hours</h2>
</div>
<tr>
<th class="schedule bg-dark">Sunday<span>12:00-9pm</span></th>
<th class="schedule bg-dark">Sunday<span>12:00-8pm</span></th>
</tr>
<tr>
<th class="schedule">Monday<span>CLOSED</span></th>
Expand All @@ -426,7 +420,7 @@ <h2 class="openingHours-title text-center">Opening Hours</h2>
<th class="schedule">Wednesday<span>CLOSED</span></th>
</tr>
<tr>
<th class="schedule bg-dark">Thursday<span>CLOSED</span></th>
<th class="schedule bg-dark">Thursday<span>4pm-8pm</span></th>
</tr>
<tr>
<th class="schedule">Friday<span>12:00-8pm</span></th>
Expand Down
4 changes: 0 additions & 4 deletions public/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,6 @@ em {
iframe{
border-radius: 20px 20px 20px 20px;
box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2), 0 25px 25px 0 rgba(0, 0, 0, 0.19);

}


Expand Down Expand Up @@ -533,9 +532,6 @@ footer {


@media screen and (max-width:768px) {
body{
width: 100%;
}
:root {
width: fit-content;
}
Expand Down

0 comments on commit 296be7d

Please sign in to comment.