Compare commits

...

1 Commits

Author SHA1 Message Date
legion 5df17e13c7 Add animated logo
continuous-integration/drone/push Build is passing Details
2020-12-02 00:17:18 +01:00
6 changed files with 10 additions and 3 deletions

View File

@ -69,7 +69,7 @@ h1 {
figure {
margin: 1rem 0;
img {
img, video {
max-width: 100%;
display: block;
margin: 0 auto;

View File

@ -4,8 +4,7 @@ menu:
main:
weight: 1
---
{{<image src="/header.png" alt=`A router labelled "franconian.net" with a "window" to the world of rC3 and the hackspaces backspace, Hackzogtum, and Nerd2Nerd connected to it.`>}}
{{<video mp4=`/franconia_animated.mp4` webm=`/franconia_animated.webm` alt=`A router labelled "franconian.net" with a "window" to the world of rC3 and the hackspaces backspace, Hackzogtum, and Nerd2Nerd connected to it.`>}}
## cat content/*

View File

@ -0,0 +1 @@
{{.Inner}}

View File

@ -0,0 +1,7 @@
<figure>
<video muted autoplay loop>
<source src="{{ .Get "mp4" }}" type="video/mp4">
<source src="{{ .Get "webm" }}" type="video/webm">
</video>
<figcaption>{{ .Get "alt" }}</figcaption>
</figure>

Binary file not shown.

Binary file not shown.