start new version of website
This commit is contained in:
36
oldVersion/imprint.html
Normal file
36
oldVersion/imprint.html
Normal file
@@ -0,0 +1,36 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Imprint :: 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>
|
||||
|
||||
<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">
|
||||
</head>
|
||||
<body>
|
||||
<div id="nav"></div>
|
||||
<div class="heading-wrapper">
|
||||
<h1 class="heading text-centered">Im­print</h1>
|
||||
<h2 class="subheading text-centered">About this website</h2>
|
||||
</div>
|
||||
<div class="centered">
|
||||
<h2>About me</h2>
|
||||
<p class="normal text-centered">Read more about me <a href="https://janishutz.com/about.html">here</a></p>
|
||||
|
||||
<h2>About this webpage</h2>
|
||||
<p class="normal text-centered">Creating proper websites is a time consuming task if you've never done it before. Most people that run businesses don't have time to deal with all the things that are required to build a website. Therefore, many people use Wordpress or any similar tool to build websites, which still takes a lot of time and the hosting costs are very high. I try to solve this problem by offering websites at affordable prices, since I've not completed by studies yet.</p>
|
||||
|
||||
<h2>Image attribution</h2>
|
||||
<ul>
|
||||
<li><a href="https://commons.wikimedia.org/wiki/File:CSS3_logo_and_wordmark.svg">Rudloff</a>, <a href="https://creativecommons.org/licenses/by/3.0">CC BY 3.0</a>, via Wikimedia Commons, used in image <a href="/">here</a></li>
|
||||
<li><a href="https://commons.wikimedia.org/wiki/File:JavaScript-logo.png">Ramaksoud2000 via Chris Williams</a>, Public domain, via Wikimedia Commons, used in image <a href="/">here</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="footer"></div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user