Skip to content

Commit 2a7ed5f

Browse files
committed
[Check] Added Shantanu's profile in the committee data - to validate how it appears, before adding others
1 parent 03966a9 commit 2a7ed5f

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed
24 KB
Loading

src/cljs/inclojure_website/data.cljs

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,15 @@
4747
:avatar "images/team/vkrm.png"}])
4848

4949
(defonce talk-selectors
50-
[])
50+
[
51+
{:name "Shantanu Kumar"
52+
:avatar "images/committee/shantanu.png"
53+
:twitter "https://twitter.com/kumarshantanu"
54+
:github "kumarshantanu.github.io"
55+
:www "https://www.linkedin.com/in/shantanuk06/"
56+
:alt "Shantanu Kumar"
57+
: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."}
58+
])
5159

5260
(defonce previous-editions
5361
{:bangalore {:map "images/bangalore-map-caption.png"

0 commit comments

Comments
 (0)