diff --git a/css/experience.css b/css/experience.css index 23e0bea..29fc631 100644 --- a/css/experience.css +++ b/css/experience.css @@ -38,3 +38,7 @@ .ratiobtn{ display: none; } + +#experiencecontentcontainer{ + margin-top: 25px; +} diff --git a/css/general.css b/css/general.css index 390d3d0..96f4c7b 100644 --- a/css/general.css +++ b/css/general.css @@ -1,4 +1,4 @@ -body, html { +body, html, #maincontent { height: 100%; scroll-behavior: smooth; /*font-family: Calibre, "San Francisco", "SF Pro Text", -apple-system, system-ui, BlinkMacSystemFont, Roboto, "Helvetica Neue", "Segoe UI", Arial, sans-serif;*/ @@ -12,6 +12,29 @@ body, html { min-height: 530px; } +#backtotopbutton{ + position: fixed; + bottom: 0; + right: 0; + height: 88px; + width: 120px; + + margin-bottom: 40px; + margin-right: 60px; + background-color: #311E25; + opacity: 0.5; + transition: opacity 500ms; + color: white; + + border-radius: 13px; + text-align: center; +} + +#backtotopbutton:hover{ + opacity: 1; + transition: opacity 500ms; +} + /* nav item formattings */ .nav-item { text-transform: uppercase; @@ -34,4 +57,8 @@ body, html { .tile { min-height: 300px; } + + #backtotopbutton{ + display: none; /* hide scroll to top button on mobile devices */ + } } \ No newline at end of file diff --git a/index.html b/index.html index 651a685..edfc079 100644 --- a/index.html +++ b/index.html @@ -23,182 +23,193 @@ +
+ + + + +
+
+
+
Hey, my name is
+
Lukas Heiligenbrunner
+
A creative IT Student
+

+ I'm a software engineer based in Austria who loves code + development and is always open for new projects and ideas. +

+
+
+ +
-
- -
-
-

Experience

-
+ +
+
+
+

About me

+

+ 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. +

- - + Here are a few technologies I've been working with recently: +

- - +
    +
  • C++
  • +
  • Java
  • +
  • Kotlin
  • +
  • HTML/CSS/JS
  • +
  • Latex
  • +
  • OpenSCAD
  • +
+
+
+ +
+
+
- - + +
+
+

Experience

+
- - + + + + + + + + + + + -
-
-
- Engineer @Profactor +
+
+
+ Engineer @Profactor +
+
+ research lab +
+
+ 07.2019 – 08.2019 +
+

+ Development of picture corrections for a surface inspection robot with the help of + OpenCV.
+ außeruniversitäres Forschungsinstitut + ▪ Programmieren von Bildkorrekturen für + Oberflächeninspektionen mithilfe von OpenCV in C++ + Diplomarbeit – „Bildkorrektur für Oberflächeninspektion“ + ● Entwicklung einer C++ Bibliothek zur Entzerrung + eines von einem Roboterarm aufgenommenen + Oberflächenbildes + ● Bearbeitung mit Hilfe von OpenCV und überwiegend + der Affinen-Transformation +

-
- research lab + +
+

+ todo + Automatisierungsprojekte + ▪ Aufbau einer Dichtprüfanlage für BMW Werk Steyr in + Ellwangen/Deutschland +

-
- 07.2019 – 08.2019 + +
+

+ todo außeruniversitäres Forschungsinstitut + ▪ Aufbauen und Programmieren eines + Oberflächeninspektions-Roboters +

-

- Development of picture corrections for a surface inspection robot with the help of OpenCV.
- außeruniversitäres Forschungsinstitut - ▪ Programmieren von Bildkorrekturen für - Oberflächeninspektionen mithilfe von OpenCV in C++ - Diplomarbeit – „Bildkorrektur für Oberflächeninspektion“ - ● Entwicklung einer C++ Bibliothek zur Entzerrung - eines von einem Roboterarm aufgenommenen - Oberflächenbildes - ● Bearbeitung mit Hilfe von OpenCV und überwiegend - der Affinen-Transformation -

-
-
-

- todo - Automatisierungsprojekte - ▪ Aufbau einer Dichtprüfanlage für BMW Werk Steyr in - Ellwangen/Deutschland -

-
- -
-

- todo außeruniversitäres Forschungsinstitut - ▪ Aufbauen und Programmieren eines - Oberflächeninspektions-Roboters -

-
- -
-

- todo Heizung-Lüftung-Klima-Sanitär - ▪ Mithilfe bei Ölbrenner- und Gasthermenservice - ▪ Mithilfe bei Badsanierung und -installation -

+
+

+ todo Heizung-Lüftung-Klima-Sanitär + ▪ Mithilfe bei Ölbrenner- und Gasthermenservice + ▪ Mithilfe bei Badsanierung und -installation +

+
-
- -
-
-

Projects

-

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! - Todo Projects Page! Todo Projects Page! Todo Projects Page! Todo Projects Page! Todo Projects Page! Todo - Projects Page!

+ +
+
+

Projects

+

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! + Todo Projects Page! Todo Projects Page! Todo Projects Page! Todo Projects Page! Todo Projects Page! Todo + Projects Page!

+
+
+ + +
+
+

Contact

+

Stay in Contact!

+

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! Todo Contacts page! Todo Contacts page! Todo Contacts page! + Todo Contacts page! Todo Contacts page! Todo Contacts page! Todo Contacts page!

+
- -
-
-

Contact

-

Stay in Contact!

-

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! Todo Contacts page! Todo Contacts page! Todo Contacts page! - Todo Contacts page! Todo Contacts page! Todo Contacts page! Todo Contacts page!

+ +
+
+ Back to Top! +
-
+ \ No newline at end of file