Compare commits

...

2 Commits

Author SHA1 Message Date
L3D d1782789cf
Cleanup and make it working 2025-05-05 00:50:15 +02:00
L3D c789c55b8f
Improve propper working infobeamer 2025-05-05 00:45:14 +02:00
7 changed files with 221 additions and 225 deletions

View File

@ -5,6 +5,7 @@
.slide {
background-color: $color-bg;
background-image: url('/header.svg');
}

View File

@ -10,6 +10,8 @@ const html = htm.bind(preact.h);
const music_credits = (config) => {
let inner;
// disable music
/*
if (sol.defined(config.music)) {
inner = html`
<div class="music-info">
@ -29,10 +31,11 @@ const music_credits = (config) => {
} else {
inner = html``;
}
*/
inner = html``;
return inner;
};
export {
music_credits
}

View File

@ -12,7 +12,7 @@
{{ end }}
{{ define "main" }}
<img class="header" src="{{ .Site.BaseURL }}/header.svg">
<!-- <img class="header" src="{{ .Site.BaseURL }}/header.png"> -->
<main id="main">
<!-- Dynamic content inserted here -->
</main>

View File

@ -12,7 +12,7 @@
{{ end }}
{{ define "main" }}
<img class="header" src="{{ .Site.BaseURL }}/header.svg">
<!-- <img class="header" src="{{ .Site.BaseURL }}/header.png"> -->
<main id="main">
<!-- Dynamic content inserted here -->
</main>

View File

@ -12,7 +12,7 @@
{{ end }}
{{ define "main" }}
<img class="header" src="{{ .Site.BaseURL }}/header.svg">
<!-- <img class="header" src="{{ .Site.BaseURL }}/header.png"> -->
<main id="main">
<!-- Dynamic content inserted here -->
</main>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 33 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 579 KiB

After

Width:  |  Height:  |  Size: 536 KiB