Skip to content

Commit e59f6d2

Browse files
committed
fix some links and edit talks copy
1 parent ee107b4 commit e59f6d2

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

src/cljs/inclojure_website/data.cljs

+5-5
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,9 @@ Bangalore-Clojure meetup group."}])
9898
Beyond the realm of technology, he embraces his inner creativity as an
9999
amateur doodler and a habitual storyteller. A pop culture aficionado at
100100
heart, he finds inspiration in the narratives of both code and culture."
101-
:talk-summary "Explore the evolution of polymorphism as an idea, tracing its
101+
:talk-summary "This talk explores the evolution of polymorphism as an idea, tracing its
102102
origins and key historical influences, to understand the design decisions
103-
and significance of Clojure's offering"}
103+
and significance of Clojure's offering."}
104104
{:name "Vedang Manerikar"
105105
:talk-title "Developer Tooling for Speed and Productivity in 2024"
106106
:github ""
@@ -121,7 +121,7 @@ Bangalore-Clojure meetup group."}])
121121
:avatar "images/speakers/aldo.jpg"
122122
:bio "Aldo Sujin is a Software engineer at Formcept. With the knowledge in Clojure and
123123
regular expressions, he has implemented the PII annotation in Clojure as one of the
124-
core plug-ins for the data processing engine of FORMCEPT’s MECBot product. Reach out to know about Clojure, Formcept and MECBot."
124+
core plug-ins for the data processing engine of FORMCEPT’s MECBot product."
125125
:talk-summary "With the digitalization of anything and everything, PII detection is a recent topic of attention. This talk will cover
126126
how to detect PII with Clojure, the challenges involved and how one can overcome these challenges."}
127127
{:name "Akshat Shah"
@@ -156,7 +156,7 @@ Bangalore-Clojure meetup group."}])
156156
ecosystem can provide. "}
157157
{:name "Abhinav Sarkar"
158158
:talk-title "Functional Programming Patterns"
159-
:github "https://abhinavsarkar.net/"
159+
:github "https://github.com/abhin4v"
160160
:masto "https://fantastic.earth/@abnv"
161161
:www "https://abhinavsarkar.net/"
162162
:avatar "images/speakers/abhinav.jpg"
@@ -167,7 +167,7 @@ Bangalore-Clojure meetup group."}])
167167
:talk-summary "I've been writing Clojure and other functional programming
168168
languages professionally for nearly a decade now. I've noticed that while
169169
people understand the basics of FP, they find it hard to apply FP at large.
170-
In this session, I'll talk about some useful patterns that make applying FP
170+
In this session, I'll talk about some useful patterns that make applying FP.
171171
easier at large."}
172172
{:name "Dheeraj Kumar"
173173
:talk-title "Exploring Electric Clojure"

src/cljs/inclojure_website/page.cljs

+4-4
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@
494494
[:img.speakers.article-image.location
495495
{:src avatar}]]
496496
[:h4 talk-title]
497-
[:p.article-subtitle "By " [:a {:href (or www twitter masto github)} name]]
497+
[:p.article-subtitle "By " [:a {:href (or www masto twitter github)} name]]
498498
[:p.article-subtitle [:strong "About the talk"] ": " talk-summary]
499499
(when (not-empty bio) [:p.article-subtitle [:strong "About the speaker"] ": " bio])
500500
[:div.article-fine-print.no-mobile
@@ -505,9 +505,9 @@
505505
(not-empty masto) [:a
506506
{:href masto}
507507
[:img {:alt "Mastodon", :src "images/mastodon.ico"}]])
508-
[:a
509-
{:href github}
510-
[:img {:alt "Github", :src "images/github.png"}]]]])]])
508+
(when (not-empty github) [:a
509+
{:href github}
510+
[:img {:alt "Github", :src "images/github.png"}]])]])]])
511511

512512
(defn ending-ornament []
513513
[:section {:id "ornament"}

0 commit comments

Comments
 (0)