This commit is contained in:
parent
aa4876deb7
commit
b7d10b0b22
@ -18,9 +18,6 @@
|
|||||||
<meta property="og:type" content="website">
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:url" content="{{ SITEURL }}">
|
<meta property="og:url" content="{{ SITEURL }}">
|
||||||
<link rel="canonical" href="{{ 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="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="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">
|
<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" %}
|
{% assets filters="postcss", output="css/style.min.css", "css/tachyons.min.css", "css/styles.css", "css/fonts.css" %}
|
||||||
<link rel="stylesheet" href="/{{ ASSET_URL }}">
|
<link rel="stylesheet" href="/{{ ASSET_URL }}">
|
||||||
{% endassets %}
|
{% 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>
|
</head>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
<body class="poppins f4 trackedWide lh-title no-js colorSalmon bgColorWine">
|
<body class="poppins f4 trackedWide lh-title no-js colorSalmon bgColorWine">
|
||||||
@ -63,7 +56,7 @@
|
|||||||
|
|
||||||
<div class="w-100 w-50-ns">
|
<div class="w-100 w-50-ns">
|
||||||
<p class="ma0 mb2 colorWineLink">
|
<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>
|
||||||
<p class="ma0 mb2 colorWineLink">
|
<p class="ma0 mb2 colorWineLink">
|
||||||
<a class="link dim" href="https://www.linkedin.com/company/hioffen/" rel="noopener" target="_blank">LinkedIn</a>
|
<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>
|
<a class="link dim" href="https://git.offen.dev/offen.software/website" rel="noopener" target="_blank">Source code for this website</a>
|
||||||
</p>
|
</p>
|
||||||
<p class="fw7 ma0 tl tr-ns colorWineLink">
|
<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>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user