/
home
/
whiteglobeco
/
public_html
/
Upload File
HOME
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>About Nexora Tech</title> <!-- SAME AS HOMEPAGE --> <link rel="stylesheet" href="header.css"> <link rel="stylesheet" href="styles.css"> <link rel="stylesheet" href="footer.css"> <!-- ABOUT PAGE CSS ONLY --> <link rel="stylesheet" href="about.css"> <!-- FONT AWESOME --> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css"> </head> <body> <!-- ========================== HEADER ========================== --> <header class="header"> <!-- Logo --> <div class="logo-area"> <a href="index.html"> <img src="logo.png" class="logo-img"> </a> </div> <!-- Hamburger Menu Icon (Mobile Only) --> <div class="mobile-menu-icon" onclick="toggleMenu()"> ☰ </div> <!-- Navigation --> <nav class="navbar"> <ul class="nav-links"> <li><a href="index.html">Home</a></li> <!-- WHO WE ARE --> <li class="dropdown"> <a href="#" class="dropdown-toggle">Who We Are</a> <div class="mega-menu"> <div class="mega-col"> <a href="about.html">About Nexora</a> <a href="leadership.html">Leadership Team</a> <a href="expert-network.html">Our Expert Network</a> </div> </div> </li> <!-- WHAT WE DO --> <li class="dropdown"> <a href="#" class="dropdown-toggle">What We Do</a> <div class="mega-menu"> <div class="mega-col"> <a href="strategy.html">Strategy & Leadership Advisory</a> <a href="cloud.html">Cloud Transformation</a> <a href="data-ai.html">Data & AI</a> <a href="cybersecurity.html">Cybersecurity & Risk</a> <a href="compliance.html">Compliance (DPDPA / GDPR)</a> <a href="pmo-vro.html">Operational Excellence (PMO / VRO)</a> <a href="gcc.html">GCC & Delivery Models</a> <a href="esg.html">ESG & Responsible Tech</a> </div> </div> </li> <!-- INDUSTRIES --> <li class="dropdown"> <a href="#" class="dropdown-toggle">Industries We Serve</a> <div class="mega-menu"> <div class="mega-col"> <a href="bfsi.html">BFSI</a> <a href="healthcare-pharma.html">Healthcare & Pharma</a> <a href="manufacturing.html">Manufacturing</a> <a href="retail.html">Retail & E-commerce</a> <a href="logistics.html">Logistics & Supply Chain</a> <a href="energy.html">Energy & Utilities</a> <a href="telecom.html">Telecom</a> <a href="automotive.html">Automotive</a> <a href="agriculture.html">Agriculture</a> <a href="nexora-industry-gcc.html">GCC</a> </div> </div> </li> <!-- ENGAGEMENT MODELS --> <li class="dropdown"> <a href="#" class="dropdown-toggle">Engagement Models</a> <div class="mega-menu"> <div class="mega-col"> <a href="fractional-cxo.html">Fractional CIO / CTO / CDO</a> <a href="expert-pods.html">Expert Pods</a> <a href="transformation-governance-office.html">Transformation Governance Office</a> <a href="retainer-advisory.html">Retainer Advisory</a> <a href="project-based-execution.html">Project-Based Execution</a> </div> </div> </li> <!-- Resources --> <li class="dropdown"> <a href="#" class="dropdown-toggle"> Resources</a> <div class="mega-menu"> <div class="mega-col"> <a href="templates.html">Templates</a> <a href="frameworks.html">Frameworks</a> <a href="tools-for-implementation.html">Tools for Implementation</a> </div> </div> </li> <!-- Careers --> <li class="dropdown"> <a href="#" class="dropdown-toggle">Careers</a> <div class="mega-menu"> <div class="mega-col"> <a href="join-us.html">Join Us for Full-Time Roles</a> <a href="join-expert-network.html">Join our Expert Network</a> </div> </div> </li> <!-- Insights (MISSING MENU) --> <li class="dropdown"> <a href="#" class="dropdown-toggle">Insights</a> <div class="mega-menu"> <div class="mega-col"> <a href="blog.html">Blog</a> <a href="research-whitepapers.html">Research & Whitepapers</a> <a href="case-studies.html">Case Studies</a> <a href="webinars-speaking.html">Webinars & Speaking</a> <a href="thought-leadership-aparna-kumar.html">Thought Leadership (Aparna Kumar)</a> </div> </div> </li> <!-- CONTACT --> <li class="dropdown"> <a href="#" class="dropdown-toggle">Contact Us</a> <div class="mega-menu"> <div class="mega-col"> <a href="book-consultation.html">Book Consultation</a> <a href="download-deck.html">Download Deck</a> <a href="whatsapp.html">WhatsApp</a> <a href="email.html">Email</a> </div> </div> </li> </ul> </nav> </header> <!-- ======================= HERO IMAGE ONLY ======================= --> <section class="about-hero"> <img src="who-we-are.png" alt="Who We Are" class="about-hero-full"> </section> <!-- ======================= OUR STORY ======================= --> <section class="about-section" id="story"> <h2>Our Story</h2> <div class="about-flex"> <div class="text"> <p>Nexora Tech was founded on a CIO-led philosophy — created by global leaders who delivered transformation at scale in Fortune 500 enterprises.</p> <p>We help organisations modernise with clarity, governance and measurable business outcomes.</p> </div> <img class="image" src="our-story.png" alt="Our Story"> </div> </section> <!-- ======================= LEADERSHIP ======================= --> <section class="about-section" id="leadership"> <h2>Leadership Highlight</h2> <div class="leader-card"> <img src="aparna.png" class="leader-img" alt="Aparna Kumar"> <div class="leader-content"> <h3>Aparna Kumar</h3> <p>Global CIO & Transformation Leader</p> <ul> <li>Led world’s first at-scale CBDC implementation</li> <li>Transformed 1500+ enterprise systems</li> <li>Architected AI/ML modernisation frameworks</li> <li>Delivered double-digit revenue uplift</li> </ul> </div> </div> </section> <!-- ======================= EXPERT NETWORK ======================= --> <section class="about-section" id="experts"> <h2>Our Expert Network (250+)</h2> <div class="grid"> <div class="box">Cloud Architects</div> <div class="box">Data & AI Engineers</div> <div class="box">Cybersecurity Specialists</div> <div class="box">Enterprise Architects</div> <div class="box">PMO / VRO Leaders</div> <div class="box">Industry Domain Experts</div> </div> </section> <!-- ======================= GLOBAL PRESENCE ======================= --> <section class="about-section"> <h2>Global Presence</h2> <div class="grid"> <div class="box">India</div> <div class="box">United States</div> <div class="box">UK / Europe</div> <div class="box">UAE / KSA</div> <div class="box">Singapore</div> <div class="box">Africa</div> </div> </section> <!-- ======================= WHY NEXORA ======================= --> <section class="about-section" id="why"> <h2>Why Nexora</h2> <div class="grid"> <div class="box"><h4>Vendor Neutral</h4><p>Unbiased advisory.</p></div> <div class="box"><h4>High-Speed Delivery</h4><p>Accelerators for Cloud, Data & AI.</p></div> <div class="box"><h4>Governance Excellence</h4><p>Proven frameworks.</p></div> <div class="box"><h4>Outcome Driven</h4><p>Measurable impact.</p></div> </div> </section> <!-- ======================= CAREER ======================= --> <section class="career-section"> <h2>Join Us</h2> <p>Be part of a global network of CIOs, architects & engineers.</p> <a href="#" class="primary-btn">Explore Opportunities</a> </section> <!-- ======================= FOOTER ======================= --> <footer class="footer"> <div class="footer-top"> <div class="footer-logo"> <img src="logo.png" alt="Nexora Tech Logo"> <h2>NEXORA TECH</h2> </div> </div> <div class="footer-container"> <div class="footer-col"> <h3>Company</h3> <ul> <li><a href="about.html">About Nexora</a></li> <li><a href="#">Leadership</a></li> <li><a href="#">Expert Network</a></li> <li><a href="#">Careers</a></li> </ul> </div> <div class="footer-col"> <h3>Services</h3> <ul> <li><a href="#">Strategy Advisory</a></li> <li><a href="#">Cloud Transformation</a></li> <li><a href="#">Data & AI</a></li> </ul> </div> <div class="footer-col"> <h3>Industries</h3> <ul> <li><a href="#">BFSI</a></li> <li><a href="#">Healthcare</a></li> </ul> </div> </div> <div class="footer-bottom"> <p>© 2025 Nexora Tech. All Rights Reserved.</p> </div> </footer> <script> function toggleMenu() { document.querySelector(".nav-links").classList.toggle("nav-active"); } </script> </body> </html> <script> /* Desktop stable dropdown — prevents quick hiding */ document.querySelectorAll(".dropdown").forEach(drop => { let timer; drop.addEventListener("mouseenter", () => { clearTimeout(timer); drop.classList.add("hover-active"); }); drop.addEventListener("mouseleave", () => { timer = setTimeout(() => { drop.classList.remove("hover-active"); }, 200); }); }); /* Mobile dropdown click */ document.querySelectorAll(".dropdown > a").forEach(toggle => { toggle.addEventListener("click", function(e) { if (window.innerWidth < 900) { e.preventDefault(); this.parentElement.classList.toggle("open"); } }); }); </script>