harshit1142 / OAU-GDSC-CLOUD-Hacktoberfest_2023

Welcome to OAU-GDSC-CLOUD-Hacktoberfes, the home of open-source collaboration for programmers, developers, testers, and tech enthusiasts! Contribute to this open source, learn, and earn rewards & swags. Beginner-friendly. Explore issues, fork, code, star and make a global impact. Let's collaborate!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OAU-GDSC/CLOUD-HactoberFest 2023 Pull Request - Free Swags & Rewards

HacktoberFest2023

Click to participate

HOW CAN YOU JOIN?

TO-DO 1:

Create a Github account, if you don't already have one. Need help? Here are some resurces to help you set up your Github account:

* https://github.com/softcreations01/learning_git
* https://git-scm.com/doc
* https://lab.github.com/

TO-DO 2:

Register for Hacktoberfest if you're yet to register and follow the instructions here. But, read the rules carefully before you do and then sign In using your GitHub credentials.

TO-DO 3:

  • Fork this Repository using the button at the top on right corner.

  • Create a new branch for your modifications/issues (ie. git branch new-issue and check it out git checkout new-issue or simply do git checkout -b new-issue)

  • Make your contribution in Web Development Domain / AI/ML / Android Development and many more visit the Coders Folder, while if you are a non-coder then do not worry as you can still contribute by making your contribution in Technical Writing / Content Writing / Interview Experience in the non-coder folder.

  • Create a pull request

  • Star this repository

TO-DO 4:

  1. Add your profile picture to this folder assets/images

Add a picture picture of your choice in assets/images/<YOUR-USERNAME>.png. Accepted files are png and jpg, Ex.

assets/images/<YOUR-USERNAME>.png

  1. Navigate to index.html file, open it, read the instructions in the code, copy the contributing section and add your information
  2. Change the class name for the image:

From this

  • div class="card_img card1"

To

  • div class="card_img card2"
  1. Now please navigate to style.css file, and add the new class .card(as in your number) along with the image path

url('assets/images/<YOUR-USERNAME>.png') i.e

".card1{

background-image: url(assets/images/tousse.jpg);

}"

  1. Follow standard naming convention with all contents in its appropriate directory for all contributions

TO-DO 5:

Wait for Pull request to merge, raise and solve issues and follow me

Connect with me

Gwhiz's LinkdeIn Gwhiz's Instagram Gwhiz's Twitter    

About

Welcome to OAU-GDSC-CLOUD-Hacktoberfes, the home of open-source collaboration for programmers, developers, testers, and tech enthusiasts! Contribute to this open source, learn, and earn rewards & swags. Beginner-friendly. Explore issues, fork, code, star and make a global impact. Let's collaborate!


Languages

Language:HTML 40.6%Language:JavaScript 19.8%Language:Java 18.8%Language:CSS 15.0%Language:Solidity 3.4%Language:Python 2.4%