Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Fix content branch and dashboard footer #34

Merged
merged 1 commit into from
May 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions branches/templates/branches.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<!-- ======= Branches Section ======= -->
<section id="specials" class="about specials mt-5">
<div class="content-title">
<h2><strong>Our Locations</strong></h2>
<h2 style="position: relative; z-index: 10;"><strong>Our Locations</strong></h2>
</div>
{% for branch in all_branches %}
<div class="container mt-5" data-aos="fade-up">
Expand Down Expand Up @@ -39,7 +39,7 @@ <h3>{{ branch.branch_name }}</h3>
{% for opening_hour in branch.opening_hours.all %}
{% if opening_hour.day != 'CL' %}
<li>{{ opening_hour.get_day_display }}
{{ opening_hour.open_time|time:"H:i" }} - {{ opening_hour.close_time|time:"H:i" }}</li>
{{ opening_hour.open_time|time:"H:i" }} AM - {{ opening_hour.close_time|time:"H:i" }} PM</li>
{% else %}
<li>{{ opening_hour.get_day_display }}</li>
{% endif %}
Expand All @@ -53,8 +53,8 @@ <h3>{{ branch.branch_name }}</h3>
<br>
{% endfor %}
<div class="content-title" data-aos="fade-up">
<p>Thank you for choosing Yummy Food Restaurant. We look forward to serving you and being a part of your
culinary journey.</p>
<p style="position: relative; z-index: 10;"><strong>Thank you for choosing Yummy Food Restaurant. We look forward to serving you and being a part of your
culinary journey.</strong></p>
</div>
</section>
<!-- End About Section -->
Expand Down
6 changes: 3 additions & 3 deletions templates/base-dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ <h3>Yummy</h3>
<p>
Bukit Bintang <br />
Kuala Lumpur, Malaysia<br /><br />
<strong>Phone:</strong> +60113507898<br />
<strong>Phone:</strong> +601135074320<br />
<strong>Email:</strong> [email protected]<br />
</p>
</div>
Expand All @@ -110,8 +110,8 @@ <h4>Useful Links</h4>
</div>

<div class="col-lg-4 col-md-6 footer-newsletter">
<h4>Our Resturant</h4>
<p>Savor the Flavor, Delight in Every Bite!</p>
<h4>Our Restaurants</h4>
<p>Where Every Bite is a Delight. Fast Delivery, Fresh Taste!</p>
</div>
</div>
</div>
Expand Down
Loading