home

Remove unused template files

Author
Maarten 'Vngngdn' Vangeneugden
Date
July 8, 2017, 7:15 a.m.
Hash
c8f4456711e528d5fc757b2acf327f95c49b7697
Parent
4ed8af0f35128ecc4c0e41afaff3b44778f50a4a
Modified files
templates/about/footer.html
templates/about/hacking.html
templates/about/me.html
templates/about/parallax.html
templates/about/principles.html
templates/about/roadmap.html
templates/about/security.html
templates/about/software.html
templates/about/subjects.html
templates/about/webstack.html

templates/about/footer.html

0 additions and 34 deletions.

View changes Hide changes
1
-
			<div class="container">
2
-
				<div class="row">
3
-
					<div class="col l6 s12">
4
-
						<h5 class="white-text">Vngngdn</h5>
5
-
						<p class="grey-text text-lighten-4">A website about Vngngdn, a {{ age }} year old Belgian programmer. A <a href="https://gnu.org/philosophy/free-sw.html" target="_blank">free/libre software</a> enthusiast and undergraduate informatics student @ <a href="https://www.uhasselt.be/" target="_blank">UHasselt</a>.</p>
6
-
					</div>
7
-
					<div class="col l4 offset-l2 s12">
8
-
						<h5 class="white-text">Links</h5>
9
-
						<ul>
10
-
							<li><a class="grey-text text-lighten-3" href="mailto:maarten.vangeneugden@student.uhasselt.be">Contact</a></li>
11
-
						</ul>
12
-
					</div>
13
-
				</div>
14
-
			</div>
15
-
			<div class="footer-copyright">
16
-
				<div class="container">
17
-
					© 2016 Vngngdn (Maarten Vangeneugden)
18
-
					<a class="grey-text text-lighten-4 right" href="https://creativecommons.org/licenses/by/4.0/deed.nl" target="_blank">CC-BY 4.0</a>
19
-
				</div>
20
-
			</div>
21
-
		</footer>
22
-
	</body>
23
-
	<!-- Remember to always put JavaScript on the bottom to reduce load time. TEMP: Perhaps it's better to put this in a seperate template, as a footer part.-->
24
-
	<script type="text/javascript" src="/static/website/materialize/js/jquery.js"></script> <!-- Why jQuery? Because Materialize doesn't work without. So here it is. I might take another GUI framework if I find one worth switching. -->
25
-
	<script type="text/javascript" src="/static/website/materialize/js/materialize.js"></script> <!-- HAHAHA, TOOK ME 4 HOURS STRAIGHT TO FIGURE OUT. REMEMBER FOREVER: <script /> IS IMPOSSIBLE, IT MUST BE <script></script>. Whoever's reading this, don't tell me HTML5 is a programming language or I will end you.-->
26
-
	<script>
27
-
		// This snippet is necessary; it makes sure the modals will be made visible.
28
-
		$(document).ready(function(){
29
-
			$('.modal-trigger').leanModal();
30
-
			$('.parallax').parallax();
31
-
		});
32
-
	</script>
33
-
</html>
34
-

templates/about/hacking.html

0 additions and 21 deletions.

View changes Hide changes
1
-
2
-
{% block subject_description %}
3
-
	<p>Hacking: The act of playful cleverness. Nowadays, it's commonly
4
-
	associated with security breaking, although that's kind of a
5
-
	misunderstanding.
6
-
	</p>
7
-
	<p>
8
-
		The hacking I'm talking about, is the application of your skills and
9
-
		knowledge, and to use them in such a way, you can achieve some
10
-
		remarkable results which, given the limitations of the context, reveal
11
-
		an exceptional level of coding.
12
-
	</p>
13
-
	<p>More and more governments are creating laws that prohibit unauthorized breaching of security of computer systems. I find that a good thing, especially with critical systems like hospitals.</p>
14
-
	<p>Personally, I'd like to find out about my weak spots. If you're able to point them out, then I'll be glad you can. But for that, you need permission. Because of this, I've set out some guidelines, which should be more than reasonable to take a chance on me.</p>
15
-
	<p>
16
-
	I don't have a lot to offer in return, although the mere ability of
17
-
	succeeding should be more than enough of a reward. I do however, have a
18
-
	'hall of fame' thing in which I list those who succeeded.
19
-
	</p>
20
-
{% endblock subject_description %}
21
-

templates/about/me.html

0 additions and 8 deletions.

View changes Hide changes
1
-
2
-
{% block subject_description %}
3
-
	<p>
4
-
		Who would've thought somebody would be interested in the man behind the
5
-
		server? Nice to see you here.
6
-
	</p>
7
-
{% endblock subject_description %}
8
-

