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

https://github.com/vdsbenoit/frite.dev

My portfolio website. This project is a mirror of GitLab : https://gitlab.com/vdsbenoit/frite.dev
https://github.com/vdsbenoit/frite.dev

Last synced: 4 months ago
JSON representation

My portfolio website. This project is a mirror of GitLab : https://gitlab.com/vdsbenoit/frite.dev

Awesome Lists containing this project

README

          

# Portfolio website

## Tech stack

- Nuxt 3
- Vue 3 Composition API
- Nuxt UI
- Tailwind
- TypeScript
- Prettier (& prettier-plugin-tailwindcss) enforced
- ESLint enforced
- Firebase hosting

## Third party libraries

- emailjs for the contact form
- Google reCAPTCHA
- Google Appointment Schedule
- Nuxt SEO
- Nuxt Security

## Lighthouse report
![Lighthouse report](./docs/lighthouse-report.png)

## Design

### Colors

| Role | HEX | Tailwind |
| ---------- | ------- | ----------- |
| Primary | #f4c61f | custom |
| Light text | #f5f5f5 | neutral-100 |
| Gray light | #262626 | neutral-800 |
| Gray dark | #0a0a0a | neutral-950 |

## Credits

Here are some pieces of code and websites I used as inspiration

### Star background

I used [this code](https://codepen.io/sarazond/pen/LYGbwj) as inspiration for the animated background. I rewrote it in Vue + Tailwind instead of Sass and Compass