All Projects → ShimilSAbraham → Hacktoberfest-2021

ShimilSAbraham / Hacktoberfest-2021

Licence: Apache-2.0 License
This Repo is created for beginners to promote open source contribution (hacktoberfest). The steps are provided in the readme file. Give it a star⭐ if you liked it :)

Programming Languages

HTML
75241 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Hacktoberfest-2021

HacktoberFest21
A beginner friendly repository for HacktoberFest 2021
Stars: ✭ 45 (-13.46%)
Mutual labels:  beginner, hacktoberfest2021
HACKTOBERFEST2021 INSPIRATION
😎A Hacktoberfest-2021 Contribution Repository For Beginners😎...Simplest Repo for Beginners👨‍💻👨‍💻👨‍💻...Add your Profile Details, Photo and Inspirational Quote 🙌🙌🙌& There you go to do your first PR❤❤❤
Stars: ✭ 30 (-42.31%)
Mutual labels:  beginner, hacktoberfest2021
HacktoberFest2021
Make changes on the website and check them.🎃
Stars: ✭ 0 (-100%)
Mutual labels:  beginner, hacktoberfest2021
HacktoberFest2021
Beginner-friendly repository for Hacktober Fest 2021. Start your contribution to open source through baby steps. 💜
Stars: ✭ 33 (-36.54%)
Mutual labels:  beginner, hacktoberfest2021
hacktoberfest-beginner
Make your first contribution for Hacktoberfest in the simplest way
Stars: ✭ 16 (-69.23%)
Mutual labels:  beginner, hacktoberfest2021
Hacktoberfest2021 beginners
Hactoberfest repo for absolute beginners.
Stars: ✭ 39 (-25%)
Mutual labels:  beginner, hacktoberfest2021
Hacktoberfest-hackedoff
This Repo contains easy javascript questions for beginners to participate in Hacktoberfest 2021.
Stars: ✭ 14 (-73.08%)
Mutual labels:  beginner, hacktoberfest2021
konker-platform
IoT Platform
Stars: ✭ 33 (-36.54%)
Mutual labels:  hacktoberfest2021
Dev-Geeks
Open Source Project
Stars: ✭ 16 (-69.23%)
Mutual labels:  hacktoberfest2021
eviloffice
Inject Macro and DDE code into Excel and Word documents (reverse shell)
Stars: ✭ 44 (-15.38%)
Mutual labels:  hacktoberfest2021
randomcodegenerator.lol
Need some code for your project? We've got you covered. Choose your language. Choose how much code. BÄM! You got code.
Stars: ✭ 32 (-38.46%)
Mutual labels:  hacktoberfest2021
Contactless-Attendance-System
✨ A Contactless Attendance System where your face is identified for Attendance.
Stars: ✭ 20 (-61.54%)
Mutual labels:  hacktoberfest2021
ember-headlessui
gavinjoyce.github.io/ember-headlessui/
Stars: ✭ 76 (+46.15%)
Mutual labels:  hacktoberfest2021
Gitzilla
A resume builder for your GitHub profile.
Stars: ✭ 60 (+15.38%)
Mutual labels:  hacktoberfest2021
pychess-variants
Chess variants server
Stars: ✭ 137 (+163.46%)
Mutual labels:  hacktoberfest2021
React-GitHub-Resume
React SPA that generates users GitHub resumé. showing information if available. showing users repositories if available with additional information.
Stars: ✭ 37 (-28.85%)
Mutual labels:  hacktoberfest2021
cbj app
📱 CyBear Jinni App is the app to control CyBear Jinni Hub 💡 remotely from your Android, IOS and Web Browser. If you have ever wondered "Is there an open-source project to make my own smart home?", This is part of one.
Stars: ✭ 68 (+30.77%)
Mutual labels:  hacktoberfest2021
gdscjgec.github.io
Official Website for GDSC JGEC
Stars: ✭ 16 (-69.23%)
Mutual labels:  hacktoberfest2021
Hacktoberfest 2021
all valid pull requests accepted!!
Stars: ✭ 23 (-55.77%)
Mutual labels:  hacktoberfest2021
react-boilerplate-2021
No description or website provided.
Stars: ✭ 52 (+0%)
Mutual labels:  hacktoberfest2021

Hacktoberfest-2021

How can you contribute ?

This is a beginner friendly repo. It would be good if you have a basic knowledge about HTML.

Step 1:

Click on the file named index.html

Step 2:

Click on the edit icon on the top right ( just before delete icon ). This will automatically fork this repo to your account.

Step 3:

If you are editing this repo later, make sure that you fetch upstream to stay updated with the changes made in this repo.

Step 4:

You can get your github profile picture's link by going to your profile,
right click on your dp and Open image in new tab
Copy the link of the image and paste it in the code below where it says your github dp link here
You can also use other arts, provided you place the correct link in the code.
You will also need to copy your github profile link.

Step 5:

Copy the code given below and paste in above the line saying

    <!-- Add your card above this and leave a line after it -->
    <!-- Add your github profile image,
        Your Name (First Name if lengthy), 
        Basic info (example: Programmer, Developer, Entrepreneur etc.) and 
        Your github profile link -->

Also don't forget to leave a space after your code, so as to make it easy for others.
<div class="card">
    <div class="dp">
        <img src="your github dp link here" alt="">
    </div>
    <div class="name">Your Name</div>
    <div class="sub">Programmer</div>
    <a class="btn" href="your github profile link here" target="_blank">View Profile</a>
</div>

Step 6:

After making suitable changes, make a pull request and sit back to see your card in this website.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].