Skip to content

Commit

Permalink
Merge pull request #1297 from roushan-code/add_nav_in_contact_page_in…
Browse files Browse the repository at this point in the history
…_mobile_view

add_nav_in_contact_page_in_mobile_view
  • Loading branch information
SurajPratap10 authored Oct 21, 2024
2 parents f56c151 + 0e9851d commit c66bffd
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 c66bffd

Please sign in to comment.