Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,16 @@
<a href="index.html" id="home-button">
<img src="Icon.svg" alt="Hacktoberfest Logo" id="logo">
</a>
<a href="logiin.html" id="login-button">Login</a>
<a href="logiin.html" id="login-button">Enter</a>
</nav>
<img src="hacktoberfest-banners.png" alt="You should see a banner here!" id="hacktoberfest-banner">

<div id="claim-container" style="display: flex; justify-content: center; margin: 30px;">
<a href="claim.html" id="claim-link">Claim Your T-Shirt Now!</a>
<a href="claim.html" id="claim-link">Claim Your T-Shirt Now!</a>
</div>
<div style="text-align: center; font-size: 20px;"><a href="https://hacktoberfest.digitalocean.com/">Click here for more information</a></div>



</body>

Expand Down