Hacktoberfest is an annual month-long celebration of open source software, organized by DigitalOcean in partnership with GitHub. It encourages contributions to open source projects by offering exciting rewards to participants.
During the month of October, individuals are invited to contribute to open source projects on GitHub. To be eligible for rewards, participants must make a minimum of four valid pull requests to any public repository. This is a great opportunity for both beginners and experienced developers to get involved in the open source community.
-
Register for Hacktoberfest on the official website: Hacktoberfest.
-
Fork the Repository:
- Click the "Fork" button in the upper-right corner of the repository's page. This creates a copy (fork) of the repository in your GitHub account.
- Copy the HTML code below and replace the placeholders with your information and URLs:
<figure class="Card">
<div class="profile-image"><img src="{IMAGE-URL}" alt="Profile-Image" /></div>
<figcaption>
<h3>{YOUR_NAME}</h3>
<h5 class="Role">Contributor</h5>
<div class="line"></div>
<div class="icons">
<a href="GITUHB_URL" target="_blank"><i class="ion-social-github" id="github"></i></a>
<a href="TWITTER_URL" target="_blank"><i class="ion-social-twitter" id="twitter"></i></a>
<a href="LINKEDIN_URL" target="_blank"><i class="ion-social-linkedin" id="linkedin"></i></a>
</div>
</figcaption>
</figure>
- Navigate to the "index.html" file, access the editing mode, insert the provided code after the 44th line and save the file.
- Replace {IMAGE-URL} with your image URL, {YOUR_NAME} with your name, GITUHB_URL with your GitHub URL, TWITTER_URL with your Twitter URL, and LINKEDIN_URL with your LinkedIn URL.
- Note: If you don't have an account on a particular platform, just remove the corresponding anchor tag block
-
Create a Pull Request to add the changes to this repository. Please change the title to "added"
-
Please patiently await the repository maintainer's review and be open to making further changes if requested. Your cooperation and flexibility are greatly appreciated!