A modern, responsive, and professional CV/Portfolio website built with HTML5, CSS3, and JavaScript.
- Modern Design: Clean, professional layout with a blue/dark color scheme.
- Fully Responsive: Optimized for Mobile, Tablet, and Desktop (100% Responsive).
- Animations: Smooth fade-in effects using AOS (Animate On Scroll) and typing text animation.
- Interactive: Smooth scrolling, sticky navbar, and working contact form simulation.
- Sections: Home, About Me, Skills, Experience, Testimonials, Contact.
- Node.js (Optional, but recommended for the provided server)
-
Open a terminal in the project directory:
cd "C:\laragon\www\droid test\cvkukeren"
-
Install dependencies (if using Node.js):
npm install
-
Start the server:
npm start
Or manually:
node server.js
-
Open your browser and visit: http://localhost:5631
- Profile Photo: Replace the
imgsrc inindex.html(line 68) with your actual photo path (e.g.,images/my-photo.jpg). Currently, it uses a placeholder. - Content: Edit
index.htmlto update your name, about text, experience, and skills. - Colors: Edit
css/style.cssand modify the:rootvariables at the top of the file.
index.html: Main content file.css/style.css: Styles and layout.js/script.js: Interactivity and animations.server.js: Simple Express server running on port 5631.
- Express: Used for the local server.
- AOS (Animate On Scroll): Loaded via CDN.
- Font Awesome: Loaded via CDN.