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 { .slide {
background-color: $color-bg; 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) => { const music_credits = (config) => {
let inner; let inner;
// disable music
/*
if (sol.defined(config.music)) { if (sol.defined(config.music)) {
inner = html` inner = html`
<div class="music-info"> <div class="music-info">
@ -31,11 +29,10 @@ const music_credits = (config) => {
} else { } else {
inner = html``; inner = html``;
} }
*/
inner = html``;
return inner; return inner;
}; };
export { export {
music_credits music_credits
} }

View File

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

View File

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

View File

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