Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KTL-1172 Update banner on the main page of kotlinlang.org #3713

Merged
merged 1 commit into from
Jul 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
Binary file not shown.
Binary file added assets/images/index/banners/kotlinconf24.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions data/last-news.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
- title: "KotlinConf 2024 Tickets Are Now Available!"
link: https://blog.jetbrains.com/kotlin/2023/07/kotlinconf-2024/

- title: "Updated Kotlin roadmap for 2023"
link: https://kotlinlang.org/docs/roadmap.html

- title: "Kotlin Multiplatform Mobile Content Creators"
link: https://blog.jetbrains.com/kotlin/2022/12/shout-out-to-kotlin-multiplatform-mobile-content-creators/

- title: "KotlinDL 0.5 Has Come to Android!"
link: https://blog.jetbrains.com/kotlin/2022/12/kotlindl-0-5-has-come-to-android/

- title: "Reproducible Kotlin Compiler Artifacts"
link: https://blog.jetbrains.com/kotlin/2023/02/reproducible-kotlin-compiler-artifacts/
2 changes: 1 addition & 1 deletion data/release-banner.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
isActive: true
isActive: false
version: 1.9.0
versionSuffix: ""
url: https://blog.jetbrains.com/kotlin/2023/07/kotlin-1-9-0-released/
Expand Down
6 changes: 3 additions & 3 deletions templates/inc/pages/index/latest-news.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ <h2 class="kotlin-banner-section__header kto-heading kto-heading_size_h1">Latest
{% else %}
<div class="kotlin-banner-section__banner">
<a target="_blank" class="kotlin-banner-section__link"
href="https://blog.jetbrains.com/kotlin/2023/05/kotlinconf-2023-recordings/">
href="https://kotlinconf.com/">
<picture>
<source media="(max-width: 537px)" srcset="/assets/images/index/banners/kotlinconf23_recording_mobile.png">
<img src="/assets/images/index/banners/kotlinconf23_recording.png" alt="Watch the KotlinConf recordings" width="100%">
<source media="(max-width: 537px)" srcset="/assets/images/index/banners/kotlinconf24_mobile.jpg">
<img src="/assets/images/index/banners/kotlinconf24.jpg" alt="KotlinConf 2024" width="100%">
</picture>
</a>
</div>
Expand Down
Loading