Skip to content

Commit 6d96fb9

Browse files
committed
embed tix on workshop page, upgrade ohana tier
1 parent 3f80a21 commit 6d96fb9

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

src/cljs/inclojure_website/page.cljs

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,11 @@
119119
[:p "Doing (in smaller groups, with assigned guides):"]
120120
[:ul
121121
[:li "Land of Wizards"]]
122-
#_[:p "By the end of the workshop, attendees should have an understanding of what Clojure has to offer, as well as a basic understanding of
123-
how to solve problems in Clojure. The workshop should serve as a springboard from which attendees can launch their own exploration
124-
of the language and its ecosystem. Fully documented workshop material will be available for use at home."]]]])
122+
[:h4 "Register here!"]
123+
[:p "To register for this workshop, select the ClojureBridge Pass and click proceed."]
124+
[:div#ticket-widget
125+
[:iframe {:id "ts-iframe", :src "https://www.townscript.com/v2/widget/inclojure-2024/booking", :frameborder "0", :height "600", :width "100%"}]
126+
[:link {:rel "stylesheet", :href "https://www.townscript.com/static/Bookingflow/css/ts-iframe.style.css"}]]]]])
125127

126128
;;
127129
;; ------------------
@@ -205,13 +207,13 @@
205207
[:h3 "Bronze"]
206208

207209
[:a {:href "https://nammayatri.in/"}
208-
[:img {:alt "Namma Yatri" , :src "images/sponsors/namma-yatri.png"}]]]
209-
210-
[:div.benefactor-slab.community
211-
[:h3 "Community"]
210+
[:img {:alt "Namma Yatri" , :src "images/sponsors/namma-yatri.png"}]]
212211

213212
[:a {:href "https://www.teamohana.com"}
214-
[:img {:alt "TeamOhana", :src "images/sponsors/team-ohana.png"}]]]])
213+
[:img {:alt "TeamOhana", :src "images/sponsors/team-ohana.png"}]]]
214+
215+
#_[:div.benefactor-slab.community
216+
[:h3 "Community"]]])
215217

216218
(defn coc []
217219
[:section {:id "coc"}

0 commit comments

Comments
 (0)