first styling & more content
This commit is contained in:
23
index.html
Normal file
23
index.html
Normal file
@@ -0,0 +1,23 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Home :: Development - janishutz.com</title>
|
||||
<link rel="stylesheet" href="/css/style.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="nav"></div>
|
||||
<div class="heading-wrapper">
|
||||
<h1 class="heading">Development</h1>
|
||||
<h2 class="subheading">Get your new online presence</h2>
|
||||
</div>
|
||||
<div class="centered">
|
||||
<h2 class="biggest text-centered">Just starting a small business and looking for a website to get started?</h2>
|
||||
<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>
|
||||
<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>
|
||||
<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>
|
||||
<p class="normal bold text-centered">Order your new website here today!</p>
|
||||
<a class="button" href="/order.html">Contact me</a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user