Skip to content

obboy/Vacation-fun.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vacation fun

Contribute your name and any jokes / tech related advice / anything in this project

How to contribute?

Step 1:

Fork this repository

Step 2:

clone and make a new branch with this code

git checkout -b <your branch name>

step 3:

Make a folder with your name, Code anything with an index.html file and add the folder link in the index.html as following:

find the 'example' card first and copy the card, it will look like this

 <!-- EXAMPLE CARD -->
            <div class="col-md-3 card d-flex align-items-center justify-content-center postion-relative shadow-lg">
                <div class="mypic d-flex align-items-center justify-content-center ">
                  <img src="example/mypic.png" alt="" class="rounded-circle">
                </div>
                <h5 class="">
                  Web Application
                </h5>
                <h6>
                    skills
                </h6>
                <p>
                   PHP, Laravel, Javascript
                </p>
                
                <a href="example/index.html" class="card-link btn btn-success">Read</a>
      
              </div>

        <!-- Card body end, copy ends here--> 

Paste your card below the example card

step 4:

Select all files to commit

git add .

step 5:

commit your changes

git commit -m 'your commit message`

step 6:

git push origin <your branch name>

step 7:

Submit a pull request

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published