This repository contains the source code for a responsive portfolio website, designed to showcase projects, skills, and personal information. The project is developed using HTML, CSS, and JavaScript.
- Responsive Design
Fully optimized for devices of all screen sizes, including desktops, tablets, and mobile phones.
Adaptive layouts and images for seamless user experience.
- Dynamic Sections
Home: Introduction and personal branding.
About: Information about the developer, skills, and profile image.
Projects/Work: Showcase of projects with visuals and links.
Contact: Contact form and links to social media profiles.
- Interactive Animations
Hover effects and smooth scrolling transitions.
Animated navigation menu for smaller screens.
- Customizable
Easily update text, images, and links to tailor the portfolio to your needs.
portfolio/ |-- assets/ | |-- css/ | | |-- style.css # Main stylesheet | |-- img/ # Image assets | | |-- <your_images> # All project and background images | |-- js/ | |-- main.js # JavaScript for interactivity | |-- index.html # Main HTML file
A web browser for viewing the website.
A code editor (e.g., VS Code) for modifications.
Clone the Repository:
git clone https://github.com/Akansha92/portfolio.git
Navigate to the Project Folder:
cd portfolio
Open the index.html File in Your Browser: You can double-click the file or use a live server (e.g., with VS Code).
Update Images: Replace images in the assets/img folder with your own.
Ensure filenames match those referenced in index.html and style.css.
Change Content:
Modify text in index.html to reflect your personal details.
Add/remove projects in the "Work" section as needed.
Styling Adjustments:
Edit assets/css/style.css for custom colors, fonts, or layouts.
Interactive Behavior:
Enhance interactivity by updating assets/js/main.js.
Deploy on GitHub Pages:
Push the code to your GitHub repository.
Enable GitHub Pages from the repository settings.
Select the branch (e.g., main) and save.
Access your portfolio using the GitHub Pages link.
Alternative Hosting:
Use platforms like Netlify, Vercel, or any hosting provider.
If you'd like to contribute:
Fork the repository.
Create a new branch.
Make changes and test them.
Submit a pull request.
This project is licensed under the MIT License. You are free to use and modify it as per your requirements.
Inspired by various open-source portfolio templates.
Feel free to share feedback and suggestions!