-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html.haml
27 lines (27 loc) · 883 Bytes
/
index.html.haml
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
26
27
---
layout: base
---
.hero-unit
%h1 Welcome!
%p Programming, Rants and more.
.row
.span3
%h2 Blog
%p Here you find my blog on which I talk mostly about topics related to Java, JVM and performance.
%p
%a.btn{ :href=>'/blog/' } Gimme the blog posts»
.span3
%h2 Projects
%p I'm involved in multiple opensource projects. If you want to find out more about them and my work there, this is the section you want check out.
%p
%a.btn{ :href=>'/projects/' } Gimme the info, now!»
.span3
%h2 Presentations
%p I'm regulary giving talks which are related to the Projects I'm involved in. Here you can find those...
%p
%a.btn{ :href=>'/presentations/' } I love presentations!»
.span3
%h2 About Me
%p Want to learn more about me...
%p
%a.btn{ :href=>'/aboutme/' } Who is this guy?»