added some content
All checks were successful
Build,test and deploy iamstephan.info / deploy-prod (push) Successful in 18s

This commit is contained in:
Stephan Hadan 2025-01-05 21:56:59 +01:00
parent fab357b7a6
commit 5ba476ab67
26 changed files with 196 additions and 56 deletions

View file

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en-us">
<html lang="en-US">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
@ -11,7 +11,7 @@
<title>
My New Hugo Site
Stephan Hadan
</title>
@ -19,6 +19,8 @@
<link rel="alternate" type="application/rss&#43;xml" href="http://localhost:1313/index.xml">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/default.min.css">
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Lato:wght@300;400&family=Roboto+Slab:wght@400;700&family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700" />
@ -33,26 +35,52 @@
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<meta name="theme-color" content="#ffffff"><link rel="alternate" type="application/rss+xml" title="My New Hugo Site" href="/index.xml" />
<link rel="alternate" type="application/json" title="My New Hugo Site" href="http://localhost:1313/feed.json" />
<meta name="theme-color" content="#ffffff"><link rel="alternate" type="application/rss+xml" title="Stephan Hadan" href="/index.xml" />
<link rel="alternate" type="application/json" title="Stephan Hadan" href="http://localhost:1313/feed.json" />
<link rel="EditURI" type="application/rsd+xml" href="http://localhost:1313/rsd.xml" /></head>
<body lang="en-us">
<body lang="en-US">
<div class="container my-auto">
<header class="text-center header">
<img src="http://localhost:1313/images/headshot.png" alt="Author Image" class="img-fluid rounded-circle mx-auto d-block headshot">
<h1 class="author mt-3"></h1>
<h1 class="author mt-3">Stephan Hadan</h1>
</header>
<section id="info-pane" class="text-center info">
<h3 class="intro">Senior Principal IT Operations Engineer</h3>
<h4 class="description">💻 OSS enthusiast | 🔧 Mac &amp; beyond sysadmin | 🤖 AI practitioner | 🆔 Zero Trust advocate | 🚀 Open Source &gt; proprietary | Always exploring techs edge!</h4>
</section>
<section id="social-pane" class="text-center social">
<a href="https://twitter.com/hadan72" aria-label="Twitter" target="_blank"><i class="fab fa-twitter" aria-hidden="true"></i></a>
<a href="https://orcid.org/0009-0007-0675-657X" aria-label="ORCID" target="_blank"><i class="fab fa-orcid" aria-hidden="true"></i></a>
<a href="https://github.com/stiebke" aria-label="Github" target="_blank"><i class="fab fa-github" aria-hidden="true"></i></a>
<a href="https://instagram.com/stiebke" aria-label="Instagram" target="_blank"><i class="fab fa-instagram" aria-hidden="true"></i></a>
<a href="https://linkedin.com/in/stiebke" aria-label="LinkedIn" target="_blank"><i class="fab fa-linkedin" aria-hidden="true"></i></a>
@ -84,18 +112,60 @@
<a href="mailto:stephan@hadan.de" aria-label="Email"><i class="fas fa-envelope" aria-hidden="true"></i></a>
</section>
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Person",
"name": "Stephan Hadan",
"url": "",
"sameAs": [
"https://twitter.com/hadan72",
"https://orcid.org/0009-0007-0675-657X",
"https://github.com/stiebke",
"https://instagram.com/stiebke",
"https://linkedin.com/in/stiebke",
""
]
}
</script>
@ -103,12 +173,23 @@
<footer class="text-center footer">
<hr />
<h6 class="text-center copyright">© 2025. Stephan Hadan. <a href="http://creativecommons.org/licenses/by/3.0/">Some Rights Reserved</a>.</h6>
</footer>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/highlight.min.js"></script>
<script>hljs.highlightAll();</script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js"
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>