BenJule / benjule.github.io

My Bootstrap Project Page

Home Page:http://benjule.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

benjule.github.io

Test

My Bootstrap Test Page

#Clone the repository Go to the folder where you want to store your project, and clone the new repository:

~ $ git clone https://github.com/username/username.github.io

#Hello World Enter the project folder and add an index.html file:

~ $ cd username.github.io

~ $ echo "Hello World" > index.html

#Push it Add, commit, and push your changes:

~ $ git add --all

~ $ git commit -m "Initial commit"

~ $ git push -u origin master

#…and you're done! Fire up a browser and go to http://username.github.io.

About

My Bootstrap Project Page

http://benjule.github.io


Languages

Language:JavaScript 59.8%Language:HTML 31.6%Language:Java 6.0%Language:CSS 1.5%Language:PHP 1.1%