Skip to content

Commit

Permalink
fix link-explore issue
Browse files Browse the repository at this point in the history
  • Loading branch information
xetnopnawab committed Nov 22, 2024
1 parent 8d69eaf commit 693d001
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
9 changes: 7 additions & 2 deletions Experience/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@
<body oncontextmenu="return false">
<!-- navbar starts -->
<header>
<a href="#home" class="logo"><i class="fab fa-node-js"></i> Nawab</a>
<a href="https://xetnopnawab.github.io/nawab-dev/" class="logo"
><i class="fab fa-node-js"></i> Nawab</a
>

<div id="menu" class="fas fa-bars"></div>
<nav class="navbar">
Expand Down Expand Up @@ -78,7 +80,10 @@ <h3>Junior Engineer | MERN Stack Developer</h3>
</div>

<div class="morebtn">
<a href="/#experience" class="btn">
<a
href="https://xetnopnawab.github.io/nawab-dev/#experience"
class="btn"
>
<i class="fas fa-arrow-left"></i>
<span>Back to Home</span>
</a>
Expand Down
6 changes: 4 additions & 2 deletions Projects/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@
<body oncontextmenu="return false">
<!-- navbar starts -->
<header>
<a href="#home" class="logo"><i class="fab fa-node-js"></i> Nawab</a>
<a href="https://xetnopnawab.github.io/nawab-dev/" class="logo"
><i class="fab fa-node-js"></i> Nawab</a
>

<div id="menu" class="fas fa-bars"></div>
<nav class="navbar">
Expand Down Expand Up @@ -77,7 +79,7 @@ <h3>Portfolio Website</h3>
</div>

<div class="backbtn">
<a href="/#work" class="btn">
<a href="https://xetnopnawab.github.io/nawab-dev/#work" class="btn">
<i class="fas fa-arrow-left"></i>
<span>Back to Home</span>
</a>
Expand Down

0 comments on commit 693d001

Please sign in to comment.