This project is a [simple/static/responsive] website built with HTML and CSS.
index.html: Main homepage of the website.about.html: About page.contact.html: Contact form page.style.css: Main stylesheet containing styles and responsive design.fontawesome.css: Font Awesome icons stylesheet (if used externally).
- Responsive design with media queries to support desktop, tablet, and mobile screens.
- Hamburger menu for mobile navigation implemented using only CSS (no JavaScript).
- Dark and light theme toggle using CSS variables and checkbox input.
- Smooth transitions and animations for UI elements such as hover effects and theme changes.
- Accessibility improvements with semantic HTML and focus styles.
- Downloadable resume button with hover effects.
- Scroll-to-top button implemented with CSS and minimal JavaScript (if any).
- Open
index.htmlin any modern browser. - Use the navigation menu to explore different pages.
- Toggle the theme switch in the navbar to change between light and dark modes.
- On mobile, use the hamburger menu to navigate.
- The project uses external resources like Font Awesome for icons via CDN.
- No JavaScript was used except minimal functionality (if any) for scroll-to-top.
- Styles are based on CSS variables for easy theming and maintenance.