Add cows
This commit is contained in:
parent
c3131627f5
commit
8ea3f5b581
23
index.html
23
index.html
|
@ -29,8 +29,19 @@
|
|||
max-width: 660px;
|
||||
}
|
||||
|
||||
header {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
img {
|
||||
border-radius: 50%;
|
||||
width: 3rem;
|
||||
margin-right: 1rem;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 1.3rem;
|
||||
font-size: 2rem;
|
||||
font-weight: black;
|
||||
line-height: 1.5rem;
|
||||
}
|
||||
|
@ -51,9 +62,12 @@
|
|||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<img src="/cows.jpg" alt="An image of three cows taken in the dark with a flashlight. I shot this over 15 years ago as a teenager and I don't think I have the original file. All that remains is this jpg that was processed a million times, but somehow it still captures the original vibe." />
|
||||
<h1>Hi!</h1>
|
||||
</header>
|
||||
|
||||
<p>I'm Benjamin Bädorf <span id="aka">AKA <span>b12f</span><span class="hidden">Yule</span><span class="hidden">Ben</span></span> and I often spend my time engineering software.</h1>
|
||||
<p>My name is Benjamin Bädorf <span id="aka">AKA <span>b12f</span><span class="hidden">Yule</span><span class="hidden">Ben</span></span> and I often spend my time engineering software.</h1>
|
||||
|
||||
<p>
|
||||
Stuff I work(ed) on that I find interesting includes
|
||||
|
@ -89,8 +103,9 @@
|
|||
|
||||
<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>.
|
||||
chat with me on Matrix <a href="https://matrix.to/#/@b12f:pub.solar" title="My Matrix @">here</a>,
|
||||
see more of my code <a href="https://github.com/b12f" target="_blank" title="My GitHub profile">here</a> and <a href="http://git.b12f.io/b12f" target="_blank" title="Private Gitea. The better stuff is here.">here</a>,
|
||||
and stalk my professional life <a href="https://www.linkedin.com/in/benjaminbaedorf" target="_blank" title="My LinkedIn profile">here</a>.
|
||||
</p>
|
||||
|
||||
<details>
|
||||
|
|
Loading…
Reference in a new issue