mirror of
https://codeberg.org/lauralani/www-lauka-net.git
synced 2024-11-23 20:50:40 +01:00
add about section and modify contact ways
This commit is contained in:
parent
cb75555986
commit
a4188d9f5e
1 changed files with 40 additions and 21 deletions
61
index.njk
61
index.njk
|
@ -2,53 +2,72 @@
|
||||||
layout: layouts/home.njk
|
layout: layouts/home.njk
|
||||||
title: lauka (dot) net
|
title: lauka (dot) net
|
||||||
---
|
---
|
||||||
|
|
||||||
<h1>{{ title }}</h1>
|
<h1>{{ title }}</h1>
|
||||||
<p>
|
<p>
|
||||||
Hi, my name is <strong><span class="p-name">Laura
|
Hi, my name is
|
||||||
Kalb</span></strong> and I do things on the internet.
|
<strong>
|
||||||
|
<span class="p-name">Laura
|
||||||
|
Kalb</span>
|
||||||
|
</strong>
|
||||||
|
and I do things on the internet.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h2>WIP</h2>
|
<h2>WIP</h2>
|
||||||
<p class="p-note">
|
<p class="p-note">
|
||||||
This page is a work in progress. There is not much to see here yet ;)
|
This page is a work in progress. There is not much to see here yet ;)
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h2>About me</h2>
|
<h2>About me</h2>
|
||||||
<p class="p-note">
|
<p class="p-note">
|
||||||
I'm a network engineer, with a pretty mixed technical background.
|
I'm a network engineer, with a pretty mixed technical background. I started my career in software development, and then
|
||||||
I started my career in software development, and then moved on to be
|
moved on to be a sysadmin with main emphasis on linux environments. Afterwards, I was a mix of network engineer and site
|
||||||
a sysadmin with main emphasis on linux environments. Afterwards,
|
reliability engineer. Now I'm responsible for the network infrastructure at a big datacenter provider.
|
||||||
I was a mix of network engineer and site reliability engineer.
|
|
||||||
Now I'm responsible for the network infrastructure at a big
|
|
||||||
datacenter provider.
|
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h2>Some nice stuff</h2>
|
<h2>Some nice stuff</h2>
|
||||||
<p class="p-note">
|
<p class="p-note">
|
||||||
A list of <strong>tools</strong>, <strong>projects</strong> and <strong>fun stuff</strong>
|
A list of
|
||||||
|
<strong>tools</strong>,
|
||||||
|
<strong>projects</strong>
|
||||||
|
and
|
||||||
|
<strong>fun stuff</strong>
|
||||||
that I already have worked on or that I want to work on in the future.
|
that I already have worked on or that I want to work on in the future.
|
||||||
</p>
|
</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>hosting my own mail with <a href="https://mailcow.email/" target="_blank">mailcow</a></li>
|
<li>hosting my own mail with
|
||||||
<li>managing my domains via Infrastructure as Code and Github Actions with <a href="https://github.com/octodns/octodns" target="_blank">OctoDNS</a></li>
|
<a href="https://mailcow.email/" target="_blank">mailcow</a>
|
||||||
<li>wrote my own <a href="https://github.com/lauralani/dyndns-script" target="_blank">dyndns tool</a> in Python</li>
|
</li>
|
||||||
|
<li>managing my domains via Infrastructure as Code and Github Actions with
|
||||||
|
<a href="https://github.com/octodns/octodns" target="_blank">OctoDNS</a>
|
||||||
|
</li>
|
||||||
|
<li>wrote my own
|
||||||
|
<a href="https://github.com/lauralani/dyndns-script" target="_blank">dyndns tool</a>
|
||||||
|
in Python</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<h2>Notepad</h2>
|
<h2>Notepad</h2>
|
||||||
<p class="p-note">
|
<p class="p-note">
|
||||||
My list of awesome technologies I want to implement soon:
|
My list of awesome technologies I want to implement soon:
|
||||||
</p>
|
</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="https://min.io/" target="_blank">Minio</a>: A S3-compatible storage (for selfhosting static websites like this one)</li>
|
<li>
|
||||||
|
<a href="https://min.io/" target="_blank">Minio</a>: A S3-compatible storage (for selfhosting static websites like this one)</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<h2>Contact me</h2>
|
<h2>Contact me</h2>
|
||||||
<p class="p-note">
|
<p class="p-note">
|
||||||
Some ways to contact me:
|
Some ways to contact me:
|
||||||
</p>
|
</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>mail (at) (this tld)</li>
|
<li>mail (at) (this tld)</li>
|
||||||
<li><a href="https://contact.lauka.app" target="_blank">https://contact.lauka.app</a></li>
|
<li>
|
||||||
<li><a href="https://www.linkedin.com/in/laura-kalb/" target="_blank">LinkedIn</a></li>
|
<a href="https://www.linkedin.com/in/laura-kalb/" target="_blank">LinkedIn</a>
|
||||||
<li><a href="https://www.xing.com/profile/Laura_Kalb3/" target="_blank">Xing</a></li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="https://www.xing.com/profile/Laura_Kalb3/" target="_blank">Xing</a>
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
<h2>About</h2>
|
||||||
|
<p class="p-note">
|
||||||
|
This website is
|
||||||
|
<a href="https://github.com/lauralani/www-lauka-net" target="_blank">open source</a>. It's an entirely static webpage built by
|
||||||
|
<a href="https://www.11ty.dev/" target="_blank">eleventy (a static site generator)</a>
|
||||||
|
and hosted with
|
||||||
|
<a href="https://www.netlify.com/" target="_blank">Netlify</a>.
|
||||||
|
</p>
|
||||||
|
|
Loading…
Reference in a new issue