Welcome to my personal portfolio! This project showcases my work, skills, and experience as a software developer. It is designed to provide an overview of who I am and what I do, with interactive sections for easy navigation and a contact form for inquiries.
- Dark Mode Toggle:
- User can switch between light and dark themes, with their choice saved in
localStorage
.
- User can switch between light and dark themes, with their choice saved in
- Responsive Navigation:
- Hamburger menu for mobile view with Bootstrap icons for enhanced UI.
- Project Showcase:
- A section featuring my recent projects with demo links and code repositories.
- Contact Form with Google Apps Script Integration:
- Submissions are sent directly to Google Sheets and confirmed with a message.
- Social Links:
- Quick access to my social profiles like GitHub, LinkedIn, and Instagram.
/
├── index.html # Main HTML file for the portfolio
├── resources/
│ ├── style.css # Custom CSS for styling
│ ├── script.js # JavaScript logic for UI interaction
│ ├── Images/ # Images used across the portfolio
│ ├── icons/ # Skill and tool icons
│ └── bootstrap.min.css # Bootstrap for layout and design
└── favicons/ # Favicon images for different platforms
- HTML5, CSS3, JavaScript
- Bootstrap Icons & FontAwesome for icons
- Bootstrap for responsive design
- Google Apps Script for handling contact form submissions
- LocalStorage to manage theme preferences
You can access the live version of my portfolio here:
Hari Thatikonda - Portfolio
-
Clone the repository:
git clone https://github.com/thughari/thughari.github.io.git cd thughari.github.io
-
Open the project in a browser:
- You can open
index.html
directly in a browser to view the portfolio.
- You can open
For detailed instructions on integrating Google Apps Script with contact form, please refer to the Apps Script Integration Guide.
Feel free to reach out to me through the contact form on the website or via my social media links:
- Email: haribabutatikonda3@gmail.com
- LinkedIn: Hari Thatikonda
- GitHub: thughari
- Instagram: Thug Hari
This project is licensed under the MIT License - see the LICENSE file for details.