Skip to content

Commit

Permalink
Fixing button
Browse files Browse the repository at this point in the history
  • Loading branch information
MissterMan committed Nov 28, 2023
1 parent 942f6cc commit aa589d9
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
<a href="#about" class="font-clash font-semibold text-neon-third hover:underline">About Me</a>
<a href="#skills" class="font-clash font-semibold text-neon-third hover:underline">Skills</a>
<a href="#project" class="font-clash font-semibold text-neon-third hover:underline">Project</a>
<a href="https://github.com/MissterMan" class="font-clash font-semibold text-neon-third hover:underline">GitHub</a>
</div>
<div id="hamburger" class="block shrink-0 cursor-pointer flex-col space-y-1 lg:hidden">
<a class="block h-0.5 w-5 rounded-full bg-neon-third"></a>
Expand All @@ -42,6 +43,7 @@
<a href="#about" class="block font-clash font-semibold text-neon-third hover:underline">About Me</a>
<a href="#skills" class="block font-clash font-semibold text-neon-third hover:underline">Skills</a>
<a href="#project" class="block font-clash font-semibold text-neon-third hover:underline">Project</a>
<a href="https://github.com/MissterMan" class="font-clash font-semibold text-neon-third hover:underline">GitHub</a>
</div>
</div>
</nav>
Expand All @@ -57,13 +59,6 @@ <h1 data-aos="fade-right" data-aos-duration="1000" class="font-clash text-4xl fo
<div class="h-20">
<h3 id="role" class="font-clash text-lg font-medium text-neon-third"></h3>
</div>
<div class="flex h-fit w-fit items-center rounded-md bg-white" data-aos="fade-left" data-aos-duration="1000">
<div class="space-x-5 px-6 py-3">
<a href="https://github.com/MissterMan" target="_blank"><i class="fa-brands fa-github fa-2xl text-neon-second transition duration-300 hover:text-neon-dark"></i></a>
<a href="https://www.linkedin.com/in/putra-prayogi/" target="_blank"><i class="fa-brands fa-linkedin fa-2xl text-neon-second transition duration-300 hover:text-neon-dark"></i></a>
<a href="https://www.instagram.com/pra.yogi__/" target="_blank"><i class="fa-brands fa-instagram fa-2xl text-neon-second transition duration-300 hover:text-neon-dark"></i></a>
</div>
</div>
</div>
</div>
</div>
Expand Down

0 comments on commit aa589d9

Please sign in to comment.