GOOD FIRST
Pull Request - Digital Rewards
🎉🌐 HacktoberFest is your gateway to the vibrant world of open source. This year marks the 10th anniversary of Hacktoberfest, and we’re calling on your support! Join us on this epic journey and earn yourself an exclusive digital reward kit from DigitalOcean and our sponsors and partners..
📢 Sign up for Hacktoberfest 2023, and contribute four pull requests (PRs) between October 1st-31st to claim your stash of cool SWAGS 🔥.
Welcome to our Hacktoberfest 2023 contributing website! We're excited to have you on board. Follow the steps below to contribute and add your name, picture, LinkedIn profile, and GitHub profile to our contributors' list.
Fork this Repository using the button at the top on right corner.
Clone your forked repository to your pc git clone https://github.com/Ananyasingh2002/Hacktoberfest2023.git
Carve your own path with a new branch for your modifications (ie. git branch new-user
and check it out git checkout new-user
or simply do git checkout -b new-user
)
Leave your mark by adding your profile image to images/
(drag and drop or upload with commands or by your name).
Chronicle your legend by crafting your profile data in participant/
(add your information here)
Blaze your trail with these commands: git add -A
or git add .
, git commit -m "added myself"
, and git push origin new-explorer
Create a pull request
Star this repository
Add a profile picture of your choice in images/
. Accepted files are png and jpg, Ex.
images/<YOUR-USERNAME>.png
Create a markdown file in your folder following the convention participant/<YOUR-USERNAME>.md
. Ex.
participant/<YOUR-USERNAME>.md
Copy the next template into your file, delete the boilerplate data and fill the information with yours.
---
name: YOURNAME
institution/company: INSTITUTION_NAME
github:USERNAME
---
Welcome to our Hacktoberfest 2023 contributing website! We're excited to have you on board. Follow the steps below to contribute and add your name, picture, LinkedIn profile, and GitHub profile to our contributors' list.
Fork this repository to your GitHub account by clicking the "Fork" button at the top right of this page.
Clone your forked repository to your local machine. Replace <your-username>
with your GitHub username:
git clone https://github.com/Ananyasingh2002/Hacktoberfest2023.git
Navigate to the project directory: cd Hacktoberfest2023
Create a new branch for your changes. Replace git checkout -b <branch-name>
Leave your mark by adding your profile image to assets/images
(drag and drop or upload with commands or by your name).
Chronicle your legend by crafting your profile data in index.html and CSS(add your image address)
(add your information here)
Blaze your trail with these commands: git add -A
or git add .
, git commit -m "added myself"
, and git push origin new-explorer
Create a pull request
Star this repository
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
index.html
file, open it, read the instructions in the code, copy down the line and add your information.Enter your details here:
<div class="card_img card1">
<div class="plus"></div>
</div>
So, essentially, you are instructing the reader to change the class name of the first
<div class="card_img card2">
<div class="plus"></div>
</div>
style.css
file, read the instructions, and add the class .card(as your number is)
along with the image path.url('assets/images/<YOUR-USERNAME>.png')
To expedite approval of your pull request, (Follow Me
)🚀