Skip to content

Commit

Permalink
Merge pull request #405 from PIYUSH1525/main
Browse files Browse the repository at this point in the history
Redirecting to home upon clicking on logo icon
  • Loading branch information
kartikayasija committed Jun 23, 2023
2 parents 139e512 + ababbc9 commit c3a9e64
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ServiceSection/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<nav class="navBar1">
<div class="fullNav">
<div id="logo">
<img src="../img/logo/navLogo.png" alt="AISKCON-Construction" />
<a href="../index.html"><img src="../img/logo/navLogo.png" alt="AISKCON-Construction" /></a>
</div>
<ul class="list1">
<li id="home"><a href="../">Home</a></li>
Expand Down
2 changes: 1 addition & 1 deletion aboutUs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<nav class="navBar1">
<div class="fullNav">
<div id="logo">
<img src="../img/logo/navLogo.png" alt="AISKCON-Construction" />
<a href="../index.html"><img src="../img/logo/navLogo.png" alt="AISKCON-Construction" /></a>
</div>
<ul class="list1">
<li id="home"><a href="../">Home</a></li>
Expand Down
2 changes: 1 addition & 1 deletion contact/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<nav class="navBar1">
<div class="fullNav">
<div id="logo">
<img src="../img/logo/navLogo.png" alt="AISKCON-Construction" />
<a href="../index.html"><img src="../img/logo/navLogo.png" alt="AISKCON-Construction" /></a>
</div>
<ul class="list1">
<li id="home"><a href="../">Home</a></li>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<nav class="navBar1">
<div class="fullNav">
<div id="logo">
<img src="./img/logo/navLogo.png" alt="AISKCON-Construction" />
<a href="index.html"><img src="./img/logo/navLogo.png" alt="AISKCON-Construction" /></a>
</div>
<ul class="list1">
<li id="home"><a href="./">Home</a></li>
Expand Down
2 changes: 1 addition & 1 deletion repair/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<nav class="navBar1">
<div class="fullNav">
<div id="logo">
<img src="../img/logo/navLogo.png" alt="AISKCON-Construction" />
<a href="../index.html"><img src="../img/logo/navLogo.png" alt="AISKCON-Construction" /></a>
</div>
<ul class="list1">
<li id="home"><a href="../">Home</a></li>
Expand Down

0 comments on commit c3a9e64

Please sign in to comment.