HTML/CSS/SASS/Design... workshop based on french startup https://www.privateaser.com
Table of Contents generated with DocToc
- π£ Introduction
- π― Objectives
- π©βπ» Just tell me what to do
- Awesome and useless frameworks
- Source and inspiration
- Licence
Once steps done from privateaser repository, you are able to pay each actors according
- Booking properties (time spent, people, deductible option...)
- Bars properties (price by hour, by people)
The workshop goal is to build a clean page that computes the debit and credit price of each actors effect
- Help users to understand your page event they donβt know anything about your site
- Help users to compute the invoices in a clear and efficient manner.
- Help users to be clear about which action to take in a easy manner.
- Fork the project via
github
- Clone your forked repository project
https://github.com/YOUR_USERNAME/dress-up-privateaser
β― cd /path/to/workspace
β― git clone git@github.com:YOUR_USERNAME/dress-up-privateaser.git
- Open the entry point /public/index.html in your browser
# macos cli
β― open public/index.html
# linux cli
β― xdg-open public/index.html
# or by double-clicking in your browser files
-
Update the public/index.html by adding html and css styles
-
commit your different modifications:
β― cd /path/to/workspace/dress-up-privateaser
β― git add -A && git commit -m "feat(compute): display the call to action button"
(why following a commit message convention?
- Don't forget to push before the end of the workshop
β― git push origin master
Note: if you catch an error about authentication, add your ssh to your github profile.
- If you need some helps on git commands, read git - the simple guide
Focus only on web design, forgot codebase
- Bootstrap 4 - Bootstrap version 4, the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web.
- Foundation for Sites - The most advanced responsive front-end framework in the world. Quickly create prototypes and production code for sites that work on any kind of device.
...