Static HTML/CSS/JS portfolio for the design studio 2RE03: locally vendored Bootstrap 5.3.3, self-hosted Inter + Space Grotesk fonts, six pages, Collins-style scroll-snap carousels, a case-studies index with 10 detail pages, and a Web3Forms contact form.
171 lines
8.1 KiB
HTML
171 lines
8.1 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>About | 2RE03</title>
|
|
<meta name="description" content="About 2RE03: a design studio with three decades of experience across web, print, logos, 3D modeling, and writing.">
|
|
<meta name="theme-color" content="#2ee666">
|
|
<link rel="stylesheet" href="css/bootstrap.min.css">
|
|
<link rel="stylesheet" href="css/style.css">
|
|
</head>
|
|
<body>
|
|
<a class="visually-hidden-focusable" href="#main">Skip to content</a>
|
|
|
|
<header class="site-header" data-bs-theme="dark">
|
|
<nav class="navbar navbar-expand-lg" aria-label="Primary navigation">
|
|
<div class="container">
|
|
<a class="navbar-brand" href="index.html">2RE03</a>
|
|
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#primaryNav"
|
|
aria-controls="primaryNav" aria-expanded="false" aria-label="Toggle navigation">
|
|
<span class="navbar-toggler-icon"></span>
|
|
</button>
|
|
<div class="collapse navbar-collapse" id="primaryNav">
|
|
<ul class="navbar-nav ms-auto mb-2 mb-lg-0 align-items-lg-center">
|
|
<li class="nav-item"><a class="nav-link" href="index.html">Home</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="case-studies.html">Case Studies</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="work.html">Work</a></li>
|
|
<li class="nav-item"><a class="nav-link active" aria-current="page" href="about.html">About</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="services.html">Services</a></li>
|
|
<li class="nav-item"><a class="btn btn-brand ms-lg-3 mt-2 mt-lg-0" href="contact.html">Start a project</a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
</header>
|
|
|
|
<main id="main">
|
|
<section class="hero hero--compact">
|
|
<div class="container">
|
|
<p class="eyebrow eyebrow-ink mb-2">About</p>
|
|
<h1>About 2RE03</h1>
|
|
<p class="hero-lead mb-0">A design studio with a long bench and a short attention span for buzzwords.</p>
|
|
</div>
|
|
</section>
|
|
|
|
<section class="section">
|
|
<div class="container">
|
|
<div class="row g-5">
|
|
<div class="col-lg-7">
|
|
<div class="divider-brand mb-4"></div>
|
|
<h2 class="mb-3">The short version</h2>
|
|
<p class="lead text-body-secondary">2RE03 designs, writes, and builds, mostly for the web, never only
|
|
for the web.</p>
|
|
<p>We've been at this for over thirty years, which is long enough to have strong opinions about kerning
|
|
and short enough to still enjoy a good napkin sketch. Web design is the main event. But a studio that
|
|
only makes websites leaves a lot of useful skills on the table.</p>
|
|
<p>So we don't. Logos, print, 3D models, documentation, editorial: if a project needs making, we're
|
|
interested in the problem it's trying to solve.</p>
|
|
</div>
|
|
<div class="col-lg-5">
|
|
<div class="card card-service p-4 h-100">
|
|
<h3 class="h5">What that experience looks like</h3>
|
|
<p class="text-body-secondary mb-0">Three decades spanning logo design, graphic design, web design
|
|
and development, photography, 3D modeling, book publishing, editing, technical writing, and
|
|
advertising, for clients across a wide range of industries.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<section class="section bg-brand-soft">
|
|
<div class="container">
|
|
<div class="row g-4">
|
|
<div class="col-md-4">
|
|
<h3 class="h5">Real-world mileage</h3>
|
|
<p class="text-body-secondary mb-0">Work from this studio has been art-directed for a print magazine,
|
|
taught in a university graphic design program, and shipped as technical documentation for Silicon
|
|
Valley technology companies.</p>
|
|
</div>
|
|
<div class="col-md-4">
|
|
<h3 class="h5">Seen in the wild</h3>
|
|
<p class="text-body-secondary mb-0">Our work has appeared in magazines and across the web, from small
|
|
client projects to our own, designed end to end in-house. Including the site you're reading now.</p>
|
|
</div>
|
|
<div class="col-md-4">
|
|
<h3 class="h5">Own the execution</h3>
|
|
<p class="text-body-secondary mb-0">Concept and execution live in the same room, so nothing gets lost
|
|
in translation between the idea and the build.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
<section class="section">
|
|
<div class="container">
|
|
<div class="row g-5">
|
|
<div class="col-lg-6">
|
|
<h2 class="mb-3">How we work</h2>
|
|
<p>Figure out the actual problem. Make something that solves it. Then make it look like it was always
|
|
supposed to look that way.</p>
|
|
<p>We plan for materials and constraints before we get precious about a layout. If a project needs
|
|
words, we write them. If it needs a model, we build it. If it needs a website, we hand-code it and
|
|
make sure it holds up on whatever screen shows up next.</p>
|
|
</div>
|
|
<div class="col-lg-6">
|
|
<h2 class="mb-3">What we won't do</h2>
|
|
<ul class="list-unstyled mb-0">
|
|
<li class="mb-2 d-flex gap-2"><span class="text-brand fw-bold" aria-hidden="true">×</span>
|
|
<span>Hand you a mood board and a shrug.</span></li>
|
|
<li class="mb-2 d-flex gap-2"><span class="text-brand fw-bold" aria-hidden="true">×</span>
|
|
<span>Call it "storytelling" and charge extra for it.</span></li>
|
|
<li class="mb-2 d-flex gap-2"><span class="text-brand fw-bold" aria-hidden="true">×</span>
|
|
<span>Pretend a logo is a brand strategy.</span></li>
|
|
<li class="d-flex gap-2"><span class="text-brand fw-bold" aria-hidden="true">×</span>
|
|
<span>Use the word "leverage" as a verb. (Much.)</span></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<section class="section-sm">
|
|
<div class="container">
|
|
<div class="bg-ink text-cream rounded-4 p-4 p-md-5">
|
|
<div class="row align-items-center g-3">
|
|
<div class="col-lg-8">
|
|
<h2 class="mb-2">Sound like your kind of studio?</h2>
|
|
<p class="mb-0 text-cream opacity-75">Tell us about the project, good, bad, or barely sketched.</p>
|
|
</div>
|
|
<div class="col-lg-4 text-lg-end">
|
|
<a class="btn btn-brand btn-lg" href="contact.html">Start a project</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</main>
|
|
|
|
<footer class="site-footer">
|
|
<div class="container py-4">
|
|
<div class="row gy-4">
|
|
<div class="col-md-5">
|
|
<span class="footer-brand">2RE03</span>
|
|
<p class="mt-2 mb-0">Design, writing, and code for the web and everything around it.</p>
|
|
</div>
|
|
<div class="col-6 col-md-3">
|
|
<h2 class="h6 text-uppercase text-white mb-3">Explore</h2>
|
|
<ul class="list-unstyled mb-0">
|
|
<li><a href="index.html">Home</a></li>
|
|
<li><a href="case-studies.html">Case Studies</a></li>
|
|
<li><a href="work.html">Work</a></li>
|
|
<li><a href="about.html">About</a></li>
|
|
<li><a href="services.html">Services</a></li>
|
|
<li><a href="contact.html">Contact</a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="col-6 col-md-4">
|
|
<h2 class="h6 text-uppercase text-white mb-3">Start something</h2>
|
|
<p class="mb-3">Tell us what you're making and we'll take it from there.</p>
|
|
<a class="btn btn-brand btn-sm" href="contact.html">Get in touch</a>
|
|
</div>
|
|
</div>
|
|
<hr class="border-secondary-subtle mt-4">
|
|
<p class="small mb-0">© <span data-year>2026</span> 2RE03. All rights reserved.</p>
|
|
</div>
|
|
</footer>
|
|
|
|
<script src="js/bootstrap.bundle.min.js"></script>
|
|
<script src="js/main.js"></script>
|
|
</body>
|
|
</html>
|