1
Fork 0
This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
theorangeone.net-legacy/templates/media/youtube.html

26 lines
1.2 KiB
HTML
Raw Normal View History

2015-10-19 13:04:49 +01:00
{% extends 'base.html' %}
{% block htmltitle %}Gallery{% endblock %}
{% block headercontent %}
<div class="row">
<h1>My Youtube Channel</h1>
</div>
<div class="row">
<h4>Where I put all my videos to help people learn things, or solve a problem.</h4>
</div>
{% endblock %}
{% block content%}
<div class="container">
<p>I've been making Youtube videos now for the past couple of years, originally on my old channel that I worked on with my mate, and now on this one that's just me. The primary reason I make my videos is to help people out, and hopefully solve a problem for them, as I do exactly the same when I need help with a problem</p>
<p>With this channel, I want to kep the content educational and to a very high quality, therfore making it easier for people to find exactly what they need to know from my videos. I've built up a lot of knowledge in the field of technology and computing, and I believe I have a responsibiluty to share this so that others can learn too!
</div>
<div class="container">
<p class="center-text">
<a href="https://www.flickr.com/people/theorangeone/" class="btn btn-primary btn-lg">Visit my YouTube Channel <i class="icon ion-social-youtube"></i></a>
</p>
</div>
{% endblock %}