a lot of progress

This commit is contained in:
janis
2023-01-22 17:44:42 +01:00
parent 237a20c8cc
commit e65b58e5bb
22 changed files with 572 additions and 9 deletions

32
examples.html Normal file
View File

@@ -0,0 +1,32 @@
<!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>
<ul>
<li><a href="historyproject.janishutz.com">historyproject.janishutz.com</a></li>
<li><a href="booking.languageschoolhossegor.com">booking.languageschoolhossegor.com</a></li>
<li><a href="janishutz.com">janishutz.com</a></li>
<li><a href="development.janishutz.com">development.janishutz.com</a></li>
<li><a href="pcbuilding.janishutz.com">pcbuilding.janishutz.com</a></li>
<li><a href="impress.js.org">impress.js.org</a></li>
</ul>
</div>
<div id="footer"></div>
</body>
</html>