Add cows
This commit is contained in:
parent
c3131627f5
commit
8ea3f5b581
25
index.html
25
index.html
|
@ -29,8 +29,19 @@
|
||||||
max-width: 660px;
|
max-width: 660px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
header {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
img {
|
||||||
|
border-radius: 50%;
|
||||||
|
width: 3rem;
|
||||||
|
margin-right: 1rem;
|
||||||
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
font-size: 1.3rem;
|
font-size: 2rem;
|
||||||
font-weight: black;
|
font-weight: black;
|
||||||
line-height: 1.5rem;
|
line-height: 1.5rem;
|
||||||
}
|
}
|
||||||
|
@ -51,9 +62,12 @@
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>Hi!</h1>
|
<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>
|
<p>
|
||||||
Stuff I work(ed) on that I find interesting includes
|
Stuff I work(ed) on that I find interesting includes
|
||||||
|
@ -89,8 +103,9 @@
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
You can write me a mail <a href="mailto:hello@benjaminbaedorf.eu?Subject=Sup%20mate" title="Send me a mail!">here</a>,
|
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>,
|
chat with me on Matrix <a href="https://matrix.to/#/@b12f:pub.solar" title="My Matrix @">here</a>,
|
||||||
and stalk my professional life <a href="https://www.linkedin.com/in/benjaminbaedorf" target="_blank" title="LinkedIn">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>
|
</p>
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
|
|
Loading…
Reference in a new issue