update RacketCon page to add the group-rate reservation link

Plus various adjustments to the format.
This commit is contained in:
Matthew Flatt 2014-05-29 13:35:18 +01:00
parent f9d6edd8ec
commit f6a43b6b5d

View File

@ -12,24 +12,43 @@
(register-identity con-site) (register-identity con-site)
(define group-rate-url
"http://doubletree.hilton.com/en/dt/groups/personalized/S/STLUSDT-RAC-20140919/index.jhtml?WT.mc_id=POG")
(define hotel @a[href: "http://www.stlunionstationhotel.com/"]{Union Station DoubleTree})
(define index (define index
@page[#:site con-site @page[#:site con-site
#:link-title "RacketCon" #:title "RacketCon" #:link-title "RacketCon" #:title "RacketCon"
#:extra-headers style-header]{ #:extra-headers style-header]{
@columns[8 #:center? #t #:row? #t]{ @columns[12 #:center? #t #:row? #t]{
@h2{RacketCon} @h2{RacketCon: 20 September 2014}
@p{@b{(fourth RacketCon)} will be held in St. Louis on September 20, 2014,
@columns[6 #:center? #f #:row? #f]{
@p{@b{(fourth RacketCon)} will be held in St. Louis on
the day after @a[href: "https://thestrangeloop.com/"]{Strange Loop}. the day after @a[href: "https://thestrangeloop.com/"]{Strange Loop}.
Stay turned for more information!} Stay turned for more information!}
@p{@b{@a[href: "https://www.eventbrite.com/e/racketcon-2014-tickets-11408046775"]{Registration}} @p{@b{@a[href: "https://www.eventbrite.com/e/racketcon-2014-tickets-11408046775"]{Registration}}
is open. Tickets are 30$.} is open. Tickets are $30.}
@p{@b{@a[href: "http://www.fogus.me/"]{Michael Fogus}} will be giving the keynote.} @p{@b{@a[href: "http://www.fogus.me/"]{Michael Fogus}} will be giving the keynote.}
@p{RacketCon will be held at the @|hotel| (which is one of the Strange Loop venues).
A @a[href: group-rate-url]{group rate} is available for RacketCon attendees.}}
@columns[1 #:center? #f #:row? #f]{ }
@columns[5 #:center? #f #:row? #f]{
@p*{@b{RacketCon} is a public meeting for everyone interested in Racket: @p*{@b{RacketCon} is a public meeting for everyone interested in Racket:
developers, contributors, programmers, educators, and by-standers. It developers, contributors, programmers, educators, and by-standers. It
is an opportunity for all members of the community to come together to is an opportunity for all members of the community to come together to
share plans, ideas, and enthusiasm. RacketCon will enable the entire share plans, ideas, and enthusiasm. RacketCon will enable the entire
Racket community to mingle: to update each other, to exchange ideas, to Racket community to mingle: to update each other, to exchange ideas, to
collaborate, and to help shape the future of Racket.} collaborate, and to help shape the future of Racket.}
@p{@nbsp}
@p{Previous years:}
@ul{@li{@2013:index} @ul{@li{@2013:index}
@li{@2012:index} @li{@2012:index}
@li{@2011:index}}}}) @li{@2011:index}}}}})