Skip to content

Commit

Permalink
Merge pull request #1798 from govindbairi/newreq
Browse files Browse the repository at this point in the history
Redirecting to Home Page using logo and logo text On Blog and About pages
PriyaGhosal authored Oct 31, 2024
2 parents 25ef23b + 6474ddb commit 76b4468
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
@@ -161,7 +161,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 -->
@@ -640,8 +640,9 @@ <h3>PRIYA Ghosal</h3>
.hover-color:hover {
color: rgb(199, 59, 159);
/* Change color on hover */
=======

/* Navbar style */
}

.nav-link {
position: relative;
2 changes: 1 addition & 1 deletion blog.html
Original file line number Diff line number Diff line change
@@ -628,7 +628,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">

0 comments on commit 76b4468

Please sign in to comment.