summaryrefslogtreecommitdiff
path: root/templates/index.html
blob: fea6e41dc78c3bb6c1c2fa145be68fc25f968411 (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
{% 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>Text stuff here</h3>
	<p>Pellentesque sit amet, porttitor eget dolor 
	  arcu risus, quis varius quam quisque id diam
	  vel quam elementum pulvinar etiam non quam
	  lacus suspendisse.</p>
  </div>

  <div class="left">
	<h3>Corner of Cool</h3>
  </div>

</div>
{% endblock content %}