tim-hose-portfolio · fermentary-public-house · redesign
TH AI YOU

tim-hose-portfolio / selected work / fermentary-public-house

Case study · Website redesign

The Fermentary Public House

Concept · sent to the owners, shown here with their blessing

A Lowell, Arkansas brewpub whose best design asset was already sitting on the table — its printed menu. The old Wix site threw that away for generic rounded cards. This redesign puts the menu's own language back on the web, turns two flat menu images into real, searchable text, and rebuilds the whole thing as a static, accessible, zero-dependency site.

7
pages
0
dependencies
AA
WCAG 2.1
<1MB
first load

01

The best asset the brand owned was its menu.

Not the logo, not the photos — the printed menu. It's a proper editorial broadsheet: a Cinzel masthead, hairline rules, slate-navy panels, leader dots, pale-blue accents. The website ignored all of it. So the redesign doesn't invent a look. It reads the one the client already paid a printer for, and puts it on the web.

01 // On tap
Brewed next door
House Pilsner crisp, clean6
Fermenter IPA pine, citrus7
Monroe Ave Stout cocoa, roast7

the language, carried onto the web · the brand's own fermenter mark, and the printed menu's hairline rules, Cinzel type and leader-dot rows carried straight onto the page

02

Same business. Same information. Drag to see the difference.

Nothing here is invented copy or stock filler — every fact on the right is the same fact that was on the left, re-set in the brand's own voice.

Homefermentarypub.com/ → index.html
Redesigned home page: a dark editorial hero reading 'Brewed next door. Poured right here.' set in Cinzel, the house tap wall photographed beside it, a live open-or-closed indicator, and a marquee of the taproom's features.
Original Wix home page: a stock building photo behind the words 'Northwest Arkansas Brewery and Public House', a long generic navigation bar, and View Menu and Plan Your Visit buttons.
Before · Wix After

the hero · a generic brewery template becomes a room you can almost hear: the house tap wall up front, a live open-or-closed line, and a marquee of what the place actually is

Foodfermentarypub.com/menu → food.html
Redesigned food page: 'Pub fare worth lingering over' set large over a dark dish photo, with a running marquee of scratch kitchen, half-price apps at happy hour, kids menu and full pub menu.
Original Wix food page: three gold-bordered cards with Instagram photos that have captions burned into the corners, titled House Wings, Oopsy Daisy and Bangers and Mash.
Before · Wix After

the menu · three photo cards with captions baked into the pixels become an editorial page — and below the fold, the whole menu is now real text

Visitfermentarypub.com/contact-us → visit.html
Redesigned visit page: hours, address and directions organised as one clear page, with the current open-or-closed status shown at the top.
Original Wix contact page: a contact form beside a map with a popup, above separate Restaurant Hours and Taproom Hours blocks.
Before · Wix After

the details · a form, a map and two hours tables spread across a "Contact Us" page collapse into one calm Visit page that answers the actual question: are you open, and where are you?

Or scroll the full pages

The complete redesigned pages, top to bottom.

index.html1440w
The full redesigned home page from top to bottom.
food.html1440w
The full redesigned food page from top to bottom, including the complete menu set as real text.
visit.html1440w
The full redesigned visit page from top to bottom.

03

What actually changed, and why.

The visual jump is the easy part to see. These are the decisions underneath it — the ones that change what the site can do.

A

The menu became text

The full food menu existed only as two flat PNGs — invisible to Google, unreadable by a screen reader, unusable on a phone. It's now transcribed into real markup. This is the single biggest SEO and accessibility win on the site.

2 imagesa real, searchable menu
B

Three pages became one

Hours, directions and a phone number were spread across a "Contact Us" page and scattered blocks. People chasing those are doing one job, not three. They're merged into a single Visit page.

Contact + hours + mapVisit
C

The site learned the hours

A live open / closed indicator greets every visitor right above the hero headline ("Closed now · Opens Tuesday 11 AM"), computed from the real hours in America/Chicago so it reads correctly wherever they are. Today's row is highlighted in the hours tables too, and it all runs from one hours object at the top of the script.

static hours list"Open now / Closed"
D

The clutter came out

"Share Your Experience" left the primary nav — review-chasing belongs on a receipt, not next to "Food". The Restaurant Guru badge came off the hero. No carousels, no full-width stock sliders, no trio of identical icon cards.

8 nav items + badges5 that matter

+ local SEO BrewPub JSON-LD with address, phone, opening hours and social profiles on every page, plus unique titles, descriptions and canonicals — so a search for "brewery in Lowell" has something structured to read.

04

A palette sampled, not invented.

Every colour was pulled with an eyedropper from something the brand already owns — the menu, the signage, the logo, the building. Nothing arbitrary, so it can't clash with the place itself.

#343F4C
Slate
Menu masthead, signage trim, logo field
#A9C0DE
Fermenter
The pale blue of the logo mark and the exterior sign
#C2A14A
Brass
The accent already in use on the current site
#6E5514
Brass ink
Darkened brass for text — raw brass on cream is 2.2:1 and fails AA
text-safe on light
#F4F1EA
Bone
The menu's paper stock
#B0A396
Taupe
The building's corrugated cladding

Two typefaces, each with a job

Brewed next door.
Cinzel · display & masthead — lifted from the printed menu's title type
01 // SCRATCH KITCHEN · 4–6 PM
Space Grotesk · section indices, labels & numbers

held together by a broadsheet hairline grid behind every section, gazette-style margin indices using the menu's own // separator, and leader-dot rows lifted straight off the printed card

05

Accessible on purpose — and verified, not assumed.

WCAG 2.1 AA, checked the way you'd check anything you're going to put your name on.

Contrast, measured

Every text-and-surface pair was measured and passes. Copy over photography sits on scrims tuned to still clear AA against a pure-white region of the image — the worst case that can occur.

Keyboard, all the way

Skip link, visible focus rings, focus trapped in the mobile drawer and the lightbox, Escape closes both, and focus returns to whatever opened them.

Structure & semantics

One h1 per page, ordered headings, header / main / footer landmarks, an alt on every image, a label on every icon button, no duplicate IDs.

Motion & no-JS

prefers-reduced-motion disables the reveals, marquee, pulse and smooth scrolling. With JavaScript off, all content stays visible and the nav, menus and forms still work.

Target sizes

Nothing interactive is under 24 × 24, meeting the WCAG 2.2 target-size minimum. Footer text links sit at roughly 27px with generous spacing.

Native where it counts

FAQs use native <details>, so expand and collapse semantics are correct without any scripting to get wrong.