https://github.com/voaneves/voaneves.github.io
Portfolio website for Victor Neves, aka voaneves. Built using JS, HTML and CSS ⭐ if you like it
https://github.com/voaneves/voaneves.github.io
ecmascript2018 html-css-javascript optimization portfolio-website
Last synced: 3 months ago
JSON representation
Portfolio website for Victor Neves, aka voaneves. Built using JS, HTML and CSS ⭐ if you like it
- Host: GitHub
- URL: https://github.com/voaneves/voaneves.github.io
- Owner: voaneves
- License: mit
- Created: 2022-08-20T02:41:28.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-11T00:09:19.000Z (about 2 years ago)
- Last Synced: 2025-03-06T14:25:04.858Z (over 1 year ago)
- Topics: ecmascript2018, html-css-javascript, optimization, portfolio-website
- Language: SCSS
- Homepage: https://voaneves.com/
- Size: 74.5 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: changelog/Log of visual changes.pptx
- License: LICENSE
Awesome Lists containing this project
README
[voaneves.com](https://voaneves.com)
=================
[](https://github.com/voaneves/voaneves.github.io/graphs/commit-activity) [](https://voaneves.com/) [](https://lbesson.mit-license.org/) [](https://GitHub.com/voaneves/ama)
Portfolio website for Victor Neves. It was based on [this tutorial](https://www.youtube.com/watch?v=xV7S8BhIeBo&t=11521s), but heavily optimized for SEO, lighthouse score ([100/100](https://googlechrome.github.io/lighthouse/viewer/?psiurl=https%3A%2F%2Fvoaneves.com%2F&strategy=mobile&category=performance&category=accessibility&category=best-practices&category=seo&category=pwa&utm_source=lh-chrome-ext)) and accessibility (it's also a PWA). It's an online portfolio to showcase my web presence, CV, timeline for showing skills, profficiency and also to be hired. [Have a look! SITE URL: voaneves.com](https://voaneves.com)
Table of Contents
=================
* [1. Getting Started](#getting_started)
* [1.1. Technology used](#tech)
* [1.2. Progressive Web App](#pwa)
* [1.3. Site optmization](#opt)
* [1.4. Dark and White themes](#themes)
* [1.5. English version](#en)
* [2. Contributing](#contributing)
* [3. License](#license)
* [4. Acknowledgments](#acknowledgments)
This repository contains the assets required to build [voaneves.com](https://voaneves.com) website and documentation. I'm glad that you are here! Want to contribute? Send me a pull request or an issue.
This website is built using:
HTML | CSS | JavaScript | SASS
It's alson a PWA, fully functional to be installable to be used offline. Progressive Web Apps (PWA) are built and enhanced with modern APIs to deliver enhanced capabilities, reliability, and installability while reaching anyone, anywhere, on any device with a single codebase.
This website was fully optimized with SEO in mind, also for the accessibility. Have a look in the lighthouse score ([100/100](https://googlechrome.github.io/lighthouse/viewer/?psiurl=https%3A%2F%2Fvoaneves.com%2F&strategy=mobile&category=performance&category=accessibility&category=best-practices&category=seo&category=pwa&utm_source=lh-chrome-ext)). You can also look to others site auditors and send a PR.
Google Analytics was purposefully removed due to the performance hit.
### 1.4. Dark and white themes
This website features Dark and a White Theme, on PC, tablet or mobile.
This website also features a fully translated English version.
Please read [CONTRIBUTING.md](https://gist.github.com/PurpleBooth/b24679402957c63ec426) for details on this repo's code of conduct, and the process for submitting pull requests.
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
* @Maclinz - for his [JS_CSS_PortfolioProject](https://github.com/Maclinz/JS_CSS_PortfolioProject). thanks for the tutorial :D
* [web.dev](https://web.dev) - for the awesome tutorials and guidance when needed.