ayushsarode / CardConnect-HacktoberfestEdition23

Join us for Hacktoberfest 2023! Beginner-friendly Repository, Start your Open-Source Journey!

Home Page:https://hacktober-fest2023-profile-card.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to the Open-Source Contribution Repository!


πŸ“ƒ Table of Contents

  1. Introduction
  2. Get started with Open-source
  3. Questions or Help Needed?
  4. Authors
  5. Repository Status
  6. Our Contributors

🌐 Purpose

This repository is dedicated to welcoming new contributors to the world of Open-source software development. We believe that open source is a collaborative endeavor, and we are excited to have you on board!

We welcome you to contribute and enhance your skills to participate in Open-source development with us :)

PS: In this repository, we are focused on encouraging Open-source contributing and this repository is just for acquainting our contributors with Open-source, i.e. PRs made here won't count for Hactoberfest.


🌱 Get started with Open-source

If you're new to open source or just looking to contribute to a project in Hactoberfest, here are some steps to help you get started:

  1. Register for Hacktoberfest on the official website: Hacktoberfest

  2. 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.
forked!
  1. Check out all intructions before beginning to contribute.

In our repository,
a. 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>

b. Navigate to the "index.html" file, access the editing mode, insert the provided code above this comment
<!-- Please place the code above this line --> in html 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
  1. Create a Pull Request to add the changes to the repository.
    Here, please change the title to "added {your-name}"

  2. Please patiently await the repository maintainer's review and be open to making further changes if requested. Your cooperation and flexibility are greatly appreciated!

For More Details check out contributing.md



βš’ Questions or Help Needed?

If you have any questions or need assistance, feel free to open an issue or reach out to our community. We are here to help!

πŸ‘¨β€πŸ’» Authors

πŸ“Š Repo Status

GitHub PR Open GitHub PR closed

πŸ‘₯ Our Contributors


Thank you to all the amazing contributors~
Show some ❀️ by starring this awesome repository!

About

Join us for Hacktoberfest 2023! Beginner-friendly Repository, Start your Open-Source Journey!

https://hacktober-fest2023-profile-card.vercel.app/

License:MIT License


Languages

Language:HTML 87.6%Language:CSS 11.1%Language:JavaScript 1.4%