Personal portfolio website built with HTML, CSS and vanilla JavaScript. Available in English and soon in French.
Live: tatrite.github.io/Portfolio
- Responsive design (mobile-friendly)
- Custom animated scrollbar
- Typewriter effect on the home page
- Sections: Home, Experiences, Projects, Skills, Contact
- CV download button
Portfolio/
├── index.html
└── portfolio/
├── pages/
│ ├── experiences.html
│ ├── project.html
│ ├── Skils.html
│ └── contact.html
├── style/
│ ├── global.css
│ ├── header.css
│ ├── footer.css
│ ├── home.css
│ ├── experiences.css
│ ├── project.css
│ ├── skills.css
│ └── contact.css
├── script/
│ ├── home.js # Typewriter effect
│ └── header.js # Burger menu
├── img/
└── public/
├── favicon.ico
This site is deployed via GitHub Pages from the main branch.
Any push to main automatically updates the live site.