Skip to content

Commit

Permalink
feat(links): Added links hrefs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shuvlyy committed Apr 10, 2024
1 parent 8cf1bbc commit 77ecc31
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
<!-- Stylesheets -->
<link rel="stylesheet" href="style.css">
</head>

<body>
<div class="content">
<header>
Expand All @@ -57,19 +58,20 @@ <h1>ashtek</h1>

<div class="socials">
<div class="button">
<a href="#" class="title">
<a href="https://github.com/hashtek-mc" class="title">
<img src="assets/svgs/github-logo.svg" alt="Github Logo" width=24em class="icon">
<div>Github</div>
</a>
</div>

<div class="button">
<a href="#" class="title">
<a href="https://discord.gg/rkcrSvcYfB" class="title">
<img src="assets/svgs/discord-logo.svg" alt="Discord Logo" width=24em class="icon">
<div href="#">Discord</div>
</a>
</div>
</div>
</div>
</body>

</html>

0 comments on commit 77ecc31

Please sign in to comment.