This commit is contained in:
janis
2023-01-24 20:15:04 +01:00
parent 730c111d3c
commit 2f5d925649
4 changed files with 61 additions and 9 deletions

35
index2.html Normal file
View File

@@ -0,0 +1,35 @@
<!DOCTYPE html>
<html>
<head>
<title>Home :: 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">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>