Skip to content

Commit

Permalink
add_nav_in_contact_page_in_mobile_view
Browse files Browse the repository at this point in the history
  • Loading branch information
roushan-code committed Oct 20, 2024
1 parent f56c151 commit 0e9851d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion views/contactUs.ejs
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<%- include('includes/PRE.ejs') %>
<%- include('includes/header.ejs') %>
<%- include('includes/navbar.ejs') %>
<%- include('includes/sidebar.ejs') %>

<link rel="stylesheet" href="../public/css/style.css">
<script src="https://kit.fontawesome.com/c4254e24a8.js"></script>
Expand Down Expand Up @@ -275,7 +277,6 @@
}
</style>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.11.5/gsap.min.js"></script>

<section class="Contact-Us">
<div class="contact-top" id="slide">
<h1>Contact Us</h1>
Expand Down

0 comments on commit 0e9851d

Please sign in to comment.