wieerwill.github.io/index.html

219 lines
11 KiB
HTML
Raw Normal View History

2019-03-03 12:47:15 +00:00
<!DOCTYPE html>
2019-03-18 19:10:01 +00:00
<!--[if lt IE 7 ]><html class="ie ie6 no-js" lang="de"> <![endif]-->
<!--[if IE 7 ]><html class="ie ie7 no-js" lang="de"> <![endif]-->
<!--[if IE 8 ]><html class="ie ie8 no-js" lang="de"> <![endif]-->
<!--[if IE 9 ]><html class="ie ie9 no-js" lang="de"> <![endif]-->
2019-03-03 12:47:15 +00:00
<html lang="de">
2019-03-03 19:27:01 +00:00
<head>
2019-03-18 19:10:01 +00:00
<!--Metadaten-->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="title" content="Visitenkarte Robert Jeutter">
<meta name="author" content="Robert Jeutter">
<meta name="date" content="18-03-2019">
<meta property="og:locale" content="de_GER" />
<meta name="keywords" content="Webdesign, Programming">
<meta name="description" content="Visitenkarte von Robert Jeutter">
<!--Website Inhalt-->
<title>Robert Jeutter - Student, Freelancer, Ingenieur</title>
<!-- FontAwesome --><link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
<!-- CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
2019-03-19 10:15:02 +00:00
<link href="https://fonts.googleapis.com/css?family=Merriweather|Roboto" rel="stylesheet">
2019-03-18 19:10:01 +00:00
<link href="index.css" rel="stylesheet">
<!-- Allow IE to render HTML5 -->
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<script src="typing-carousel.js" ></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-136461851-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-136461851-1');
</script>
2019-03-03 19:27:01 +00:00
</head>
2019-03-03 12:47:15 +00:00
<body>
2019-03-18 19:10:01 +00:00
<noscript class="jumbotron text-center alert alert-danger" role="alert">Bitte JavaScript für die optimale Darstellung der Webseite aktivieren<br> Please activate JavaScript for best view</noscript>
<div class="clear_top">Wish you a lucky Day</div>
<div class="card m-auto p-auto bg-info text-white" style="width: 80%; border-radius:20px;">
2019-03-25 15:35:37 +00:00
<div class="row no-gutters">
2019-03-20 14:45:37 +00:00
<div class="col-md-3">
2019-03-18 19:10:01 +00:00
<div class="clear"></div>
2019-03-25 15:35:37 +00:00
<img src="pic.png" class="card-img" alt="ProfilBild">
</div>
2019-03-20 14:45:37 +00:00
<div class="col-md-5">
2019-03-18 19:10:01 +00:00
<div class="card-body">
<h1 class="my-3 card-title text-center">
<span style="color:#ffffff">R</span>obert
<span style="color:#ffffff">J</span>eutter</h1>
<p class="mb-5 lead text-center">Inventor &#183; Freelancer &#183; Student</p>
<p class="card-text">Welcome to my Card,<br>
currently I am studying at <i><a href="http://www.tu-ilmenau.de">Technical University of Ilmenau</a></i> in the fields of Mechatronic and Biomechatronics.<br>
In addition i am an active member of the <a href="https://www.bi-club.de">student club</a>, <a href="https://ingenieure-ohne-grenzen.org/">Engineers without Borders</a> and a studential Makerspace <a href="http://www.unikat-ilmenau.de">UNIKAT</a>.<br>
My Hobbies include Programming, building Robots (ever since my <a href="https://www.robocup.org/">RoboCup</a> Qualifications) and Machines.
</p>
2019-03-03 20:01:33 +00:00
<div class="m-auto text-center">
2019-03-18 19:10:01 +00:00
<ul class="list-inline-item">
<li class="list-inline-item">
2019-10-13 13:59:14 +00:00
<a href="mailto:jeutter@northscorp.de" target="_blank">
2019-03-18 19:10:01 +00:00
<span class="fa-stack fa-lg"><i class="fas fa-envelope"></i></span></a>
</li>
<li class="list-inline-item">
<a href="http://www.github.com/wieerwill">
<span class="fa-stack fa-lg"><i class="fab fa-github"></i></span></a>
</li>
<li class="list-inline-item">
2019-10-13 13:59:14 +00:00
<a href="http://www.northscorp.de" target="_blank">
2019-03-18 19:10:01 +00:00
<span class="fa-stack fa-lg"><i class="fas fa-globe"></i></span></a>
</li>
<li class="list-inline-item">
<a href="http://www.tu-ilmenau.de/unikat" target="_blank">
<span class="fa-stack fa-lg"><i class="fas fa-graduation-cap"></i></span></a>
</li>
<li class="list-inline-item">
<a href="https://www.udemy.com/user/robert-jeutter/" target="_blank">
<span class="fa-stack fa-lg"><i class="fas fa-university"></i></span></a>
</li>
</ul>
2019-03-03 19:27:01 +00:00
</div>
2019-03-18 19:10:01 +00:00
</div>
</div>
<div class="col-md-4">
<h4 class="mt-5 mb-3 text-center">Skills</h4>
<div class="text-center" id="pro">
2019-03-19 10:15:02 +00:00
<h5 class="imgcent text-center">Progamming <i class="text-muted fas fa-search-plus fa-xs"></i></h5>
2019-03-18 19:10:01 +00:00
<div class="show_first" id="pro1">
<p><span class="txt-rotate" data-period="2000"
data-rotate='[ "C", "C#", "C++", "Python", "Java" ]'></span></p>
</div>
<div class="show_hover text-center m-auto" id="pro2">
<img class="skill mx-1" src="icons/code_c.png" alt="C">
<img class="skill mx-1" src="icons/code_csharp.png" alt="C#">
<img class="skill mx-1" src="icons/c++.png" alt="C++">
<img class="skill mx-1" src="icons/Python.png" alt="Phyton">
<img class="skill mx-1" src="icons/java.png" alt="Java">
</div>
</div>
<hr>
<div class="text-center" id="full">
2019-03-19 10:15:02 +00:00
<h5 class="imgcent text-center">FullStack WebDev <i class="text-muted fas fa-search-plus fa-xs"></i></h5>
2019-03-18 19:10:01 +00:00
<div class="show_first" id="full1">
<p><span class="txt-rotate" data-period="2000"
data-rotate='[ "HTML5", "CSS", "JavaScript", "PHP", "NodeJS", "SQL", "MongoDB" ]'></span></p>
</div>
<div class="show_hover text-center m-auto" id="full2">
<img class="skill mx-1" src="icons/html.png" alt="HTML5">
<img class="skill mx-1" src="icons/css.png" alt="CSS">
<img class="skill mx-1" src="icons/javascript.png" alt="JavaScript">
<img class="skill mx-1" src="icons/php.png" alt="PHP">
<img class="skill mx-1" src="icons/nodejs.png" alt="NodeJS">
<img class="skill mx-1" src="icons/sql.png" alt="SQL">
<img class="skill mx-1" src="icons/mongodb.png" alt="MongoDB">
</div>
</div>
<hr>
<div class="text-center" id="cad">
2019-03-19 10:15:02 +00:00
<h5 class="imgcent text-center">CAD, Graphic & Design <i class="text-muted fas fa-search-plus fa-xs"></i></h5>
2019-03-18 19:10:01 +00:00
<div class="show_first" id="cad1">
<p><span class="txt-rotate" data-period="2000"
data-rotate='[ "Inventor", "OpenSCAD", "Photoshop", "Gimp", "Bootstrap" ]'></span></p>
</div>
<div class="show_hover text-center m-auto" id="cad2">
<img class="skill mx-1" src="icons/Inventor.png" alt="Inventor">
<img class="skill mx-1" src="icons/openscad.png" alt="OpenSCAD">
<img class="skill mx-1" src="icons/photoshop.png" alt="Photoshop">
<img class="skill mx-1" src="icons/gimp.png" alt="Gimp">
<img class="skill mx-1" src="icons/bootstrap.png" alt="Bootstrap">
</div>
</div>
<hr>
</div>
</div>
</div>
2019-03-03 19:27:01 +00:00
2019-03-19 10:15:02 +00:00
<div class="clear_top">I like your interest in my Site, write me that you found that ;)</div>
2019-10-14 13:59:55 +00:00
<div class="container row justify-content-around p-3">
2019-10-14 14:02:19 +00:00
<div class="col-3 p-1 m-2 bg-secondary text-white">
2019-10-14 13:50:20 +00:00
<h3>Long Ago</h3>
<ul>
<li><small>2008 - 2016</small> higher education entrance qualification</li>
<li><small>2009 - 2016</small> member of Robotics Workgroup 'ARA'</li>
<li><small>2009 - 2016</small> Robotics and Robocup Scholar Challenges, championships in Germany and Europe</li>
<li><small>2012 - 2014</small> autonomous tracked vehicle for outdoor excursions</li>
<li><small>2014 - 2016</small> Coilgun with 16 Stages</li>
</ul>
</div>
2019-10-14 14:02:19 +00:00
<div class="col-3 p-1 m-2 bg-info text-white">
2019-10-14 13:50:20 +00:00
<h3>Recently</h3>
<ul>
<li><small>2016 - 2019</small> studying Mechatronics and Biomechatronics at TU Ilmenau</li>
<li><small>2016 - 2019</small> <a href="http://www.unikat-ilmenau.de/">UNIKAT</a> Member, responsible for 3DPrinters, CNC-Milling-Machine, Power of the Keys</li>
<li><small>2018 - 2019</small> WebDev Bootcamp Refactoring</li>
</ul>
</div>
2019-10-14 14:02:19 +00:00
<div class="col-4 p-1 m-2 bg-primary text-white">
2019-10-14 13:50:20 +00:00
<h3>Just Now</h3>
<ul>
<li><small>since 2017</small> <a href="https://ingenieure-ohne-grenzen.org/">'Engineers without Borders'</a> Member, Executive Committee, Repair-Workshops-Organisation</li>
<li><small>since 2018</small> <a href="https://www.bi-club.de/">Student Club</a> Member, disc jockey, doorman, cultural advisor</li>
<li><small>since 2019</small><a href="https://github.com/wieerwill/Python-Intro">Python Introduction and Cheatsheet</a></li>
<li><small>since 2019</small> studying Computer Sience at TU Ilmenau</li>
</ul>
</div>
</div>
<!--
2019-03-20 14:45:37 +00:00
<div class="container-fluid window-top">Terminal</div>
<div class="container-fluid terminal" id="start"><p>
Rendering finished...<br>
2019-10-14 13:50:20 +00:00
Welcome to my Terminal-Shell<br>
2019-03-20 14:45:37 +00:00
</p></div>
<div class="container-fluid terminal" id="cv"><p>
2019-03-25 15:44:13 +00:00
>_CV<br>
2019-03-19 10:15:02 +00:00
2008 - 2016: higher education entrance qualification<br>
2019-03-25 15:44:13 +00:00
2009 - 2016: member of Robotics Workgroup 'ARA'<br>
2019-03-20 14:45:37 +00:00
2016 - today: <a href="http://www.tu-ilmenau.de">TU Ilmenau</a> studying<br>
2019-03-19 10:15:02 +00:00
2016 - today: <a href="http://www.unikat-ilmenau.de/">UNIKAT</a> Member, responsible for 3DPrinters, CNC-Milling-Machine, Power of the Keys<br>
2017 - today: <a href="https://ingenieure-ohne-grenzen.org/">'Engineers without Borders'</a> Member, Executive Committee, Repair-Workshops-Organisation<br>
2018 - today: <a href="https://www.bi-club.de/">Student Club</a> Member, disc jockey, doorman, supervisor<br>
2019-03-25 15:44:13 +00:00
</p></div>
<div class="container-fluid terminal" id="projects"><p>
>_Projects<br>
2009 - 2016: Robotics and Robocup Scholar Challenges, championships in Germany and Europe<br>
2012 - 2014: autonomous tracked vehicle for outdoor excursions <br>
2014 - 2016: Coilgun with 16 Stages<br>
2018 - 2019: <a href="https://github.com/wieerwill/webdevbootcamp">WebDev Bootcamp Refactoring</a><br>
2019-03-19 10:15:02 +00:00
2019 - today: <a href="http://unikat.rolex-ing.de">UNIKAT Website</a> redesign and refactoring<br>
2019 - today: <a href="https://github.com/wieerwill/Python-Intro">Python Introduction and Cheatsheet</a><br>
2019-03-25 15:44:13 +00:00
</p></div>
2019-03-19 10:15:02 +00:00
2019-03-25 15:44:13 +00:00
<div class="container-fluid terminal" id="cursor">
<p>>_<span class="cursor"></span></p>
2019-10-14 13:50:20 +00:00
</div>-->
2019-03-03 19:27:01 +00:00
2019-03-03 12:47:15 +00:00
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
2019-03-18 19:10:01 +00:00
<script src="index.js"></script>
2019-03-03 12:47:15 +00:00
</body>
</html>