1
0
Fork 0

Add meta tags and labels for social links

This commit is contained in:
Moritz Ruth 2021-02-06 15:45:53 +01:00
parent c0d1cb6485
commit eb54aa5da1
No known key found for this signature in database
GPG key ID: AFD57E23E753841B
2 changed files with 7 additions and 3 deletions

View file

@ -6,6 +6,8 @@
<title>Moritz Ruth</title>
<link rel="stylesheet" href="/src/assets/main.css">
<link rel="stylesheet" href="https://rsms.me/inter/inter.css">
<meta name="description" content="I do web and print things, sometimes photography.">
<meta name="keywords" content="web, dev, coding, moritz, ruth, development, design">
</head>
<body>
<div id="app"></div>

View file

@ -15,9 +15,11 @@
</div>
</div>
<div class="fixed flex bottom-8 space-x-5">
<a class="app__social-link" href="https://twitter.com/moritz_ruth"><TwitterIcon size="1x"/></a>
<a class="app__social-link" href="https://github.com/moritzruth"><GithubIcon size="1x"/></a>
<a class="app__social-link" href="mailto:hey@m0.is"><MailIcon size="1x"/></a>
<a class="app__social-link" href="https://twitter.com/moritz_ruth" aria-label="Twitter">
<TwitterIcon size="1x"/>
</a>
<a class="app__social-link" href="https://github.com/moritzruth" aria-label="GitHub"><GithubIcon size="1x"/></a>
<a class="app__social-link" href="mailto:hey@m0.is" aria-label="Email"><MailIcon size="1x"/></a>
</div>
</div>
</template>