Web projects showcase and author's presentation where find the info needed to understand each project and author's motivation.
Created with node.js and express using middleware, routes and pug templates to accomplish a full functional and static site, where you begin at the landing page with a personal introduction and a project's menu: At this point you can look for more detailed info of each project: Or can visit the about page for more detailed info about the author:
The project has been configured to use heroku to deploy the app and have it in a live link.
- Font-family
- Title index page style.
- Thumbnail personalization.
- Projects thumbnail animation at index page.
- Links personalization.
- Background image. Created by rawpixel.com - www.freepik.es
- Logo at about page and favicon.
- Side-bar and title-bar transparent background.
Install the dependencies and start the server.
$ cd static_node_and_express_site
$ npm install
$ npm start