Files
development-site/examples.html

34 lines
1.9 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>
</head>
<body>
<div id="nav"></div>
<div class="heading-wrapper">
<h1 class="heading text-centered">Develop&shy;ment</h1>
<h2 class="subheading text-centered">Get your new online presence</h2>
</div>
<div class="centered">
<div class="code-background half-height">
<h2 class="biggest text-centered light-color">Examples</h2>
</div>
<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://booking.languageschoolhossegor.com" target="_blank">booking.languageschoolhossegor.com</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.js.org" target="_blank">impress.js.org</a></li>
</ul>
</div>
<div id="footer"></div>
</body>
</html>