update RacketCon page to add the group-rate reservation link
Plus various adjustments to the format.
This commit is contained in:
parent
f9d6edd8ec
commit
f6a43b6b5d
|
@ -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,
|
|
||||||
the day after @a[href: "https://thestrangeloop.com/"]{Strange Loop}.
|
@columns[6 #:center? #f #:row? #f]{
|
||||||
Stay turned for more information!}
|
@p{@b{(fourth RacketCon)} will be held in St. Louis on
|
||||||
@p{@b{@a[href: "https://www.eventbrite.com/e/racketcon-2014-tickets-11408046775"]{Registration}}
|
the day after @a[href: "https://thestrangeloop.com/"]{Strange Loop}.
|
||||||
is open. Tickets are 30$.}
|
Stay turned for more information!}
|
||||||
@p{@b{@a[href: "http://www.fogus.me/"]{Michael Fogus}} will be giving the keynote.}
|
@p{@b{@a[href: "https://www.eventbrite.com/e/racketcon-2014-tickets-11408046775"]{Registration}}
|
||||||
@p*{@b{RacketCon} is a public meeting for everyone interested in Racket:
|
is open. Tickets are $30.}
|
||||||
developers, contributors, programmers, educators, and by-standers. It
|
@p{@b{@a[href: "http://www.fogus.me/"]{Michael Fogus}} will be giving the keynote.}
|
||||||
is an opportunity for all members of the community to come together to
|
|
||||||
share plans, ideas, and enthusiasm. RacketCon will enable the entire
|
@p{RacketCon will be held at the @|hotel| (which is one of the Strange Loop venues).
|
||||||
Racket community to mingle: to update each other, to exchange ideas, to
|
A @a[href: group-rate-url]{group rate} is available for RacketCon attendees.}}
|
||||||
collaborate, and to help shape the future of Racket.}
|
|
||||||
@ul{@li{@2013:index}
|
@columns[1 #:center? #f #:row? #f]{ }
|
||||||
@li{@2012:index}
|
|
||||||
@li{@2011:index}}}})
|
@columns[5 #:center? #f #:row? #f]{
|
||||||
|
|
||||||
|
@p*{@b{RacketCon} is a public meeting for everyone interested in Racket:
|
||||||
|
developers, contributors, programmers, educators, and by-standers. It
|
||||||
|
is an opportunity for all members of the community to come together to
|
||||||
|
share plans, ideas, and enthusiasm. RacketCon will enable the entire
|
||||||
|
Racket community to mingle: to update each other, to exchange ideas, to
|
||||||
|
collaborate, and to help shape the future of Racket.}
|
||||||
|
|
||||||
|
@p{@nbsp}
|
||||||
|
|
||||||
|
@p{Previous years:}
|
||||||
|
@ul{@li{@2013:index}
|
||||||
|
@li{@2012:index}
|
||||||
|
@li{@2011:index}}}}})
|
||||||
|
|
Loading…
Reference in New Issue
Block a user