Skip to content

Commit

Permalink
The Contact Page PriyaGhosal#1965
Browse files Browse the repository at this point in the history
  • Loading branch information
sachinggsingh committed Nov 9, 2024
1 parent ec7f7e1 commit 2ddd431
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,8 @@
opacity: 1;
}
</style>
<body>
<!-- Unnecessary body tag ws opened here -->
<!-- <body>
<div class="container-fluid">
<header style="background-color: black; height: 85px">
<nav style="padding: 5px; width: 90%">
Expand All @@ -174,11 +175,11 @@
<h1 id="logo"><a href="#home">BuddyTrail</a></h1>
</div>
<!-- Hamburger button for mobile -->
Hamburger button for mobile
<button class="hamburger" id="hamburger">☰</button>
<ul id="nav-list">
<!-- Close button for dropdown -->
Close button for dropdown
<span class="dropdown-close-btn" id="closeBtn">×</span>
<li><a href="./index.html" class="navhover">Home</a></li>
<li><a href="team.html" class="navhover">Team</a></li>
Expand All @@ -192,7 +193,7 @@ <h1 id="logo"><a href="#home">BuddyTrail</a></h1>
>Travel Itineraries</a
>
</li>
</style>
</style> -->
<body>
<div class="container-fluid">
<header style="background-color: black;height:85px;">
Expand Down

0 comments on commit 2ddd431

Please sign in to comment.