Happy Birthday Ronit

It’s hard to believe you’re already 17, and this is your last birthday before heading off to college. I can’t express how proud I am of you, or how grateful I am to have you as my brother. I created this site to celebrate your journey, to keep track of your accomplishments, and to showcase your achievements from this point forward. -Dada

Unlock Your Portfolio

🎯 Your Portfolio Setup Guide

1. Domain Management (Namecheap)
Your domain is set up through Namecheap. Here are your credentials:
Username: [ronitmhatre]
Password: [Big17#2025]
Domain: [ronitmhatre.com]
Change the email to yours and change password.
2. Website Hosting (Vercel)
Your website is hosted on Vercel for free. Here are your credentials:
Username: [sahilmhatre@vt.edu]
Password: [OTP sign in]
Project: [ronit-portfolio]]
Change the email to your personal email. Change password.
3. Code Repository (GitHub)
I have to invite you the repo first:

This is where all your website code lives. You can clone it, make changes, and push updates.

4. How to Update Your Website
Step-by-step process:
  1. Clone the repository: git clone [YOUR_GIT_REPO_LINK]
  2. Make your changes: Edit the HTML, CSS, or add new files
  3. Commit changes: git add . then git commit -m "Your update message"
  4. Push to GitHub: git push origin main
  5. Vercel auto-deploys: Your changes will automatically appear on your live website!