Compare commits

..

No commits in common. "d1782789cf17227646e058dac32f2b237c8a1f8b" and "496fc3e4c3479ecbcbecc71b456782dad330fea0" have entirely different histories.

7 changed files with 225 additions and 221 deletions

View File

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

View File

@ -10,8 +10,6 @@ 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">
@ -31,11 +29,10 @@ 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.png"> -->
<img class="header" src="{{ .Site.BaseURL }}/header.svg">
<main id="main">
<!-- Dynamic content inserted here -->
</main>

View File

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

View File

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

BIN
static/header.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 536 KiB

After

Width:  |  Height:  |  Size: 579 KiB