@import url(‘https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,700;0,900;1,700&family=Inter:wght@300;400;500;600&family=Bebas+Neue&display=swap’);
.gac-page {
–gac-gold: #C9960C;
–gac-gold-lt: #F0C040;
–gac-navy: #0B1F3A;
–gac-navy-mid: #16315A;
–gac-cream: #F7F3EC;
–gac-ink: #1A1A1A;
–gac-muted: #5A5A5A;
font-family: ‘Inter’, sans-serif;
background: var(–gac-cream);
color: var(–gac-ink);
line-height: 1.7;
}
.gac-page, .gac-page *, .gac-page *::before, .gac-page *::after {
box-sizing: border-box;
}
.gac-page ul, .gac-page ol { list-style: none; }
.gac-page img { max-width: 100%; display: block; }
/* ── HERO ── */
.gac-hero {
background: var(–gac-navy);
color: #fff;
padding: 64px 40px 56px;
text-align: center;
position: relative;
overflow: hidden;
}
.gac-hero::before {
content: ”;
position: absolute; inset: 0;
background: repeating-linear-gradient(
-45deg, transparent, transparent 28px,
rgba(201,150,12,0.06) 28px, rgba(201,150,12,0.06) 30px
);
}
.gac-hero-crest {
width: 84px; height: 84px;
margin: 0 auto 20px;
position: relative;
}
.gac-hero-badge {
display: inline-block;
border: 1.5px solid var(–gac-gold);
color: var(–gac-gold-lt);
font-size: 11px; font-weight: 600;
letter-spacing: 3px; text-transform: uppercase;
padding: 6px 18px; margin-bottom: 28px;
position: relative;
}
.gac-hero h1 {
font-family: ‘Playfair Display’, serif;
font-size: clamp(36px, 6vw, 72px);
font-weight: 900; line-height: 1.05;
letter-spacing: -1px; color: #fff;
position: relative; margin-bottom: 8px;
}
.gac-hero h1 span { color: var(–gac-gold-lt); }
.gac-hero-sub {
font-family: ‘Bebas Neue’, sans-serif;
font-size: clamp(14px, 2vw, 20px);
letter-spacing: 4px; color: rgba(255,255,255,0.55);
margin-bottom: 24px; position: relative;
}
.gac-hero-divider {
width: 60px; height: 3px;
background: var(–gac-gold);
margin: 0 auto 20px; position: relative;
}
.gac-hero-tagline {
font-style: italic; font-size: 16px;
color: rgba(255,255,255,0.7);
max-width: 560px; margin: 0 auto; position: relative;
}
/* ── LAYOUT ── */
.gac-container { max-width: 960px; margin: 0 auto; padding: 0 24px; }
/* ── SECTION HEADING ── */
.gac-section { padding: 60px 0 40px; }
.gac-section-label {
font-family: ‘Bebas Neue’, sans-serif;
font-size: 11px; letter-spacing: 4px;
color: var(–gac-gold); text-transform: uppercase;
margin-bottom: 8px;
}
.gac-section-title {
font-family: ‘Playfair Display’, serif;
font-size: clamp(26px, 4vw, 38px);
font-weight: 700; color: var(–gac-navy);
line-height: 1.15; margin-bottom: 6px;
}
.gac-title-rule { width: 48px; height: 3px; background: var(–gac-gold); margin-bottom: 28px; }
.gac-body-text {
font-size: 15.5px; color: #2a2a2a;
max-width: 720px; line-height: 1.8; margin-bottom: 20px;
}
/* ── MISSION / VISION CARDS ── */
.gac-mv-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 32px; }
@media (max-width: 600px) { .gac-mv-grid { grid-template-columns: 1fr; } }
.gac-mv-card { background: var(–gac-navy); color: #fff; padding: 32px 28px; border-top: 4px solid var(–gac-gold); }
.gac-mv-card h3 { font-family: ‘Bebas Neue’, sans-serif; letter-spacing: 2px; font-size: 18px; color: var(–gac-gold-lt); margin-bottom: 12px; }
.gac-mv-card p { font-size: 14.5px; line-height: 1.75; color: rgba(255,255,255,0.82); }
/* ── PILLARS / ACTIVITY CARDS ── */
.gac-pillars { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; margin-top: 28px; }
.gac-pillar { background: #fff; border-left: 4px solid var(–gac-gold); padding: 24px 20px; box-shadow: 0 2px 12px rgba(0,0,0,0.06); }
.gac-pillar-icon {
width: 44px; height: 44px;
display: flex; align-items: center; justify-content: center;
background: var(–gac-navy); color: var(–gac-gold-lt);
font-size: 20px; margin-bottom: 14px;
}
.gac-pillar-icon img { width: 24px; height: 24px; }
.gac-pillar h4 { font-family: ‘Playfair Display’, serif; font-size: 16px; font-weight: 700; color: var(–gac-navy); margin-bottom: 8px; }
.gac-pillar p { font-size: 13.5px; color: var(–gac-muted); line-height: 1.65; }
/* ── DIVIDER ── */
.gac-divider { border: none; border-top: 1px solid rgba(201,150,12,0.3); margin: 8px 0; }
/* ── STRUCTURE TABLE ── */
.gac-table { width: 100%; border-collapse: collapse; margin-top: 24px; }
.gac-table th {
background: var(–gac-navy-mid); color: var(–gac-gold-lt);
font-family: ‘Bebas Neue’, sans-serif; letter-spacing: 2px;
font-size: 13px; text-align: left; padding: 14px 16px;
}
.gac-table td { padding: 13px 16px; font-size: 14px; border-bottom: 1px solid rgba(201,150,12,0.18); vertical-align: top; }
.gac-table tr:nth-child(even) td { background: rgba(201,150,12,0.05); }
.gac-role-badge {
display: inline-block; background: var(–gac-navy); color: var(–gac-gold-lt);
font-size: 11px; font-weight: 600; letter-spacing: 1px; padding: 3px 10px; border-radius: 2px;
}
/* ── CRITERIA LIST ── */
.gac-criteria-list { margin-top: 20px; }
.gac-criteria-list li { display: flex; align-items: flex-start; gap: 16px; padding: 16px 0; border-bottom: 1px solid rgba(201,150,12,0.15); }
.gac-criteria-list li:last-child { border-bottom: none; }
.gac-criteria-num {
flex-shrink: 0; width: 36px; height: 36px;
background: var(–gac-gold); color: var(–gac-navy);
font-family: ‘Bebas Neue’, sans-serif; font-size: 18px; letter-spacing: 1px;
display: flex; align-items: center; justify-content: center;
}
.gac-criteria-list li strong { display: block; font-size: 15px; color: var(–gac-navy); margin-bottom: 4px; }
.gac-criteria-list li span { font-size: 13.5px; color: var(–gac-muted); line-height: 1.6; }
/* ── ADVERTISEMENT / CTA SECTION ── */
.gac-advert-wrap { background: var(–gac-navy); padding: 64px 24px 72px; position: relative; overflow: hidden; }
.gac-advert-wrap::before {
content: ‘”‘; font-family: ‘Playfair Display’, serif; font-size: 400px;
color: rgba(201,150,12,0.06); position: absolute; top: -80px; left: -20px;
line-height: 1; pointer-events: none;
}
.gac-advert-inner { max-width: 820px; margin: 0 auto; position: relative; }
.gac-advert-eyebrow { font-family: ‘Bebas Neue’, sans-serif; font-size: 12px; letter-spacing: 5px; color: var(–gac-gold); text-transform: uppercase; margin-bottom: 16px; }
.gac-advert-headline { font-family: ‘Playfair Display’, serif; font-size: clamp(30px, 5vw, 52px); font-weight: 900; color: #fff; line-height: 1.08; margin-bottom: 20px; }
.gac-advert-headline em { color: var(–gac-gold-lt); font-style: normal; }
.gac-advert-lead { font-size: 16.5px; color: rgba(255,255,255,0.75); line-height: 1.8; max-width: 660px; margin-bottom: 40px; font-style: italic; }
.gac-advert-body { color: rgba(255,255,255,0.82); font-size: 15px; line-height: 1.85; margin-bottom: 20px; }
.gac-advert-block { background: rgba(255,255,255,0.06); border-left: 4px solid var(–gac-gold); padding: 24px 24px; margin: 28px 0; }
.gac-advert-block h4 { font-family: ‘Bebas Neue’, sans-serif; font-size: 16px; letter-spacing: 2px; color: var(–gac-gold-lt); margin-bottom: 14px; }
.gac-advert-block ul li { padding: 6px 0; font-size: 14px; color: rgba(255,255,255,0.78); display: flex; gap: 12px; align-items: flex-start; }
.gac-advert-block ul li::before { content: ‘◆’; color: var(–gac-gold); font-size: 8px; margin-top: 6px; flex-shrink: 0; }
.gac-apply-box {
background: var(–gac-gold); color: var(–gac-navy);
padding: 28px 32px; margin-top: 40px;
display: flex; align-items: center; justify-content: space-between;
flex-wrap: wrap; gap: 16px;
}
.gac-apply-box h3 { font-family: ‘Playfair Display’, serif; font-size: 22px; font-weight: 900; line-height: 1.2; }
.gac-apply-box p { font-size: 13px; margin-top: 4px; font-weight: 500; }
.gac-apply-cta {
background: var(–gac-navy); color: var(–gac-gold-lt);
font-family: ‘Bebas Neue’, sans-serif; font-size: 16px; letter-spacing: 2px;
padding: 14px 28px; text-decoration: none; white-space: nowrap;
display: inline-block;
}
.gac-apply-cta:hover { opacity: 0.85; color: var(–gac-gold-lt); }
/* ── GALLERY (new — for graphics/photos) ── */
.gac-gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; margin-top: 28px; }
.gac-gallery figure { margin: 0; overflow: hidden; background: var(–gac-navy); aspect-ratio: 4/3; }
.gac-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.gac-gallery figure:hover img { transform: scale(1.06); }
.gac-gallery figcaption { font-size: 12px; color: var(–gac-muted); margin-top: 8px; }
/* ── FOOTER ── */
.gac-footer { background: #0a1929; color: rgba(255,255,255,0.45); text-align: center; padding: 28px 24px; font-size: 12px; letter-spacing: 0.5px; }
.gac-footer strong { color: var(–gac-gold); }
@media print {
.gac-advert-wrap { margin: 40px 0 0; }
.gac-hero { break-after: avoid; }
}
<!–
–>
Giant Ambassadors’ Club
“Raising standard-bearers who carry the university’s excellence beyond its gates.”
Overview & Identity
The Giant Ambassadors’ Club is a competitive, merit-driven student organization established under the Students’ Affairs (SA) Unit of Nnamdi Azikiwe University (NAU), Awka. The club draws its name from the university’s celebrated identity as The Great Zik of Africa — a heritage of intellectual giant-hood, visionary leadership, and pan-African excellence. Membership is a privilege earned, not simply granted.
The club exists to identify, develop, and showcase students who embody NAU’s highest values — academic distinction, leadership integrity, cultural pride, civic responsibility, and national representation. Members serve as living ambassadors of the university within campuses, communities, national competitions, inter-university engagements, and international platforms.
Mission
To cultivate a community of high-achieving, values-driven student leaders who champion the name, legacy, and standards of Nnamdi Azikiwe University in every arena they enter — academic, professional, cultural, and civic.
Vision
To be the foremost student ambassadorial body in Nigerian higher education — a pipeline of extraordinary graduates whose influence, character, and competence are felt at the national and global levels.
Core Pillars
Every Giant Ambassador is expected to embody and advance these five pillars in their conduct, projects, and legacy within the university.
Academic Excellence
Sustaining a standard of scholarship that does credit to the NAU name, in every faculty and discipline.
Leadership & Integrity
Demonstrating principled, transparent leadership in every role — within the club and beyond.
Cultural & National Pride
Celebrating Nigerian heritage, Igbo culture, and African identity as a source of strength and distinction.
Innovation & Impact
Initiating projects, ideas, and partnerships that solve real problems and create lasting change.
Service & Community
Giving back to campus and society through volunteering, mentorship, and community development.
Membership Structure
The Giant Ambassadors’ Club operates a tiered membership model to reward growth, sustained excellence, and commitment over time.
| Tier | Title | Eligibility | Responsibilities |
|---|---|---|---|
| TIER I | Giant Ambassador-Elect | New inductees who pass the competitive selection process | Orientation programme, assigned mentors, first project assignment |
| TIER II | Giant Ambassador | Completed first year of membership with satisfactory performance | Lead one club initiative; represent NAU at at least one external event |
| TIER III | Senior Giant Ambassador | Minimum two years; demonstrable leadership and project record | Mentor Tier I members; co-chair at least one major club programme |
| PATRON | Patrons (Staff) | Appointed by DSA | Advisory role; liaison between club and university administration |
Key Activities & Programmes
Members of the Giant Ambassadors’ Club are expected to participate actively in the following flagship and recurring programmes:
Ambassador Speaks Series
Monthly public-speaking and debate sessions to sharpen articulation, argumentation, and oratory.
Inter-University Competitions
Quiz bowls, moot courts, Model UN, STEM challenges, and cultural festivals across Nigerian universities.
Community Outreach Projects
Annual community development initiatives in Awka and surrounding communities, coordinated by members.
Mentorship & Academic Clinics
Peer tutoring and mentorship for junior students, especially 100-level and 200-level undergraduates.
Cultural Showcase
Annual exhibition celebrating Igbo heritage, Nigerian diversity, and Pan-African identity.
Leadership Exchange
Partnerships with student bodies, NGOs, and institutions at national and international levels.
Ambassadors in Action
Moments from inductions, competitions, and outreach programmes.



Assessment Criteria
Admission into the Giant Ambassadors’ Club is competitive. Candidates are assessed across six weighted criteria during the selection process. Meeting the minimum does not guarantee entry — only the most outstanding applicants per intake cycle are inducted.
-
01Academic Standing (25%)Minimum CGPA of 3.50 on a 5.0 scale. Transcripts will be reviewed. Consistent upward academic trajectory is a positive distinguishing factor.
-
02Leadership & Extracurricular Record (20%)Verifiable evidence of leadership roles in departmental associations, religious bodies, social clubs, sports teams, or community organisations, within or outside the university.
-
03Communication & Presentation (20%)Assessed through a structured oral interview and a two-minute prepared speech delivered before the selection panel. Clarity, confidence, and coherence are evaluated.
-
04Written Application & Essay (15%)A 500-word personal essay on a specific theme; evaluated for originality, depth of thought, and expression.
-
05Character & Conduct (10%)A character reference from two referees — one academic staff member and one non-academic community figure — attesting to the candidate’s integrity, disposition, and social conduct.
-
06Project or Initiative Proposal (10%)Candidates submit a brief outline of one initiative they would pursue as a member of the club. Judged on feasibility, impact, alignment with club pillars, and creativity.
Note: Successful candidates must also be current, registered full-time students of NAU in good academic standing (no pending disciplinary or academic probation cases). Final selection decisions rest with the SA-appointed Selection Panel.
Expectations of Members
Being a Giant Ambassador is not a title — it is a standard of daily conduct. Members are expected to:
Maintain Academic Standards
Continue to meet or exceed the academic threshold (CGPA 3.50+) throughout membership. Consistent decline triggers a performance review.
Attend Club Meetings
Attend at least 75% of scheduled meetings, programmes, and official representations. Unexplained absence from three consecutive sessions triggers a review.
Complete Assigned Projects
Every member leads or co-leads at least one club initiative per academic session, with documented outcomes presented to the club.
Uphold the Club’s Code of Honour
Conduct reflecting dishonesty, indiscipline, or actions that bring the club or university into disrepute are grounds for suspension or expulsion.
Serve as University Representatives
Be available to represent NAU at competitions, summits, and events as assigned by the SA Unit or club leadership, subject to academic schedule.
Mentor & Inspire Others
Senior members are expected to invest in junior members and contribute to an environment of mutual growth, not personal prestige.
Become a Giant Ambassador.
“Raising standard-bearers who carry the university’s excellence beyond its gates.”
If you carry NAU’s name with pride, lead with integrity, and are ready to represent your university on the biggest stages, the Giant Ambassadors’ Club is calling.
What you’ll need to apply
- Minimum CGPA of 3.50 on a 5.0 scale
- A 500-word personal essay
- Two character referees (one academic, one non-academic)
- A short project/initiative proposal
Applications open soon
Contact the Students’ Affairs Unit for the next intake cycle.
