Skip to content

musaab-abdalla/frontend-nanodegree-build-portfolio-site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build a Portfolio Site

Overview

Portfolio project as part of the Udacity Front-End Web Developer Nanodegree. The task was to replicate a design mock-up in HTML and CSS and develop a responsive websites. It is a simple one page portfolio featuring responsive design using the bootstrap framework.

Getting Started

Live

Go to https://musaab-abdalla.github.io/Build-portfolio-site

Locally

1. Clone this repo:

git clone https://github.com/musaab-abdalla/frontend-nanodegree-build-portfolio-site.git

2. Serve the application:

$ python -m SimpleHTTPServer

Detailed Python Simple Server instructions can been found here.

3. Open the application:

$ open "http://localhost:8000"