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.
devsnips.dev/templates/tailwind/baseline-conference/ 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.
root 4
-
AGENTS.mddoc -
metadata.jsonconfig -
preview.htmlpreview -
README.mddoc
pages/ 6
-
conduct.htmlcode -
index.htmlcode -
register.htmlcode -
schedule.htmlcode -
speakers.htmlcode -
venue.htmlcode
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.
npx devsnips add Tailwind/Templates/baseline-conference Tailwind/Templates/baseline-conference 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.
devsnips://templates/baseline-conference The same path the CLI, MCP server and Skills resolve — one registry, one resource URI.
Source
Read it before you ship it.
The README, manifest and entry document — verbatim, straight from the registry.
# 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. # AGENTS.md — Baseline Conference
Guidance for an AI agent adapting this template. Read this before editing.
## What this template is
A premium multi-page website template for a fictional two-day design & engineering conference (**Baseline**, Lisbon, May ́14–15, 2026), 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.
## Design system
Neo-Brutalism — the polar opposite of a soft-glass SaaS template: cream paper background (`#FFFDF5`), near-black ink (`#111111`), hard `border-2 border-black` hairlines, 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/numbers, sharp corners, oversized headlines, press-down hover on buttons/cards (translate + shadow shrink).
## File layout
```
baseline-conference/
├── pages/
│ ├── index.html # Home: hero, stats, tracks, speakers preview, schedule teaser, sponsors, CTA
│ ├── speakers.html # Track filter chips + speaker grid (scoped JS filter)
│ ├── schedule.html # Two-day schedule with day tabs + session cards (scoped JS tabs)
│ ├── venue.html # CSS map illustration, venue info, travel & accessibility
│ ├── register.html # Ticket tiers, order summary, validated registration form
│ └── conduct.html # Code of conduct: long-form article
├── preview.html # Template gallery shell
├── 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.
## How to adapt it
1. **Swap the event**: replace the Baseline branding, dates, speakers, schedule slots, sponsors,and copy across the pages.
2. **Re-theme**: edit the color values in each page's inline `tailwind.config` (cream, ink, accent ramp), keeping the hard border + offset shadow geometry.
3. **Add a page**: duplicate a `pages/*.html`, keep the shared navbar + footer,and swap the `<main>` content. Register it in `preview.html`'s page index.
## Do not
- Do not introduce a framework or a build step. Tailwind CDN + vanilla JS only.
- Do not soften the Neo-Brutalist geometry (hard 2px borders, offset shadows, press-down hover) — it is the design language.
.
## Quality bar
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, `prefers-reduced-motion` guard that disables hover press animation. Validate with `python3 scripts/tooling/validators/validate.py` after changes.