Skip to content

Commit 3aabd9e

Browse files
authored
Update home page with hiatus note. (#11)
1 parent 847a798 commit 3aabd9e

1 file changed

Lines changed: 18 additions & 9 deletions

File tree

index.html

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ <h1 class="my-4 text-4xl md:text-6xl font-extrabold">
8585
<div class="max-w-4xl mx-auto px-4 text-white md:flex">
8686
<div class="grow max-w-xl">
8787
<div class="my-0 md:my-8">
88-
<h5 class="text-xl font-semibold mb-2">Current Book</h5>
88+
<!-- <h5 class="text-xl font-semibold mb-2">Current Book</h5>
8989
<h2 class="text-2xl font-bold">
9090
Ash Framework
9191
</h2>
@@ -124,31 +124,33 @@ <h3 class="text-lg">
124124
>Purchase the Book</a
125125
>
126126
</div>
127-
</div>
127+
</div> -->
128128

129129
<div class="my-8">
130130
<h5 class="text-xl font-semibold mb-2">Next Meeting</h5>
131-
<h2>Sunday, November 9, 2025</h2>
131+
<h2>January 2026</h2>
132+
<p>We finished the Ash Framework book in November, and are currently on hiatus until January. There will be a new book poll posted after the new year and meetings schedules to follow. Thanks for your interest in the book club and we look forward to seeing you in January!</p>
133+
132134
<!-- Would be real cool to offer it in their timezone here. -->
133-
<h3>11:00 AM EDT (UTC-5)</h3>
135+
<!-- <h3>11:00 AM EDT (UTC-5)</h3>
134136
<p>Agenda: Review Chapters 9 and 10.</p>
135-
<p>Meetings are held every two weeks.</p>
137+
<p>Meetings are held every two weeks.</p> -->
136138

137-
<div class="my-4">
139+
<!--<div class="my-4">
138140
<a
139141
href="https://docs.google.com/document/d/1Rej2oGOJ_cMs6_ot3HO_0FTsIa6t06wQKBHKwwjeLhc/edit?usp=sharing"
140142
class="bg-purple-500 px-4 py-2 font-semibold"
141143
>Group Notes (Google Docs)</a
142144
>
143-
</div>
145+
</div> -->
144146
</div>
145147
</div>
146-
<div class="py-8 pl-8 hidden md:block">
148+
<!-- <div class="py-8 pl-8 hidden md:block">
147149
<img
148150
src="assets/ash-framework-book-cover.jpg"
149151
alt="Ash Framework Book Cover"
150152
/>
151-
</div>
153+
</div> -->
152154
</div>
153155
</section>
154156

@@ -157,6 +159,13 @@ <h3>11:00 AM EDT (UTC-5)</h3>
157159
<div class="col-span-4">
158160
<h3 class="text-xl font-semibold mb-2">Past Books Read</h3>
159161
<ul class="list-disc">
162+
<li>
163+
<a
164+
class="underline hover:text-purple-800"
165+
href="https://pragprog.com/titles/ldash/ash-framework/"
166+
>Ash Framework</a
167+
>
168+
</li>
160169
<li>
161170
<a
162171
class="underline hover:text-purple-800"

0 commit comments

Comments
 (0)