Skip to content

nunosans/nuno-coelho-santos-2016

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nuno Coelho Santos 2016 Portfolio

Preview of Nuno Coelho Santos' 2016 Portfolio

This is the 2016 version of my portfolio. In 2011, when I designed the current version of my portfolio, the focus was to show a range of work in a design that I would be proud down the line. Both goals were achieved. For the 2016 version I want to show only 3 projects in much more depth than before. This comes naturally as I engage in larger projects in my career. I also want a design that stays relevant for my future self in 5 years from now.

Feedback

The goal of sharing this with you at this stage is to get early feedback. Please get in touch with me with any suggestions you might have. Thank you in advance.

Installation

This website is built with Middleman, a static website generator framework.

To install Middleman, please run:

$ gem install middleman

To install all dependencies, run on the project directory:

$ bundle install

To run the local web server, run the following command on the project directory:

$ bundle exec middleman server

To build the website, run the following command on the project directory:

$ bundle exec middleman build