Added page for voice acting and audio include
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
2019-07-16 15:48:09 +02:00
parent a8cd00eef9
commit 8d48c8ba0f
2 changed files with 22 additions and 0 deletions

10
_includes/audio.html Normal file
View File

@ -0,0 +1,10 @@
<figure>
<figcaption>{{ include.caption }}</figcaption>
<audio
controls
src="{% if site.data.cdn.use and jekyll.environment == 'production' %}{{ site.data.cdn.url }}{% else %}{{ site.baseurl }}{% endif %}{{ include.link }}">
Your browser does not support the
<code>audio</code> element.
</audio>
</figure>

12
pages/acting.html Normal file
View File

@ -0,0 +1,12 @@
---
title: Acting
permalink: /acting/
description: Here you can find examples of my acting.
---
<p>
This page contains recordings of my voice acting. It is just a fun side thing and nothing serious at all.
But somehow I have to use my high quality microphone.
</p>
{% include audio.html caption="Monologue from 'Death of an Insurance Salesman'" link="/recordings/death-of-an-insurance-salesman.ogg" %}