26 lines
1.2 KiB
HTML
26 lines
1.2 KiB
HTML
|
{% 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 %}
|