{"id":47320112,"url":"https://github.com/indhra/indhra.github.io","last_synced_at":"2026-03-17T17:20:43.351Z","repository":{"id":338641619,"uuid":"1158566780","full_name":"indhra/indhra.github.io","owner":"indhra","description":"Portfolio of Indhra ","archived":false,"fork":false,"pushed_at":"2026-02-15T18:31:46.000Z","size":13080,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-15T22:44:35.776Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/indhra.png","metadata":{"files":{"readme":"README.md","changelog":"changelog.json","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE","maintainers":null,"copyright":"COPYRIGHT","agents":null,"dco":null,"cla":null}},"created_at":"2026-02-15T15:34:10.000Z","updated_at":"2026-02-15T18:31:22.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/indhra/indhra.github.io","commit_stats":null,"previous_names":["indhra/indhra.github.io"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/indhra/indhra.github.io","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/indhra%2Findhra.github.io","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/indhra%2Findhra.github.io/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/indhra%2Findhra.github.io/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/indhra%2Findhra.github.io/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/indhra","download_url":"https://codeload.github.com/indhra/indhra.github.io/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/indhra%2Findhra.github.io/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30628052,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-17T14:16:03.965Z","status":"ssl_error","status_checked_at":"2026-03-17T14:16:03.380Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-03-17T17:20:38.728Z","updated_at":"2026-03-17T17:20:43.341Z","avatar_url":"https://github.com/indhra.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Indhra Kiranu N A – Portfolio\n\nA modern, dark-themed portfolio website for a Cloud-focused Data Scientist with 5+ years of experience at Mercedes-Benz R\u0026D.\n\n🌐 **Live Site:** [https://indhra.github.io](https://indhra.github.io)\n\n## Features\n\n- 🌓 **Dark/Light Theme Toggle**: Automatic system theme detection with manual toggle support\n- 🌑 **Dark Navy Theme**: Professional design with cyan/blue accents and smooth animations\n- 📱 **Fully Responsive**: Optimized for desktop, tablet, and mobile with hamburger navigation\n- ♿ **Accessible**: ARIA attributes, keyboard navigation, focus management, Escape key support\n- 🚀 **Self-Contained**: Single `index.html` file with inline CSS/JS — no external dependencies except fonts/icons\n- ✨ **Scroll Animations**: IntersectionObserver-powered reveal effects\n- 🔗 **Real Projects**: 12 project cards linked to actual GitHub repositories\n- 📄 **Resume Download**: One-click resume download from hero section\n- 📧 **Quick Connect Form**: Simple contact form for visitors to share their details\n\n## Sections\n\n1. **Hero** — Name, tagline, and call-to-action buttons\n2. **About** — Professional summary with key metric highlight cards\n3. **Experience** — Timeline with 3 roles (Senior Data Scientist, Data Scientist, ML Engineer)\n4. **Skills** — 9 categorized card groups with pill-shaped tags\n5. **Projects** — 12 featured GitHub repositories\n6. **Education** — M.Tech \u0026 B.Tech with GPA badges\n7. **Certifications** — Azure, Kaggle, courses, and awards\n8. **Contact** — Email, LinkedIn, GitHub, Kaggle links\n\n## Technologies Used\n\n- HTML5 (semantic, self-contained)\n- CSS3 (CSS Variables, Grid, Flexbox, `@supports` queries)\n- Vanilla JavaScript (IntersectionObserver, keyboard event handling)\n- Google Fonts (Inter, Space Grotesk)\n- Font Awesome 6 Icons\n- GitHub Pages for hosting\n\n## Local Development\n\n```bash\ngit clone https://github.com/indhra/indhra.github.io.git\ncd indhra.github.io\npython3 -m http.server 8000\n# Open http://localhost:8000\n```\n\n## Setup Instructions\n\n### Resume Download\n1. Place your resume PDF in the `assets/` folder as `Indhra_Kiranu_Resume.pdf`\n2. The download button in the hero section will automatically link to it\n\n### Contact Form Setup\nThe quick connect form is already configured with a Formspree endpoint and ready to use.\n\nIf you need to change the form endpoint:\n\n1. Sign up at [Formspree.io](https://formspree.io/) (free tier available)\n2. Create a new form and get your form endpoint\n3. In `index.html`, replace the form ID in the form action:\n   ```html\n   \u003cform id=\"quickConnectForm\" action=\"https://formspree.io/f/YOUR_FORM_ID\" method=\"POST\"\u003e\n   ```\n\nAlternatively, you can integrate with:\n- Netlify Forms (if hosting on Netlify)\n- Your own backend API\n- Other form services like FormSubmit, Basin, etc.\n\n## License \u0026 Copyright\n\n**PROPRIETARY SOFTWARE - ALL RIGHTS RESERVED**\n\nCopyright © 2025 Indhra Kiranu N A. All Rights Reserved.\n\nThis portfolio website and all its contents are proprietary and confidential. \nUnauthorized copying, modification, distribution, or use of this code is \n**strictly prohibited** and will result in legal action.\n\n### Usage Restrictions\n\n❌ **Prohibited Actions:**\n- Copying or reproducing any part of this code\n- Using this code as a template or reference\n- Modifying or creating derivative works\n- Distributing or sharing this code\n- Commercial or non-commercial use without permission\n\n✅ **Viewing Only:**\n- You may view this website in a web browser\n- You may view the source for educational purposes only (no copying)\n\n### Legal Protection\n\nThis work is protected by:\n- Copyright laws and international treaties\n- Digital Millennium Copyright Act (DMCA)\n- Berne Convention for the Protection of Literary and Artistic Works\n\n**Legal Consequences:**\nUnauthorized use will result in civil and criminal prosecution, including \ndamages, penalties, and recovery of legal fees.\n\n### Contact for Permission\n\nFor licensing inquiries or permission requests:\n- **Email:** indhrakiranu39@gmail.com\n- **LinkedIn:** [linkedin.com/in/indhra](https://www.linkedin.com/in/indhra/)\n\nSee [LICENSE](LICENSE), [COPYRIGHT](COPYRIGHT), and [NOTICE](NOTICE) files for complete legal terms.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Findhra%2Findhra.github.io","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Findhra%2Findhra.github.io","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Findhra%2Findhra.github.io/lists"}