Add animated logo
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
c02a36bcb2
commit
e608ad1868
|
@ -4,8 +4,7 @@ menu:
|
||||||
main:
|
main:
|
||||||
weight: 1
|
weight: 1
|
||||||
---
|
---
|
||||||
|
{{<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.`>}}
|
||||||
{{<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.`>}}
|
|
||||||
|
|
||||||
## cat content/*
|
## cat content/*
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
{{.Inner}}
|
|
@ -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.
Loading…
Reference in New Issue