Skip to content

Commit

Permalink
Merge pull request #4711 from JetBrains/ktl-1829-bluesky-link
Browse files Browse the repository at this point in the history
feat(footer): KTL-1829: add Bluesky link to social footer
  • Loading branch information
zoobestik authored Feb 27, 2025
2 parents 885e957 + f5fd571 commit 918954c
Show file tree
Hide file tree
Showing 7 changed files with 36 additions and 19 deletions.
1 change: 1 addition & 0 deletions docs/images/social/bsky.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/topics/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ Kotlin is also being covered in different conferences worldwide. You can find a
### Is Kotlin on social media?

Yes.
Subscribe to the [Kotlin YouTube channel](https://www.youtube.com/c/Kotlin) and follow Kotlin [on Twitter](https://twitter.com/kotlin).
Subscribe to the [Kotlin YouTube channel](https://www.youtube.com/c/Kotlin) and follow Kotlin [on Twitter](https://twitter.com/kotlin) or [on Bluesky](https://bsky.app/profile/kotlinlang.org).

### Any other online Kotlin resources?

Expand Down
6 changes: 5 additions & 1 deletion docs/topics/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ Here you'll learn how to develop a console application and create unit tests wit
4. **Follow Kotlin** on:

* ![Twitter](twitter.svg){width=18}{type="joined"} [Twitter](https://twitter.com/kotlin)
* ![Bluesky](bsky.svg){width=18}{type="joined"} [Bluesky](https://bsky.app/profile/kotlinlang.org)
* ![Reddit](reddit.svg){width=25}{type="joined"} [Reddit](https://www.reddit.com/r/Kotlin/)
* ![YouTube](youtube.svg){width=25}{type="joined"} [Youtube](https://www.youtube.com/channel/UCP7uiEZIqci43m22KDl0sNw)

Expand All @@ -59,6 +60,7 @@ Here you'll learn how to develop a backend application with Kotlin server-side.
4. **Follow Kotlin** on:

* ![Twitter](twitter.svg){width=18}{type="joined"} [Twitter](https://twitter.com/kotlin)
* ![Bluesky](bsky.svg){width=18}{type="joined"} [Bluesky](https://bsky.app/profile/kotlinlang.org)
* ![Reddit](reddit.svg){width=25}{type="joined"} [Reddit](https://www.reddit.com/r/Kotlin/)
* ![YouTube](youtube.svg){width=25}{type="joined"} [Youtube](https://www.youtube.com/channel/UCP7uiEZIqci43m22KDl0sNw)

Expand Down Expand Up @@ -88,6 +90,7 @@ Here you'll learn how to develop a cross-platform application using [Kotlin Mult
5. **Follow Kotlin** on:

* ![Twitter](twitter.svg){width=18}{type="joined"} [Twitter](https://twitter.com/kotlin)
* ![Bluesky](bsky.svg){width=18}{type="joined"} [Bluesky](https://bsky.app/profile/kotlinlang.org)
* ![Reddit](reddit.svg){width=25}{type="joined"} [Reddit](https://www.reddit.com/r/Kotlin/)
* ![YouTube](youtube.svg){width=25}{type="joined"} [Youtube](https://www.youtube.com/channel/UCP7uiEZIqci43m22KDl0sNw)

Expand All @@ -101,7 +104,7 @@ To start using Kotlin for Android development, read [Google's recommendation for

Join the Android community on ![Slack](slack.svg){width=25}{type="joined"} Slack: [get an invite](https://surveys.jetbrains.com/s3/kotlin-slack-sign-up) and join the [#android](https://kotlinlang.slack.com/archives/C0B8M7BUY) channel.

Follow Kotlin on ![Twitter](twitter.svg){width=18}{type="joined"} [Twitter](https://twitter.com/kotlin), ![Reddit](reddit.svg){width=25}{type="joined"} [Reddit](https://www.reddit.com/r/Kotlin/), and ![YouTube](youtube.svg){width=25}{type="joined"} [Youtube](https://www.youtube.com/channel/UCP7uiEZIqci43m22KDl0sNw), and don't miss any important ecosystem updates.
Follow Kotlin on ![Twitter](twitter.svg){width=18}{type="joined"} [Twitter](https://twitter.com/kotlin), ![Bluesky](bsky.svg){width=18}{type="joined"} [Bluesky](https://bsky.app/profile/kotlinlang.org), ![Reddit](reddit.svg){width=25}{type="joined"} [Reddit](https://www.reddit.com/r/Kotlin/), and ![YouTube](youtube.svg){width=25}{type="joined"} [Youtube](https://www.youtube.com/channel/UCP7uiEZIqci43m22KDl0sNw), and don't miss any important ecosystem updates.

</tab>

Expand All @@ -125,6 +128,7 @@ From building data pipelines to productionizing machine learning models, Kotlin

4. **Follow Kotlin** on:
* ![Twitter](twitter.svg){width=18}{type="joined"} [Twitter](https://twitter.com/kotlin)
* ![Bluesky](bsky.svg){width=18}{type="joined"} [Bluesky](https://bsky.app/profile/kotlinlang.org)
* ![Reddit](reddit.svg){width=25}{type="joined"} [Reddit](https://www.reddit.com/r/Kotlin/)
* ![YouTube](youtube.svg){width=25}{type="joined"} [Youtube](https://www.youtube.com/channel/UCP7uiEZIqci43m22KDl0sNw)

Expand Down
2 changes: 1 addition & 1 deletion docs/topics/gsoc-2024.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ and [contributor guidelines](#kotlin-contributor-guidelines-for-google-summer-of
* The official [Kotlin website](https://kotlinlang.org/) is a great place to start.
* Read the official [documentation](getting-started.md) to get a better understanding of the language.
* Take a look at the Kotlin courses on [JetBrains Academy](https://lp.jetbrains.com/academy/learn-kotlin/) or the Android team’s [Training options](https://developer.android.com/courses/).
* Follow the [Kotlin X](https://twitter.com/kotlin) account to stay up to date on the latest news and developments.
* Follow the [Kotlin X](https://twitter.com/kotlin) or [Kotlin Bluesky](https://bsky.app/profile/kotlinlang.org) accounts to stay up to date on the latest news and developments.
* Check out the [Kotlin YouTube channel](https://www.youtube.com/@Kotlin) for tutorials, tips, and the latest updates.

3. Get to know the Kotlin open source community:
Expand Down
2 changes: 1 addition & 1 deletion docs/topics/gsoc-2025.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ and [contributor guidelines](#kotlin-contributor-guidelines-for-google-summer-of
* The official [Kotlin website](https://kotlinlang.org/) is a great place to start.
* Read the official [documentation](getting-started.md) to get a better understanding of the language.
* Take a look at the Kotlin courses on [JetBrains Academy](https://lp.jetbrains.com/academy/learn-kotlin/) or the Android team's [Training options](https://developer.android.com/courses/).
* Follow the [Kotlin X](https://twitter.com/kotlin) account to stay up to date on the latest news and developments.
* Follow the [Kotlin X](https://twitter.com/kotlin) or [Kotlin Bluesky](https://bsky.app/profile/kotlinlang.org) accounts to stay up to date on the latest news and developments.
* Check out the [Kotlin YouTube channel](https://www.youtube.com/@Kotlin) for tutorials, tips, and the latest updates.

3. Get to know the Kotlin open source community:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
"@babel/core": "^7.22.10",
"@babel/register": "7.15.3",
"@jetbrains/babel-preset-jetbrains": "^2.3.1",
"@jetbrains/kotlin-web-site-ui": "4.8.3",
"@jetbrains/kotlin-web-site-ui": "^4.9.0",
"@react-hook/resize-observer": "1.2.5",
"@rescui/button": "^0.10.0",
"@rescui/card": "^0.8.1",
"@rescui/checkbox": "^0.4.13",
"@rescui/colors": "^0.1.6",
"@rescui/dropdown-menu": "^0.6.1",
"@rescui/focus-manager": "^0.1.4",
"@rescui/icons": "0.13.1",
"@rescui/icons": "^0.16.13",
"@rescui/input": "^0.8.2",
"@rescui/menu": "0.9.4",
"@rescui/switcher": "^0.5.1",
Expand Down
38 changes: 25 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1238,6 +1238,14 @@
core-js-pure "^3.25.1"
regenerator-runtime "^0.13.11"

"@babel/runtime-corejs3@^7.26.0":
version "7.26.9"
resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.26.9.tgz#8b73bae47453aa3dd2839ac52598581a7dd8332f"
integrity sha512-5EVjbTegqN7RSJle6hMWYxO4voo4rI+9krITk+DWR+diJgGrjZjrIBnJhjrHYYQsFgI7j1w1QnrvV7YSKBfYGg==
dependencies:
core-js-pure "^3.30.2"
regenerator-runtime "^0.14.0"

"@babel/runtime@7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.0.0.tgz#adeb78fedfc855aa05bc041640f3f6f98e85424c"
Expand Down Expand Up @@ -1430,10 +1438,10 @@
"@babel/runtime" "^7.14.0"
babel-plugin-angularjs-annotate "^0.10.0"

"@jetbrains/kotlin-web-site-ui@4.8.3":
version "4.8.3"
resolved "https://registry.yarnpkg.com/@jetbrains/kotlin-web-site-ui/-/kotlin-web-site-ui-4.8.3.tgz#2f4d402fc28a80ad2fabea2df1f817c3763b67f5"
integrity sha512-zBzeP89kYJiEABOBw9RUy3Mazy56Vk/nu+jeC9TgKFcMF8YpKLf1wZzqXXq9uAjXRshIqNSPciXWW1c0ZbP80Q==
"@jetbrains/kotlin-web-site-ui@^4.9.0":
version "4.9.0"
resolved "https://registry.yarnpkg.com/@jetbrains/kotlin-web-site-ui/-/kotlin-web-site-ui-4.9.0.tgz#94c0a95ed81612e87825639ee153c4119c8413c4"
integrity sha512-7gtddUYdlmcWd1S5r4sBhL2oZ+h3wpB49PEUsDUmDzZPfFSntBcVLc7JKOzV87iVWyyOuvOc9F3MbbRf9o97PQ==

"@jridgewell/gen-mapping@^0.3.0", "@jridgewell/gen-mapping@^0.3.2":
version "0.3.3"
Expand Down Expand Up @@ -1743,15 +1751,6 @@
"@babel/runtime-corejs3" "^7.14.0"
core-js "^3.9.1"

"@rescui/icons@0.13.1":
version "0.13.1"
resolved "https://registry.yarnpkg.com/@rescui/icons/-/icons-0.13.1.tgz#90a4598b5fbc2424bdd454acf74c40695bc01b01"
integrity sha512-Q6OKdYOjph7GV1Ou/y3hv+ACAjSDGD9pNF/xELMlBN3y10cFvNFulUSvBrDSeIO39tmuM171nvxGOWU+mv2rvA==
dependencies:
"@babel/runtime-corejs3" "^7.14.0"
classnames "^2.2.6"
core-js "^3.9.1"

"@rescui/icons@^0.11.2":
version "0.11.2"
resolved "https://registry.yarnpkg.com/@rescui/icons/-/icons-0.11.2.tgz#754668960df98d9432f6a79b552de03573a942e8"
Expand All @@ -1770,6 +1769,14 @@
classnames "^2.2.6"
core-js "^3.9.1"

"@rescui/icons@^0.16.13":
version "0.16.13"
resolved "https://registry.yarnpkg.com/@rescui/icons/-/icons-0.16.13.tgz#e1a64bd98d83bd8815035a3aa56ec67ecaead95e"
integrity sha512-ik1ZE0QNFM6Kfk8hs3GSmHMvcLLTu/Pxzi5aAy4Z5uIrnKxqXf5k3AlbKZVWS/pneeKLSWhheztcjUVtjidv+g==
dependencies:
"@babel/runtime-corejs3" "^7.26.0"
classnames "^2.2.6"

"@rescui/input@^0.8.2":
version "0.8.2"
resolved "https://registry.yarnpkg.com/@rescui/input/-/input-0.8.2.tgz#a6d81c61cada676c11f80221db939f41c4ade549"
Expand Down Expand Up @@ -3597,6 +3604,11 @@ core-js-pure@^3.25.1:
resolved "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.30.2.tgz#005a82551f4af3250dcfb46ed360fad32ced114e"
integrity sha512-p/npFUJXXBkCCTIlEGBdghofn00jWG6ZOtdoIXSJmAu2QBvN0IqpZXWweOytcwE6cfx8ZvVUy1vw8zxhe4Y2vg==

core-js-pure@^3.30.2:
version "3.40.0"
resolved "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.40.0.tgz#d9a019e9160f9b042eeb6abb92242680089d486e"
integrity sha512-AtDzVIgRrmRKQai62yuSIN5vNiQjcJakJb4fbhVw3ehxx7Lohphvw9SGNWKhLFqSxC4ilD0g/L1huAYFQU3Q6A==

core-js@3.19.0:
version "3.19.0"
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.19.0.tgz#9e40098a9bc326c7e81b486abbd5e12b9d275176"
Expand Down

0 comments on commit 918954c

Please sign in to comment.