Skip to content

Katdelorme/App-Landing-Page

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

forthebadge

App Landing Page

This repository is for an app landing page. A website template for promoting a phone app. Visit a live view here.

Full view of the page

Getting Started

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

Built with

  • HTML/HTML5
  • CSS/CSS3
  • SCSS
  • Flexbox
  • Javascript

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 SCSS

Preprocessing - Editing SCSS "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.scss 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.scss 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/scss:public/stylesheets

sass --watch scss/styles.scss:css/styles.css

For additional information visit Sass Guideline.

Demo

Single page navigation

Author

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 Ibrahim Emran: App landing page

                                          CODE

Hand coded and designed with ♥ by Katherine Delorme

About

A website template for promoting a phone app. Built with HTML, SCSS, Flexbox, and Javascript.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published