progress
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
setInterval( backgroundSwitching, 10000 );
|
setInterval( backgroundSwitching, 7500 );
|
||||||
|
|
||||||
let id = 2;
|
let id = 2;
|
||||||
|
|
||||||
|
|||||||
@@ -17,14 +17,14 @@ $( document ).ready( function () {
|
|||||||
|
|
||||||
trackProgress();
|
trackProgress();
|
||||||
|
|
||||||
let timeout = setTimeout( showScrollHint, 10000 );
|
let timeout = setTimeout( showScrollHint, 5000 );
|
||||||
|
|
||||||
if ( currentlyShowing >= revealables.length ) {
|
if ( currentlyShowing >= revealables.length ) {
|
||||||
clearTimeout( timeout );
|
clearTimeout( timeout );
|
||||||
}
|
}
|
||||||
|
|
||||||
function showScrollHint () {
|
function showScrollHint () {
|
||||||
if ( !sessionStorage.getItem( 'menuOpen' ) ) {
|
if ( sessionStorage.getItem( 'menuOpen' ) == 'false' ) {
|
||||||
$( '#scroll-hint' ).fadeIn( 300 );
|
$( '#scroll-hint' ).fadeIn( 300 );
|
||||||
} else {
|
} else {
|
||||||
timeout = setTimeout( showScrollHint, 10000 );
|
timeout = setTimeout( showScrollHint, 10000 );
|
||||||
|
|||||||
@@ -15,13 +15,15 @@
|
|||||||
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
|
||||||
<title>Home :: Development - janishutz.com</title>
|
<title>Order :: Development - janishutz.com</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="nav"></div>
|
<div id="nav"></div>
|
||||||
<div class="step" id="step-1">
|
<div class="scroll-indicator" id="scroll-hint">
|
||||||
<h1 class="gradient-purple huge small-margin">Order</h1>
|
<div class="scroll-wrapper">
|
||||||
<h3 class="gradient-purple bigger">Ready for your new website?</h3>
|
Scroll to discover more
|
||||||
|
<span class="material-symbols-outlined scroll-symbol">keyboard_double_arrow_down</span>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="progress" id="progress">
|
<div class="progress" id="progress">
|
||||||
@@ -31,9 +33,18 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="step" id="step-1">
|
||||||
|
<div class="step-content">
|
||||||
|
<h1 class="gradient-purple huge small-margin">Order</h1>
|
||||||
|
<h3 class="gradient-purple bigger">Ready for your new website?</h3>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="step reveal" id="step-2">
|
<div class="step reveal" id="step-2">
|
||||||
<h1 class="gradient-purple biggest small-margin">Beau­ti­ful</h1>
|
<div class="step-content">
|
||||||
<p class="white">Get a website of any style you want</p>
|
<h1 class="gradient-purple biggest small-margin">Beau­ti­ful</h1>
|
||||||
|
<p class="white">Get a website of any style you want</p>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
|
||||||
|
|||||||
Reference in New Issue
Block a user