Skip to content

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 :)

License

Notifications You must be signed in to change notification settings

Shashwat49/Hacktoberfest-2021

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

Inside the html file, read the comments from lines 62 to 65 to get an idea of what you need to do.
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
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.

About

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 :)

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 66.7%
  • CSS 32.3%
  • JavaScript 1.0%