summaryrefslogtreecommitdiff
path: root/templates/index.html
blob: ce02e725bc29ca6fe2ecbfbfd9fb78cb8d9e3552 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{% extends "base.html" %}

{% block content %}
<h2>Hello and Welcome!</h2>
<p>My name is Rasmus. I am studying Computer Science and Physics</p>
<p>This site has many purposes. It serves somewhat as the replacement for my social-media,
  it hosts my Git and E-mail server, and some other cool stuff aswell.
  So, Go on, have a look around!</p>
<div class="index-content">

  <div class="right">
	<h3>Food for Thought</h3>
	<span><i>Coming Soon</i></span>
  </div>

  <div class="left">
	<h3>Corner of Cool</h3>
	<figure>
	  <img alt="cool gif" src="/img/gif/2.gif"/>
	  <figcaption><i><small>some space thing</small></i></figcaption>
	</figure>
  </div>

</div>
{% endblock content %}