Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 90a0f39790 | |||
| 8dd4e034ee |
@@ -384,6 +384,20 @@ button:visited, .link-button:visited {
|
|||||||
Layout styles
|
Layout styles
|
||||||
======================= */
|
======================= */
|
||||||
|
|
||||||
|
#skipLink a {
|
||||||
|
display: block;
|
||||||
|
position: absolute;
|
||||||
|
left: -999px;
|
||||||
|
top: -999px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#skipLink a:focus {
|
||||||
|
left: 0;
|
||||||
|
top: 0;
|
||||||
|
padding: var(--spacing-2);
|
||||||
|
background: var(--color-background-content-box);
|
||||||
|
}
|
||||||
|
|
||||||
main, footer {
|
main, footer {
|
||||||
max-width: 900px;
|
max-width: 900px;
|
||||||
border: none;
|
border: none;
|
||||||
|
|||||||
+6
-2
@@ -25,6 +25,10 @@
|
|||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
|
<div id="skipLink">
|
||||||
|
<a href="#siteContent">Skip to content</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
<header class="site-header">
|
<header class="site-header">
|
||||||
<a class="logo" href="/">Logo</a>
|
<a class="logo" href="/">Logo</a>
|
||||||
|
|
||||||
@@ -87,11 +91,11 @@
|
|||||||
</h1>
|
</h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div class="content-box content-text">
|
<section class="content-box content-text">
|
||||||
<p class="text">
|
<p class="text">
|
||||||
As usual, my portfolio is a work in progress and currently only available on request. Please feel free to contact me <a href="mailto:contact@larswinter.me">via email</a> for work collaborations and other requests. You can also find me on one of those fancy social networks, like <a rel="me" href="https://mastodon.social/@larswinter">Mastodon</a>, <a href="https://www.linkedin.com/in/larswinter">LinkedIn</a> (if really necessary), <del>Instagram</del>, and <del>Twitter</del>.
|
As usual, my portfolio is a work in progress and currently only available on request. Please feel free to contact me <a href="mailto:contact@larswinter.me">via email</a> for work collaborations and other requests. You can also find me on one of those fancy social networks, like <a rel="me" href="https://mastodon.social/@larswinter">Mastodon</a>, <a href="https://www.linkedin.com/in/larswinter">LinkedIn</a> (if really necessary), <del>Instagram</del>, and <del>Twitter</del>.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</section>
|
||||||
|
|
||||||
<div class="content-box placeholder">
|
<div class="content-box placeholder">
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user