Skip to content

Novus-Neurons/Blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

152 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

  • open and edit index.html

    • Adding name to contributors (LINE NUMBER 886)

         <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">
          
          YOUR NAME
          
          </span><br>
          <span>
          
          Role
          
          </span>
        </li>  
      
    • Adding Blogs (LINE NUMBER 40)

       <div class="w3-card-4 w3-margin w3-white">
       
          <img src="image-address" alt="Nature" style="width:100%">
          
          <div class="w3-container">
          
            <h3><b> BLOG TITLE-1</b></h3>
            <h5> SUB-TITLE <span class="w3-opacity">Oct 15, 2022</span></h5>
          </div>
      
          <div class="w3-container">
            <p> 
            
            DESCRIPTION
            
            </p>
            <div class="w3-row">
              <div class="w3-col m8 s12">
                <p><button class="w3-button w3-padding-large w3-white w3-border"><b>READ MORE »</b></button></p>
              </div>
              <div class="w3-col m4 w3-hide-small">
                <p><span class="w3-padding-large w3-right"><b>Comments  </b> <span class="w3-tag">0</span></span></p>
              </div>
            </div>
          </div>
        </div>
        <br>
      
  • save and exit

  • git push origin main

  • opne github.com and open this repo.

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

  • click it

  • we'll handle the rest. :)

Development

Open your favorite Terminal and run these commands.

NOTE: Don't forget to remove << and >> in commands

git clone <<YOUR FORKED REPO ADDRESS>>
cd Blog
git status
git add .
git commit -m"<<YOUR NAME>>"
git status
git push origin main

End Result

Contribution

Happy Hacktoberfest.