101 lines
4.8 KiB
HTML
101 lines
4.8 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="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200" />
|
|
<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="scroll-indicator" id="scroll-hint">
|
|
<div class="scroll-wrapper">
|
|
Scroll to discover more
|
|
<span class="material-symbols-outlined scroll-symbol">keyboard_double_arrow_down</span>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="progress" id="progress">
|
|
<div class="progress-wrapper">
|
|
<span class="material-symbols-outlined progress-item" id="step1">radio_button_checked</span>
|
|
<span class="material-symbols-outlined progress-item" id="step2">radio_button_unchecked</span>
|
|
<span class="material-symbols-outlined progress-item" id="step3">radio_button_unchecked</span>
|
|
<span class="material-symbols-outlined progress-item" id="step4">radio_button_unchecked</span>
|
|
<span class="material-symbols-outlined progress-item" id="step5">radio_button_unchecked</span>
|
|
<span class="material-symbols-outlined progress-item" id="step6">radio_button_unchecked</span>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="background-images" id="images">
|
|
<img src="/assets/screenshotPage1.png" id="img1" style="z-index: -6; opacity: 1;">
|
|
<img src="/assets/screenshotPage2.png" id="img2" class="hidables" style="z-index: -5;">
|
|
<img src="/assets/screenshotPage3.png" id="img3" class="hidables" style="z-index: -4;">
|
|
<img src="/assets/screenshotPage4.png" id="img4" class="hidables" style="z-index: -3;">
|
|
<img src="/assets/screenshotPage5.png" id="img5" class="hidables" style="z-index: -2;">
|
|
<img src="/assets/screenshotPage6.png" id="img6" class="hidables" style="z-index: -1;">
|
|
</div>
|
|
|
|
<div class="step" id="step-1">
|
|
<div class="step-content">
|
|
<h1 class="gradient-purple huge small-margin">Web­sites</h1>
|
|
<h3 class="gradient-purple bigger">Get your new online presence</h3>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="step reveal" id="step-2">
|
|
<div class="step-content">
|
|
<h1 class="gradient-purple biggest small-margin">Beau­ti­ful</h1>
|
|
<p class="white half-width">Get a website of any style you want</p>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="step reveal" id="step-3">
|
|
<div class="step-content">
|
|
<h1 class="gradient-purple biggest small-margin">Cus­tom</h1>
|
|
<p class="white half-width">Built with the technologies used by frameworks, but without the downsides that come with them</p>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="step reveal" id="step-4">
|
|
<div class="step-content">
|
|
<h1 class="gradient-purple biggest small-margin">Static</h1>
|
|
<p class="white half-width">Websites that display your content in a stylish, beautiful manner, like this page</p>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="step reveal" id="step-5">
|
|
<div class="step-content">
|
|
<h1 class="gradient-purple biggest small-margin">Dynamic</h1>
|
|
<p class="white half-width">Websites that include blogs, contact forms, registration forms and many more dynamic features, like the order page</p>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="step reveal" id="step-6">
|
|
<div class="step-content">
|
|
<h1 class="gradient-purple huge small-margin">In­te­res­ted?</h1>
|
|
<h3 class="gradient-purple bigger">contact me for an offer</h3>
|
|
</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 defer src="/js/index.js"></script>
|
|
|
|
<script>
|
|
$( '#nav' ).load( '/nav.html' );
|
|
</script>
|
|
</body>
|
|
</html> |