Blog

This is an open project for those looking to contribute in Hacktoberfest.

Steps:

  • Fork this Repo

  • Copy the link of your fork using green CODE button

  • Open Terminal(Mac/Linux) or Git Bash on windows.

  • clone your repo using git clone

  • open this folder with terminal

  • use: git checkout -b your-branch-name

  • open and edit index.html

      <!-- Copy and paste the below section and make your entries. -->
          <!-- Edit this section here -->
          <li class="w3-padding-16 w3-hide-medium w3-hide-small">
              <img src="https://cdn-icons-png.flaticon.com/512/4616/4616809.png" alt="Image" class="w3-left w3-margin-right" style="width:50px">
              <span class="w3-large">Human</span><br> 
              <!-- add your name above -->
              <span>Does Something</span>
              <!-- add your role/title above -->
          </li> 
    
  • save and exit

  • git push origin -u your-branch-name

  • opne github.com and open this repo.

  • you should see a compare and create pull request button.

  • click it

  • we'll handle the rest. :)

End Result

Contribution


Happy Hacktoberfest.