Skip to content

Commit

Permalink
added businesshours footer
Browse files Browse the repository at this point in the history
  • Loading branch information
Vuddagiri.BhanuLakshmiAiswarya authored and Vuddagiri.BhanuLakshmiAiswarya committed Jan 3, 2024
1 parent a6bf271 commit f585479
Show file tree
Hide file tree
Showing 2 changed files with 106 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/Modules/SimplCommerce.Module.Core/wwwroot/site.css
Original file line number Diff line number Diff line change
Expand Up @@ -475,4 +475,20 @@ li.nav-item-group, li.nav-item-group a {

.modal-padding {
padding: 10px 10px 10px 10px;
}

.businesshours {
background-color:#455A64;
color:white;
padding-left:10px;
padding-right:10px;
}
.day {
color: #B0BEC5;
}
.time {
color:#FFB300;
}
.closed{
color:red;
}
90 changes: 90 additions & 0 deletions src/SimplCommerce.WebHost/Views/Shared/_Layout.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,96 @@
</div>
</div>
<hr />
@if (User.IsInRole("admin"))
{
<div class="businesshours">
<h5 class="day">OUR BUSINESS HOURS</h5>
<hr/>
<div class="row">
<div class="col-md-4">
La Romana &amp; Fils &commat; Ghlin
</div>
<div class="col-md-4">
La Romana &amp; Fils &commat; Nivellas
</div>
<div class="col-md-4">
La Romana &amp; Fils &commat; Lens
</div>
</div>
<div class="row">
<div class="col-md-2 day">
<p>Monday</p>
<p>Tuesday</p>
<p>Wednesday</p>
<p>Thursday</p>
<p>Friday</p>
<p>Saturday</p>
<p>Sunday</p>
</div>
<div class="col-md-2 time">
<p>9h00-19h00</p>
<p>9h00-19h00</p>
<p>9h00-19h00</p>
<p>9h00-19h00</p>
<p>9h00-19h00</p>
<p>9h00-19h00</p>
<p>10h00-13h00</p>
</div>
<div class="col-md-2 day">
<p>Monday</p>
<p>Tuesday</p>
<p>Wednesday</p>
<p>Thursday</p>
<p>Friday</p>
<p>Saturday</p>
<p>Sunday</p>
</div>
<div class="col-md-2 time">
<p class="closed">Closed</p>
<p>10h00-20h00</p>
<p>10h00-20h00</p>
<p>10h00-20h00</p>
<p>10h00-20h00</p>
<p>10h00-19h00</p>
<p>10h00-14h00</p>
</div>
<div class="col-md-2 day">
<p>Monday</p>
<p>Tuesday</p>
<p>Wednesday</p>
<p>Thursday</p>
<p>Friday</p>
<p>Saturday</p>
<p>Sunday</p>
</div>
<div class="col-md-2 time">
<p class="closed">Closed</p>
<p>10h00-19h00</p>
<p>10h00-19h00</p>
<p>10h00-19h00</p>
<p>10h00-20h00</p>
<p>10h00-20h00</p>
<p class="closed">Closed</p>
</div>
</div>
<div class="row">
<div class="col-md-4">
<i class="fa fa-phone"></i><a> +32 (0)65 34 83 18</a>
<p><i class="fa fa-envelope"></i> ghlin@laromana-fils.be</p>
</div>
<div class="col-md-4">
<i class="fa fa-phone"></i><a> +32 (0)67 33 96 54</a>
<p><i class="fa fa-envelope"></i> nivelles@laromana-fils.be</p>

</div>
<div class="col-md-4">
<i class="fa fa-phone"></i><a> +32 (0)65 59 52 32</a>
<p><i class="fa fa-envelope"></i> lens@laromana-fils.be</p>
</div>
</div>
</div>
<hr/>
}
<!--
You are freely remove or change this copyright notice below.
If you like SimplCommerce and want to help us continue to develop it then
Expand Down

0 comments on commit f585479

Please sign in to comment.