Case Study — University Capstone

A nonprofit’s website.
Rebuilt from the ground up.

Maroon 9 Community Enrichment Organization empowers Fort Worth youth through theatre arts and advocates for Sickle Cell Disease awareness. Their existing Wix site was failing their mission. We audited it, specified a replacement, and shipped it.

ClientMaroon 9 Community Enrichment Organization
RolePM & Lead Dev
TimelineJan – May 2026
Pages7 delivered
CourseCTEC 4350 — UTA
StatusLive & deployed
Tags
Web Redesign PHP UX Audit Non-Profit Accessibility
01 — The Problem

Their site was working against them.

The original maroon9.org was built on Wix and had accumulated years of structural debt. A formal UX and accessibility audit conducted in March 2026 identified 25 issues across usability, accessibility, visual design, and conversion effectiveness.

The most damaging: there was no visible navigation menu anywhere on the site. Pages were reachable only if you already knew the URL. The About page lived at /blank, the Why Arts page at /blank-2. The footer contained only a copyright notice. The homepage hero had no headline, no CTA, and no indication of what the organization did.

Critical
No visible navigation menu — zero links to reach any page
Critical
All page URLs left as Wix defaults (/blank, /blank-2, /blank-3)
Critical
No skip navigation link — WCAG 2.1 failure blocking screen readers
High
Hero section had no headline, no value prop, and no CTA
High
Events section still showing December 2024 content in 2026
High
Footer entirely empty — no nav, no contact info, no CTA
02 — The Process

Discovery before design, every time.

We didn’t start with code. The first deliverable was a client survey to understand what the organization actually needed — programs, staff workflows, event cadence, and what a successful handoff looked like. That survey informed every decision downstream.

01
Client Survey

Administered a structured intake questionnaire to understand Maroon 9’s programs, audience, content ownership model, and site goals. Findings shaped the sitemap and feature scope.

02
UX & Accessibility Audit

Conducted a formal audit of the existing Wix site covering usability, WCAG 2.1 AA accessibility, visual design, and conversion effectiveness. Produced a prioritized 10-item remediation plan across 25 findings.

03
Content & Technical Specification

Documented a content delivery plan, landing page redesign spec, and a full database schema for a dynamic calendar and events system — including a phased implementation roadmap.

04
Build

Led development of a 7-page PHP site using shared includes, JSON-driven content (events, programs), a staff portal, PayPal donation integration, responsive layout, and a custom video production script for CapCut.

05
Usability Test

Ran a structured usability test against 6 task scenarios covering program discovery, donation flow, enrollment paths, and contact form completion. Produced a formal report documenting 5 issues with severity ratings and fix recommendations.

03 — Key Decisions

What we built and why.

JSON-driven content over hardcoded pages

Events and programs are loaded from events.json and programs.json rather than hardcoded HTML. The client can update content without touching code — a deliberate handoff decision based on their non-technical staff profile.

PHP shared includes over a single monolithic file

Nav, head, and footer are shared via includes/layout.php. Any global change — a nav link, a footer CTA, a new meta tag — propagates instantly across all 7 pages. This solved the exact kind of drift that made the original Wix site inconsistent.

Live PayPal donation integration

Rather than linking to an external donate page, the Donate button connects directly to a live PayPal hosted button. Every donation CTA on the site points to the same endpoint, making the conversion path consistent.

Staff portal as a separate authenticated page

A portal.php page was built for internal staff use, gated separately from the public site. This addressed a workflow gap identified in the client survey — staff needed access to forms and records the public shouldn’t see.

Pages Delivered
7
Audit Findings
25
Console Errors
0
Usability Scenarios
6
04 — The Outcome

A site that actually works for them.

The redesigned site launched with clear navigation, semantic URLs, a hero with a headline and dual CTA, an impact statistics section, a fully populated footer, and accessible markup that passes all five accessibility checks run during usability testing.

Every issue flagged in the original audit — missing navigation, broken URL slugs, empty footer, stale content, inaccessible structure — was resolved in the rebuild. The usability test of our own deliverable returned zero console errors, all images loading, and clean mobile rendering at 390px.

The five issues our usability test did surface (including a personal Google Calendar exposed on the Programs page and outdated 2025 event dates) were documented with severity ratings and fix recommendations — so the client has a clear remediation path after handoff.