This is a static interactive resume built using HTML, CSS, and TypeScript. It showcases personal information, education, skills, and work experience.
- Toggle Skills: A button to hide or show the skills list.
- Responsive Design: The resume layout adjusts to different screen sizes for a better viewing experience.
- Custom Fonts: Montserrat font is used for better readability.
- HTML5
- CSS3
- TypeScript
- Font: Montserrat
- Clone the repository.
- Open the
index.html
file in your browser to view the resume. - Use the "Hide/Show Skills" button to toggle the skills section visibility.
index.html
: The main HTML structure of the resume.style.css
: Styling for the resume layout and design.app.ts
: TypeScript file to handle the toggle functionality.
Feel free to modify the resume content and design according to your needs.