Skip to content

createdbykartik/kartik.dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Modern Resume Website

A responsive, modern resume website built with HTML, CSS, and JavaScript. This website showcases your professional experience, skills, projects, and contact information in an elegant and interactive design.

Features

  • Responsive Design: Works perfectly on desktop, tablet, and mobile devices
  • Modern UI/UX: Clean, professional design with smooth animations
  • Interactive Elements: Animated skill bars, smooth scrolling, and hover effects
  • Contact Form: Functional contact form with validation
  • Performance Optimized: Fast loading with lazy loading for images
  • Cross-browser Compatible: Works on all modern browsers

Sections

  1. Hero Section: Introduction with profile image and call-to-action buttons
  2. About: Personal information and quick stats
  3. Experience: Timeline of professional experience
  4. Skills: Visual representation of technical skills with progress bars
  5. Projects: Showcase of featured projects with links
  6. Contact: Contact form and social media links

Technologies Used

  • HTML5
  • CSS3 (with CSS Grid and Flexbox)
  • Vanilla JavaScript
  • Font Awesome Icons
  • Google Fonts (Inter)

Getting Started

  1. Clone or download this repository
  2. Replace placeholder content with your own information
  3. Replace placeholder images in the assets folder with your own
  4. Customize colors and styling in styles/main.css if desired
  5. Update social media links and contact information
  6. Deploy to your preferred hosting platform

Customization

Personal Information

  • Update the content in index.html with your own information
  • Replace placeholder images in the assets folder
  • Modify the hero section title and description
  • Update experience timeline with your work history
  • Add your own projects with descriptions and links

Styling

  • Colors can be changed in the CSS variables at the top of styles/main.css
  • Fonts can be modified by changing the Google Fonts import
  • Layout adjustments can be made in the respective section styles

Content Sections

  • Hero: Update name, title, and description
  • About: Add your personal story and achievements
  • Experience: Replace with your work history
  • Skills: Update skill categories and proficiency levels
  • Projects: Add your portfolio projects
  • Contact: Update contact information and social links

File Structure

resume-website/
├── index.html          # Main HTML file
├── styles/
│   └── main.css        # All CSS styles
├── scripts/
│   └── main.js         # JavaScript functionality
├── assets/
│   ├── profile-placeholder.jpg
│   ├── project1-placeholder.jpg
│   ├── project2-placeholder.jpg
│   └── project3-placeholder.jpg
└── README.md           # This file

Browser Support

  • Chrome (latest)
  • Firefox (latest)
  • Safari (latest)
  • Edge (latest)

Performance

  • Optimized images and assets
  • Minimal JavaScript for fast loading
  • CSS animations for smooth interactions
  • Lazy loading for images below the fold

Deployment

This website can be deployed to any static hosting service:

  • GitHub Pages: Push to a GitHub repository and enable Pages
  • Netlify: Drag and drop the folder or connect to Git
  • Vercel: Deploy directly from your repository
  • Traditional Web Hosting: Upload files to your web server

License

This project is open source and available under the MIT License.

Contributing

Feel free to fork this project and customize it for your own use. If you make improvements that could benefit others, pull requests are welcome!

Support

If you find this useful, please give it a star ⭐ and share it with others!


Note: Remember to replace all placeholder content and images with your own information before deploying your resume website.

About

Personal Portfolio

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors