Skip to content

kaine-na/testdroid-cvpage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Professional CV Website (cvkukeren)

A modern, responsive, and professional CV/Portfolio website built with HTML5, CSS3, and JavaScript.

Features

  • 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.

Prerequisites

  • Node.js (Optional, but recommended for the provided server)

How to Run

  1. Open a terminal in the project directory:

    cd "C:\laragon\www\droid test\cvkukeren"
  2. Install dependencies (if using Node.js):

    npm install
  3. Start the server:

    npm start

    Or manually:

    node server.js
  4. Open your browser and visit: http://localhost:5631

Customization

  • Profile Photo: Replace the img src in index.html (line 68) with your actual photo path (e.g., images/my-photo.jpg). Currently, it uses a placeholder.
  • Content: Edit index.html to update your name, about text, experience, and skills.
  • Colors: Edit css/style.css and modify the :root variables at the top of the file.

Structure

  • 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.

Dependencies

  • Express: Used for the local server.
  • AOS (Animate On Scroll): Loaded via CDN.
  • Font Awesome: Loaded via CDN.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors