Niranjan Ramamurthy is a web developer and professional Matterport photographer. He designed, engineered, and deployed the digital infrastructure for Surya Nursing Educational College. As part of his work with Adostrophe, he specializes in building fast, accessible platforms and creating immersive virtual spaces for educational and healthcare institutions.
Building the Surya Nursing Platform
The college's website was built from the ground up to prioritize speed and accessibility. For students in rural areas or those relying on mobile data, heavy websites can be frustrating to use. To solve this, the site avoids bloated website builders and relies on foundational web languages: semantic HTML5, CSS3, and lightweight Vanilla JavaScript. This ensures the syllabus, admission forms, and contact details load almost instantly.
Visually, the design uses a scalable CSS Custom Property system. This allows the website to adapt automatically to a student's device settings. For example, the built-in Dark Mode reduces eye strain for students studying late at night, while modern CSS Grid algorithms neatly organize content into easy-to-read "Bento box" and masonry layouts.
The platform is hosted on Microsoft Azure Static Web Apps. This enterprise-level cloud hosting provides global edge-caching, meaning the site stays online 24/7 and loads quickly regardless of the user's location.
To ensure the site is secure and easy to navigate, custom routing rules (via a staticwebapp.config.json file) enforce clean, extensionless URLs. Additionally, native browser tools—like the HTML <dialog> element for inquiry forms—are used instead of heavy third-party plugins to keep the codebase clean and secure.
Search Engine Optimization (SEO)
A website is only useful if students can find it. To make the college visible on search engines like Google, the platform integrates JSON-LD schema markup. This acts as a highly organized digital map hidden in the code. It explicitly tells search engines where to find course details, campus facilities, and admission requirements, making it easier for future nursing professionals to discover the college online.