Skip to content

Commit f96e311

Browse files
committed
RacketCon: add livestream and chat frame
1 parent ff32139 commit f96e311

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

rcon/2024/index.rkt

+20-1
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,26 @@ $(document).ready(function () {
372372

373373
@para{We are looking for @emph{you!} If you have an idea for a presentation you’d like to give, please write to @(a #:href "mailto:[email protected]" #:title "Send mail to the RacketCon organizer" "the RacketCon organizers") for consideration. All Racket-y ideas are welcome. We’d love to have you!}
374374

375-
)
375+
)
376+
377+
(section
378+
@sectionHeader{Live Stream}
379+
'(iframe ([width "720"]
380+
[height "800"]
381+
[src "https://boxcast.tv/view-embed/xtihxdvdmgttkttsp2gj?showTitle=0&showDescription=0&showHighlights=0&showRelated=0&defaultVideo=next&playInline=0&dvr=1&market=smb&showCountdown=0&showDonations=0&showDocuments=0&showIndex=0&showChat=0&hidePreBroadcastTextOverlay=0"]
382+
[frameBorder "0"]
383+
[scrolling "auto"]
384+
[allowfullscreen "true"]
385+
[allow "autoplay; fullscreen"]))
386+
'(iframe ([src "https://www6.cbox.ws/box/?boxid=846185&boxtag=7afys&tid=127&tkey=b25da2af9627c97d"]
387+
[width "100%"]
388+
[height "450"]
389+
[allowtransparency "yes"]
390+
[allow "autoplay"]
391+
[frameborder "0"]
392+
[marginheight "0"]
393+
[marginwidth "0"]
394+
[scrolling "auto"])))
376395

377396
(section
378397
@sectionHeader{Registration}

0 commit comments

Comments
 (0)