Project aims to create a page within pages HTML and CSS especially SASS.
015-sass-responsive (folder)
|----scss
|----abstracts
|----_mixin.scss
|----_variable.scss
|----base
|----_reset.scss
|----components
|----_footer.scss
|----_nav.scss
|----_responsive.scss
|----pages
|----_about.scss
|----_contact.scss
|----_home.scss
|----_projects.scss
|----main.scss
|----
|----css
|----main.css
|----main.css.map
|----img
|----index.html
|----about.html
|----contact.html
|----projects.html
Functionally create a page with SCSS.
-
SCSS variables
-
SCSS mixins
-
SCSS partials
-
Import pages from one to another
-
SCSS nesting structure
-
improve coding skills within HTML & CSS and CSS processors which is SASS
-
use git commands (push, pull, commit, add etc.) and Github as Version Control System.