yannmoelle/career.html

117 lines
4.7 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!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);
}
.vl {
border-left: thick solid #4b42f5;
}
</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;">Career</h1>
<p style="color:white;">
<a style="font-size:28px;color:White;"><strong> Now</strong></a><br>
<a style="font-size:24px;color:White;"><strong> |</strong></a><br>
<a style="font-size:18px;color:#ADD8E6;"><strong> 05.2023</strong></a> <strong>Certified</strong> as Sophos Administrator<br>
<a style="font-size:18px;color:#ADD8E6;"><strong> 05.2023</strong></a> <strong>Founded</strong> M-CSC <br>
<a style="font-size:28px;color:White;"><strong> 2023</strong></a><br>
<a style="font-size:24px;color:White;"><strong> |</strong></a><br>
<a style="font-size:18px;color:#ADD8E6;"><strong> 09.2021</strong></a> <strong>Started</strong> working at ADAC Heliservice as IT Specialist<br>
<a style="font-size:18px;color:#ADD8E6;"><strong> 09.2021</strong></a> <strong>Stopped</strong> working as Technical Engineer at Fraunhofer SCAI<br>
<a style="font-size:28px;color:White;"><strong> 2021</strong></a><br>
<a style="font-size:24px;color:White;"><strong> |</strong></a><br>
<a style="font-size:18px;color:#ADD8E6;"><strong> 06.2018</strong></a> <strong>Started</strong> working as Technical Engineer at Fraunhofer SCAI<br>
<a style="font-size:18px;color:#ADD8E6;"><strong> 06.2018</strong></a> <strong>Completed</strong> apprenticeship at Fraunhofer SCAI<br>
<a style="font-size:28px;color:White;"><strong> 2018</strong></a><br>
<a style="font-size:24px;color:White;"><strong> |</strong></a><br>
<a style="font-size:18px;color:#ADD8E6;"><strong> 06.2015</strong></a> <strong>Started</strong> apprenticeship at Fraunhofer SCAI<br>
<a style="font-size:28px;color:White;"><strong> 2015</strong></a><br>
<a style="font-size:24px;color:White;"><strong> |</strong></a><br>
<a style="font-size:18px;color:#ADD8E6;"><strong> 11.2013</strong></a> Internship at T-Systems <br>
<a style="font-size:28px;color:White;"><strong> 2013</strong></a><br>
<p>
<br>
<br><br>
</div>
</div>
</div>
<!-- End Document
-->
</body>
</html>