Skip to content

Commit 2e52832

Browse files
[GR-71392] Added new video on the main landing page
PullRequest: graalpython/4124
2 parents e2411f3 + cb91902 commit 2e52832

File tree

4 files changed

+19
-0
lines changed

4 files changed

+19
-0
lines changed
-58.9 KB
Loading
163 KB
Loading
-32.3 KB
Loading

docs/site/index.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,25 @@ graalPy {
335335
<div class="lang-video">
336336
<div class="container">
337337
<h3 class="truffle__subtitle">Videos</h3>
338+
<div class="lang-video__row">
339+
<div class="lang-video__card video-card">
340+
<a href="https://youtu.be/YqrEqXB59rA?si=3-PZGY2WUfltvCp0&t=1406" target="_blank" class="btn btn-primary--filledp">
341+
<img src="{{ '/assets/img/python/intellij2025-cover.png' | relative_url }}" class="video-cover" alt="IntelliJ 2025 thumbnail">
342+
<div class="play-button-container">
343+
<img src="{{ '/assets/img/play_button.svg' | relative_url }}" class="play-button" alt="play button">
344+
</div>
345+
</a>
346+
</div>
347+
<div class="lang-video__card">
348+
<div class="lang-video__title">
349+
<h4>Tips and Tricks for GraalVM and Graal Languages</h4>
350+
</div>
351+
<div class="lang-video__text">
352+
<h5>In this session, Fabio Niephaus from the GraalVM team shows his favourite tips and tricks for using GraalPy and other Graal Languages in IntelliJ IDEA. He also shows how to use IntelliJ IDEA as a multi-language IDE. Language injections and support for various debugging protocols make it easy to embed and debug code written in languages like Python in Java applications.
353+
</h5>
354+
</div>
355+
</div>
356+
</div>
338357
<div class="lang-video__row">
339358
<div class="lang-video__card video-card">
340359
<a href="https://www.youtube.com/watch?v=IdoFsS-mpVw" target="_blank" class="btn btn-primary--filledp">

0 commit comments

Comments
 (0)