Added page for voice acting and audio include
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
10
_includes/audio.html
Normal file
10
_includes/audio.html
Normal 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
12
pages/acting.html
Normal 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" %}
|
||||||
Reference in New Issue
Block a user