summaryrefslogtreecommitdiff
path: root/_includes
diff options
context:
space:
mode:
Diffstat (limited to '_includes')
-rw-r--r--_includes/footer.html24
-rw-r--r--_includes/header.html10
-rw-r--r--_includes/video.html2
3 files changed, 18 insertions, 18 deletions
diff --git a/_includes/footer.html b/_includes/footer.html
index 1b4e05e..f7a0c64 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -1,14 +1,14 @@
<div class="footer">
- <div class="contact">
- <p>
- Dennis Brentjes <br>
- Software Developer <br>
- dennis@brentj.es <br>
- </p>
- </div>
- <div class="contact">
- <p>
- <a href="https://github.com/roflincopter">github.com/roflincopter</a><br>
- </p>
- </div>
+ <div class="contact">
+ <p>
+ Dennis Brentjes <br>
+ Software Developer <br>
+ dennis@brentj.es <br>
+ </p>
+ </div>
+ <div class="contact">
+ <p>
+ <a href="https://github.com/roflincopter">github.com/roflincopter</a><br>
+ </p>
+ </div>
</div>
diff --git a/_includes/header.html b/_includes/header.html
index 55b7461..57c2afa 100644
--- a/_includes/header.html
+++ b/_includes/header.html
@@ -1,7 +1,7 @@
<div class="header">
- <h1 class="title"><a href="/">Welcome to {{ site.name }}</a></h1>
- <a class="extra" href="/">Home</a>
- <a class="extra" href="/Blog/">Blog</a>
- <a class="extra" href="/Projects/">Projects</a>
- <a class="extra" href="/CV/">CV</a>
+ <h1 class="title"><a href="/">Welcome to {{ site.name }}</a></h1>
+ <a class="extra" href="/">Home</a>
+ <a class="extra" href="/Blog/">Blog</a>
+ <a class="extra" href="/Projects/">Projects</a>
+ <a class="extra" href="/CV/">CV</a>
</div>
diff --git a/_includes/video.html b/_includes/video.html
index 48cba1c..8cd9454 100644
--- a/_includes/video.html
+++ b/_includes/video.html
@@ -1,3 +1,3 @@
<center>
- <video height="auto" width="100%" controls>{% if {{include.webm}} %}<source src="{{include.webm}}" type="video/webm">{% endif %}{% if {{include.mp4}} %}<source src="{{include.mp4}}" type="video/mp4">{% endif %}{% if {{include.ogv}} %}<source src="{{include.ogv}}" type="video/ogg">{% endif %}It seems your browser is unable to handle the html5 video tag with this type of video.</video>
+ <video height="auto" width="100%" controls>{% if {{include.webm}} %}<source src="{{include.webm}}" type="video/webm">{% endif %}{% if {{include.mp4}} %}<source src="{{include.mp4}}" type="video/mp4">{% endif %}{% if {{include.ogv}} %}<source src="{{include.ogv}}" type="video/ogg">{% endif %}It seems your browser is unable to handle the html5 video tag with this type of video.</video>
</center>