This project is the personal portfolio website for Aishwarya Godse, a futuristic engineer and creative technologist. The website showcases her skills, projects, and provides a way to get in contact. It features a modern design with both dark and light theme options, smooth scrolling navigation, and engaging content.
- Responsive Design: The layout adapts to different screen sizes, ensuring a consistent experience across devices.
- Dark and Light Themes: Users can switch between a dark and a light color scheme for comfortable viewing.
- Smooth Scrolling Navigation: Clicking on navigation links smoothly scrolls the user to the corresponding section.
- Hero Section: A captivating introduction with a background image and a welcoming message.
- About Section: Introduces Aishwarya Godse with a personal image and a brief description of her background and interests.
- Portfolio Section: Highlights key projects with images and descriptions, along with a link to the MIT Tech Team GitHub profile.
- Skills Section: Displays Aishwarya's technical skills in a visually appealing grid.
- Contact Section: Provides a contact form for visitors to send messages.
- Footer: Contains copyright information and a personalized closing message.
- Animated Marquee: A dynamic display of relevant keywords and technologies.
- HTML5
- CSS3 (with custom properties for theming)
- JavaScript (for theme switching and smooth scrolling)
To view this portfolio website, simply open the index.html file in any web browser. No additional setup or installation is required.
├── Resources/
│ ├── pfp.jpg
│ ├── robot1.jpg
│ ├── robotarm.webp
│ └── robotpath.png
├── index.html
└── README.md
index.html: The main HTML file containing the structure and content of the website.README.md: This file, providing an overview and information about the project.Resources/: A directory containing image assets used in the website.
You can easily customize this portfolio to fit your own profile:
- Content: Modify the text content in the different sections (
hero,about,portfolio,skills,contact,footer) within theindex.htmlfile. - Images: Replace the images in the
Resources/directory with your own project screenshots and personal photo. Update the image paths in theindex.htmlfile accordingly. - Projects: Add or remove project cards in the "Portfolio" section by duplicating or deleting the
<div class="project-card">elements. Update the image sources, titles, and descriptions for your projects. - Skills: Edit the skills listed in the "Skills" section by modifying the
<div class="skill">elements. - GitHub Link: Update the GitHub link in the navigation and the "Portfolio" section to your own GitHub profile.
- Styling: Further customize the appearance by modifying the CSS rules within the
<style>tags in theindex.htmlfile. You can adjust colors, fonts, layouts, and animations to match your personal brand.
This project is licensed under the MIT License - see the LICENSE file for details.
- The design and structure of this portfolio are inspired by modern web development practices.
- The use of CSS custom properties allows for easy theme management.
- The smooth scrolling effect enhances user experience.
Aishwarya Godse