Skip to content

SalmanSi/Resume-using-HTML-CSS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

REISME: Interactive CV Selector

📝 Project Overview

REISME is a simple, elegant HTML and CSS-based CV selector that allows users to browse through multiple professional profiles using pure HTML navigation.

🌟 Key Features

  • Responsive design
  • Pure HTML and CSS implementation
  • No JavaScript required
  • Welcome page with smooth transitions
  • Easy to customize and extend

📂 Repository Structure

reisme/
│
├── index.html          # Main selector page
├── welcome.html        # Initial welcome screen
├── cv1.html            # First CV template
├── cv2.html            # Second CV template
│
├── images/
│   ├── salman.jpg      # Profile picture
│   ├── cv1.jpg         # CV 1 thumbnail
│   ├── cv2.jpg         # CV 2 thumbnail
│   └── welcome.jpg     # Welcome page image
│
└── README.md           # Project documentation

🚀 How to Use

  1. Clone the repository
  2. Open index.html in a web browser
  3. Click on CV thumbnails to view different profiles

💡 Customization

Adding New CVs

  1. Create a new HTML file (e.g., cv3.html)
  2. Add a new thumbnail in the images/ directory
  3. Update the selector page to include the new CV

Styling

Modify the CSS in each HTML file to change:

  • Color schemes
  • Layout
  • Typography
  • Animations

🔧 Technical Details

  • Navigation: Uses iframe and target attributes
  • Responsiveness: Flexbox layout
  • Styling: Pure CSS, no preprocessors
  • Compatibility: Works in all modern browsers

Note: This project demonstrates a simple, elegant way to create a multi-CV selector using only HTML and CSS.

About

Building a Resume using HTML and CSS ONLY.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages