https://github.com/martinxcvi/landscapist
Clean and beautiful design for a landscapist/landscaper, gardener, or arborist website alternatively.
https://github.com/martinxcvi/landscapist
aos astro javascript landing-page landscaper landscapist sass web-development web3forms
Last synced: 2 months ago
JSON representation
Clean and beautiful design for a landscapist/landscaper, gardener, or arborist website alternatively.
- Host: GitHub
- URL: https://github.com/martinxcvi/landscapist
- Owner: MartinXCVI
- Created: 2024-09-06T15:14:10.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-11-07T02:27:20.000Z (7 months ago)
- Last Synced: 2025-01-24T07:13:04.093Z (4 months ago)
- Topics: aos, astro, javascript, landing-page, landscaper, landscapist, sass, web-development, web3forms
- Language: SCSS
- Homepage: https://landscapist.vercel.app
- Size: 20.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Landscapist

## 📄 Introduction
Clean and beautiful design for a **landscapist**/**landscaper**, **gardener**, or **arborist** website alternatively. Standard structure of 6 pages: *Home*, *About*, *Works*, *Services*, *Contact*, and *Error* page.
Use of **AOS** libraries for animations on scroll. Styling with **SASS** for a clearer, maintainable and efficient development. Contact form functions with **Web3Forms**.
### Developed with:
- Astro Framework
- JavaScript
- SASS
- AOS (Animate on Scroll)
- Web3Forms## 👁️ View of the Project
### Cloning it
Copy the command below with the link:
```
git clone https://github.com/MartinXCVI/landscapist
```### Live in Vercel
[**Click here to see it live**](https://landscapist.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)
- [Web3Forms official documentation](https://web3forms.com/)## 🧑💻 Developer
- [**MartinXCVI**](https://github.com/MartinXCVI)