Skip to content

Commit

Permalink
Merge pull request #526 from devarsheecodess/main
Browse files Browse the repository at this point in the history
Fixed Homepage header
  • Loading branch information
vimistify authored Oct 11, 2024
2 parents b9be667 + 139ef40 commit 3e133a2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 0 additions & 1 deletion contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,6 @@ <h3 style="font-size: 1.5rem; margin-bottom: 10px; color: #2980b9;">Subscribe to
behavior: 'smooth'
});
});
});
</script>
</body>

Expand Down
6 changes: 4 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -493,6 +493,10 @@
<li>
<a href="nearby.html" id="team-link" onclick="changeContent('team')">NearBy</a>
</li>
<li>
<a href="Feedback.html" id="contact-link" onclick="changeContent('contact')"><i
class="fa-solid fa-clipboard"></i> Feedback</a>
</li>
</ul>
</nav>
<div class="buttons">
Expand All @@ -505,8 +509,6 @@
</div>
</header>



<div class="content" id="main-content" >
<h1>Welcome to the Ambulance Monitoring System</h1>
<div class="grid">
Expand Down

0 comments on commit 3e133a2

Please sign in to comment.