Admin Portal

EduFacilitators Nexus Ltd — Content Management

← Back to Website

Dashboard

Welcome to EF Nexus Admin Portal

View Site
6
News Articles
0
Photos Uploaded
20
Partners Listed
0
Messages

Quick Actions

Getting Started — How to Update Content

Add/Edit News Articles: Go to News & Articles section. Click "Add Article", fill in the title, content, date, category, and upload an image URL. Click Save. The article will appear on your news.html page via LocalStorage.
Update Page Images: Go to Photo Gallery. Enter the image URL and select which page/section it belongs to. Click "Update Image". This updates the image IDs on your pages — copy the generated code into your HTML for permanent changes.
Update Team/Leadership: Go to Team / Leadership. Add names, roles, bios, and photo URLs. This builds your about.html leadership section dynamically.
For VS Code: All content is stored in localStorage and the HTML files are fully editable. Open index.html in VS Code Live Server. Insert real links, images, and text directly in the HTML files for permanent, code-level changes.

News Articles

ImageTitleCategoryDateStatusActions
Loading articles...

Photo / Image Manager

How to update images: Enter the URL of your new image (from a hosting service like Imgur, Cloudinary, or your own server). Select which page/section to update and click Save. For permanent changes, also update the src attribute in the corresponding HTML file.

Partner Organizations

Partner NameTypeCountryStatusActions
Loading partners...

Team & Leadership

PhotoNameRoleDivisionActions
No team members added yet.

Job Listings

Job TitleDivisionTypeStatusActions
No jobs added yet.

Programs & Initiatives

Program NameCategoryDurationStatusActions
No programs added yet.

Contact Messages

Messages submitted via the contact forms will appear here. Integration with email service or backend API can be added.

Partnership Requests

Partnership requests from the website forms will appear here. Integrate with your email or CRM.

Site Settings & Links

Critical Links to Update

This updates the "Visit NIIT Website" buttons across all pages. Also update NIIT_WEBSITE_LINK_HERE in divisions.html and index.html for permanent changes.

Password is stored in localStorage. For production, use a proper auth system.

Developer Notes — VS Code Usage

  • 📁 Main files: index.html, about.html, divisions.html, education.html, consulting.html, innovation.html, partnerships.html, programs.html, news.html, careers.html, contact.html, admin.html
  • 🎨 CSS: css/style.css (main), css/admin.css (admin portal)
  • ⚙️ JS: js/main.js (site-wide scripts), js/nav.js (navigation/footer injector), js/admin.js (admin portal)
  • 🔗 NIIT Link: Search for NIIT_WEBSITE_LINK_HERE in all HTML files and replace with your actual NIIT URL
  • 🖼️ Images: Replace image src attributes in HTML files with your own hosted images