Skip to content

Commit

Permalink
add button to dev.html
Browse files Browse the repository at this point in the history
  • Loading branch information
r3tr0ananas committed Apr 6, 2024
1 parent 4c65131 commit e282ad5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/devs.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<div class="absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 text-center">
<div class="hidden lg:block font-bold text-5xl">Developers</div>

<div class="flex md:flex-row flex-col lg:mt-12 md:gap-12 gap-6">
<div class="flex md:flex-row flex-col mt-12 md:gap-12 gap-6">
<a href="https://github.com/Poseidon444">
<img src="https://avatars.githubusercontent.com/u/87462580" class="rounded-full mx-auto" width="100">
<p class="mt-5">Poseidon444</p>
Expand Down
7 changes: 7 additions & 0 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@ <h2 style="text-shadow: black 1px 1px 4px;" class="my-5 lg:my-7 sm:text-sm text-
Install
</button>
</a>

<a href="./devs.html">
<button class="select-none bg-slate-100 text-stone-950 px-3 py-2
hover:scale-110 transition-all duration-300 rounded-xl text-xl lg:text-2xl font-extrabold">
Developers
</button>
</a>
</div>

<footer id="footer-placeholder"></footer>
Expand Down

0 comments on commit e282ad5

Please sign in to comment.