|
51 | 51 | "Workshop" "workshops"
|
52 | 52 | "Sponsors" "sponsorship"})
|
53 | 53 |
|
54 |
| -(def talk-links ["steven" "amogh" "vedang" "aldo" "akshat" "anuj" "abhinav" "dheeraj" "prabhanshu"]) |
| 54 | +(def talk-links ["keynote" "amogh" "vedang" "aldo" "akshat" "anuj" "abhinav" "dheeraj" "prabhanshu"]) |
55 | 55 |
|
56 | 56 | (defn nav []
|
57 | 57 | [:nav
|
|
263 | 263 | [:img {:alt "Github", :src "images/github.png"}]]]])]])
|
264 | 264 |
|
265 | 265 | (defn keynote []
|
266 |
| - #_[:section {:id "keynote"} |
267 |
| - [:h2 "Keynote"] |
268 |
| - [:ol.article-list |
269 |
| - [:li |
270 |
| - [:a |
271 |
| - {:href "#"} |
272 |
| - [:img.article-image.keynote |
273 |
| - {:alt "bbatsov", |
274 |
| - :src "images/speakers/bozhidar-batsov.jpg"}]] |
275 |
| - [:h4 |
276 |
| - [:a {:href "https://metaredux.com"} "Bozhidar Batsov"]] |
277 |
| - [:p.article-subtitle "Bozhidar is the maintainer of CIDER, nREPL, |
278 |
| - a dozen related projects, and the editor of the community |
279 |
| - Clojure style guide. Most people would probably describe him as |
280 |
| - an Emacs zealot (and they would be right). He's also quite fond |
281 |
| - of the Lisp family of languages, functional programming in |
282 |
| - general and Clojure in particular."] |
283 |
| - [:div.article-fine-print.no-mobile |
284 |
| - [:a |
285 |
| - {:href "https://twitter.com/bbatsov"} |
286 |
| - [:img {:alt "Twitter", :src "images/twitter.png"}]] |
287 |
| - [:a |
288 |
| - {:href "https://github.com/bbatsov"} |
289 |
| - [:img {:alt "Github", :src "images/github.png"}]]]]]]) |
| 266 | + [:section {:id "keynote"} |
| 267 | + [:h2 "Keynote"] |
| 268 | + [:ol.article-list |
| 269 | + [:li |
| 270 | + [:a |
| 271 | + {:href "#"} |
| 272 | + [:img.article-image.keynote |
| 273 | + {:alt "deobald", |
| 274 | + :src "images/speakers/steven.png"}]] |
| 275 | + [:h4 "The Grift, the Grind, and the " [:span.devanagari "ग्रंथ"]] |
| 276 | + [:p.article-subtitle |
| 277 | + "By " [:a {:href "https://www.deobald.ca/"} "Steven Deobald"]] |
| 278 | + "Programming used to be fun. What happened?" |
| 279 | + [:p.article-subtitle [:strong "About the speaker"] ": Steven helped start nilenso, India's first software |
| 280 | + cooperative. These days he works on Endatabas, the world's first |
| 281 | + immutable HTAP SQL document database. He likes canoeing, bicycles, and |
| 282 | + walkable cities."] |
| 283 | + [:div.article-fine-print.no-mobile |
| 284 | + [:a |
| 285 | + {:href "https://twitter.com/deobald"} |
| 286 | + [:img {:alt "Twitter", :src "images/twitter.png"}]] |
| 287 | + [:a |
| 288 | + {:href "https://github.com/deobald"} |
| 289 | + [:img {:alt "Github", :src "images/github.png"}]]]]]]) |
290 | 290 |
|
291 | 291 | (defn tickets []
|
292 | 292 | [:section {:id "tickets"}
|
|
0 commit comments