tailwind.config = { theme: { extend: { fontFamily: { sans: ['Inter', 'sans-serif'], display: ['Space Grotesk', 'sans-serif'], }, colors: { brand: { 50: '#f0f4fc', 100: '#e1e9fa', 500: '#2563eb', // Indigo Blue accent 600: '#1d4ed8', 900: '#0f172a', // Deep Navy gold: '#fbbf24', // Academic Gold teal: '#14b8a6', // Technological focus } } } } }
pro.navodaya

coaching.in

Home Features Mocktests CBT Simulator Courses
MockTest Hub Try CBT Demo
Home Features Mocktests Hub New Simulator CBT Exam Simulator Courses
Browse MockTests Start Test
// ======================================================= // EASY BRANDING CONFIGURATION SYSTEM // Edit these configuration parameters to immediately update your logo and name! // ======================================================= const BRAND_CONFIG = { // REPLACE THIS VALUE with your custom image logo url link (PNG, SVG, or JPG) logoUrl: 'https://pro.navodayacoaching.in/wp-content/uploads/2026/06/cropped-Gemini_Generated_Image_besccvbesccvbesc-1.png', prefix: 'pro.', suffix: 'navodaya', tagline: 'coaching.in' }; // DOM Elements const mobileMenuBtn = document.getElementById('mobileMenuBtn'); const mobileMenu = document.getElementById('mobileMenu'); const mainHeader = document.getElementById('mainHeader'); // Toggle mobile navigation drawer state if (mobileMenuBtn && mobileMenu) { mobileMenuBtn.addEventListener('click', () => { mobileMenu.classList.toggle('hidden'); // Toggle burger icon visual const icon = mobileMenuBtn.querySelector('i'); if (icon) { if (mobileMenu.classList.contains('hidden')) { icon.className = 'fa-solid fa-bars text-xl'; } else { icon.className = 'fa-solid fa-xmark text-xl'; } } }); } // Solid header shadow addition on scroll window.addEventListener('scroll', () => { if (mainHeader) { if (window.scrollY > 20) { mainHeader.classList.add('shadow-xl', 'shadow-slate-950/40', 'border-slate-900'); mainHeader.classList.remove('border-slate-900/80'); } else { mainHeader.classList.remove('shadow-xl', 'shadow-slate-950/40', 'border-slate-900'); mainHeader.classList.add('border-slate-900/80'); } } }); // Apply Custom Branding Parameters to designated template elements function applyHeaderBranding() { // Apply custom URL logo to the icon container with a fallback icon const logoContainer = document.getElementById('logoIconContainer'); if (logoContainer) { logoContainer.innerHTML = ` <img decoding="async" src="${BRAND_CONFIG.logoUrl}" class="w-full h-full object-cover rounded-xl" onerror="this.onerror=null; this.parentNode.innerHTML='';"> `; } // Update Header Title Nodes const prefixNode = document.getElementById('sitePrefix'); const suffixNode = document.getElementById('siteSuffix'); const taglineNode = document.getElementById('siteTagline'); if (prefixNode) prefixNode.innerText = BRAND_CONFIG.prefix; if (suffixNode) suffixNode.innerText = BRAND_CONFIG.suffix; if (taglineNode) taglineNode.innerText = BRAND_CONFIG.tagline; } // Initialize branding rendering on window load window.onload = function() { applyHeaderBranding(); };
Navodaya Professional Footer tailwind.config = { theme: { extend: { fontFamily: { sans: ['Inter', 'sans-serif'], display: ['Space Grotesk', 'sans-serif'], }, colors: { brand: { 50: '#f0f4fc', 100: '#e1e9fa', 500: '#2563eb', // Indigo Blue accent 600: '#1d4ed8', 900: '#0f172a', // Deep Navy gold: '#fbbf24', // Academic Gold teal: '#14b8a6', // Technological focus } } } } }
pro.navodaya National JNVST Entrance Hub
CBT Live Engine State: 100% Operational (94 ms latency)

Official JNVST Portals

  • NVS HQ Portal
  • JNVST Class 6 Prospectus
  • Blank OMR Sheet (PDF)
  • District Cut-off Matrix

Mock Diagnostics

  • Visual Logic Trial
  • Arithmetic Shortcuts
  • Comprehension Mock
  • AI Hesitation Analytics

Download Library

  • Chapter-wise Solved PDFs
  • 10-Year Question Banks
  • Mental Logic Formulae
  • Parent Counseling Guide

Parent Portals

  • Analytical Dashboard
  • JNVST Selection Calculator
  • Upcoming Feature
  • 24/7 Academic Support

Admission Alerts

Subscribe to receive instant JNVST deadlines, admission rules, and score thresholds.

Hot Searches: Odd Man Out Shapes Fraction Equations Free Class 6 Mock OMR Sheet Download JNVST District-Wise Cut-off list pdf

© 2026 pro.navodayacoaching.in. All Rights Reserved. Not affiliated with Navodaya Vidyalaya Samiti.

Terms of Service Privacy Guidelines Back to Top

// ======================================================= // EASY BRANDING CONFIGURATION SYSTEM // Edit these configuration parameters to immediately update your logo and name! // ======================================================= const BRAND_CONFIG = { // REPLACE THIS VALUE with your custom image logo url link (PNG, SVG, or JPG) logoUrl: 'https://pro.navodayacoaching.in/wp-content/uploads/2026/06/cropped-Gemini_Generated_Image_besccvbesccvbesc-1.png', prefix: 'pro.', suffix: 'navodaya', footerTagline: 'National JNVST Entrance Hub' }; // Custom non-blocking Toast utility for the footer function triggerFooterToast(title, msg) { const toast = document.getElementById('footerToast'); const titleNode = document.getElementById('footerToastTitle'); const msgNode = document.getElementById('footerToastMsg'); if (toast && titleNode && msgNode) { titleNode.innerText = title; msgNode.innerText = msg; toast.classList.remove('translate-y-10', 'opacity-0'); toast.classList.add('translate-y-0', 'opacity-100'); setTimeout(() => { toast.classList.add('translate-y-10', 'opacity-0'); toast.classList.remove('translate-y-0', 'opacity-100'); }, 4000); } } // Newsletter validation and notification trigger function subscribeEmailFooter() { const emailInput = document.getElementById('footerNewsletterEmail'); if (emailInput) { const emailValue = emailInput.value.trim(); if (emailValue !== "" && emailValue.includes('@')) { triggerFooterToast("Successfully Subscribed!", `Admission Alerts active for: ${emailValue}`); emailInput.value = ""; } else { triggerFooterToast("Invalid Email Address", "Please enter a valid email address to register updates."); } } } // Dynamically apply brand configurations into target DOM placeholders function applyFooterBranding() { // Injects dynamic logo graphic inside structural containers const logoContainer = document.getElementById('footerLogoIconContainer'); if (logoContainer) { logoContainer.innerHTML = ` <img decoding="async" src="${BRAND_CONFIG.logoUrl}" class="w-full h-full object-cover rounded-xl" onerror="this.onerror=null; this.parentNode.innerHTML='';"> `; } // Injects text strings const prefixNode = document.getElementById('footerSitePrefix'); const suffixNode = document.getElementById('footerSiteSuffix'); const taglineNode = document.getElementById('footerSiteTagline'); if (prefixNode) prefixNode.innerText = BRAND_CONFIG.prefix; if (suffixNode) suffixNode.innerText = BRAND_CONFIG.suffix; if (taglineNode) taglineNode.innerText = BRAND_CONFIG.footerTagline; } // Initialize branding components on windows load window.onload = function() { applyFooterBranding(); };

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.