start new version of website

This commit is contained in:
2023-05-18 16:38:40 +02:00
parent 951853b105
commit ccf1c67837
36 changed files with 365 additions and 0 deletions

42
oldVersion/indexOld.html Normal file
View File

@@ -0,0 +1,42 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=8">
<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">
<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 name="keywords" content="websites website-creation custom-websites">
<meta name="description" content="On the look out for a new website, custom built with performance, looks and flexibility in mind?">
<title>Home :: Development - janishutz.com</title>
</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">Just starting a small business and looking for a website to get started?</h2>
</div>
<div class="wrap-container">
<a href="/imprint.html"><img src="/assets/htmlCSSJS.png" class="wrap-image-right"></a>
<p class="normal text-centered">I build websites from scratch using HTML, CSS & JavaScript, the languages that make up most of the web and are the foundation of well-known frameworks like wordpress. But in contrast to frameworks, websites built from scratch tend to perform better, both when it comes to loading times and when it comes to Google rankings, if given the same keywords and descriptions.</p>
</div>
<div class="wrap-container">
<a href="https://commons.wikimedia.org/wiki/File:Node.js_logo.svg"><img src="/assets/Node.js_logo.svg" class="wrap-image-left"></a>
<p class="normal text-centered">Get a website with a Node.js backend, if you require more advanced features like contact forms or a blog. If you do not require any of this, you can just get a simple static website you can host anywhere.</p>
</div>
<p class="normal text-centered">Not sure where to host your website and how to set it up? I can help you out by setting up your website directly with a hosting provider. *</p>
<p class="normal text-centered">Interested? Feel free to contact me below!</p>
<a class="button" href="/order.html">Contact me</a>
<p class="lightly-written">* Only for websites created by myself</p>
</div>
<div id="footer"></div>
</body>
</html>