Version: 1.0.4
Status: SYSTEMS_ONLINE
Welcome to the digital headquarters of the Mohit Universe. This codebase powers the THEREALMOHITYADAV brand ecosystem, featuring a high-performance "Megamind" aesthetic, interactive 3D elements, and a modular hub structure.
index.html- The Main Hub (Nexus). Connects to all sub-brands.style.css- Global Design System (Deep Black, Cyber Cyan, Grid Physics).main.js- Core Logic (Starfield, Parallax, UI Interactions).blog.html(MOHITLOGS) - Dynamic "Mission Log" feed.blog-content.js- DATA SOURCE: Edit this file to add new blog posts.store.html(MOHITFORGE) - Tactical Armory storefront.builds.html/creates.html/files.html/labs.html- Static sub-brand landing pages.
You do not need to touch the HTML.
- Open
blog-content.js. - Add a new object to the
logsarray:{ id: 'LOG_026', title: 'New Project Alpha', desc: 'Description of the new amazing thing.', date: '2026.02.01' },
- Save. The
blog.htmlpage updates automatically.
- Open
index.html. - Scroll to the bottom
<footer class="comm-array">. - Edit the
href="#"in thechannel-gridsection to point to your real profiles (LinkedIn, Medium, YouTube, Instagram).
- Open
store.html. - Copy an existing
<a href="#" class="sector-card">...</a>block. - Paste it inside the
.sector-grid. - Update the
ITEM_XXbadge, Title, and Description.
This project is Static (HTML/CSS/JS). It requires no backend server.
Recommended Hosts:
- GitHub Pages: Push this folder to a repo and enable Pages in Settings.
- Netlify / Vercel: Drag and drop the folder into their dashboard.
To change the Main Color Theme:
- Open
style.css. - Edit the
--cyber-cyanvariable at the top (:root).This will instantly update the glows, text, and borders across the entire site.:root { --cyber-cyan: #ff0055; /* Change to Neon Red, for example */ }
System Architect: Antigravity