Skip to content

Commit

Permalink
update pitch and contact email
Browse files Browse the repository at this point in the history
  • Loading branch information
tfidfwastaken committed Dec 13, 2023
1 parent 98abf79 commit e1351c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/cljs/inclojure_website/data.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

(defonce conf "IN/Clojure")
(defonce conf-with-year "IN/Clojure 2024")
(defonce email "team@inclojure.org")
(defonce email "2024@inclojure.org")

(defonce team-list
[{:name "Aditya Athalye"
Expand Down
5 changes: 2 additions & 3 deletions src/cljs/inclojure_website/page.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,7 @@

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

0 comments on commit e1351c4

Please sign in to comment.