This repository is for the landing page of a catering business with description, menu, and inquiry form. The site is written in the Estonian language. View the completed page online.
You can download a zip file, fork this project, or clone with HTTPS.
- HTML/HTML5
- Flexbox
- Sass - CSS extension language. Preprocessor scripting language that is interpreted or compiled into Cascading Style Sheets.
With Node
npm install -g sass
For mac users sudo
maybe needed
With Homebrew
brew install sass/sass/sass
Check version and if Sass was installed correctly
sass --version
For information on installing sass visit Install Sass. It lists options for applications and command line.
Preprocessing - Editing SASS "The most direct way to make this happen is in your terminal. Once Sass is installed, you can compile your Sass to CSS using the sass command." - Sass-lang
sass input.scss output.css
sass scss/styles.sass css/styles.css
The watch flag tells Sass to watch your source files for changes, and re-compile CSS each time you save your Sass.
sass --watch scss/styles.sass css/styles.css
You can watch and output to directories by using folder paths as your input and output, and separating them with a colon.
sass --watch app/sass:public/stylesheets
sass --watch scss/styles.sass:css/styles.css
For additional information visit Sass Guideline.
- Katherine Delorme - katherinedelorme.com
This project is licensed under the MIT License - see the LICENSE file for details. This product is meant for educational purposes only.
The following was created for Katherine Delorme. It is not to be sold or reproduced. It may not be sold or offered for sale, or included with another software product offered for sale. Designed Inspiration from Aleksei Lebed Coded by Katherine Delorme
Food pattern icon from Freepik.
If you would like to contact someone regarding web design project or would like to hire me for work please send an email to info@katdelorme.com
Coded by Katherine Delorme
Original UI design by Aleksei Lebed: Catering landing page
CODE
Hand coded and designed with ♥ by Katherine Delorme