Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/karamanburak/sass-portfolio-page


https://github.com/karamanburak/sass-portfolio-page

Last synced: 2 days ago
JSON representation

Awesome Lists containing this project

README

        

# SASS-Portfolio-Page

---

- Access the finished project online

---

## Project Structure

```
SASS-Portfolio-Page
├── css
│ ├── main.css
│ └── main.css.map
├── img
├── scss
│ ├── abstracts
| ├── _mixins.scss
| └── _variables.scss
│ ├── base
| ├──_reset.scss
│ ├── components
| ├── _footer.scss
│ ├── _nav.scss
│ └── _responsive.scss
│ ├── pages
| ├── _about.scss
| ├── _contact.scss
│ ├── _home.scss
│ └── _project.scss
│ ├── main.scss
|
├── about.html
├── contact.html
├── index.html
├── LICENSE
├── projects.html
└── README.md

```