Skip to content

Commit

Permalink
add hecate video recording to the website
Browse files Browse the repository at this point in the history
  • Loading branch information
albertodiazdorado-tng committed Oct 13, 2024
1 parent 7eb5be4 commit ccb6177
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-hecate {
background-image: url("../img/2024/thumbnail/hecate.jpg");
background-size: auto 180px;
}
.youtube-2024-siebenhandl {
background-image: url("../img/2024/thumbnail/siebenhandl.jpg");
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-hecate {
background-image: url("../img/2024/thumbnail/hecate.jpg");
background-size: auto 180px;
}
.youtube-2024-siebenhandl {
background-image: url("../img/2024/thumbnail/siebenhandl.jpg");
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 @@ -84,6 +84,11 @@ <h4>Hécate</h4>
</div>
</div>
<div class="col-md-12">
<div
class="youtube-button-container youtube-2024-hecate float-end"
style="margin-left: 30px; margin-bottom: 10px">
<button onclick="loadYoutubeIframe('lRU6TDgadqw', this)" class="youtube-button">Load video</button>
</div>
<p>
With Hécate, we will approach the topic of Effect Systems to write Haskell applications, understand why it is
important do have semantic effect tracking in your software, and see how it all fits into the design and
Expand Down
Binary file added img/2024/thumbnail/hecate.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 ccb6177

Please sign in to comment.