https://github.com/martinxcvi/painter-site
Warm and enthusiastic design for an artistic website. Developed with Astro, Bootstrap and SASS.
https://github.com/martinxcvi/painter-site
animate-on-scroll aos astro bootstrap javascript painter painting sass web-development
Last synced: 3 months ago
JSON representation
Warm and enthusiastic design for an artistic website. Developed with Astro, Bootstrap and SASS.
- Host: GitHub
- URL: https://github.com/martinxcvi/painter-site
- Owner: MartinXCVI
- Created: 2024-08-20T04:03:09.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-23T01:54:25.000Z (almost 2 years ago)
- Last Synced: 2025-01-24T07:13:04.701Z (over 1 year ago)
- Topics: animate-on-scroll, aos, astro, bootstrap, javascript, painter, painting, sass, web-development
- Language: Astro
- Homepage: https://painter-site-rd.vercel.app/
- Size: 9.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Painter Site

## 📄 Introduction
Warm and enthusiastic design for an **artistic website**. Basically structured with 5 pages: *Home*, *Works*, *Contact*, *About*, and *Error* page as well.
On scroll animations with the **AOS** library. Use of **Bootstrap** and **SASS** to speed-up the development process. Pending functionality on contact form.
### Developed with:
- Astro Framework
- JavaScript
- SASS
- AOS (Animate on Scroll)
- Bootstap
## 👁️ View of the Project
### Cloning it
Copy the command below with the link:
```
git clone https://github.com/MartinXCVI/painter-site
```
### Live in Vercel
[**Click here to see it live**](https://painter-site-rd.vercel.app/)
## 💻 Commands
All commands are run from the root of the project, from a terminal:
| Command | Action |
| :------------------------ | :----------------------------------------------- |
| `npm install` | Installs dependencies |
| `npm run dev` | Starts local dev server at `localhost:4321` |
| `npm run build` | Build your production site to `./dist/` |
| `npm run preview` | Preview your build locally, before deploying |
| `npm run astro ...` | Run CLI commands like `astro add`, `astro check` |
| `npm run astro -- --help` | Get help using the Astro CLI |
| `npm run styles` | Compile .sass and .scss files to .css files |
| | |
## 📚 Learn More
- [Astro official documentation](https://docs.astro.build)
- [Astro Discord server](https://astro.build/chat)
- [SASS official documentation](https://sass-lang.com/)
- [AOS repository](https://github.com/michalsnik/aos/tree/v2)
- [Bootstrap official documentation](https://getbootstrap.com/)
## 🧑💻 Developer
- [**MartinXCVI**](https://github.com/MartinXCVI)