Lauftagebu.ch

Developer
Size
4,483 Kb
Views
12,144

How do I make an lauftagebu.ch?

Last year I bought a GPS Watch to track my workouts. To motivate myself I started building a website which tracks my tours automatically.. What is a lauftagebu.ch? How do you make a lauftagebu.ch? This script and codes were developed by Kai Brueckers on 15 November 2022, Tuesday.

Lauftagebu.ch Previews

Lauftagebu.ch - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Lauftagebu.ch</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css"> <style> /* NOTE: The styles were added inline because Prefixfree needs access to your styles and they must be inlined if they are on local disk! */ body { background: #fff4e0;
}
.slide { background: #fff4e0; position: relative;
}
.slide .stage { position: relative; height: 400px; background: #c5e0dc;
}
.slide .stage .landscape { background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/142927/landscape.png") no-repeat center top; background-size: cover; height: 248px; position: absolute; top: 185px; left: 0; width: 100%; z-index: 3;
}
.slide .stage .behind-trees { background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/142927/behind-trees.png") no-repeat center top; height: 103px; position: absolute; top: 120px; left: 0; width: 100%; z-index: 2;
}
.slide .stage .behind-mountains { background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/142927/behind-mountains.png") no-repeat center top; height: 103px; position: absolute; top: 100px; left: 0; width: 100%; z-index: 2;
}
.slide .stage .foreground-trees { background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/142927/foreground-trees.png") no-repeat center top; height: 264px; position: absolute; top: 150px; left: 0; width: 100%; z-index: 4;
}
.kai { height: 257px; position: absolute; width: 180px; left: 50%; margin-left: -90px; top: 110px; z-index: 3; transform: scale(0); background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/142927/kai_running.png");
}
.kai .eyes:after, .kai .eyes:before { height: 8px; width: 5px; background: #1a181b; top: 100px; content: ""; position: absolute; display: block; border-radius: 50%;
}
.kai .eyes:after { right: 70px;
}
.kai .eyes:before { left: 70px;
}
.kai.animate { animation: animate 0.75s steps(19) infinite;
}
.kai.animate .eyes { position: relative; animation: eyes_running .75s reverse infinite;
}
.kai.animate .eyes:before, .kai.animate .eyes:after { animation: eyes_blink 5s .2s alternate infinite linear;
}
@keyframes animate { from { background-position: 0; } to { background-position: -3420px; }
}
@keyframes eyes_blink { 0% { height: 8px; top: 100px; } 10% { height: 8px; top: 100px; } 11% { height: 2px; top: 103px; } 13% { height: 2px; top: 103px; } 14% { height: 8px; top: 100px; } 30% { height: 8px; top: 100px; } 34% { height: 8px; top: 100px; } 36% { height: 2px; top: 103px; } 38% { height: 8px; top: 100px; } 40% { height: 2px; top: 103px; } 42% { height: 8px; top: 100px; } 99.9999% { height: 8px; top: 100px; }
}
@keyframes eyes_running { 0% { top: 20px; } 22% { top: 9px; } 46% { top: 17px; } 72% { top: 9px; } 100% { top: 20px; }
} </style> <script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
</head>
<body> <div class='kai animate' id='running'> <div class='eyes'></div>
</div>
<div class='slide'> <div class='stage'> <div class='foreground-trees'></div> <div class='landscape'></div> <div class='behind-trees'></div> <div class='behind-mountains'></div> </div>
</div> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src='https://s3-us-west-2.amazonaws.com/s.cdpn.io/142927/jquery.transform.js'></script> <script src="js/index.js"></script>
</body>
</html>

Lauftagebu.ch - Script Codes CSS Codes

body { background: #fff4e0;
}
.slide { background: #fff4e0; position: relative;
}
.slide .stage { position: relative; height: 400px; background: #c5e0dc;
}
.slide .stage .landscape { background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/142927/landscape.png") no-repeat center top; background-size: cover; height: 248px; position: absolute; top: 185px; left: 0; width: 100%; z-index: 3;
}
.slide .stage .behind-trees { background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/142927/behind-trees.png") no-repeat center top; height: 103px; position: absolute; top: 120px; left: 0; width: 100%; z-index: 2;
}
.slide .stage .behind-mountains { background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/142927/behind-mountains.png") no-repeat center top; height: 103px; position: absolute; top: 100px; left: 0; width: 100%; z-index: 2;
}
.slide .stage .foreground-trees { background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/142927/foreground-trees.png") no-repeat center top; height: 264px; position: absolute; top: 150px; left: 0; width: 100%; z-index: 4;
}
.kai { height: 257px; position: absolute; width: 180px; left: 50%; margin-left: -90px; top: 110px; z-index: 3; transform: scale(0); background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/142927/kai_running.png");
}
.kai .eyes:after, .kai .eyes:before { height: 8px; width: 5px; background: #1a181b; top: 100px; content: ""; position: absolute; display: block; border-radius: 50%;
}
.kai .eyes:after { right: 70px;
}
.kai .eyes:before { left: 70px;
}
.kai.animate { animation: animate 0.75s steps(19) infinite;
}
.kai.animate .eyes { position: relative; animation: eyes_running .75s reverse infinite;
}
.kai.animate .eyes:before, .kai.animate .eyes:after { animation: eyes_blink 5s .2s alternate infinite linear;
}
@keyframes animate { from { background-position: 0; } to { background-position: -3420px; }
}
@keyframes eyes_blink { 0% { height: 8px; top: 100px; } 10% { height: 8px; top: 100px; } 11% { height: 2px; top: 103px; } 13% { height: 2px; top: 103px; } 14% { height: 8px; top: 100px; } 30% { height: 8px; top: 100px; } 34% { height: 8px; top: 100px; } 36% { height: 2px; top: 103px; } 38% { height: 8px; top: 100px; } 40% { height: 2px; top: 103px; } 42% { height: 8px; top: 100px; } 99.9999% { height: 8px; top: 100px; }
}
@keyframes eyes_running { 0% { top: 20px; } 22% { top: 9px; } 46% { top: 17px; } 72% { top: 9px; } 100% { top: 20px; }
}

Lauftagebu.ch - Script Codes JS Codes

$(document).ready( function() { $('#running').animate({ 'top' : '10px', transform: 'scale(0.6)' }, 3200, function() { $(this).animate({ 'z-index' : 5 }, 0, function() { $(this).animate({ 'top' : '90px', transform: 'scale(1)' }, 2000); }); });
});
Lauftagebu.ch - Script Codes
Lauftagebu.ch - Script Codes
Home Page Home
Developer Kai Brueckers
Username kai
Uploaded November 15, 2022
Rating 4.5
Size 4,483 Kb
Views 12,144
Do you need developer help for Lauftagebu.ch?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Kai Brueckers (kai) Script Codes
Create amazing SEO content with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!