/portfolio-site

This is the second project submission for Udacity Full Stack Web Developer Nanodegree Program.

Primary LanguageHTML

Portfolio Site

This is a simple responsive HTML5 portfolio site. It shows a brief description of the projects and link each one to its respective repository on GitHub.

This is the second project submission for Udacity Full Stack Web Developer Nanodegree Program.

Installation

To run this project you need:

  • a web browser
  • an internet conection

Usage

  • Download all the files to your local machine.
  • Click the index.html file to open the page.

The web page will open on your default browser and you will be able to see my Nanodegree Portfolio! Hope you enjoy it! :-)

Folders & Files

Understanding the folders and files:

_site-screenshot This folder contains a screenshot of the home. Just for project visualization.

css folder This folder contains the CSS files of the site, where the HTML is styled.

  • font-awesome.min: this is the CSS used by the Font Awesome Toolkit.
  • main.css: this is the custom CSS coded for the site.

fonts folder This folder is used by the Font Awesome Toolkit.

images folder This folder contains all the images used in the site.

js folder This folder contais the Picturefill javascript file for responsive image polyfill in Safari.

favicon.ico This is just a favicon for the web page that I've included. I hate web pages without favicon! :-)

index.html This is the HTML file of the site, where all the structure is coded.

Built With