Template Tailwind 6 pages MIT

Baseline Design & Engineering Conference

A premium multi-page website template for a design & engineering conference, built in a bold Neo-Brutalist design system. Six connected pages (home, speakers, schedule, venue, register, code of conduct) sharing one cream + black + bright-accent language with hard borders and offset shadows. Tailwind CDN + vanilla JS, fully responsive from 320px up.

  • Tailwind
  • HTML
  • neo-brutalism
Pages
6 pages
Stack
Tailwind CSS + HTML
Theme
System
Responsive
Yes
Files
10
License
MIT

Preview

The whole site, live.

Scroll inside the frame, switch viewports, or open the raw preview in a new tab — it is the same file the CLI installs.

Interactive preview
New tab
devsnips.dev/templates/tailwind/baseline-conference/
iPhone 390 × 844
Fluid 320 → 1920
Tailwind/Templates/baseline-conference Responsive · System · MIT

What's inside

Everything the folder ships.

Straight from the registry's metadata — every line maps to a file you can open in the source tabs below.

  • 6 connected pages sharing one Neo-Brutalist design system
  • shared sticky navbar with mobile menu (scoped vanilla JS)
  • shared footer with newsletter and social links
  • hero with oversized type and offset ticket card
  • speakers grid with filterable track chips (scoped JS)
  • two-day schedule with day tabs and session cards (scoped JS)
  • venue page with CSS-map illustration and travel info
  • ticketed register page with order summary and validation
  • code-of-conduct long-form article layout
  • fully responsive (mobile-first, 320px to 1920px+)
  • accessible: semantic HTML, ARIA, focus rings, reduced-motion safe

Technical

Stack, scripts, structure.

Everything you need to know before you install.

Stack
Framework Tailwind CSS
Language HTML
Pages 6
Theme System
Style neo-brutalism
Files 10

root 4

  • AGENTS.md doc
  • metadata.json config
  • preview.html preview
  • README.md doc

pages/ 6

  • conduct.html code
  • index.html code
  • register.html code
  • schedule.html code
  • speakers.html code
  • venue.html code

Install

One command, whole folder.

Pulls the template into your project through the DevSnips CLI. The registry path below is stable across the CLI, MCP server and Skills.

terminal · npm
npx devsnips add Tailwind/Templates/baseline-conference
registry path Tailwind/Templates/baseline-conference 10 files

AI-ready

Hand the whole job to your agent — Cursor, Cline, Claude Code or Windsurf. One prompt installs the template, fixes the theme toggle, optimises it and reshapes it for what you are building.

Scaffold the DevSnips template "Baseline Design & Engineering Conference" (Tailwind/Templates/baseline-conference) into this project, then audit, fix and tailor it.

1. Install — if the DevSnips MCP server is connected, fetch the resource with get_resource(id="Tailwind/Templates/baseline-conference"). Otherwise run npx devsnips add Tailwind/Templates/baseline-conference and install the dependencies the template declares.

2. Audit — check the template end to end before changing anything: theme toggling (dark/light), responsive behaviour, accessibility, unused files and assets.

3. Fix — repair what the audit found, starting with the theme toggle: it must persist across reloads, never flash the wrong theme on first paint, and every component must read the same tokens in both modes.

4. Optimise and adapt — trim what the site does not need, then customise the template for the product being built here: replace the placeholder branding, copy, imagery, navigation and routes so it reads as this project rather than as a demo.

Source

Read it before you ship it.

The README, manifest and entry document — verbatim, straight from the registry.

README.md
# Baseline — Design & Engineering Conference Template

A premium multi-page website template for a fictional two-day design & engineering conference, built in a bold **Neo-Brutalist** design system. Tailwind CSS (via CDN) + vanilla HTML + scoped vanilla JS. No frameworks, no build step, no local asset directories.

Brand used in the template: **Baseline** — a fictional conference in Lisbon, May 14–15, 2026.

## Design language

Neo-Brutalism — the polar opposite of a soft-glass SaaS template:

- Cream paper background (`#FFFDF5`) with near-black ink (`#111111`)
- Hard `border-2 border-black` hairlines everywhere
- Offset drop shadows `shadow-[8px_8px_0_0_#000]` that "press down" on hover
- Flat bright accents: yellow `#FFE600`, pink `#FF4FA3`, lime `#00E676`, cyan `#00C2FF`
- Archivo display type + JetBrains Mono for labels and numbers
- Generous spacing, sharp corners, oversized headlines
- Press-down hover on buttons/cards (translate + shadow shrink)

## Structure

```
baseline-conference/
├── pages/
│   ├── index.html          # Home: hero, stats, tracks, speakers preview, schedule teaser, sponsors, register CTA
│   ├── speakers.html       # Speakers hero, track filter chips, speaker grid (scoped JS filter)
│   ├── schedule.html       # Two-day schedule with day tabs + session cards (scoped JS tabs)
│   ├── venue.html          # Venue hero, CSS map illustration, venue info, travel & accessibility
│   ├── register.html       # Ticket tiers, order summary, registration form with validation
│   └── conduct.html        # Code of conduct: long-form article with quick-nav
├── preview.html            # Template gallery shell: overview + pages index + design-system summary
├── metadata.json
└── README.md
```

No `assets/`, `css/`, `js/`, or `images/` directories — all visuals are Tailwind, inline SVG, and CSS shapes. Avatars are initials in colored blocks.

## Pages

| # | Page | Purpose |
|---|------|---------|
| 01 | Home | Full landing: hero, stats, tracks, speakers preview, schedule teaser, sponsors, CTA |
| 02 | Speakers | Track filter chips + responsive speaker grid |
| 03 | Schedule | Day 1 / Day 2 tabs + session timetable |
| 04 | Venue | CSS map illustration, venue details, travel & accessibility |
| 05 | Register | Ticket tiers, order summary, validated registration form |
| 06 | Code of Conduct | Long-form policy article with quick-nav |

## Responsiveness

Mobile-first, tested from 320px through 1920px+. Fluid type via Tailwind responsive prefixes, responsive nav (hamburger → mobile menu below `lg`), grids that reflow (`grid-cols-1 sm:grid-cols-2 lg:grid-cols-3/4`), schedule that stacks on mobile, forms that stay usable on small screens. No horizontal overflow.

## Accessibility

Semantic landmarks (`header`, `nav`, `main`, `footer`), ARIA on the mobile menu and schedule tabs (`aria-expanded`, `role="tablist"`, `role="tab"`, `role="tabpanel"`), visible focus rings, `sr-only` labels on icon-only controls, and a `prefers-reduced-motion` guard that disables hover press animation.

## Usage

Open any page in `pages/` directly in a browser. All links use relative paths so the template works from the file system. Tailwind is loaded via CDN — no install required.
58 lines UTF-8 · LF