2020-03-16 18:00:42 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
2020-03-16 18:14:02 +00:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.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>
|
|
|
|
<!-- Popper JS -->
|
|
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
|
|
|
|
<!-- Latest compiled JavaScript -->
|
|
|
|
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"></script>
|
|
|
|
|
2020-03-16 20:11:07 +00:00
|
|
|
<!-- Stylesheets -->
|
2020-03-16 18:00:42 +00:00
|
|
|
<link rel="stylesheet" href="css/index.css">
|
|
|
|
</head>
|
|
|
|
<!-- The scrollable area -->
|
|
|
|
<body data-spy="scroll" data-target=".navbar" data-offset="50">
|
|
|
|
|
2020-03-17 17:57:49 +00:00
|
|
|
<nav class="navbar navbar-expand-sm navbar-dark fixed-top">
|
|
|
|
<a class="navbar-brand" href="#">Lukas</a>
|
2020-03-16 18:14:02 +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">
|
2020-03-17 17:57:49 +00:00
|
|
|
<ul class="nav navbar-nav ml-auto">
|
2020-03-16 18:14:02 +00:00
|
|
|
<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">
|
2020-03-16 21:24:51 +00:00
|
|
|
<a class="nav-link" href="#section3">Experience</a>
|
2020-03-16 18:14:02 +00:00
|
|
|
</li>
|
2020-03-16 19:24:03 +00:00
|
|
|
<li class="nav-item">
|
2020-03-16 21:24:51 +00:00
|
|
|
<a class="nav-link" href="#section4">Projects</a>
|
|
|
|
</li>
|
|
|
|
<li class="nav-item">
|
|
|
|
<a class="nav-link" href="#section5">Contact</a>
|
2020-03-16 18:14:02 +00:00
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
2020-03-16 18:00:42 +00:00
|
|
|
</nav>
|
2020-03-16 18:14:02 +00:00
|
|
|
|
2020-03-17 17:57:49 +00:00
|
|
|
|
2020-03-16 20:11:07 +00:00
|
|
|
<!-- Home Page-->
|
2020-03-16 18:00:42 +00:00
|
|
|
<div id="section1" class="tile">
|
|
|
|
<div class="container">
|
2020-03-17 17:57:49 +00:00
|
|
|
<div style="float: left;">
|
2020-03-16 18:47:15 +00:00
|
|
|
<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">
|
2020-03-16 19:24:03 +00:00
|
|
|
I'm a software engineer based in Austria who loves code
|
|
|
|
development and is always open for new projects and ideas.
|
2020-03-16 18:47:15 +00:00
|
|
|
</p>
|
2020-03-16 18:00:42 +00:00
|
|
|
</div>
|
2020-03-17 17:57:49 +00:00
|
|
|
<div style="float: left">
|
|
|
|
<img src="rsc/self3.png" height="250px">
|
|
|
|
</div>
|
2020-03-16 18:00:42 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
2020-03-16 20:11:07 +00:00
|
|
|
<!-- About Page -->
|
2020-03-16 18:14:02 +00:00
|
|
|
<div id="section2" class="bg-warning tile">
|
|
|
|
<div class="container">
|
2020-03-16 19:24:03 +00:00
|
|
|
<h1>About me</h1>
|
2020-03-16 21:24:51 +00:00
|
|
|
<p style="width: 40%">
|
2020-03-17 17:57:49 +00:00
|
|
|
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.
|
2020-03-16 21:24:51 +00:00
|
|
|
I'm currently a student of the HTL Steyr and I am in the final year.
|
2020-03-17 17:57:49 +00:00
|
|
|
<br><br>
|
2020-03-16 21:24:51 +00:00
|
|
|
|
|
|
|
Here are a few technologies I've been working with recently:
|
|
|
|
</p>
|
2020-03-17 17:57:49 +00:00
|
|
|
|
|
|
|
<ul>
|
|
|
|
<li>C++</li>
|
|
|
|
</ul>
|
2020-03-16 21:24:51 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<!-- Experience Page -->
|
|
|
|
<div id="section3" class="tile" style="background-color: #53bf65">
|
|
|
|
<div class="container">
|
|
|
|
<h1>Experience</h1>
|
2020-03-16 19:27:05 +00:00
|
|
|
<p>Todo about me page! Todo about me page! Todo about me page! Todo about me page! Todo about me page!
|
|
|
|
Todo about me page! Todo about me page! Todo about me page! Todo about me page! Todo about me page!
|
|
|
|
Todo about me page! Todo about me page! Todo about me page! Todo about me page! Todo about me page!
|
|
|
|
Todo about me page! Todo about me page! Todo about me page! Todo about me page! Todo about me page! </p>
|
2020-03-16 18:14:02 +00:00
|
|
|
</div>
|
2020-03-16 18:00:42 +00:00
|
|
|
</div>
|
2020-03-16 20:11:07 +00:00
|
|
|
|
|
|
|
<!-- Projects Page -->
|
2020-03-16 21:24:51 +00:00
|
|
|
<div id="section4" class="bg-secondary tile">
|
2020-03-16 18:14:02 +00:00
|
|
|
<div class="container">
|
2020-03-16 19:24:03 +00:00
|
|
|
<h1>Projects</h1>
|
2020-03-16 19:27:05 +00:00
|
|
|
<p>Todo Projects Page! Todo Projects Page! Todo Projects Page! Todo Projects Page! Todo Projects Page!
|
|
|
|
Todo Projects Page! Todo Projects Page! Todo Projects Page! Todo Projects Page! Todo Projects Page!
|
2020-03-16 20:11:07 +00:00
|
|
|
Todo Projects Page! Todo Projects Page! Todo Projects Page! Todo Projects Page! Todo Projects Page! Todo
|
|
|
|
Projects Page! </p>
|
2020-03-16 18:14:02 +00:00
|
|
|
</div>
|
2020-03-16 18:00:42 +00:00
|
|
|
</div>
|
2020-03-16 20:11:07 +00:00
|
|
|
|
|
|
|
<!-- Contact Page -->
|
2020-03-16 21:24:51 +00:00
|
|
|
<div id="section5" class="bg-danger tile">
|
2020-03-16 18:14:02 +00:00
|
|
|
<div class="container">
|
2020-03-16 19:24:03 +00:00
|
|
|
<h1>Contact</h1>
|
|
|
|
<h3>Stay in Contact!</h3>
|
2020-03-16 20:11:07 +00:00
|
|
|
<p>Todo Contacts page! Todo Contacts page! Todo Contacts page! Todo Contacts page! Todo Contacts page! Todo
|
|
|
|
Contacts page! Todo Contacts page!
|
2020-03-16 19:27:05 +00:00
|
|
|
Todo Contacts page! Todo Contacts page! Todo Contacts page! Todo Contacts page! Todo Contacts page!
|
|
|
|
Todo Contacts page! Todo Contacts page! Todo Contacts page! Todo Contacts page! </p>
|
2020-03-16 18:14:02 +00:00
|
|
|
</div>
|
2020-03-16 18:00:42 +00:00
|
|
|
</div>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|