63 lines
2.6 KiB
HTML
63 lines
2.6 KiB
HTML
<!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/orderStyle.css">
|
|
<link rel="stylesheet" href="/css/fancyStyle.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">
|
|
|
|
<meta name="description" content="Get in touch with me if you have any questions about the websites">
|
|
<meta name="keywords" content="custom website design, custom web development, custom website solutions, personalised websites, custom websites, websites built from scratch, affordable custom websites">
|
|
|
|
<title>Contact me :: Development - janishutz.com</title>
|
|
</head>
|
|
<body>
|
|
<div id="nav"></div>
|
|
<div class="scroll-indicator" id="scroll-hint">
|
|
<div class="scroll-wrapper">
|
|
<div class="scroll-container">
|
|
Scroll to discover more
|
|
<img class="scroll-symbol" src="/assets/doubleArrowDown.svg">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="progress" id="progress">
|
|
<div class="progress-wrapper">
|
|
<img class="progress-item" id="step1" src="/assets/radio_button_checked.svg">
|
|
<img class="progress-item" id="step2" src="/assets/radio_button_unchecked.svg">
|
|
</div>
|
|
</div>
|
|
|
|
<div class="step" id="step-1">
|
|
<div class="step-content">
|
|
<h1 class="gradient huge small-margin">Con­tact</h1>
|
|
<h3 class="gradient bigger">Ready for your new website?</h3>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="step reveal" id="step-2">
|
|
<div class="step-content">
|
|
<h1 class="gradient biggest small-margin">Contact</h1>
|
|
<div id="contact"></div>
|
|
</div>
|
|
</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' );
|
|
$( '#contact' ).load( '/contactForm.html' );
|
|
</script>
|
|
</body>
|
|
</html> |