Skip to content

msaiduslu/Portfolio-With-SASS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Snapshot

👉 click here to view the page

Project : Sass Website Page Design

Description

Project aims to create website site using sass.

Project Skeleton

Sass-website-page-design (folder)

|----index.html
|----about.html
|----contact.html
|----projects.html
|----css (folder)
      |----main.css
      |----main.css.map
|----scss (folder)
      |----abstracts (folder)
            |----_mixins.scss
            |----_variables.scss
      |----base (folder)
            |----_reset.scss
      |----components (folder)
            |----_footer.scss
            |----_nav.scss
            |----_responsive.scss
      |----pages (folder)
            |----_about.scss
            |----_contact.scss
            |----_home.scss
            |----_projects.scss
      |----main.scss
|----img (folder)
|----readme.md

Objective

Make a web page like in the example project.

At the end of the project, following topics are to be covered;

  • HTML

  • CSS

  • Sass / Scss

At the end of the project, i will be able to;

  • improve coding skills within HTML, CSS & Sass/Scss

  • use git commands (push, pull, commit, add etc.) and Github as Version Control System.