Skip to content

lawlere/portfolio_2015

Repository files navigation

Emma Lawler Portfolio 2015

Circle CI

Code Stuff

Installation

Install nodejs and npm (they come together), then install grunt-cli.

Then just run make in the root directory of this project to build and create a dev server

Usage

To run the dev server, in the root of the directory run make. This will build all of the files and start a dev server at localhost:8000.

Deployment

Build the website with make build. The final website will be outputted in the /build/ folder.

Contributing

In general:

  • Modify files in the /src/ folder
  • Only modify .less files - do not modify .css files directly.

How to add another section

  • Pick an id for the section, e.g. "fitstar"
  • In src/js/app.js - register the config values. The key should be the id and the value should copy the prior formats to configure where the footer button links to and its label.
  • In the foldersrc/img/carousel/: Add an "active" image format (when the section is open) as ID_spike.png, e.g. "kubmo_spike.png". Add an "inactive" image format (when the section is collapsed) as ID_square.png - e.g. "kubmo_square.png". In addition, add mobile "open" and "close" images - e.g "kubmo_mobile_open.png" and "kubmo_mobile_close.png"
  • Add an html template for the section to src/templates as ID.html - e.g. "kubmo.html"
  • High five

Source

This repo started with mrcoles' grunt project.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published