Skip to content

Commit

Permalink
fix discord link
Browse files Browse the repository at this point in the history
+ delete unused lines at the end
  • Loading branch information
Stzyxh committed Jun 13, 2024
1 parent a900ac7 commit 352d102
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ <h1>404</h1>
&copy; 2024 Stzyxh
</footer>
</body>
</html>
</html>
2 changes: 1 addition & 1 deletion 404_style.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ footer {
@keyframes fadeInText {
from { opacity: 0; }
to { opacity: 1; }
}
}
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="overlay"></div>
<div class="overlay"></div>

<section class="yyes">
<h1>Hey, I'm Stzyxh!</h1>
Expand All @@ -22,7 +22,7 @@ <h1>Hey, I'm Stzyxh!</h1>
<a href="https://namemc.com/profile/Stzyxh.1" target="_blank">
<img src="images/namemc.png" alt="NameMc">
</a>
<a href="discordapp.com/users/1045989422312718366" target="_blank">
<a href="https://www.discordapp.com/users/.Styxh." target="_blank">
<img src="images/discord.png" alt="Discord">
</a>
<a href="https://www.youtube.com/@Stzyxhmc" target="_blank">
Expand Down Expand Up @@ -72,4 +72,4 @@ <h2>The earth is our home - Let's stand up together for a better future!</h2>
});
</script>
</body>
</html>
</html>
2 changes: 1 addition & 1 deletion pages/style_responsibility.css
Original file line number Diff line number Diff line change
Expand Up @@ -138,4 +138,4 @@ footer {
@keyframes fadeInFooter {
from { opacity: 0; }
to { opacity: 1; }
}
}
2 changes: 1 addition & 1 deletion scripts/404_scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ document.addEventListener('DOMContentLoaded', function() {
setTimeout(function() {
document.querySelector('footer').style.opacity = '1';
}, 3000);
});
});

0 comments on commit 352d102

Please sign in to comment.