Files
development-site/examples.html
2023-04-22 14:17:35 +02:00

38 lines
2.3 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>Examples :: Development - janishutz.com</title>
<link rel="stylesheet" href="/css/style.css">
<script defer src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script defer src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.3/jquery-ui.min.js" crossorigin="anonymous" referrerpolicy="no-referrer" ></script>
<script defer src="/js/loader.js"></script>
<meta http-equiv="X-UA-Compatible" content="IE=7">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="See examples of websites I have created so far">
<meta name="keywords" content="websites website-creation custom-websites affordable">
</head>
<body>
<div id="nav"></div>
<div class="heading-wrapper">
<h1 class="heading text-centered">Ex&shy;am&shy;ples</h1>
<h2 class="subheading text-centered">Websites I've built</h2>
</div>
<div class="centered">
<h4>Here's a list of the websites I have created so far.</h4>
<p class="lightly-written" style="margin-top: 0.3%;">Links will open in new tabs</p>
<ul>
<li><a href="https://historyproject.janishutz.com" target="_blank">historyproject.janishutz.com</a></li>
<li><a href="https://testing.janishutz.com" target="_blank">booking.languageschoolhossegor.com (currently late beta on my testing website)</a></li>
<li><a href="https://janishutz.com" target="_blank">janishutz.com</a></li>
<li><a href="https://development.janishutz.com" target="_blank">development.janishutz.com</a></li>
<!-- <li><a href="https://pcbuilding.janishutz.com" target="_blank">pcbuilding.janishutz.com</a></li> -->
<li><a href="https://myevent.janishutz.com" target="_blank">myevent.janishutz.com</a></li>
<li><a href="https://impress-testing.janishutz.com" target="_blank">impress.js.org (currently not deployed yet, on my testing website)</a></li>
</ul>
</div>
<div id="footer"></div>
</body>
</html>