Skip to content

Anushka-Pote/Blog

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages

  • HTML 98.2%
  • CSS 1.8%