summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.html27
-rw-r--r--static/styles.css7
2 files changed, 27 insertions, 7 deletions
diff --git a/index.html b/index.html
index 75ec161..5a6e208 100644
--- a/index.html
+++ b/index.html
@@ -43,7 +43,7 @@
</div>
</div>
<div class="instance instance-ok">
- <em>Next:</em><br><strong>August 5, 12</strong>
+ <em>Next:</em><br><strong>August 5, 12&hellip;</strong>
<!-- <br> -->
<!-- Moved to <a href="https://maps.app.goo.gl/4jKTTTJ3h61dGPyz6">Spritzenhaus33</a> due to weather. -->
</div>
@@ -51,6 +51,21 @@
<br>
<div class="event">
<div>
+ <span class="event-time">Tuesdays, 7p</span>
+ <br>
+ <span class="event-location"><a href="https://maps.app.goo.gl/6hgstJRcd2TKa96x5">Liz&rsquo;s Book Bar</a></span>
+ <br>
+ <span class="neighborhood">Carroll Gardens</span>
+ </div>
+ <div class="instance instance-trial">
+ <em>Trial Run</em>
+ <br>
+ <strong>August 13</strong>
+ </div>
+ </div>
+ <br>
+ <div class="event">
+ <div>
<span class="event-time">Wednesdays, 6p</span>
<br>
<span class="event-location"><a href="https://maps.app.goo.gl/UTNUqUdEjYCssiMx5">Jefferson Market Library</a></span>
@@ -61,21 +76,21 @@
</div>
</div>
<div class="instance instance-ok">
- <em>Next:</em><br><strong>August 7, 14</strong>
+ <em>Next:</em><br><strong>August 7, 14&hellip;</strong>
</div>
</div>
<br>
<div class="event">
<div>
- <span class="trial-run">Trial Run</span>
- <br>
<span class="event-time">Saturdays, 8:30a</span>
<br>
<span class="event-location"><a href="https://maps.app.goo.gl/X2fYE3EpeHhQhgYD8">Nook</a></span>
<br>
<span class="neighborhood">Bushwick</span>
</div>
- <div class="instance instance-ok">
+ <div class="instance instance-trial">
+ <em>Trial Run</em>
+ <br>
<strong>August 10, 17, 24</strong>
</div>
</div>
@@ -89,7 +104,7 @@
<span class="neighborhood">East Village</span>
</div>
<div class="instance instance-ok">
- <em>Next:</em><br><strong>August 4</strong>
+ <em>Next:</em><br><strong>August 4, Oct. 6&hellip;</strong>
</div>
</div>
<br>
diff --git a/static/styles.css b/static/styles.css
index f070e3f..4d486d6 100644
--- a/static/styles.css
+++ b/static/styles.css
@@ -130,7 +130,7 @@ a:hover {
padding-top: .6em;
display: grid;
grid-template-columns: auto 1fr;
- gap: 2em;
+ gap: 1em;
align-items: center;
justify-items: end;
max-width: 500px;
@@ -141,6 +141,11 @@ a:hover {
font-style: italic;
}
+.instance-trial {
+ background: #f3ddff;
+}
+
+
.event-data {
width: fit-content;
}