boot.sh — portfoliorunning
~$./boot.sh --env production
initializing runtime environment...
loading modules: [next.js] [docker] [terraform]
mounting routes → / /projects /case-studies
checking deployment status... OK
pipeline health: all systems nominal
EMMANUEL AO

DevOps Engineer · CI/CD · Cloud Infrastructure

Back to Projects
Foodplug screenshot
Frontend

Foodplug

Foodplug is a clean, responsive landing page built for a food business. Designed with a focus on visual appeal, fast load times, and a smooth mobile experience. Built with vanilla HTML, CSS, and JavaScript — no framework overhead — keeping the page lightweight and instantly deployable.

Tech Stack

HTMLCSSFont AwesomeJavaScript

The Challenge

The business needed a professional online presence that worked perfectly on mobile devices, loaded fast on slow connections, and communicated the brand clearly without the complexity of a full framework setup.

Architecture

Single-page layout structured with semantic HTML5. CSS handles all responsive behavior using Flexbox and media queries — no CSS framework dependency. Font Awesome provides iconography. JavaScript is used minimally for interaction only, keeping the bundle size near zero.

Deployment Strategy

Deployed to Netlify with automatic deploys on every push to the main branch. Netlify CDN distributes the static assets globally, giving fast load times across all regions with no server configuration required.

Outcome

Fully responsive across all screen sizes. Near-instant load time due to zero framework overhead. Clean, professional presentation that communicates the brand effectively.