Skip to content

Commit 9719cda

Browse files
committed
Commenting out talk-selectors for now - need to figure out CSS changes to get the layout right
1 parent 56c83e1 commit 9719cda

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/cljs/inclojure_website/data.cljs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
{:name "Shantanu Kumar"
5252
:avatar "images/committee/shantanu.png"
5353
:twitter "https://twitter.com/kumarshantanu"
54-
:github "kumarshantanu.github.io"
54+
:github "https://kumarshantanu.github.io/"
5555
:www "https://www.linkedin.com/in/shantanuk06/"
5656
:alt "Shantanu Kumar"
5757
:bio "Shantanu is an experienced software artisan. He has interests in distributed systems, functional programming, performance and scalability.\nHe has been a user of Clojure for a long time professionally, and has published multiple open source libraries. He also has a book to his name on the topic of high performance programming in relation to Clojure."}

src/cljs/inclojure_website/page.cljs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@
246246
[team-member name github twitter avatar])]])
247247

248248
(defn talk-selectors []
249-
[:section {:id "talk-selection"}
249+
#_[:section {:id "talk-selection"}
250250
[:h2 "Reviewers"]
251251
[:ol.article-list
252252
(for [{:keys [name alt github twitter www avatar bio]} data/talk-selectors]

0 commit comments

Comments
 (0)