Short Stories Landing page is a landing page for the mobile app Short Stories project. This project is used for the promotion of curated short literature stories of public domain and contemporary authors.
After downloading, simply edit the HTML and CSS files included with the template in your favorite text editor to make changes. These are the only files you need to worry about, you can ignore everything else! To preview the changes you make to the code, you can open the index.html file in your web browser.
This assumes you already have Node.js installed on your machine.
- Clone the repo with
git clone https://github.com/pink-room/short-stories-landing.git
- Run
npm install
. - Run
npm start
. - Open your browser on
http://localhost:8080
.
- Bulma - A free and open source CSS framework based on Flexbox
- jQuery - A cross-platform JavaScript library
- Google Fonts - A library of libre licensed fonts
- Simão Nogueira - Most of the work - simaonogueira101
- Mário Gago - First implementation - mgago
- Bruno Correia - Motivational support - bffcorreia
- Karl Smith - Initial wireframes
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details