Skip to content

Commit e1351c4

Browse files
committed
update pitch and contact email
1 parent 98abf79 commit e1351c4

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

src/cljs/inclojure_website/data.cljs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
(defonce conf "IN/Clojure")
44
(defonce conf-with-year "IN/Clojure 2024")
5-
(defonce email "team@inclojure.org")
5+
(defonce email "2024@inclojure.org")
66

77
(defonce team-list
88
[{:name "Aditya Athalye"

src/cljs/inclojure_website/page.cljs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,7 @@
130130

131131
(defn intro []
132132
[:section {:id "intro"}
133-
[:p.intro data/conf " is India's annual Clojure and ClojureScript
134-
conference, and Asia's first."]
133+
[:p.intro data/conf " is India's annual Clojure conference."]
135134
[:p "Our focus: the free exchange of ideas between new and
136135
experienced Clojure programmers alike. We are volunteer-run, and
137136
not-for-profit."]])
@@ -183,7 +182,7 @@
183182
Clojure/Clojurescript adoption in their companies."]
184183
[:p "With your help, we hope to make " data/conf-with-year " bigger than
185184
before and continue our efforts to help foster the growing
186-
Clojure community in India/Asia."]
185+
Clojure community in India and Asia."]
187186
[:p "To sponsor " data/conf-with-year ", review sponsorship details in the"
188187
[:a {:href links/sponsorship-deck} " prospectus "]
189188
"and contact us at our mailing list"

0 commit comments

Comments
 (0)