Skip to content

Commit d92375b

Browse files
committed
x
1 parent e8aa285 commit d92375b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

JS/App.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -256,8 +256,8 @@ $('#MyWorksWrap nav .WebPageNavD').mouseenter(function () {
256256
background: '#808080', ease: 'power4.out', duration: 1.3,
257257
})
258258
// My Works WebPageD PageLinks---------------------
259-
$("#MyWorksWrap #PageLinks a:nth-child(1)").attr("href", "/iCodeAyush Code/Pages/Error404/Error404.html");
260-
$("#MyWorksWrap #PageLinks a:nth-child(2)").attr("href", "/iCodeAyush Code/Pages/Error404/Error404.html");
259+
$("#MyWorksWrap #PageLinks a:nth-child(1)").attr("href", "./Pages/Error404/Error404.html");
260+
$("#MyWorksWrap #PageLinks a:nth-child(2)").attr("href", "./Pages/Error404/Error404.html");
261261
});
262262
$('#MyWorksWrap nav .WebPageNavE').mouseenter(function () {
263263
// My Works WebPageE Title Mouseenter Animation---------------------
@@ -288,8 +288,8 @@ $('#MyWorksWrap nav .WebPageNavE').mouseenter(function () {
288288
background: '#808080', ease: 'power4.out', duration: 1.3,
289289
})
290290
// My Works WebPageE PageLinks---------------------
291-
$("#MyWorksWrap #PageLinks a:nth-child(1)").attr("href", "/iCodeAyush Code/Pages/Error404/Error404.html");
292-
$("#MyWorksWrap #PageLinks a:nth-child(2)").attr("href", "/iCodeAyush Code/Pages/Error404/Error404.html");
291+
$("#MyWorksWrap #PageLinks a:nth-child(1)").attr("href", "./Pages/Error404/Error404.html");
292+
$("#MyWorksWrap #PageLinks a:nth-child(2)").attr("href", "./Pages/Error404/Error404.html");
293293
});
294294
//---------------------/My Works---------------------
295295

Pages/Error404/Error404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta charset="utf-8">
77
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
88
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
9-
<link rel="shortcut icon" type="img/png" href="/iCodeAyush Code/img/PortfolioLogoBlack.png">
9+
<link rel="shortcut icon" type="img/png" href="../../img/PortfolioLogoBlack.png">
1010
<link rel="stylesheet" href="css/Error404.css">
1111
</head>
1212

img/Error404.jpg

107 KB
Loading

0 commit comments

Comments
 (0)