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 allNo events yet. Add your first event →
Recent Articles & Stories
View allNo 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.html | Managed From | Where It Shows |
|---|---|---|
| 📅 Additional Events | Events → status: Live | Below the featured event (Events section) |
| 📰 Articles & News | Articles → status: Published | Articles tab in Media & Stories section (prepended) |
| 💬 Testimonials | Impact Stories | Extra slides in the testimonial slider |
| 🖼️ Photo Gallery | Media Library → Images | Prepended to Photo Gallery tab |
Static Website Sections
Always visible — edit index.html to change| Section | Status | Description |
|---|---|---|
| 🏠 Hero / Home | Live | Empowering Lives, Creating Opportunities |
| 📖 About Us | Live | Mission, Vision, and Story since 2021 |
| 👤 Executive Director | Live | Susan Rotdi George – Bio & Social Links |
| 👥 Our Team | Live | 7 Board Members displayed |
| 📅 Events (featured) | Live | Surviving Reality — Disability Rights episode |
| 🎙️ Podcast Player | Live | 27-03-2026 audio (update src in index.html) |
| 🎯 Programs | Live | Disability Support & Women Empowerment tabs |
| 📊 Impact Stats | Live | 75 persons, 50 women, 4 communities, 30 volunteers |
| 💌 Get Involved | Live | Donate, Volunteer, Spread the Word |
| 📞 Contact | Live | Contact form + info |
| 💳 Donation Modal | Live | Paystack 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
| Amount | Type |
|---|---|
| ₦5,000 | One-time / Monthly |
| ₦10,000 | One-time / Monthly |
| ₦25,000 | One-time / Monthly |
| ₦50,000 | One-time / Monthly |
| Custom Amount | Any amount ≥ ₦100 |