130 lines
4.2 KiB
HTML
130 lines
4.2 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="en">
|
||
|
||
<style>
|
||
body {
|
||
background: rgb(46,49,64);
|
||
background: -moz-radial-gradient(circle, rgba(46,49,64,1) 0%, rgba(22,22,22,1) 80%);
|
||
background: -webkit-radial-gradient(circle, rgba(46,49,64,1) 0%, rgba(22,22,22,1) 80%);
|
||
background: radial-gradient(circle, rgba(46,49,64,1) 0%, rgba(22,22,22,1) 80%);
|
||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2e3140",endColorstr="#161616",GradientType=1);
|
||
}
|
||
</style>
|
||
|
||
<head>
|
||
|
||
<!-- Page Information
|
||
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
|
||
<meta charset="utf-8">
|
||
<title>Yann Mölle</title>
|
||
<meta name="description" content="Find us online!">
|
||
<meta name="author" content="Yann Mölle"">
|
||
|
||
<!-- Mobile Specific Metas
|
||
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
|
||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
|
||
<!-- CSS
|
||
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
|
||
<link rel="stylesheet" href="css/line.css">
|
||
<link rel="stylesheet" href="css/normalize.css">
|
||
<!-- Themes:
|
||
Auto: css/skeleton-auto.css
|
||
Light: css/skeleton-light.css
|
||
Dark: css/skeleton-dark.css
|
||
-->
|
||
<link rel="stylesheet" href="css/skeleton-auto.css">
|
||
|
||
<!-- Brand Styles -->
|
||
<link rel="stylesheet" href="css/brands.css">
|
||
<!-- Custom -->
|
||
<link rel="stylesheet" href="custom.css">
|
||
<!-- Favicon
|
||
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
|
||
<link rel="icon" type="image/png" href="images/IMG_4145.png">
|
||
|
||
</head>
|
||
|
||
<body>
|
||
|
||
<!-- Primary Page Layout
|
||
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
|
||
|
||
<div class="container">
|
||
<div class="row">
|
||
<div class="column" style="margin-top: 10%">
|
||
|
||
|
||
<!-- Your Image Here -->
|
||
<div>
|
||
<img src="images/IMG_4145.png" class="avatar shake" srcset="images/IMG_4145.png 2x" alt="Avatar Logo">
|
||
</div>
|
||
|
||
<!-- Title -->
|
||
<h1 style="color:white;">Yann Mölle</h1>
|
||
|
||
|
||
<!-- Short Bio -->
|
||
<p style="color:white;">IT specialist
|
||
<a href="https://www.alt-heliservice.de/">@ ADAC Heliservice 🚁</a> <br>
|
||
Founder and IT consultant of
|
||
<a href="https://m-csc.de">M-CSC</a><br>
|
||
Gearhead, technology and smart home enthusiast.
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div class='wrapper'>
|
||
<div class='steps' id='steps'>
|
||
<div class='step'>
|
||
<div class='number completed'>
|
||
<svg viewBox="0 0 512 512" width="100" title="check">
|
||
<path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z" />
|
||
</svg>
|
||
</div>
|
||
<div class='info'>
|
||
<p class='title'>
|
||
Verify Identity
|
||
</p>
|
||
<p class='text'>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Fugiat pariatur minima nemo? Facilis veniam reprehenderit quaerat aspernatur, quis voluptas voluptate.</p>
|
||
</div>
|
||
</div>
|
||
|
||
<div class='step'>
|
||
<div class='number'>2</div>
|
||
<div class='info'>
|
||
<p class='title'>Create Account</p>
|
||
<p class='text'>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Fugiat pariatur minima nemo? Facilis veniam reprehenderit quaerat aspernatur, quis voluptas voluptate.</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<br>
|
||
<p><a href="https://git.moelle.space/hxcde/mylinks">This site on my Git</a></p>
|
||
<br><br>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
|
||
<!-- End Document
|
||
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
|
||
</body>
|
||
|
||
</html>
|