GithubHelp home page GithubHelp logo

portfoliobootstrap's Introduction

portfoliobootstrap

This website displays the student portfolio of work for a fictitous Jane Doe. It makes use of the bootstrap 3 framework. The main file index.html is released to the public domain. View at https://profphillips.github.io/portfoliobootstrap/ .

First, use your browser to fork a copy of portfoliobootstrap to your own github account:

  1. Use a web browser to log in to your github.com account.

  2. Use your browser to visit https://github.com/profphillips/portfoliobootstrap/ .

  3. Click on the Fork icon to copy this project to your github account and view it there.

Follow these steps to use your repository (assumes a Linux / Apache2 server with public_html web folders and git):

  1. Log in to your Linux server account

  2. To see your globals type: git config --list

  3. If missing email or name then give the next two commands:

a. git config --global user.email "[email protected]"

b. git config --global user.name "First Last"

  1. Change into your public_html folder and type:

a. git clone https://github.com/youraccountname/portfoliobootstrap.git

b. cd portfoliobootstrap

  1. Make some changes to index.html and save

a. git status

b. git add .

c. git status

d. git commit -am "your comment here"

e. git status

f. git push -u origin master

  1. Make more changes. If no new files are added you can just type:

a. git commit -am "new comment"

b. git push

  1. Use your web browser to verify that your updated files are in your GitHub repository.

  2. Use your web browser to visit https://youraccountname.github.io/portfoliobootstrap/ to see what your website looks like; for example, my example page is at https://profphillips.github.io/portfoliobootstrap/ .

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.