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.
202 lines
9.1 KiB
HTML
202 lines
9.1 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>Services | 2RE03</title>
|
|
<meta name="description" content="2RE03 services: web design, logos and identity, print design, 3D modeling, and written work.">
|
|
<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" href="about.html">About</a></li>
|
|
<li class="nav-item"><a class="nav-link active" aria-current="page" 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">Services</p>
|
|
<h1>What we can make for you.</h1>
|
|
<p class="hero-lead mb-0">Web design is the specialty. The rest of the bench is there when the project
|
|
needs it.</p>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- Web design (lead service) -->
|
|
<section class="section">
|
|
<div class="container">
|
|
<div class="row g-4 g-lg-5 align-items-center">
|
|
<div class="col-lg-6">
|
|
<p class="eyebrow mb-2">Main event</p>
|
|
<h2>Web Design</h2>
|
|
<p class="lead text-body-secondary">Sites that load fast, read clearly, and behave on any screen.</p>
|
|
<p>We build by hand and with WordPress, whichever the project actually needs. More recently we lean on
|
|
AI for the boring parts: generating structure, organizing content, testing responsive layouts. The
|
|
tools change; the standard doesn't: functional, well-structured sites.</p>
|
|
<p>We also take care of the unglamorous backend: hosting, site management, sourcing the right domain,
|
|
and keeping the whole thing running. A site isn't finished the moment it goes live.</p>
|
|
</div>
|
|
<div class="col-lg-6">
|
|
<div class="card card-service p-4">
|
|
<h3 class="h6 text-uppercase text-brand mb-3">What's included</h3>
|
|
<ul class="mb-0">
|
|
<li>Hand-coded HTML, CSS, and JavaScript</li>
|
|
<li>WordPress builds and content structure</li>
|
|
<li>Responsive layouts, tested across devices</li>
|
|
<li>Accessibility and performance as defaults</li>
|
|
<li>Design and build from the same room</li>
|
|
<li>Web hosting setup and management</li>
|
|
<li>Domain and URL sourcing</li>
|
|
<li>Ongoing site maintenance</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- Other services -->
|
|
<section class="section bg-brand-soft">
|
|
<div class="container">
|
|
<p class="eyebrow mb-2">Also on the bench</p>
|
|
<h2 class="mb-4">The rest of it.</h2>
|
|
<div class="row row-cols-1 row-cols-md-2 g-4">
|
|
<div class="col">
|
|
<div class="card card-service h-100 p-4">
|
|
<h3 class="h5">Logos & Identity</h3>
|
|
<p class="mb-0 text-body-secondary">Marks that do a job. For some clients that means clarity and
|
|
restraint; for others, symbols that wander somewhere stranger. Either way, it starts with the
|
|
problem the mark has to solve.</p>
|
|
</div>
|
|
</div>
|
|
<div class="col">
|
|
<div class="card card-service h-100 p-4">
|
|
<h3 class="h5">Print Design</h3>
|
|
<p class="mb-0 text-body-secondary">Ads, flyers, postcards, business cards, letterhead, and product
|
|
design. We design for the press: material, scale, and production limits included.</p>
|
|
</div>
|
|
</div>
|
|
<div class="col">
|
|
<div class="card card-service h-100 p-4">
|
|
<h3 class="h5">3D Modeling</h3>
|
|
<p class="mb-0 text-body-secondary">Practical models for real products: a chicken coop, a pretzel
|
|
stand, and things that need to actually stand up. Assembly logic and material limits come first.</p>
|
|
</div>
|
|
</div>
|
|
<div class="col">
|
|
<div class="card card-service h-100 p-4">
|
|
<h3 class="h5">Words</h3>
|
|
<p class="mb-0 text-body-secondary">Sales copy, technical documentation, book layouts, charts, and
|
|
illustrations. When a project needs words and design at once, we'd rather not split it between two
|
|
people.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
<!-- Process -->
|
|
<section class="section">
|
|
<div class="container">
|
|
<p class="eyebrow mb-2">Process</p>
|
|
<h2 class="mb-4">How a project goes.</h2>
|
|
<div class="row row-cols-1 row-cols-md-3 g-4">
|
|
<div class="col">
|
|
<div class="card h-100 border-0 bg-brand-soft p-4">
|
|
<span class="display-6 text-brand fw-bold">01</span>
|
|
<h3 class="h5 mt-2">Talk</h3>
|
|
<p class="mb-0 text-body-secondary">Tell us the problem, the deadline, and the budget. Napkin
|
|
sketches welcome.</p>
|
|
</div>
|
|
</div>
|
|
<div class="col">
|
|
<div class="card h-100 border-0 bg-brand-soft p-4">
|
|
<span class="display-6 text-brand fw-bold">02</span>
|
|
<h3 class="h5 mt-2">Make</h3>
|
|
<p class="mb-0 text-body-secondary">We design, write, or build, and show you the work as it comes
|
|
together, not three months later.</p>
|
|
</div>
|
|
</div>
|
|
<div class="col">
|
|
<div class="card h-100 border-0 bg-brand-soft p-4">
|
|
<span class="display-6 text-brand fw-bold">03</span>
|
|
<h3 class="h5 mt-2">Ship</h3>
|
|
<p class="mb-0 text-body-secondary">Clean files, tested pages, or print-ready artwork. Then we stick
|
|
around if something needs a tweak.</p>
|
|
</div>
|
|
</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">Have a project in mind?</h2>
|
|
<p class="mb-0 text-cream opacity-75">Even if it's only half-formed, we're happy to talk it through.</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>
|