An open API service indexing awesome lists of open source software.

https://github.com/indhra/indhra.github.io

Portfolio of Indhra
https://github.com/indhra/indhra.github.io

Last synced: 3 months ago
JSON representation

Portfolio of Indhra

Awesome Lists containing this project

README

          

# Indhra Kiranu N A – Portfolio

A modern, dark-themed portfolio website for a Cloud-focused Data Scientist with 5+ years of experience at Mercedes-Benz R&D.

🌐 **Live Site:** [https://indhra.github.io](https://indhra.github.io)

## Features

- 🌓 **Dark/Light Theme Toggle**: Automatic system theme detection with manual toggle support
- 🌑 **Dark Navy Theme**: Professional design with cyan/blue accents and smooth animations
- 📱 **Fully Responsive**: Optimized for desktop, tablet, and mobile with hamburger navigation
- ♿ **Accessible**: ARIA attributes, keyboard navigation, focus management, Escape key support
- 🚀 **Self-Contained**: Single `index.html` file with inline CSS/JS — no external dependencies except fonts/icons
- ✨ **Scroll Animations**: IntersectionObserver-powered reveal effects
- 🔗 **Real Projects**: 12 project cards linked to actual GitHub repositories
- 📄 **Resume Download**: One-click resume download from hero section
- 📧 **Quick Connect Form**: Simple contact form for visitors to share their details

## Sections

1. **Hero** — Name, tagline, and call-to-action buttons
2. **About** — Professional summary with key metric highlight cards
3. **Experience** — Timeline with 3 roles (Senior Data Scientist, Data Scientist, ML Engineer)
4. **Skills** — 9 categorized card groups with pill-shaped tags
5. **Projects** — 12 featured GitHub repositories
6. **Education** — M.Tech & B.Tech with GPA badges
7. **Certifications** — Azure, Kaggle, courses, and awards
8. **Contact** — Email, LinkedIn, GitHub, Kaggle links

## Technologies Used

- HTML5 (semantic, self-contained)
- CSS3 (CSS Variables, Grid, Flexbox, `@supports` queries)
- Vanilla JavaScript (IntersectionObserver, keyboard event handling)
- Google Fonts (Inter, Space Grotesk)
- Font Awesome 6 Icons
- GitHub Pages for hosting

## Local Development

```bash
git clone https://github.com/indhra/indhra.github.io.git
cd indhra.github.io
python3 -m http.server 8000
# Open http://localhost:8000
```

## Setup Instructions

### Resume Download
1. Place your resume PDF in the `assets/` folder as `Indhra_Kiranu_Resume.pdf`
2. The download button in the hero section will automatically link to it

### Contact Form Setup
The quick connect form is already configured with a Formspree endpoint and ready to use.

If you need to change the form endpoint:

1. Sign up at [Formspree.io](https://formspree.io/) (free tier available)
2. Create a new form and get your form endpoint
3. In `index.html`, replace the form ID in the form action:
```html

```

Alternatively, you can integrate with:
- Netlify Forms (if hosting on Netlify)
- Your own backend API
- Other form services like FormSubmit, Basin, etc.

## License & Copyright

**PROPRIETARY SOFTWARE - ALL RIGHTS RESERVED**

Copyright © 2025 Indhra Kiranu N A. All Rights Reserved.

This portfolio website and all its contents are proprietary and confidential.
Unauthorized copying, modification, distribution, or use of this code is
**strictly prohibited** and will result in legal action.

### Usage Restrictions

❌ **Prohibited Actions:**
- Copying or reproducing any part of this code
- Using this code as a template or reference
- Modifying or creating derivative works
- Distributing or sharing this code
- Commercial or non-commercial use without permission

✅ **Viewing Only:**
- You may view this website in a web browser
- You may view the source for educational purposes only (no copying)

### Legal Protection

This work is protected by:
- Copyright laws and international treaties
- Digital Millennium Copyright Act (DMCA)
- Berne Convention for the Protection of Literary and Artistic Works

**Legal Consequences:**
Unauthorized use will result in civil and criminal prosecution, including
damages, penalties, and recovery of legal fees.

### Contact for Permission

For licensing inquiries or permission requests:
- **Email:** indhrakiranu39@gmail.com
- **LinkedIn:** [linkedin.com/in/indhra](https://www.linkedin.com/in/indhra/)

See [LICENSE](LICENSE), [COPYRIGHT](COPYRIGHT), and [NOTICE](NOTICE) files for complete legal terms.