https://github.com/ilkaytech/cw_sass_camping_project
https://github.com/ilkaytech/cw_sass_camping_project
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ilkaytech/cw_sass_camping_project
- Owner: ilkaytech
- Created: 2023-06-11T19:31:25.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-09T17:51:15.000Z (almost 3 years ago)
- Last Synced: 2025-03-04T03:41:51.399Z (over 1 year ago)
- Language: SCSS
- Size: 62.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project : Sass Camping Website Design
## Description
Project aims to create website site using sass.
## Project Skeleton
```
Sass Camping Website Design (folder)
|
|----readme.md # Definition of the project
|----images # Images of the project
|----solution
|----index.html
|----CSS (folder)
|----style.css
|----style.css.map
|----SCSS (folder)
|----abstracts (folder)
|----_mixin.scss
|----_variables.scss
|----base (folder)
|----_reset.scss
|----components (folder)
|----_footer.scss
|----_navbar.scss
|----_responsive.scss
|----sections (folder)
|----_about.scss
|----_destination.scss
|----_home.scss
|----_guide.scss
|----main.scss
|----assets (folder)
```
## Outcome
🔗 [Camping Website](https://sass-camping.netlify.app)

### The following issues are covered in the project;
- HTML
- CSS
- Sass / Scss
- Js
## Resources
- [Images](./assets)