Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/karamanburak/sass-portfolio-page
https://github.com/karamanburak/sass-portfolio-page
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/karamanburak/sass-portfolio-page
- Owner: karamanburak
- License: mit
- Created: 2024-01-05T14:05:17.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-04-04T09:22:31.000Z (8 months ago)
- Last Synced: 2024-04-04T10:33:08.314Z (8 months ago)
- Language: HTML
- Size: 21.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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```