UK
UK

Services

WordPress DevelopmentMERN Stack Developmentn8n AutomationFigma to WebE-Commerce DevelopmentUI/UX DesignSEO & PerformanceWebsite Maintenance
omerfarooqkhan7210@gmail.comHire Me
Home/Work/IALUS (International Academy of Letters USA)
Nonprofit Website2026

IALUS (International Academy of Letters USA)

Static site rebuild for a nonprofit academic organization, with dead links, broken plugins, and exposed credentials cleaned up.

IALUS (International Academy of Letters USA)
Overview

Took over a nonprofit organization's existing static site, which had accumulated a long tail of front-end bugs: dead links to a removed PHP admin dashboard, unguarded jQuery plugin calls throwing console errors across most pages, missing script includes, and exposed database credentials left in deleted PHP files. Rebuilt it as a clean static frontend deployment.

Technologies

HTML5jQueryCSS3Vercel

Year

2026

Category

Nonprofit Website

The Challenge

The site had a PHP/MySQL-backed events CRUD admin panel with hardcoded database and SMTP credentials committed in plaintext — a real security exposure — plus over a dozen separate front-end bugs (missing jQuery includes, wrong script load order, dead image references, unguarded plugin initializations) accumulated across 13 pages.

The Solution

Removed the PHP admin backend entirely (out of scope for a static deployment) and deleted the files containing exposed credentials. Systematically swept every page with automated browser testing to find and fix each console error: guarded every jQuery plugin call against missing elements, fixed script load order, rewrote dead links and image references to local assets, and added missing ES-module script attributes.

Gallery
IALUS (International Academy of Letters USA) screenshot 1
IALUS (International Academy of Letters USA) screenshot 2
IALUS (International Academy of Letters USA) screenshot 3
Results

Removed hardcoded database & SMTP credentials from the codebase

Fixed console errors across all 13 site pages

Rebuilt navigation and dead links to point to real content

Deployed as a clean, static, fully portable frontend

Key Features
01Full front-end bug sweep across 13 pages
02Removed exposed credentials from legacy PHP code
03Rebuilt dead links & image references
04Clean static deployment with no backend dependency