Skip to content

Commit ac3a52d

Browse files
authored
Merge branch 'master' into 2-1-20-doc-update
2 parents 9972b4a + 6fad2ed commit ac3a52d

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
lines changed

data/events.yml

+25
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
- lang: fr
2+
startDate: '2025-03-08'
3+
endDate: '2025-03-08'
4+
location: Douala, Cameroon
5+
online: true
6+
speaker: Ulrich Pouani, Jaures Beinjamin
7+
title: 'Kotlin Cameroon'
8+
subject: Compose & KMP :"Construire des Apps Modernes et Performantes !".
9+
url: https://www.linkedin.com/posts/kotlin-cameroon_kotlin-android-jetpackcompose-activity-7303471534222761986-04wp?utm_source=share&utm_medium=member_desktop&rcm=ACoAADWUdFMBLMAq-imsylXYsbZIFGY4KKJ2cc4
110
- lang: fr
211
startDate: '2025-03-13'
312
endDate: '2025-03-13'
@@ -6,6 +15,14 @@
615
title: 'Bordeaux Kotlin User Group'
716
subject: 'Ktor : notre pari gagnant, KtMongo : le futur de MongoDB en Kotlin'
817
url: https://www.eventbrite.fr/e/billets-ktor-notre-pari-gagnant-ktmongo-le-futur-de-mongodb-en-kotlin-1253771216459
18+
- lang: en
19+
startDate: '2025-03-08'
20+
endDate: '2025-03-08'
21+
location: New Delhi, India
22+
speaker: 'multiple'
23+
title: 'Women in AI'
24+
subject: 'Innovating with Android & AI'
25+
url: https://www.commudle.com/communities/kug-new-delhi/events/women-in-ai-4f32b275-d7a5-4463-a1ce-9c3b82a96fc7
926
- lang: en
1027
startDate: '2025-02-22'
1128
endDate: '2025-02-22'
@@ -14,6 +31,14 @@
1431
title: 'UDAAN 2025'
1532
subject: 'Empowering Innovation Through Technology'
1633
url: https://www.commudle.com/communities/gurugram-kotlin-user-group/events/udaan-2025
34+
- lang: ko
35+
startDate: '2025-02-15'
36+
endDate: '2025-02-15'
37+
location: Seoul, Korea
38+
speaker: 'To be announced'
39+
title: 'Kotlin Backend Meetup'
40+
subject: 'Whole new event for Kotlin Backend Developers in Seoul, Korea'
41+
url: https://event-us.kr/kugseoul/event/98337
1742
- lang: pt
1843
startDate: '2024-10-03'
1944
endDate: '2024-10-03'

static/js/ktl-component/teach/components/teach-launch-course/teach-launch-course.jsx

+8
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,14 @@ export const TeachLaunchCourse = () => {
125125
Testing
126126
</a>
127127
</li>
128+
<li>
129+
<a
130+
className={textCn('rs-link', { external: true })}
131+
href="https://docs.google.com/presentation/d/1hZTaQ1gdStte2aeQU78UmpVzpKErdeOCRQPOYH2p3DI/edit?usp=sharing"
132+
>
133+
Reflection (JVM)
134+
</a>
135+
</li>
128136
</ul>
129137
</div>
130138

0 commit comments

Comments
 (0)