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
19 changes: 19 additions & 0 deletions img1contribution.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<!-- Hacktoberfest 2025 Section -->
<section class="my-5 text-center bg-light p-5 rounded shadow-sm">
<h2 class="mb-4 text-primary">πŸŽ‰ Hacktoberfest 2025</h2>
<p class="lead mb-4">
Join <strong>Hacktoberfest 2025</strong> β€” a month-long celebration of open source!
Contribute to your favorite projects, learn from others, and earn cool rewards.
</p>
<div class="row justify-content-center">
<div class="col-md-8">
<ul class="list-group list-group-flush text-start">
<li class="list-group-item">🌱 Register at <a href="https://hacktoberfest.com" target="_blank">hacktoberfest.com</a></li>
<li class="list-group-item">πŸ’» Make 4+ valid pull requests between Oct 1–31</li>
<li class="list-group-item">🧠 Contribute meaningfully β€” fix bugs, add features, or improve docs</li>
<li class="list-group-item">🎁 Earn exclusive swags & certificates</li>
</ul>
</div>
</div>
<a href="https://github.com/search?q=label%3Ahacktoberfest+is%3Aissue+is%3Aopen" class="btn btn-primary mt-4" target="_blank">Explore Hacktoberfest Issues</a>
</section>