templates/about/parallax.html

0 additions and 5 deletions.

View changes Hide changes
1
-
<div class="parallax-container">
2
-
	<div class="parallax"><img src="/media/about/parallax.png" /></div>
3
-
</div>
4
-
5
-

templates/about/principles.html

0 additions and 7 deletions.

View changes Hide changes
1
-
2
-
{% block subject_description %}
3
-
	<p>
4
-
		I'll cut it short here: As a programmer, I have some principles I attempt to follow. My code (and therefore, my life) is the application of said principles. I'd like to share these with you, so you know why I made choice X instead of Y.
5
-
	</p>
6
-
{% endblock subject_description %}
7
-

templates/about/roadmap.html

0 additions and 14 deletions.

View changes Hide changes
1
-
2
-
{% block subject_description %}
3
-
	<p>
4
-
		My website is far from done, and I constantly think of new ways to make
5
-
		it even better. But also, work on some of my own projects that I can
6
-
		then present here.
7
-
	</p>
8
-
	<p>
9
-
		However, since I'm often on a tight schedule, I can't always create
10
-
		spare time to work on the things I want to. But, I still want to explain
11
-
		what goals I still have, which I will do here.
12
-
	</p>
13
-
{% endblock subject_description %}
14
-

templates/about/security.html

0 additions and 10 deletions.

View changes Hide changes
1
-
2
-
{% block subject_description %}
3
-
	<p>
4
-
		This mainly serves as an extension to the <a
5
-
			class="{{materialDesign_accentColor}}-text text-accent-4" href="{% url 'about-hacking' %}">hacking guidelines</a>. It is a list of all
6
-
		the security measures I've taken for my website. If you manage to
7
-
		circumvent these, I'll be very interested in how you did it.
8
-
	</p>
9
-
{% endblock subject_description %}
10
-

templates/about/software.html

0 additions and 13 deletions.

View changes Hide changes
1
-
2
-
{% block subject_description %}
3
-
	<p>
4
-
		I love to code. And luckily, I'm not the only one. Lots of talented people from all over the world have written marvellous pieces of software throughout the years. Because a lot of what I make is inspired, or at least related to my final work, I want to share a list of some noteworthy software.
5
-
	</p>
6
-
	<p>
7
-
		Do note that I can not, and will not, list all the software I like/use in this list, mainly because that would make for a nearly infinite list. I therefore limit myself to the most important ones.
8
-
	</p>
9
-
	<p>
10
-
		One piece of software is not necessarily better or worse than another here; All are listed alphabetically. (PHP is exempt from this, it's simply the worst.)
11
-
	</p>
12
-
{% endblock subject_description %}
13
-

templates/about/subjects.html

0 additions and 24 deletions.

View changes Hide changes
1
-
2
-
{% block title %}About {{ subject }}{% endblock title %}
3
-
{% block description %}
4
-
	Have a look at my thoughts on {{ subject }}.
5
-
{% endblock description %}
6
-
{% block main %}
7
-
	<div class="row">
8
-
		<div class="white offset-m2 col s12 m8 z-depth-2 sheet">
9
-
			<h4 id="description" class="header {{ materialDesign_color }}-text text-lighten-2">{{ subject|capfirst }}</h4>
10
-
			{% block subject_description %}
11
-
			{% endblock subject_description %}
12
-
	<div class="divider"></div>
13
-
			{% for point in data %}
14
-
			<h4 id="{{ point.title }}" class="flow-text {{ materialDesign_color }}-text text-lighten-2">
15
-
				{{ point.title }}
16
-
				{% if point.link %}
17
-
				<a href="{{ point.link }}" target="_blank"><i class="material-icons grey-text">http</i></a>
18
-
				{% endif %}
19
-
			</h4>
20
-
			<p>{{ point.description|safe|linebreaks }}</p>
21
-
			{% endfor %}
22
-
	</div>
23
-
{% endblock main %}
24
-

templates/about/webstack.html

0 additions and 10 deletions.

View changes Hide changes
1
-
2
-
{% block subject_description %}
3
-
	<p>
4
-
		I've seen a great many websites of which I'd like to know about how the hell they did it. Sometimes it's just so beautiful to see how they simply implemented image sliding (of which <a class="{{ materialDesign_accentColor }}-text text-accent-4" href="https://www.commitstrip.com/">this</a> is a beautiful example). However, most sites don't even bother telling you about this.
5
-
	</p>
6
-
	<p>
7
-
		Because of this, I've decided to make a list of my web stack, convenient and easily readable. Take notes and order a pizza, it's the best web stack in the world.
8
-
	</p>
9
-
{% endblock subject_description %}
10
-