Skip to content

Latest commit

 

History

History
112 lines (86 loc) · 4.75 KB

File metadata and controls

112 lines (86 loc) · 4.75 KB

mohitraj.me

Mohit Raj

Technical Team Lead · Full-Stack Architect · MLSA

Live Site Tech Tomorrow Microsoft Learn


Architecting resilient digital platforms where computational precision meets relentless athletic discipline.


🏛️ Repository Architecture

mohitraj.me/
├── assets/
│   ├── css/
│   │   └── style.css            # Core design system & stylesheet
│   ├── favicons/
│   │   ├── apple-touch-icon.png # iOS home screen icon (180x180)
│   │   ├── favicon-32x32.png    # Standard tab favicon
│   │   ├── favicon.ico          # Fallback multi-res icon
│   │   └── favicon.svg          # Crisp vector icon
│   ├── images/
│   │   ├── Colorised_Ghibli.png # Editorial portrait visual
│   │   ├── mohit-raj.jpg        # Profile image for metadata & schemas
│   │   ├── mohit-raj-yongmudo-brown-belt-certificate.jpg
│   │   └── og-image.png         # OpenGraph 1200x630 social preview
│   ├── js/
│   │   └── main.js              # GSAP animations, Lenis scroll, cursor
│   ├── logos/                   # Affiliation & institution emblems
│   │   ├── arkajain_clean.png
│   │   ├── github.svg
│   │   ├── mlsa_clean.png
│   │   └── techtomorrow_clean.png
│   └── tech/                    # Official SVG logos for Tech Stack grid
│       ├── android.svg          ├── kotlin.svg
│       ├── cplusplus.svg        ├── mongodb.svg
│       ├── css3.svg             ├── mysql.svg
│       ├── esp32.svg            ├── nextjs.svg
│       ├── fastapi.svg          ├── nodejs.svg
│       ├── html5.svg            ├── postgresql.svg
│       ├── java.svg             ├── prisma.svg
│       ├── javascript.svg       ├── python.svg
│       ├── jetpackcompose.svg   ├── react.svg
│       ├── supabase.svg         ├── tailwindcss.svg
│       └── typescript.svg
│
├── favicon.ico                  # Root legacy browser fallback
├── googleedf9b5582e15faba.html  # Google Search Console verification
├── index.html                   # High-performance single-page portfolio
├── robots.txt                   # Search & AI crawler directives
├── site.webmanifest             # PWA web app manifest
├── sitemap.xml                  # XML sitemap for search engines
└── README.md                    # Project documentation

✨ Design & Engineering Highlights

  • Warm Editorial Aesthetic: Built with warm ivory tones (#FAF8F3), rich ink typography (#111111), and understated gold accents (#7A6031).
  • Micro-Interactions & Depth: 120FPS dual cursor dynamics, mouse-tracking 3D card tilt with radial gold spotlights, and interactive certificate modal.
  • Tech Stack Showcase: Interactive card grid categorized into Languages, Frontend & Frameworks, Backend & Infrastructure, and Mobile & Embedded.
  • Verified Schema.org Structured Data: Complete Person and Occupation JSON-LD schema linking official affiliations, credentials, and social entities.
  • Responsive & Accessible: Seamless fluid scaling across mobile, tablet, and ultra-wide displays with reduced-motion support.

🛠️ Local Development

To run the site locally:

# Clone the repository
git clone https://github.com/mohitraj8503/mohitraj.me.git

# Navigate into the project folder
cd mohitraj.me

# Start a local static HTTP server
python3 -m http.server 8000
# or
npx serve .

Open http://localhost:8000 in your browser.


📬 Contact & Connect


© 2026 Mohit Raj. All rights reserved.


Built by Mohit Raj — Technical Team Lead @ Tech Tomorrow