See a live demo.
- Fully responsive
- HTML5 semantics
- Zero frameworks
- Flexbox-based
- One-file CSS/JS for a better performance
- A modular Gulpfile that makes the development easier and faster
To use or further develop this project, NPM, Gulp and some additional plugins are required. After you clone this repository, a quick set-up is required.
Even though a pre-compiled version is available in the /dest
directory of this project, you might want to compile it yourself. Inside of the project's directory on your local machine use a following command:
$ NODE_ENV=production gulp build
Keep in mind this command is meant for production environments. Using it strips away sourcemaps and minifies source files.
If you want to make changes to the project, use Gulp in development mode. Live processing of HTML, CSS and JS files with a Browsersync server for hot-reloading are included.
Inside of the project's folder use this command:
$ gulp serve
Images used in this project as placeholders are subject to Creative Commons licenses.
- Airplane departing icon by Jean-Victor Balin (CC0)
- Santorini by Pedro Szekely (CC BY-NC-SA 2.0)
- Machu Piccu by Patricia van den Berg (CC0)
- Urban Landscape by USA-Reiseblogger (CC0)
- Street by djedj (CC0)
MIT License
Copyright (c) 2018 Michał Zieliński
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.