Dashboard

Welcome back, Admin

0
Total Events
Live on website
0
Articles Published
In media section
0
Stories Shared
Impact stories
0
Media Files
Photos, audio & video

  Website Information

Organization
ROTDINNAH FOUNDATION
Founded
2021
Executive Director
Susan Rotdi George
Mission
Educate, empower & safeguard women & children
Payment Gateway
Paystack (NGN)
Team Members
7 Board Members

Recent Events

View all

No events yet. Add your first event →

Recent Articles & Stories

View all

No articles yet. Write your first article →

Currently Live on index.html

Nothing published yet. Add events, articles, or stories and set them to Live / Published to see them here.

This shows a live view of what is currently published to your main website (index.html). All content syncs automatically via Firebase — visible from any device, anywhere.

Content Live on Website Right Now

Loading…

Admin-Managed Sections

Controlled from this panel → appear on index.html
Section on index.htmlManaged FromWhere It Shows
📅 Additional EventsEvents → status: LiveBelow the featured event (Events section)
📰 Articles & NewsArticles → status: PublishedArticles tab in Media & Stories section (prepended)
💬 TestimonialsImpact StoriesExtra slides in the testimonial slider
🖼️ Photo GalleryMedia Library → ImagesPrepended to Photo Gallery tab

Static Website Sections

Always visible — edit index.html to change
SectionStatusDescription
🏠 Hero / HomeLiveEmpowering Lives, Creating Opportunities
📖 About UsLiveMission, Vision, and Story since 2021
👤 Executive DirectorLiveSusan Rotdi George – Bio & Social Links
👥 Our TeamLive7 Board Members displayed
📅 Events (featured)LiveSurviving Reality — Disability Rights episode
🎙️ Podcast PlayerLive27-03-2026 audio (update src in index.html)
🎯 ProgramsLiveDisability Support & Women Empowerment tabs
📊 Impact StatsLive75 persons, 50 women, 4 communities, 30 volunteers
💌 Get InvolvedLiveDonate, Volunteer, Spread the Word
📞 ContactLiveContact form + info
💳 Donation ModalLivePaystack integration (NGN)

Events

No events added yet.

Articles

No articles yet.

Impact Stories

No stories yet.

Media Library

No media uploaded yet.

Settings changes are saved to your browser's local storage and exported as code snippets to paste into your index.html file.

Site Visibility

Events Section

Show events on main site

Media Section

Show articles & media

Stories Section

Show impact stories

Donation Button

Show donate button in nav

Site Info

Export Instructions

To make events, articles, and stories appear dynamically on your website, add the following script at the bottom of your index.html before the closing </body> tag:

<!-- ADMIN CONTENT LOADER --> <script> // This script loads admin-published content into your website // Paste this at the bottom of index.html before </body> (function() { var events = JSON.parse(localStorage.getItem('rf_events') || '[]'); var articles = JSON.parse(localStorage.getItem('rf_articles') || '[]'); var stories = JSON.parse(localStorage.getItem('rf_stories') || '[]'); // Content is loaded from localStorage — see admin.html for details console.log('ROTDINNAH CMS: Loaded', events.length, 'events,', articles.length, 'articles,', stories.length, 'stories'); })(); </script>
Donations are processed via Paystack. Log into your Paystack dashboard at paystack.com to view transactions.

Paystack Configuration

To change Paystack settings, update the key in your index.html file inside the processPayment() function.

Donation Options Live on Site

AmountType
₦5,000One-time / Monthly
₦10,000One-time / Monthly
₦25,000One-time / Monthly
₦50,000One-time / Monthly
Custom AmountAny amount ≥ ₦100
Open Paystack Dashboard