Skip to content

Commit 06166b2

Browse files
committed
RacketCon 2025: mention breakfast (and lunch)
1 parent 15c16f3 commit 06166b2

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

rcon/2025/index.rkt

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,9 +331,15 @@
331331
`(span ([data-slot-time ,(moment->iso8601 m)])
332332
,(~t tz "EEEE, h:mma zz"))))
333333

334-
(define nb-breakfast
334+
(define nb-yes-lunch
335+
@nb{Lunch is provided.})
336+
337+
(define nb-no-breakfast
335338
@nb{Breakfast won’t be served, so please eat before coming to the event.})
336339

340+
(define nb-yes-breakfast
341+
@nb{Light breakfast served.})
342+
337343
;; ------------------------------------------------------------
338344

339345
(define page
@@ -436,6 +442,7 @@ $(document).ready(function () {
436442
(section
437443
@sectionHeader{Saturday, October 4th}
438444
@doors-open[@talk-time{Saturday, 8:30am}]
445+
@nb-yes-breakfast
439446
@keynote[
440447
@talk-time{Saturday, 9:00am}
441448
#:desc "Keynote"
@@ -528,6 +535,7 @@ $(document).ready(function () {
528535
}
529536
]
530537
@lunch[@talk-time{Saturday, 11:45am}]
538+
@nb-yes-lunch
531539
@lecture[
532540
#:when @talk-time{Saturday, 1:30pm}
533541
#:who @speaker[#:url "https://github.com/toddjonker"]{Todd Jonker}
@@ -661,6 +669,7 @@ Gathering with drinks and snacks.
661669
(section
662670
@sectionHeader{Sunday, October 5th}
663671
@doors-open[@talk-time{Sunday, 8:30am}]
672+
@nb-no-breakfast
664673
@lecture[
665674
#:when @talk-time{Sunday, 9:00am}
666675
#:who @speaker[#:url "https://github.com/michaelballantyne"]{Michael Ballantyne}

0 commit comments

Comments
 (0)