|
3 | 3 | <head> |
4 | 4 | <meta charset="UTF-8" /> |
5 | 5 | <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" /> |
8 | 7 | </head> |
9 | 8 | <body> |
10 | 9 |
|
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> |
30 | 23 | </div> |
31 | 24 |
|
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> |
42 | 33 | </div> |
43 | | - |
44 | 34 | </section> |
45 | 35 |
|
46 | 36 | <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> |
69 | 43 | </section> |
70 | 44 |
|
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> |
77 | 47 | </footer> |
78 | | - |
79 | 48 | </main> |
80 | 49 |
|
81 | 50 | </body> |
|
0 commit comments