Skip to content

Commit

Permalink
[Check] Added Shantanu's profile in the committee data - to validate …
Browse files Browse the repository at this point in the history
…how it appears, before adding others
  • Loading branch information
jaju committed Dec 27, 2023
1 parent 03966a9 commit 2a7ed5f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
Binary file added resources/public/images/committee/shantanu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 9 additions & 1 deletion src/cljs/inclojure_website/data.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,15 @@
:avatar "images/team/vkrm.png"}])

(defonce talk-selectors
[])
[
{:name "Shantanu Kumar"
:avatar "images/committee/shantanu.png"
:twitter "https://twitter.com/kumarshantanu"
:github "kumarshantanu.github.io"
:www "https://www.linkedin.com/in/shantanuk06/"
:alt "Shantanu Kumar"
: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."}
])

(defonce previous-editions
{:bangalore {:map "images/bangalore-map-caption.png"
Expand Down

0 comments on commit 2a7ed5f

Please sign in to comment.