The goal of this test project is to turn a creative file into a working, responsive website. It is only one-page which consists of a header with logo and navigation, carousel banner, two column body content, and a simple footer.
Since this needs to be responsive, use your discretion for how the layout will adapt to tablet and mobile.
Hint: There is already a media query declared using a Foundation mixin if you are not familiar with this framework.
This project is open-ended to interpret your own functionality for the content.
The project already includes some boilerplate development tools loaded through Node to get you started:
- BrowserSync
- Sass
- Bower
- Gulp
- Install dependencies:
npm install && bower install - Run
gulp serveto preview and watch for changes with BrowserSync - Run
gulpto build your webapp for production - Run
gulp serve:distto preview the production build
Once you have completed this project, please create a pull request.
This project was setup with the Yeoman Gulp Webapp Generator. More information »

