Skip to content

Commit

Permalink
Add first talk video to the website
Browse files Browse the repository at this point in the history
  • Loading branch information
albertodiazdorado-tng committed Oct 12, 2024
1 parent a7bb356 commit 7eb5be4
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 0 deletions.
4 changes: 4 additions & 0 deletions assets/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ header > img {
/* pick one of background color or background image+size */
/* background-color: rgba(128, 128, 128, 0.2); */
}
.youtube-2024-siebenhandl {
background-image: url("../img/2024/thumbnail/siebenhandl.jpg");
background-size: auto 180px;
}
.youtube-2023 {
background-image: url("../img/2023/munihac-2023-logo.svg");
background-size: auto 180px;
Expand Down
4 changes: 4 additions & 0 deletions assets/dist/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ header > img {
/* pick one of background color or background image+size */
/* background-color: rgba(128, 128, 128, 0.2); */
}
.youtube-2024-siebenhandl {
background-image: url("../img/2024/thumbnail/siebenhandl.jpg");
background-size: auto 180px;
}
.youtube-2023 {
background-image: url("../img/2023/munihac-2023-logo.svg");
background-size: auto 180px;
Expand Down
5 changes: 5 additions & 0 deletions content/2024/programme.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ <h4>Hannes Siebenhandl</h4>
</div>
</div>
<div class="col-md-12">
<div
class="youtube-button-container youtube-2024-siebenhandl float-end"
style="margin-left: 30px; margin-bottom: 10px">
<button onclick="loadYoutubeIframe('5mp_Yi6sGwI', this)" class="youtube-button">Load video</button>
</div>
<p>
The <code>.cabal</code> file defines what encompasses a package in the Haskell ecosystem. It is strictly
required if you want to upload your package to Hackage. As such, almost anyone has to write or modify
Expand Down
Binary file added img/2024/thumbnail/siebenhandl.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7eb5be4

Please sign in to comment.