Add new assets

This commit is contained in:
2026-02-11 13:03:03 +01:00
parent b1062fcad5
commit 9e641a2b9b
11 changed files with 51 additions and 50 deletions

View File

@@ -36,6 +36,11 @@
height: 40vw;
}
}
.slider {
height: calc(100vw * 11/16);
max-height: 80vh;
}
</style>
</head>
@@ -45,10 +50,6 @@
<div class="slider">
<div class="slider-container">
<div class="slider-element current"
style="background-image: url( 'https://store-cdn.janishutz.com/assets/libreevent/libreevent-title.jpg' );">
<a href="https://libreevent.janishutz.com" class="button offset-button">Project Website</a>
</div>
<div class="slider-element"
style="background-image: url( 'https://store-cdn.janishutz.com/assets/libreevent/libreevent-admin-eventsettings.jpg' );">
<div class="slider-info">
<h2>Create Events with Ease</h2>
@@ -94,10 +95,11 @@
<span class="slider-controls slider-control-right material-symbols-outlined"
onclick="sliderControl( 'next' )">arrow_forward
</div>
</div>
<script src="https://static.janishutz.com/js/slider.js"></script>
<script>activateSlider(7500, null)</script>
<div class="content">
<!-- <img src="https://libreevent.janishutz.com/assets/logo.png" alt="libreevent logo" class="project-logo"> -->
<img src="https://libreevent.janishutz.com/assets/logo.png" alt="libreevent logo" class="project-logo">
<h1>libreǝvent</h1>
<a href="/projects" class="back-button">&leftarrow; All projects</a>
@@ -123,10 +125,8 @@
<script src="https://static.janishutz.com/js/yt-embed.js"></script>
<script src="https://static.janishutz.com/js/slider.js"></script>
<script>
YTEmbed('yt-embed', 'UYMa-xTyZYo');
activateSlider(7500);
</script>
</body>