Welcome to my online resume, a modern and responsive web-based curriculum vitae built with HTML, CSS, and JavaScript. This project serves as a digital representation of my professional experience, skills, and projects.
🔗 Live Demo: karam-ajaj.github.io/CV
- Frontend: HTML5, CSS3, JavaScript
- Build Tools: Gulp.js
- Deployment: GitHub Pages
CV/
├── css/ # Stylesheets
├── img/ # Images and icons
├── js/ # JavaScript files
├── resrc/ # Additional resources
├── vendor/ # Third-party libraries
├── index.html # Main HTML file
├── gulpfile.js # Gulp configuration
├── sitemap.xml # Sitemap for SEO
├── LICENSE # MIT License
└── README.md # Project documentation
To run the project locally:
-
Clone the repository:
git clone https://github.com/karam-ajaj/CV.git cd CV -
Install dependencies:
Ensure you have Node.js and Gulp installed.
npm install
-
Start the development server:
gulp
This will launch the project in your default browser and watch for file changes.
This project is licensed under the MIT License.
For inquiries or collaborations, please reach out via GitHub.