progress on new website
This commit is contained in:
38
newVersion/order/index.html
Normal file
38
newVersion/order/index.html
Normal file
@@ -0,0 +1,38 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<link href='https://fonts.googleapis.com/css?family=Lobster' rel='stylesheet'>
|
||||
<link rel="stylesheet" href="/css/style.css">
|
||||
<link rel="stylesheet" href="/css/homeStyle.css">
|
||||
|
||||
<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">
|
||||
|
||||
<title>Home :: Development - janishutz.com</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="nav"></div>
|
||||
<div class="step" id="step-1">
|
||||
<h1 class="gradient-purple huge small-margin">Order</h1>
|
||||
<h3 class="gradient-purple bigger">Ready for your new website?</h3>
|
||||
</div>
|
||||
|
||||
<div class="step reveal">
|
||||
<h1 class="gradient-purple biggest small-margin">Beau­ti­ful</h1>
|
||||
<p class="white">Get a website of any style you want</p>
|
||||
</div>
|
||||
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
|
||||
<script defer src="/js/scrolling.js"></script>
|
||||
|
||||
<script>
|
||||
$( '#nav' ).load( '/nav.html' );
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user