Update
This commit is contained in:
parent
d5428267f4
commit
3ffbcb1761
92
index.html
92
index.html
|
@ -5,25 +5,43 @@
|
|||
<title>Benjamin Bädorf</title>
|
||||
<meta name="theme-color" content="#000000" id="theme-color" />
|
||||
|
||||
<meta name="description" content="Benjamin Bädorf is a frontend engineer based in Germany. He does some freelance stuff every once in a while.">
|
||||
<meta name="description" content="Benjamin Bädorf is a frontend engineer based in Germany. I do some freelance stuff every once in a while.">
|
||||
<meta name="Keywords" content="webdevelopment frontend javascript node freelance website why am i even doing this">
|
||||
<link href='https://fonts.googleapis.com/css?family=Chivo:900italic' rel='stylesheet' type='text/css'>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Urbanist:wght@900&display=swap" rel="stylesheet">
|
||||
<style>
|
||||
body {
|
||||
font-family: 'chivo', sans-serif;
|
||||
font-size: 60px;
|
||||
line-height: 60px;
|
||||
text-transform: uppercase;
|
||||
font-style: italic;
|
||||
padding: 20px;
|
||||
background-color: black;
|
||||
color: white;
|
||||
font-weight: bold;
|
||||
html {
|
||||
font-family: 'Urbanist', sans-serif;
|
||||
font-size: 24px;
|
||||
line-height: 1.3em;
|
||||
color: #111111;
|
||||
font-weight: black;
|
||||
}
|
||||
|
||||
body {
|
||||
padding: 2vw;
|
||||
background-color: white;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
body > * {
|
||||
width: 100%;
|
||||
max-width: 700px;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 1.2rem;
|
||||
font-weight: black;
|
||||
}
|
||||
|
||||
p {
|
||||
font-weight: black;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
p, details {
|
||||
margin-top: 1rem;
|
||||
}
|
||||
|
||||
.hidden {
|
||||
|
@ -32,16 +50,44 @@
|
|||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p>Benjamin Bädorf <span id="aka">AKA <span>B12F</span><span class="hidden">Yule</span><span class="hidden">Ben</span><span class="hidden">Kleiner</span></span> is a frontend webdeveloper</p>
|
||||
<p>He made <a href="https://latenight.blue/" target="_blank" title="latenight.blue">this</a> with vue and golang</p>
|
||||
<p>He worked on <a href="https://hosting.de/" target="_blank" title="hosting.de homepage">this</a> with middleman</p>
|
||||
<p>He worked on <a href="https://secure.hosting.de/" target="_blank" title="hosting.de management interface">this</a> with angularjs</p>
|
||||
<p>He worked on <a href="https://flexbox.online/" target="_blank" title="FLEXBOX digital toolbox">this</a> with laravel and vue</p>
|
||||
<p>He made and maintained <a href="https://brix.design/" target="_blank" title="Brix Design System">this</a> with vue</p>
|
||||
<p>He now works on <a href="https://openproject.com/" target="_blank" title="OpenProject GmbH">this</a></p>
|
||||
<p>You can write him a mail <a href="mailto:hello@benjaminbaedorf.eu?Subject=Sup%20mate" title="Send me a mail!">here</a></p>
|
||||
<p>You can see some of his code <a href="https://github.com/b12f" target="_blank" title="Github">here</a> and <a href="http://git.b12f.io/b12f" target="_blank" title="Private Gitea">here</a></p>
|
||||
<p>You can stalk his professional life <a href="https://www.linkedin.com/in/benjaminbaedorf" target="_blank" title="LinkedIn">here</a></p>
|
||||
<h1>Hi!<br>I'm Benjamin Bädorf <span id="aka">AKA <span>b12f</span><span class="hidden">Yule</span><span class="hidden">Ben</span><span class="hidden">Kleiner</span></span> and I mainly spend my time engineering software.</h1>
|
||||
|
||||
<p>
|
||||
A non-exhaustive list of stuff I work(ed) on that I find interesting includes
|
||||
|
||||
<a href="https://latenight.blue/" target="_blank" title="latenight.blue">this</a>
|
||||
<sup>
|
||||
<a href="https://git.b12f.io/b12f/lnb-server" target="_blank" title="Server source code">[1]</a>
|
||||
<a href="https://git.b12f.io/b12f/lnb-client" target="_blank" title="Client source code">[2]</a>
|
||||
</sup>,
|
||||
<a href="https://hosting.de/" target="_blank" title="hosting.de homepage">this</a>,
|
||||
<a href="https://secure.hosting.de/" target="_blank" title="hosting.de management interface">this</a>,
|
||||
<a href="https://flexbox.online/" target="_blank" title="FLEXBOX digital toolbox homepage">this</a>,
|
||||
<a href="https://dashboard.flexbox.online/" target="_blank" title="FLEXBOX digital toolbox dashboard">this</a>,
|
||||
<a href="https://brix.design/" target="_blank" title="Brix Design System">this</a>,
|
||||
<a href="https://openproject.com/" target="_blank" title="OpenProject GmbH">this</a>
|
||||
<sup>
|
||||
<a href="https://github.com/opf/openproject" target="_blank" title="OpenProject source code">[1]</a>
|
||||
</sup>,
|
||||
<a href="https://miom.space/" target="_blank" title="MiOM">this</a>
|
||||
<sup>
|
||||
<a href="https://git.b12f.io/MiOM/miom.space" target="_blank" title="Source code">[1]</a>
|
||||
</sup>,
|
||||
<a href="https://git.b12f.io/pub-solar/os" target="_blank" title="PubSolarOS">this</a>,
|
||||
<a href="https://pub.solar/" target="_blank" title="pub.solar homepage">this</a>
|
||||
<sup>
|
||||
<a href="https://git.b12f.io/pub-solar/pub.solar" target="_blank" title="Source code">[1]</a>
|
||||
</sup>,
|
||||
<a href="https://git.b12f.io/b12f/wlstreamer" target="_blank" title="wlstreamer">this</a>,
|
||||
<a href="https://git.b12f.io/b12f/unitfile-parser" target="_blank" title="unitfile parser">this</a>, and
|
||||
<a href="https://git.b12f.io/b12f/schlechtenburg" target="_blank" title="Schlechtenburg">this</a>.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
You can write me a mail <a href="mailto:hello@benjaminbaedorf.eu?Subject=Sup%20mate" title="Send me a mail!">here</a>,
|
||||
see more of my code <a href="https://github.com/b12f" target="_blank" title="Github">here</a> and <a href="http://git.b12f.io/b12f" target="_blank" title="Private Gitea">here</a>,
|
||||
and stalk my professional life <a href="https://www.linkedin.com/in/benjaminbaedorf" target="_blank" title="LinkedIn">here</a>.
|
||||
</p>
|
||||
|
||||
<details>
|
||||
<summary>GPG</summary>
|
||||
|
|
Loading…
Reference in a new issue