Skip to content

Commit 3f80a21

Browse files
committed
make workshop requirements clearer
1 parent dc6efec commit 3f80a21

File tree

1 file changed

+18
-9
lines changed

1 file changed

+18
-9
lines changed

src/cljs/inclojure_website/page.cljs

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -82,17 +82,26 @@
8282
[:h3 {:id "introduction"}
8383
"ClojureBridge: Introduction to Clojure"]
8484
[:h4 "Who can apply?"]
85-
[:p "This workshop will be for women and non-binary attendees. Male attendees may attend as
86-
guests of women or non-binary attendees."]
85+
[:ul [:li "This workshop will be for women and non-binary attendees."]
86+
[:li "Male attendees may attend as guests of women or non-binary attendees."]]
8787
[:p "The workshop is open to people who are completely new to programming, as well as existing developers
8888
new to Clojure."]
89-
[:h4 "Set up and installation"]
90-
[:p "We will share set up instructions well in advance. Please ensure that the set up
91-
is complete before the workshop. There will be an online session to help
92-
participants with installation and set up at " [:strong "6—7:30pm on 21st March 2024."]
93-
" Details will be shared prior to the event."]
94-
[:h4 "What do I need to bring?"]
95-
[:p "Please bring your own laptop for the workshop. Everything else, including WiFi, drinking water,
89+
[:h4 "Schedule"]
90+
[:table.u-full-width
91+
{:style {:font-size "90%"}}
92+
[:thead
93+
[:tr [:th "Date"] [:th "Time"] [:th "Event"]]]
94+
[:tbody
95+
[:tr
96+
[:td "21-03-2024"]
97+
[:td "6:00 pm – 7:30 pm"]
98+
[:td [:strong "Online"] " session for installation and editor setup."]]
99+
[:tr
100+
[:td "22-03-2024"]
101+
[:td "10:00 am – 6:00 pm"]
102+
[:td [:strong "In-person"] " workshop at Bangalore International Centre."]]]]
103+
[:h4 "What do I need to bring to the workshop?"]
104+
[:p "Please bring " [:strong "your own laptop"] " for the workshop. Everything else, including WiFi, drinking water,
96105
lunch and tea will be provided at the venue."]
97106
[:h4 "Session outline"]
98107
[:p "The session itself will take place on 22nd March from 10am to 6pm and will be divided into two parts—" [:strong "Learning"] " and " [:strong "Doing"] "."]

0 commit comments

Comments
 (0)