This project is a simple, visually appealing webpage designed to showcase a CV. The webpage allows users to view the CV in an embedded viewer, providing a seamless and interactive experience. The design is implemented using only HTML, CSS, and JavaScript, ensuring accessibility and ease of use.
- index.html: The main homepage of the website, which includes the navigation structure and general layout.
- styles.css: The CSS file for styling the webpage, including the layout, colors, and special animations.
- script.js: The JavaScript file used to handle interactivity on the main page, such as navbar toggle functionality.
- view-cv.html: A dedicated page to view the CV with a sparkling effect around the header, simulating a Diwali-like atmosphere.
- Responsive Navbar: A collapsible, fixed-position navbar with smooth animations, toggled by a button.
- CV Viewer: A simple, embedded PDF viewer in
view-cv.html
that allows users to view the CV without downloading it automatically.
-
Clone the repository:
git clone https://github.com/basantkumhar/subodh.git cd subodh
-
Open the project in your preferred code editor.
-
To view the project, open
index.html
in your browser.
-
Homepage (
index.html
): Contains the main layout and navigation for the website. Links to the CV viewer page and includes basic styles for the homepage. -
CV Viewer (
view-cv.html
): When you click the "View CV" link, you are taken to a separate page to view the CV document with a festive, animated sparkle effect at the top.