{% extends "layouts/marketing.html" %} {% load static humanize %} {% block title %}RUFORUM IILMP — Funding, courses & SME marketplace for Africa's universities{% endblock %} {% block og_title %}RUFORUM IILMP — one platform for funding, learning & enterprise{% endblock %} {% block og_description %}Discover grants, scholarships and fellowships, professional development courses, and a verified SME marketplace — for the RUFORUM network of universities and researchers across Africa.{% endblock %} {% block extra_head %} {% endblock %} {% block content %} {# ── Hero — full-bleed dark editorial band (continuous with the header) ── #}
{# Dot-grid texture #} {# Network motif — concentric reach + connected nodes (the pan-African network) #}
{# Headline column #}

RUFORUM · IILMP

Integrated Information,Learning & Management Platform

Funding opportunities, professional development courses, and an SME marketplace — all in one place for the RUFORUM network of universities and researchers across Africa.

{# Pillar index — doubles as decoration + wayfinding (mobile + desktop) #}
{# Live platform counts — quiet credibility strip closing the hero #} {% with s=landing_stats %} {% if s.members or s.open_calls or s.courses or s.products %}
Registered members
{{ s.members|intcomma }}
Open calls
{{ s.open_calls|intcomma }}
Courses
{{ s.courses|intcomma }}
SME products
{{ s.products|intcomma }}
{% endif %} {% endwith %}
{# ── Open calls — full-bleed cream band · featured lead + side list ── #}

Funding

Open calls

Active funding, scholarship, and fellowship opportunities across the network.

{% if open_calls %} {% else %} {% include "components/empty_state.html" with heading="No open calls right now" subtext="New funding, scholarship, and fellowship opportunities are published here the moment they open — check back soon." icon_path="M9 12h6m-6 4h6m2 5H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z" %} {% endif %} View all calls →
{# ── Courses — full-bleed warm band · image-forward grid ─────────── #}
{# Faint warm dot-grid texture #}

Learning

Courses

Professional development — open enrolment, certificate on completion.

{% if featured_courses %} {% else %} {% include "components/empty_state.html" with heading="No courses available yet" subtext="Professional development courses with certificates will appear here as they open for enrolment." icon_path="M12 14l9-5-9-5-9 5 9 5z M12 14l6.16-3.42a12 12 0 01.84 4.42c0 1.1-.9 2-2 2H7a2 2 0 01-2-2c0-1.5.3-3 .84-4.42L12 14z" %} {% endif %} Open Moodle →
{# ── SME Marketplace — full-bleed cream band · compact product rows ── #}

Marketplace

SME Marketplace

Verified entrepreneur products and services from the RUFORUM network.

{% if featured_products %} {% else %} {% include "components/empty_state.html" with heading="No products listed yet" subtext="Verified products and services from entrepreneurs in the RUFORUM network will be showcased here." icon_path="M16 11V7a4 4 0 00-8 0v4M5 9h14l1 12H4L5 9z" %} {% endif %} Browse all →
{# ── Closing call-to-action — full-bleed dark band (bookends the hero) ── #}
{# Dot-grid texture #} {# Concentric reach, centered behind the heading #}

Join the network

Ready to get started?

Create a free account to apply for funding, enrol in courses, and connect with universities and researchers across Africa.

{% endblock %}