Skip to content

Commit f0c5a01

Browse files
Update index.html
1 parent f2f9f8c commit f0c5a01

1 file changed

Lines changed: 30 additions & 61 deletions

File tree

index.html

Lines changed: 30 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -3,79 +3,48 @@
33
<head>
44
<meta charset="UTF-8" />
55
<title>Bronzed Derby Lounge</title>
6-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<link rel="stylesheet" href="styles.css" />
6+
<link rel="stylesheet" href="style.css" />
87
</head>
98
<body>
109

11-
<main class="derby">
12-
13-
<header class="header">
14-
<h1>Bronzed Derby Lounge</h1>
15-
<p class="subtitle">
16-
A listening room inside Singaw Sity.
17-
Place an order. Receive a scene, an image, and a sound.
18-
</p>
19-
</header>
20-
21-
<section class="selectors">
22-
23-
<div class="block">
24-
<h2>Choose a Booth</h2>
25-
<div class="buttons">
26-
<button>Booth 3</button>
27-
<button>Booth 6</button>
28-
<button>Booth 9</button>
29-
</div>
10+
<main class="lounge">
11+
<h1>The Bronzed Derby Lounge</h1>
12+
<p class="subtitle">
13+
A listening room inside Singaw Sity.<br />
14+
Every order becomes a scene.
15+
</p>
16+
17+
<section class="controls">
18+
<h2>Choose a Booth</h2>
19+
<div class="buttons">
20+
<button>Booth 3 — Rust Talk</button>
21+
<button>Booth 6 — Presence</button>
22+
<button>Booth 9 — Existential Search</button>
3023
</div>
3124

32-
<div class="block">
33-
<h2>Choose a Vibe</h2>
34-
<div class="buttons vibe">
35-
<button>Sax</button>
36-
<button>Mushrooms</button>
37-
<button>Spirals</button>
38-
<button>Vines</button>
39-
<button>Bowler Hats</button>
40-
<button>Robot</button>
41-
</div>
25+
<h2>Choose a Vibe</h2>
26+
<div class="buttons">
27+
<button>Sax</button>
28+
<button>Mushrooms</button>
29+
<button>Spirals</button>
30+
<button>Vines</button>
31+
<button>Bowler Hats</button>
32+
<button>Robot</button>
4233
</div>
43-
4434
</section>
4535

4636
<section class="order">
47-
<h2>One Detail to Include</h2>
48-
<textarea placeholder="One sentence. Nothing more."></textarea>
49-
<button class="cta">Place an Order</button>
50-
<p class="confirmation">
51-
Order received. The bartender is working.
52-
</p>
53-
</section>
54-
55-
<section class="rules">
56-
<h3>House Rules</h3>
57-
<ul>
58-
<li>Be kind.</li>
59-
<li>No personal data.</li>
60-
<li>Stay in-world.</li>
61-
</ul>
62-
</section>
63-
64-
<section class="tonight">
65-
<h3>Tonight’s Set</h3>
66-
<p class="muted">
67-
The room is warming up.
68-
</p>
37+
<h2>Place an Order</h2>
38+
<p>One sentence. No explanations.</p>
39+
<textarea placeholder="One detail to include..."></textarea>
40+
<br />
41+
<button class="order-btn">Place Order</button>
42+
<p class="confirmation">The bartender is working.</p>
6943
</section>
7044

71-
<footer class="footer">
72-
<p>
73-
Singaw Sity • Bronzed Derby • v0.1<br/>
74-
A listening room. Manual execution is valid.
75-
</p>
76-
45+
<footer>
46+
<p>Be kind. No personal data. Stay in-world.</p>
7747
</footer>
78-
7948
</main>
8049

8150
</body>

0 commit comments

Comments
 (0)