Add meta tags and labels for social links
This commit is contained in:
parent
c0d1cb6485
commit
eb54aa5da1
2 changed files with 7 additions and 3 deletions
|
@ -6,6 +6,8 @@
|
||||||
<title>Moritz Ruth</title>
|
<title>Moritz Ruth</title>
|
||||||
<link rel="stylesheet" href="/src/assets/main.css">
|
<link rel="stylesheet" href="/src/assets/main.css">
|
||||||
<link rel="stylesheet" href="https://rsms.me/inter/inter.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>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="app"></div>
|
<div id="app"></div>
|
||||||
|
|
|
@ -15,9 +15,11 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="fixed flex bottom-8 space-x-5">
|
<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://twitter.com/moritz_ruth" aria-label="Twitter">
|
||||||
<a class="app__social-link" href="https://github.com/moritzruth"><GithubIcon size="1x"/></a>
|
<TwitterIcon size="1x"/>
|
||||||
<a class="app__social-link" href="mailto:hey@m0.is"><MailIcon size="1x"/></a>
|
</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>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue