A professional portfolio website built with semantic HTML, modern CSS, and vanilla JavaScript.
Live site: https://ioanadaria.github.io/Portfolio/
Personal portfolio showcasing QA engineering experience, automation projects, skills, and contact information.
- HTML5 (semantic, accessible markup)
- CSS3 (custom properties, responsive grid, animations)
- JavaScript (ES2019+, no frameworks)
| Project | Repo |
|---|---|
| Selenium Integration Framework (Java + TestNG) | Selenium-Integration |
| Selenium UI Automation Suite (Python & Java) | Selenium |
| RecordCollector Web App | recordcollector_web |
| API Testing Suite (Python + pytest) | api-testing-project |
No build step required. Open index.html in a browser, use the VS Code Live Server extension, or serve with any static file server:
# Requires Node.js and npm (https://nodejs.org)
npx serve .
# Or Python 3
python3 -m http.serverThe contact form uses Formspree and is fully active. Submissions are delivered to the linked email address.
ioana-petrescu-cv.pdf is included in the repo root and linked from the Download CV button in the hero section. Updated April 2026.
favicon.ico is included in the repo root.
Hosted via GitHub Pages on the main branch. Every push to main triggers an automatic redeploy.
MIT