yannmoelle/index.html

144 lines
5.5 KiB
HTML
Raw Permalink Normal View History

2019-12-22 04:30:05 +01:00
<!DOCTYPE html>
<html lang="en">
2023-04-14 20:29:19 +02:00
<style>
2023-05-29 15:19:14 +02:00
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);
}
2023-04-14 20:29:19 +02:00
</style>
2023-04-14 20:12:18 +02:00
2019-12-22 04:30:05 +01:00
<head>
<!-- Page Information
-->
<meta charset="utf-8">
2023-04-14 17:14:35 +02:00
<title>Yann Mölle</title>
<meta name="description" content="Find us online!">
2023-04-14 17:15:23 +02:00
<meta name="author" content="Yann Mölle"">
2019-12-22 04:30:05 +01:00
<!-- Mobile Specific Metas
-->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- CSS
-->
<link rel="stylesheet" href="css/normalize.css">
2023-05-29 15:06:50 +02:00
<!-- 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">
2023-05-17 21:16:40 +02:00
<!-- Custom -->
<link rel="stylesheet" href="custom.css">
2019-12-22 04:30:05 +01:00
<!-- Favicon
-->
2023-05-29 11:11:09 +02:00
<link rel="icon" type="image/png" href="images/IMG_4145.png">
2019-12-22 04:30:05 +01:00
</head>
2019-12-22 04:30:05 +01:00
<body>
2023-05-29 15:08:15 +02:00
2019-12-22 04:30:05 +01:00
<!-- Primary Page Layout
-->
2023-05-29 15:11:07 +02:00
2023-05-29 15:15:36 +02:00
<div class="container">
2023-05-29 15:11:52 +02:00
<div class="row">
2023-05-29 15:12:26 +02:00
<div class="column" style="margin-top: 10%">
2023-05-29 15:19:14 +02:00
2019-12-22 04:30:05 +01:00
<!-- Your Image Here -->
2023-05-17 21:17:24 +02:00
<div>
2023-05-29 11:13:49 +02:00
<img src="images/IMG_4145.png" class="avatar shake" srcset="images/IMG_4145.png 2x" alt="Avatar Logo">
2023-05-29 14:19:33 +02:00
</div>
2019-12-22 04:30:05 +01:00
<!-- Title -->
2023-05-29 14:33:11 +02:00
<h1 style="color:white;">Yann Mölle</h1>
2019-12-22 04:30:05 +01:00
2023-05-29 14:35:32 +02:00
2019-12-22 04:30:05 +01:00
<!-- Short Bio -->
2023-05-29 15:34:55 +02:00
<p style="color:white;">IT specialist
<a href="https://www.alt-heliservice.de/">@ ADAC Heliservice 🚁</a> <br>
2023-05-29 15:38:12 +02:00
Founder and IT consultant of
<a href="https://m-csc.de">M-CSC</a><br>
2023-05-29 15:39:27 +02:00
Gearhead, technology and smart home enthusiast.
2023-05-29 15:22:13 +02:00
2023-05-29 14:42:01 +02:00
<br><br>
2023-05-29 14:37:15 +02:00
<a href="https://twitter.com/search?q=%23cybersecurity&src=hashtag_click">#cybersec</a>
<a href="https://twitter.com/search?q=%23teamlinux&src=hashtag_click">#teamlinux</a>
<a href="https://twitter.com/search?q=%23cars&src=hashtag_click">#cars</a> and
<a href="https://twitter.com/search?q=%23coffee&src=hashtag_click">#coffee</a>
<p>
2023-05-29 17:36:25 +02:00
<!-- Work -->
2023-05-29 17:40:21 +02:00
<a class="button button-career zoom-box animate-zoom-1" href="career.html">
2023-05-29 17:39:25 +02:00
<img class="icon" src="images/icons/work.svg" alt="Work Logo">Career</a>
2023-05-29 17:36:25 +02:00
<br>
2023-05-29 17:37:26 +02:00
<!-- M-CSC -->
<a class="button button-mcsc zoom-box animate-zoom-2" href="https://m-csc.de" target="_blank" rel="noopener">
2023-05-29 17:38:58 +02:00
<img class="icon" src="images/icons/mcsc.svg" alt="company Logo">M-CSC</a>
2023-05-29 17:37:26 +02:00
<br>
2019-12-22 04:30:05 +01:00
<!-- LinkedIn -->
2023-05-29 17:37:26 +02:00
<a class="button button-linked zoom-box animate-zoom-3" href="https://de.linkedin.com/in/yannmoelle" target="_blank" rel="noopener">
2023-04-15 19:37:23 +02:00
<img class="icon" src="images/icons/linkedin.svg" alt="LinkedIn Logo">LinkedIn</a>
2023-04-14 21:10:04 +02:00
<br>
2023-04-15 19:34:39 +02:00
2023-04-14 21:10:04 +02:00
2023-04-14 16:55:53 +02:00
<!-- XING -->
2023-05-29 17:37:26 +02:00
<a class="button button-xing zoom-box animate-zoom-4" href="https://www.xing.com/profile/Yann_Moelle" target="_blank" rel="noopener">
2023-04-15 19:37:23 +02:00
<img class="icon" src="images/icons/xing.svg" alt="xing Logo">Xing</a>
2023-04-14 21:10:04 +02:00
<br>
2023-04-14 20:54:43 +02:00
2023-04-14 17:28:27 +02:00
<!-- Gitea -->
2023-05-29 17:37:26 +02:00
<a class="button button-gitea zoom-box animate-zoom-5" href="https://git.moelle.space/hxcde" target="_blank" rel="noopener">
2023-04-15 19:37:23 +02:00
<img class="icon" src="images/icons/gitea.svg" alt="Gitea Logo">Gitea</a>
2023-04-14 21:10:04 +02:00
<br>
2023-04-14 20:54:43 +02:00
2023-04-14 17:24:10 +02:00
<!-- GitHub -->
2023-05-29 17:37:26 +02:00
<a class="button button-github zoom-box animate-zoom-6" href="https://github.com/hxcde" target="_blank" rel="noopener">
2023-04-14 17:24:10 +02:00
<img class="icon" src="images/icons/github.svg" alt="GitHub Logo">GitHub</a>
2023-04-14 21:10:04 +02:00
<br>
2023-04-14 20:54:43 +02:00
2023-04-14 17:24:10 +02:00
<!-- Twitter -->
2023-05-29 17:37:26 +02:00
<a class="button button-twit zoom-box animate-zoom-7" href="https://twitter.com/hxcde" target="_blank" rel="noopener">
2023-04-14 17:24:10 +02:00
<img class="icon" src="images/icons/twitter.svg" alt="Twitter Logo">Twitter</a>
2023-04-14 21:10:04 +02:00
<br>
2023-04-14 20:54:43 +02:00
2023-05-05 10:03:55 +02:00
2023-04-14 21:18:22 +02:00
<a style="font-size:24px;color:White;"><strong> Contact me </strong></a><br>
2023-04-14 17:26:00 +02:00
<br>
<!-- Email -->
2023-05-29 17:29:35 +02:00
<a class="button button-default zoom-box animate-zoom-8" href="mailto:contact@yannmoelle.de" target="_blank" rel="noopener">
2023-05-29 17:23:28 +02:00
<img class="icon" src="images/icons/email.svg" alt="Email Icon">Email</a>
2020-12-09 22:50:33 +01:00
<br>
2023-04-14 22:06:10 +02:00
2023-05-29 15:12:48 +02:00
<br>
2023-05-05 10:16:33 +02:00
<p><a href="https://git.moelle.space/hxcde/mylinks">This site on my Git</a></p>
2023-05-29 14:09:29 +02:00
<br><br>
2019-12-22 04:30:05 +01:00
</div>
</div>
</div>
2023-05-29 15:08:56 +02:00
2023-05-29 15:08:15 +02:00
2023-04-14 22:04:44 +02:00
<!-- End Document
2019-12-22 04:30:05 +01:00
-->
</body>
2022-02-08 04:03:36 +01:00
</html>