Skip to content

Katdelorme/Catering-Landing-Page

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

forthebadge

Catering Landing Page

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.

Catering options and service

Getting Started

You can download a zip file, fork this project, or clone with HTTPS.

Built with

  • HTML/HTML5
  • Flexbox
  • Sass - CSS extension language. Preprocessor scripting language that is interpreted or compiled into Cascading Style Sheets.

Installing SASS

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.

Editing SASS

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.

Demo: Responsive

Responsive mobile version

Author

License

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

Acknowledgements

Food pattern icon from Freepik.

Reach Katherine Delorme

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

About

A UI design turned website of a catering business. Developed in HTML, SASS, and flexbox.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published