-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.njk
34 lines (30 loc) · 1.23 KB
/
index.njk
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
---
layout: layouts/home.njk
eleventyNavigation:
key: Home
order: 1
---
<div class="sm:container-wide mx-auto mt-8 mb-24">
<section class="pxo-05 lg:pxo-0">
<p class="lh-copy mb-4 max-w-measure-wide">
Hey! I'm Kevin Regenrek. Writing about my personal experiences and challenges building websites, web apps and saas products with modern web technologies.
</p>
<p class="lh-copy mb-4 max-w-measure-wide">
I'm a <b>software engineer</b>, founder and CEO located in <b>Austria</b>.
</p>
<p class="lh-copy mb-4 max-w-measure-wide">
Spending my free time building open-source <a class="intext" href="https://github.com/regenrek" target="_blank">projects</a> and sharing the key findings on my blog.
</p>
{# <p class="tip2 lh-copy mb-4 box">
Current project: <a class="intext" href="https://nujek.io" target="_blank">Nujek Framework</a> - Storyblok + Nuxt.js Toolkit
</p> #}
</section>
</div>
<div class="sm:container mx-auto">
<section class="">
{{ layoutContent | safe }}
{% set postslist = collections.posts %}
{{ collection.posts }}
{% include "components/postslist.njk" %}
</section>
</div>