-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
47 lines (41 loc) · 1.17 KB
/
index.html
File metadata and controls
47 lines (41 loc) · 1.17 KB
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
---
layout: default
title: Software entrepreneur
---
<div class='index-page'>
<h1 class="page-title">
Hi 👋
</h1>
<p>
I'm Jesper, a full-stack web developer specializing in Ruby on Rails.
</p>
<p>
Read more about me <a href="/about">here</a>,
on <a href="https://www.linkedin.com/in/jesperkjeldgaard">LinkedIn</a>,
or on my <a href="https://www.github.com/thejspr">Github profile</a>.
</p>
<p>
I'm also working on several side-projects, including
<a href="https://measurehub.co">Measurehub</a>,
<a href="https://devjobs.dk/">DevJobsDK</a>,
<a href="https://webshop-index.dk">Webshop Index</a> and
<a href="https://skatman.dk">Skatman</a>.
</p>
<p>
Get in touch via <a href='mailto:thejspr@gmail.com'>email</a>
or <a href="https://www.twitter.com/thejspr">Twitter</a>.
</p>
<div class="posts-index">
<h2 class="posts-index-heading">
Blog posts
</h2>
{% for post in site.posts %}
<div class='index-item'>
<a href="{{post.url}}">{{post.title}}</a>
<span class="index-item--date">
{{ post.date | date: "%B %Y" }}
</span>
</div>
{% endfor %}
</div>
</div>