Skip to content

Commit

Permalink
newreq
Browse files Browse the repository at this point in the history
  • Loading branch information
govindbairi committed Oct 30, 2024
1 parent 69eb9dd commit 6474ddb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
<nav >
<div class="logo">
<img src="img/logo.png" id="logo-web">
<h1 id="logo"><a href="#home">BuddyTrail</a></h1>
<h1 id="logo"><a href="index.html">BuddyTrail</a></h1>
</div>

<!-- Hamburger button for mobile -->
Expand Down Expand Up @@ -617,8 +617,9 @@ <h3>PRIYA Ghosal</h3>
.hover-color:hover {
color: rgb(199, 59, 159);
/* Change color on hover */
=======

/* Navbar style */
}

.nav-link {
position: relative;
Expand Down
2 changes: 1 addition & 1 deletion blog.html
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,7 @@
<header class="main-head">
<div class="logo">
<img src="img/logo.png" id="logo-web" />
<h1 id="logo"><a href="#home">BuddyTrail</a></h1>
<h1 id="logo"><a href="index.html">BuddyTrail</a></h1>
</div>
<nav>
<ul id="nav-list">
Expand Down

0 comments on commit 6474ddb

Please sign in to comment.