Update contact
All checks were successful
Build / build (push) Successful in 4m22s

This commit is contained in:
Frederik Ring 2025-01-23 10:26:06 +01:00
parent aa4876deb7
commit b7d10b0b22

View File

@ -18,9 +18,6 @@
<meta property="og:type" content="website">
<meta property="og:url" content="{{ SITEURL }}">
<link rel="canonical" href="{{ SITEURL }}">
<!--
<meta property="og:image" content="{{ SITEURL }}/theme/images/###">
-->
<link rel="shortcut icon" type="image/x-icon" href="{{ SITEURL }}/theme/images/site-favicon.ico">
<link rel="apple-touch-icon" sizes="180x180" href="{{ SITEURL }}/theme/images/site-apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="{{ SITEURL }}/theme/images/site-favicon-32x32.png">
@ -28,10 +25,6 @@
{% assets filters="postcss", output="css/style.min.css", "css/tachyons.min.css", "css/styles.css", "css/fonts.css" %}
<link rel="stylesheet" href="/{{ ASSET_URL }}">
{% endassets %}
<!--
<link rel="preload" href="/theme/fonts/Poppins-Regular.woff2" as="font" crossorigin>
<link rel="preload" href="/theme/fonts/Poppins-Bold.woff2" as="font" crossorigin>
-->
</head>
{% endblock %}
<body class="poppins f4 trackedWide lh-title no-js colorSalmon bgColorWine">
@ -63,7 +56,7 @@
<div class="w-100 w-50-ns">
<p class="ma0 mb2 colorWineLink">
<a class="link dim" href="mailto:hi@offen.software">hi@offen.software</a>
<a class="link dim" href="mailto:hioffen@posteo.de">hioffen@posteo.de</a>
</p>
<p class="ma0 mb2 colorWineLink">
<a class="link dim" href="https://www.linkedin.com/company/hioffen/" rel="noopener" target="_blank">LinkedIn</a>
@ -78,7 +71,7 @@
<a class="link dim" href="https://git.offen.dev/offen.software/website" rel="noopener" target="_blank">Source code for this website</a>
</p>
<p class="fw7 ma0 tl tr-ns colorWineLink">
<a class="link dim" href="mailto:hi@offen.software">Work with us</a>
<a class="link dim" href="mailto:hioffen@posteo.de">Work with us</a>
</p>
</div>