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

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.

Awesome Lists containing this project

README

          

# Painter Site

![Painter cover screenshot](/public/images/painter-site-cover.png 'Painter site in desktop version')

## 📄 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)