A modern, responsive portfolio website built with HTML, CSS, and JavaScript. Features a clean dark theme design with smooth animations and YAML-based content management.
- Dark Theme: Clean and modern dark theme design
- Responsive Layout: Adapts seamlessly to all screen sizes
- YAML Content Management: Easy-to-update content structure
- Interactive Elements:
- Smooth hover animations
- Font size controls
- Profile image effects
- SEO Optimized: Includes meta tags for better search engine visibility
- Social Media Ready: OpenGraph and Twitter Card support
- HTML5
- CSS3 (Custom properties, Flexbox)
- JavaScript (ES6+)
- js-yaml for YAML parsing
- Font Awesome icons
naveenkumar-xyz/
βββ index.html
βββ js/
β βββ script.js
βββ style/
β βββ style.css
β βββ favicon.ico
βββ yaml/
β βββ me.yaml
βββ images/
βββ profile images and icons
-
Clone the repository:
git clone https://github.com/QAInsights/naveenkumar.xyz.git
-
Open
index.html
in your browser or use a local server:python -m http.server 8000
Content is managed through YAML files:
-
Edit
yaml/me.yaml
to update:- Experience
- Education
- Skills
- Projects
-
Images can be added to the
images/
directory
Colors can be customized in style/style.css
:
:root {
--bg-color: #1a1a1a;
--text-color: #f0f0f0;
--key-color: #61afef;
--string-color: #98c379;
/* ... other color variables */
}
- Chrome (latest)
- Firefox (latest)
- Safari (latest)
- Edge (latest)
MIT License - feel free to use this for your own portfolio!
- Website: qainsights.com
- GitHub: @naveenkumar-xyz
Made with β€οΈ by NaveenKumar Namachivayam