Personal website and some scripts to handle it.
https://hoschi-it.de
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
85 lines
2.2 KiB
85 lines
2.2 KiB
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<title>Contact information</title>
|
|
<link rel="shortcut icon" type="image/gif" href="/favicon.ico" />
|
|
<style type="text/css">
|
|
body {
|
|
margin: auto;
|
|
padding-left: 10px;
|
|
padding-right: 10px;
|
|
max-width: 900px;
|
|
font-family: sans-serif;
|
|
font-size: 18px;
|
|
background-color: #222;
|
|
color: #ffffef;
|
|
}
|
|
|
|
a {
|
|
color: #0ca;
|
|
text-decoration: none;
|
|
}
|
|
|
|
a:hover {
|
|
color: #c0f;
|
|
text-decoration: none;
|
|
}
|
|
|
|
img {
|
|
max-width: 600px;
|
|
max-height: 400px;
|
|
display: block;
|
|
margin: auto;
|
|
}
|
|
|
|
pre {
|
|
display: block;
|
|
background-color: #111;
|
|
color: #66cdaa;
|
|
padding: 5px;
|
|
overflow-x: auto;
|
|
}
|
|
|
|
a.textlink:before {
|
|
content: " ⇒ ";
|
|
padding-left: 2px;
|
|
}
|
|
|
|
p.quote {
|
|
color: #82eefd;
|
|
}
|
|
|
|
p.quote:before {
|
|
content: " « ";
|
|
padding-left: 2px;
|
|
}
|
|
|
|
p.quote:after {
|
|
content: " » ";
|
|
padding-right: 2px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h1>Contact information</h1>
|
|
<h2>E-Mail</h2>
|
|
<ul>
|
|
<li>E-Mail: me at hoschi-it.de</li>
|
|
</ul>
|
|
<h2>Social Media / Web Profiles</h2>
|
|
<p>I'm not really that much into social media, as I got the impression that it is</p>
|
|
<p>kind of a time sink without giving me the same joy that I can get from other</p>
|
|
<p>activities.</p>
|
|
<a class="textlink" href="https://mastodontech.de/hoschi-it">Mastodon</a><br />
|
|
<a class="textlink" href="https://twitter.com/hoschi_it">My Twitter profile</a><br />
|
|
<h2>My Open Source code repositories and profiles</h2>
|
|
<p>For the most part, I try to keep repositories that I am working on personally</p>
|
|
<p>(as it seems like most of my code is nothing someone else could make use of) in</p>
|
|
<p>my personal code archive hosted via gitea.</p>
|
|
<a class="textlink" href="https://app.hoschi-it.de/gitea">My personal code archive</a><br />
|
|
<a class="textlink" href="https://app.hoschi-it.de/gitea/janina/dotfiles">dotfiles</a><br />
|
|
<a class="textlink" href="https://gitlab.com/hoschi-it">Gitlab profile</a><br />
|
|
<a class="textlink" href="https://github.com/hoschi-it">Github profile</a><br />
|
|
</body>
|
|
</html>
|