Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xandao-dev/ricardo-calil
Landpage of Ricardo Calil law firm
https://github.com/xandao-dev/ricardo-calil
landing-page landpage nuxt nuxtjs prismic tailwindcss typescript vue
Last synced: 2 days ago
JSON representation
Landpage of Ricardo Calil law firm
- Host: GitHub
- URL: https://github.com/xandao-dev/ricardo-calil
- Owner: xandao-dev
- Created: 2021-11-06T14:57:05.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-11T21:24:10.000Z (almost 2 years ago)
- Last Synced: 2024-12-17T17:52:40.367Z (6 days ago)
- Topics: landing-page, landpage, nuxt, nuxtjs, prismic, tailwindcss, typescript, vue
- Language: Vue
- Homepage: https://ricardocalil.adv.br
- Size: 4.69 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Ricardo Calil & Advogados Associados
Ricardo Calil & Advogados Associados is a law firm based in Itaberaí, Goiás, Brazil.
This project is a landing page for the website of the firm.
Available at Ricardo Calil website
Explore the docs »
Report Bug
·
Request Feature
Table of Contents
## About The Project
### Features
- Hero section
- Office section
- Lawyers section
- Expertise area section
- Map section with contact information
- Contact form
- Frequently asked questions section
- Expertise areas pages
- Responsive design
- SEO friendly
- Articles page (blog)
- Dark mode toggle (coming soon)
- Calculators for lawyers (coming soon)### Built With
- [Nuxt.js 3](https://nuxtjs.org/) - The intuitive Vue Framework
- [Vue.js 3](https://vuejs.org/) - A progressive framework for web development
- [Tailwind CSS](https://tailwindcss.com/) - A utility-first CSS framework
- [TypeScript](https://www.typescriptlang.org/) - strongly typed JavaScript
- [eslint](https://github.com/eslint/eslint) & [prettier](https://github.com/prettier/prettier) - code linting and formatting## Getting Started
To get a local copy up and running follow these simple steps.
### Installation
1. Clone the repo
```sh
git clone https://github.com/xandao-dev/ricardo-calil.git
```
2. Install dependencies
```sh
cd ricardo-calil
yarn install
```
3. Install [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) extension for VSCode, and disable [Vetur](https://marketplace.visualstudio.com/items?itemName=octref.vetur) extension4. Enable [Takeover Mode](https://vuejs.org/guide/typescript/overview.html#volar-takeover-mode)
## Usage
- Starts the development server
```sh
yarn dev
```
- Launch production server
```sh
yarn build
yarn preview
```
- Generate a static version of the website
```sh
yarn generate
```## Roadmap
See the [open issues](https://github.com/xandao-dev/ricardo-calil/issues) for a list of proposed features (and known issues).
## Contributing
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request## License
All rights reserved.
## Contact
Alexandre Calil - [Linkedin](https://www.linkedin.com/in/xandao-dev/) - [[email protected]](mailto:[email protected])
Project Link: [https://github.com/xandao-dev/ricardo-calil](https://github.com/xandao-dev/ricardo-calil)