2020-03-30 10:00:16 +00:00
|
|
|
|
<!--
|
|
|
|
|
-- index.html - https://heili.eu
|
|
|
|
|
-- Licensed under the MIT license - http://opensource.org/licenses/MIT
|
|
|
|
|
-- E-mail: lukas.heiligenbrunner@gmail.com
|
|
|
|
|
-- Copyright (c) 2020 Lukas Heiligenbrunner
|
|
|
|
|
-->
|
2020-03-16 18:00:42 +00:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="en">
|
|
|
|
|
<head>
|
2020-03-19 21:29:48 +00:00
|
|
|
|
<meta NAME="author" CONTENT="Lukas Heiligenbrunner">
|
2020-03-16 18:00:42 +00:00
|
|
|
|
<meta charset="UTF-8">
|
2020-03-20 18:09:55 +00:00
|
|
|
|
<meta name="viewport" content="width=device-width, user-scaleable=0">
|
2020-03-16 18:00:42 +00:00
|
|
|
|
<title>Lukas Heiligenbrunner</title>
|
2020-03-16 20:11:07 +00:00
|
|
|
|
|
2020-03-16 18:00:42 +00:00
|
|
|
|
<!-- Latest compiled and minified CSS -->
|
|
|
|
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css">
|
|
|
|
|
<!-- jQuery library -->
|
|
|
|
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
|
|
|
|
|
<!-- Latest compiled JavaScript -->
|
|
|
|
|
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"></script>
|
|
|
|
|
|
2020-03-31 20:52:31 +00:00
|
|
|
|
<!-- main javascript -->
|
|
|
|
|
<script src="js/index.js"></script>
|
|
|
|
|
|
2020-03-16 20:11:07 +00:00
|
|
|
|
<!-- Stylesheets -->
|
2020-03-18 09:22:43 +00:00
|
|
|
|
<link rel="stylesheet" href="css/general.css">
|
|
|
|
|
<link rel="stylesheet" href="css/home.css">
|
|
|
|
|
<link rel="stylesheet" href="css/about.css">
|
2020-03-18 10:12:01 +00:00
|
|
|
|
<link rel="stylesheet" href="css/experience.css">
|
|
|
|
|
<link rel="stylesheet" href="css/projects.css">
|
2020-03-19 21:19:15 +00:00
|
|
|
|
<link rel="stylesheet" href="css/contact.css">
|
2020-03-27 18:15:20 +00:00
|
|
|
|
|
|
|
|
|
<!-- Icon -->
|
|
|
|
|
<link rel="icon" href="favicon.png">
|
2020-03-16 18:00:42 +00:00
|
|
|
|
</head>
|
|
|
|
|
<!-- The scrollable area -->
|
|
|
|
|
<body data-spy="scroll" data-target=".navbar" data-offset="50">
|
2020-03-18 15:02:43 +00:00
|
|
|
|
<div id="maincontent">
|
|
|
|
|
<nav class="navbar navbar-expand-sm navbar-dark fixed-top">
|
2020-04-26 13:51:48 +00:00
|
|
|
|
<a class="navbar-brand" href="index.html"><img id="nameTag" src="favicon.png" height="50px" alt=""/></a>
|
2020-03-18 15:02:43 +00:00
|
|
|
|
<!-- Toggler/collapsibe Button -->
|
|
|
|
|
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#collapsibleNavbar">
|
|
|
|
|
<span class="navbar-toggler-icon"></span>
|
|
|
|
|
</button>
|
|
|
|
|
|
|
|
|
|
<!-- Navbar links -->
|
|
|
|
|
<div class="collapse navbar-collapse" id="collapsibleNavbar">
|
|
|
|
|
<ul class="nav navbar-nav ml-auto">
|
|
|
|
|
<li class="nav-item">
|
|
|
|
|
<a class="nav-link" href="#section1">Home</a>
|
|
|
|
|
</li>
|
|
|
|
|
<li class="nav-item">
|
|
|
|
|
<a class="nav-link" href="#section2">About Me</a>
|
|
|
|
|
</li>
|
|
|
|
|
<li class="nav-item">
|
|
|
|
|
<a class="nav-link" href="#section3">Experience</a>
|
|
|
|
|
</li>
|
|
|
|
|
<li class="nav-item">
|
|
|
|
|
<a class="nav-link" href="#section5">Contact</a>
|
|
|
|
|
</li>
|
|
|
|
|
</ul>
|
2020-03-16 18:00:42 +00:00
|
|
|
|
</div>
|
2020-03-18 15:02:43 +00:00
|
|
|
|
</nav>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Home Page-->
|
|
|
|
|
<div id="section1" class="tile">
|
|
|
|
|
<div class="container">
|
|
|
|
|
<div style="float: left;">
|
|
|
|
|
<div id="preTitle">Hey, my name is</div>
|
|
|
|
|
<div class="bigText" id="titleText">Lukas Heiligenbrunner</div>
|
|
|
|
|
<div class="bigText lightOpacity" id="subTitleText">A creative IT Student</div>
|
|
|
|
|
<p id="meaningFullSentence" class="lightOpacity">
|
|
|
|
|
I'm a software engineer based in Austria who loves code
|
|
|
|
|
development and is always open for new projects and ideas.
|
|
|
|
|
</p>
|
|
|
|
|
</div>
|
|
|
|
|
<div id="homepicture">
|
2020-03-20 18:23:38 +00:00
|
|
|
|
<img id="selfimg1" src="rsc/self3.png" alt="">
|
2020-03-18 15:02:43 +00:00
|
|
|
|
</div>
|
2020-03-17 17:57:49 +00:00
|
|
|
|
</div>
|
2020-03-16 18:00:42 +00:00
|
|
|
|
</div>
|
|
|
|
|
|
2020-03-18 15:02:43 +00:00
|
|
|
|
<!-- About Page -->
|
2020-03-20 13:58:20 +00:00
|
|
|
|
<div id="section2" class="tile">
|
2020-03-18 15:02:43 +00:00
|
|
|
|
<div class="container">
|
|
|
|
|
<div class="aboutcontainer">
|
|
|
|
|
<h1>About me</h1>
|
|
|
|
|
<p id="aboutmeText">
|
|
|
|
|
Hello! I'm Lukas, a software engineer based in Austria who enjoys building GUI-Software as well as
|
|
|
|
|
things
|
|
|
|
|
that live on the internet.
|
|
|
|
|
I develop hardware near software exceptional websites and apps that provide intuitive and user
|
|
|
|
|
friendly
|
|
|
|
|
interfaces with efficient and modern backends.
|
|
|
|
|
I'm currently a student of the HTL Steyr and I am in the final year now.
|
|
|
|
|
<br><br>
|
|
|
|
|
|
|
|
|
|
Here are a few technologies I've been working with recently:
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
|
<li>C++</li>
|
|
|
|
|
<li>Java</li>
|
|
|
|
|
<li>Kotlin</li>
|
|
|
|
|
<li>HTML/CSS/JS</li>
|
|
|
|
|
<li>Latex</li>
|
|
|
|
|
<li>OpenSCAD</li>
|
|
|
|
|
</ul>
|
2020-03-20 14:28:22 +00:00
|
|
|
|
<a href="rsc/curriculumvitaee.pdf" target="_blank">
|
|
|
|
|
<div id="downloadcvbtn">
|
|
|
|
|
Download Curriculum Vitae
|
|
|
|
|
</div>
|
|
|
|
|
</a>
|
2020-03-18 15:02:43 +00:00
|
|
|
|
</div>
|
2020-03-20 13:58:20 +00:00
|
|
|
|
|
2020-03-18 15:02:43 +00:00
|
|
|
|
<div class="aboutPicContainer">
|
2020-03-20 18:23:38 +00:00
|
|
|
|
<img src="rsc/self4.jpg" alt="" id="aboutPic">
|
2020-03-18 15:02:43 +00:00
|
|
|
|
</div>
|
2020-03-17 21:04:26 +00:00
|
|
|
|
</div>
|
2020-03-16 21:24:51 +00:00
|
|
|
|
</div>
|
2020-03-18 14:18:32 +00:00
|
|
|
|
|
2020-03-18 15:02:43 +00:00
|
|
|
|
<!-- Experience Page -->
|
|
|
|
|
<div id="section3" class="tile">
|
|
|
|
|
<div class="container">
|
2020-03-31 20:52:31 +00:00
|
|
|
|
<h1 id="experienceheader">Experience</h1>
|
2020-03-18 15:02:43 +00:00
|
|
|
|
<div id="experiencecontentcontainer">
|
|
|
|
|
|
|
|
|
|
<input class="ratiobtn" id="tab1" type="radio" name="tabs" checked="">
|
|
|
|
|
<label class="tab" for="tab1">Profactor</label>
|
|
|
|
|
|
|
|
|
|
<input class="ratiobtn" id="tab2" type="radio" name="tabs">
|
|
|
|
|
<label class="tab" for="tab2">SPS Technik</label>
|
|
|
|
|
|
|
|
|
|
<input class="ratiobtn" id="tab3" type="radio" name="tabs">
|
|
|
|
|
<label class="tab" for="tab3">Profactor</label>
|
|
|
|
|
|
|
|
|
|
<input class="ratiobtn" id="tab4" type="radio" name="tabs">
|
|
|
|
|
<label class="tab" for="tab4">Klausriegler</label>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="content">
|
|
|
|
|
<div id="content1">
|
2020-03-19 21:01:26 +00:00
|
|
|
|
<div class="experiencetitle">
|
2020-04-26 19:05:00 +00:00
|
|
|
|
Software engineer <a href="https://www.profactor.at/en/" class="companyname">@Profactor</a>
|
2020-03-18 15:02:43 +00:00
|
|
|
|
</div>
|
|
|
|
|
<div>
|
2020-03-19 21:01:26 +00:00
|
|
|
|
extramural research institute
|
2020-03-18 15:02:43 +00:00
|
|
|
|
</div>
|
|
|
|
|
<div>
|
|
|
|
|
07.2019 – 08.2019
|
|
|
|
|
</div>
|
2020-03-19 21:01:26 +00:00
|
|
|
|
<p class="experienceworktext">
|
2020-03-19 21:19:15 +00:00
|
|
|
|
Diploma thesis - "Image correction for surface inspection": Development of picture
|
|
|
|
|
corrections for a surface inspection robot in C++.
|
2020-03-19 21:01:26 +00:00
|
|
|
|
A C++ library was created for equalization of one of the parts picked up by a robot arm.
|
|
|
|
|
Surface picture Processing using OpenCV and especially the affine transformation.
|
2020-03-18 15:02:43 +00:00
|
|
|
|
</p>
|
2020-03-18 14:18:32 +00:00
|
|
|
|
</div>
|
|
|
|
|
|
2020-03-18 15:02:43 +00:00
|
|
|
|
<div id="content2">
|
2020-03-19 21:01:26 +00:00
|
|
|
|
<div class="experiencetitle">
|
2020-04-26 19:05:00 +00:00
|
|
|
|
Electrician <a href="https://www.sps.at/en/" class="companyname">@SPS Technik</a>
|
2020-03-19 21:01:26 +00:00
|
|
|
|
</div>
|
|
|
|
|
<div>
|
|
|
|
|
automation technology
|
|
|
|
|
</div>
|
|
|
|
|
<div>
|
|
|
|
|
08.2017 – 09.2017
|
|
|
|
|
</div>
|
|
|
|
|
<p class="experienceworktext">
|
|
|
|
|
Electronic setup of a leak test system in Ellwangen in Germany for the company BMW Steyr.
|
2020-03-18 15:02:43 +00:00
|
|
|
|
</p>
|
|
|
|
|
</div>
|
2020-03-18 14:18:32 +00:00
|
|
|
|
|
2020-03-18 15:02:43 +00:00
|
|
|
|
<div id="content3">
|
2020-03-19 21:01:26 +00:00
|
|
|
|
<div class="experiencetitle">
|
2020-04-26 19:05:00 +00:00
|
|
|
|
Software and electronics engineer
|
|
|
|
|
<a href="https://www.profactor.at/en/" class="companyname">@Profactor</a>
|
2020-03-19 21:01:26 +00:00
|
|
|
|
</div>
|
|
|
|
|
<div>
|
|
|
|
|
extramural research institute
|
|
|
|
|
</div>
|
|
|
|
|
<div>
|
|
|
|
|
07.2017 – 08.2017
|
|
|
|
|
</div>
|
|
|
|
|
<p class="experienceworktext">
|
|
|
|
|
Design and programming of a surface inspection robot
|
2020-03-18 15:02:43 +00:00
|
|
|
|
</p>
|
|
|
|
|
</div>
|
2020-03-18 14:18:32 +00:00
|
|
|
|
|
2020-03-18 15:02:43 +00:00
|
|
|
|
<div id="content4">
|
2020-03-19 21:01:26 +00:00
|
|
|
|
<div class="experiencetitle">
|
2020-04-26 19:05:00 +00:00
|
|
|
|
plumber & maintenance worker <a href="https://www.klausriegler.at/" class="companyname">@Klausriegler</a>
|
2020-03-19 21:01:26 +00:00
|
|
|
|
</div>
|
|
|
|
|
<div>
|
|
|
|
|
Heating-Ventilation-Climate-Sanitary
|
|
|
|
|
</div>
|
|
|
|
|
<div>
|
|
|
|
|
07.2016 – 08.2016
|
|
|
|
|
</div>
|
|
|
|
|
<p class="experienceworktext">
|
|
|
|
|
Assistance with oil burner and gas heater service.
|
|
|
|
|
Furthermore, assistance with bathroom renovation and installation.
|
2020-03-18 15:02:43 +00:00
|
|
|
|
</p>
|
|
|
|
|
</div>
|
2020-03-18 14:18:32 +00:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2020-03-16 18:14:02 +00:00
|
|
|
|
</div>
|
2020-03-16 20:11:07 +00:00
|
|
|
|
|
2020-03-18 15:02:43 +00:00
|
|
|
|
<!-- Contact Page -->
|
2020-03-20 14:23:44 +00:00
|
|
|
|
<div id="section5" class="tile">
|
2020-03-18 15:02:43 +00:00
|
|
|
|
<div class="container">
|
2020-03-31 20:52:31 +00:00
|
|
|
|
<h1 id="contactheader">Contact</h1>
|
|
|
|
|
<h3 id="contactsubheader">I'd love to hear from You!</h3>
|
2020-03-19 21:19:15 +00:00
|
|
|
|
<div class="personalcontacts">
|
2020-03-20 14:28:22 +00:00
|
|
|
|
<a href="mailto:lukas.heiligenbrunner@gmail.com" target="_blank">
|
|
|
|
|
<div id="emailsign" class="contactsign">
|
2020-03-20 18:23:38 +00:00
|
|
|
|
<span><img src="rsc/emailicon.png" alt="" height="32px"> lukas.heiligenbrunner@gmail.com</span>
|
2020-03-20 14:28:22 +00:00
|
|
|
|
</div>
|
|
|
|
|
</a>
|
|
|
|
|
<a href="https://github.com/lukas-heiligenbrunner" target="_blank">
|
|
|
|
|
<div id="githubsign" class="contactsign">
|
2020-03-20 18:23:38 +00:00
|
|
|
|
<span><img src="rsc/GitHub-Mark-64px.png" alt="" height="32px"> github.com/Lukas-Heiligenbrunner</span>
|
2020-03-20 14:28:22 +00:00
|
|
|
|
</div>
|
|
|
|
|
</a>
|
|
|
|
|
<a href="https://gitlab.heili.eu/lukas" target="_blank">
|
|
|
|
|
<div id="gitlabsign" class="contactsign">
|
2020-03-20 18:23:38 +00:00
|
|
|
|
<span><img src="rsc/gitlab-icon-black.png" alt="" height="40px"> gitlab.heili.eu/lukas</span>
|
2020-03-20 14:28:22 +00:00
|
|
|
|
</div>
|
|
|
|
|
</a>
|
2020-03-19 21:19:15 +00:00
|
|
|
|
</div>
|
2020-03-18 15:02:43 +00:00
|
|
|
|
</div>
|
2020-03-16 18:14:02 +00:00
|
|
|
|
</div>
|
2020-03-16 18:00:42 +00:00
|
|
|
|
</div>
|
|
|
|
|
|
2020-03-18 15:02:43 +00:00
|
|
|
|
<a href="#section1">
|
|
|
|
|
<div id="backtotopbutton">
|
|
|
|
|
<div style="margin-top: 25%">
|
|
|
|
|
Back to Top!
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</a>
|
|
|
|
|
|
2020-03-16 18:00:42 +00:00
|
|
|
|
</body>
|
|
|
|
|
</html>
|