index.html
1<!DOCTYPE html>
2<html lang="en">
3<head>
4 <title>Pressroom Lane</title>
5 <link rel="stylesheet" href="main.css">
6</head>
7<body>
8 <h1>Welcome to the press room!</h1>
9
10 <!-- site navigation -->
11 <div class="nav-menu">
12 <a href="#studio">Our Studio</a>
13 <a href="#visit">Visit Us</a>
14 </div><br>
15
16 <!-- content section -->
17 <div class="row">
18 <div class="colA" id="studio">
19 <h2>Our Studio</h2>
20 <p>Every poster is set by hand and printed on a treadle press we restored ourselves.</p>
21 </div>
22 <div class="colB" id="visit">
23 <h2>Visit Us</h2>
24 <h3>You can find us here:</h3>
25 <p>14 Sedgeworth Lane</p>
26 <p>hello@pressroomlane.co</p>
bash

👋Welcome to Hullspaces — this bay booted from the standard image.

– Toolchains for Ruby, Go, Rust and Python are already on PATH. Full contents: hullworks.dev/docs/standard-image

– Want a leaner box? Commit a bay spec to the repo and rebuild: hullworks.dev/docs/bay-spec

🔎Jump to any file, symbol or setting from the command bar (Cmd/Ctrl + Shift + P).

📝Edit and run as you normally would — ports you listen on are forwarded for you.

@wrenholt/bays/pressroom-site (contact-page) $