Files
old-website/src/projects/id/index.html

29 lines
1.4 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>ID - janishutz.com</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=7">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="description" content="impress.js is a JavaScript presentation tool, inspired by the idea behind prezi. It features an infinite, 3-Dimensional canvas, on which you can place elements.">
<link rel="stylesheet" href="/css/mainstyle.css">
<script defer src="https://static.janishutz.com/libs/jquery/jquery.min.js"></script>
<script defer src="/js/loader.js"></script>
</head>
<body>
<div id="nav"></div>
<div class="content-wrapper">
<div class="content">
<img src="https://static.janishutz.com/logo.jpg" alt="id Logo" class="project-logo">
<h1 class="content-title">janis&shy;hutz&shy;.com ID</h1>
<a href="/projects" class="back">&leftarrow; All projects</a>
<p style="text-align: center; margin-bottom: 5%;">Annoyed to have tons of accounts? id.janishutz.com eliminates that problem by providing one single account for all my projects and more!</p>
<div class="bottom">
<a class="button" href="https://id.janishutz.com" target="_blank">TO WEBSITE</a>
</div>
</div>
</div>
<div id="footer"></div>
</body>
</html>