Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding location [Google map] in the website #1427

Merged
merged 2 commits into from
Jul 23, 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
2 changes: 2 additions & 0 deletions Html-files/contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ <h1>GET IN TOUCH</h1>
</p>
<div class="row g-4 align-items-stretch">
<div class="col-lg-4">
<a href="ordertracking.html" style="text-decoration: none;color: black;">
<div class="single-contact d-flex">
<div class="icon">
<i class="fa-solid fa-location-dot" style="top: 13px; left: 15px"></i>
Expand All @@ -170,6 +171,7 @@ <h5 class="title">Location</h5>
<p>123 Food Street, Culinary City, 56789</p>
</div>
</div>
</a>
</div>
<div class="col-lg-4">
<div class="single-contact d-flex">
Expand Down
Loading
Loading