54 lines
2.0 KiB
HTML
54 lines
2.0 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<!-- CSS -->
|
|
<link rel="stylesheet" href="/css/style.css">
|
|
<link rel="stylesheet" href="/css/wrapfig.css">
|
|
|
|
<!-- SEO -->
|
|
<title>Links | janishutz.com</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<meta charset="UTF-8" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=7" />
|
|
<meta name="keywords" content="" />
|
|
<meta name="description" content="" />
|
|
<meta name="og:title" content="" />
|
|
<meta name="og:description" content="" />
|
|
<meta name="og:image" content="https://static.janishutz.com/seo/links-card.jpg" />
|
|
<meta name="og:type" content="website" />
|
|
<meta name="og:url" content="https://janishutz.com/links" />
|
|
<meta name="og:locale" content="en_GB" />
|
|
<meta property="twitter:card" content="summary_large_image">
|
|
<meta name="theme-color" content="#152b5c">
|
|
<style>
|
|
.link-icon {
|
|
font-size: 10rem;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<nav></nav>
|
|
<div class="content">
|
|
<span class="material-symbols-outlined link-icon">link</span>
|
|
<h1 class="title">Links</h1>
|
|
<p class="text-center">Links to the most important pages and platforms</p>
|
|
|
|
<div class="inline-elements">
|
|
<a href="https://development.janishutz.com" class="button" target="_blank">Custom Websites</a>
|
|
<a href="https://store.janishutz.com" class="button" target="_blank">Store</a>
|
|
<a href="https://github.com/janishutz" class="button" target="_blank">GitHub</a>
|
|
<a href="https://git.janishutz.com/janishutz" class="button" target="_blank">Git</a>
|
|
<a href="https://npmjs.com/~janishutz" class="button" target="_blank">npm</a>
|
|
<a href="/projects" class="button">Projects</a>
|
|
<a href="/about/aboutme" class="button">About Janis Hutz</a>
|
|
<a href="https://store.janishutz.com/donate" class="button" target="_blank">Donate</a>
|
|
</div>
|
|
|
|
</div>
|
|
<footer></footer>
|
|
</body>
|
|
|
|
</html>
|