diff --git a/css/about.css b/css/about.css index 03a4fe0..c972868 100644 --- a/css/about.css +++ b/css/about.css @@ -1,4 +1,14 @@ -/* About Me*/ +/*! + * about.css - https://heili.eu + * Licensed under the MIT license - http://opensource.org/licenses/MIT + * E-mail: lukas.heiligenbrunner@gmail.com + * Copyright (c) 2020 Lukas Heiligenbrunner + */ + +#section2 { + background-color: #deebff; +} + #aboutmeText { width: 100%; } @@ -22,6 +32,33 @@ height: 100%; } +.aboutcontainer a { + text-decoration: none; +} + +#downloadcvbtn { + margin-top: 15%; + + width: 300px; + padding: 10px; + background-color: #7a96c2; + color: black; + border-radius: 5mm; + font-size: larger; + border-width: 1mm; + border-color: #194378; + border-style: solid; + + transition: background-color 500ms; +} + +#downloadcvbtn:hover { + /*background-color: #facf4d;*/ + color: white; + background-color: #194378; + transition: all 500ms; +} + /* screen larger than 600px -- desktop */ @media screen and (min-width: 1201px) { #aboutPic:hover { @@ -49,6 +86,7 @@ #section2 { height: 130%; + min-height: 860px; } #aboutPic { diff --git a/css/contact.css b/css/contact.css new file mode 100644 index 0000000..0463e03 --- /dev/null +++ b/css/contact.css @@ -0,0 +1,57 @@ +/*! + * contact.css - https://heili.eu + * Licensed under the MIT license - http://opensource.org/licenses/MIT + * E-mail: lukas.heiligenbrunner@gmail.com + * Copyright (c) 2020 Lukas Heiligenbrunner + */ + +#section5 { + background-color: #7a96c2; +} + +.personalcontacts { + margin-top: 60px; +} + +.personalcontacts a { + text-decoration: none; +} + +#githubsign { + margin-top: 30px; +} + +#emailsign { + +} + +#gitlabsign { + margin-top: 30px; + position: relative; + left: -6px; +} + +.contactsign { + width: 400px; + padding: 10px; + border-radius: 5mm; + font-size: larger; + color: black; +} + +.contactsign:hover { + color: white; + background-color: #194378; + transition: background-color 500ms; +} + +#section5 { + height: 50%; +} + +/* Screen smaller than 600px -- general small width screens */ +@media screen and (max-width: 1200px) { + /*#section5 {*/ + /* height: 100%;*/ + /*}*/ +} diff --git a/css/experience.css b/css/experience.css index c532eb9..d46b226 100644 --- a/css/experience.css +++ b/css/experience.css @@ -1,5 +1,13 @@ +/*! + * experience.css - https://heili.eu + * Licensed under the MIT license - http://opensource.org/licenses/MIT + * E-mail: lukas.heiligenbrunner@gmail.com + * Copyright (c) 2020 Lukas Heiligenbrunner + */ + #section3 { - background-color: #53bf65; + background-color: #001631; + color: white; } .content > div { @@ -27,7 +35,7 @@ border: 6mm solid hsla(0, 100%, 50%, 0); padding-left: 2mm; - border-left-color: #357840; + border-left-color: #194378; transition: border-left-color 500ms; border-bottom-right-radius: 5mm; @@ -35,9 +43,10 @@ } .tab:hover { - color: aqua; - background-color: #357840; + color: #74f9d4; + background-color: #194378; transition: background-color 500ms; + cursor: pointer; } .ratiobtn:checked + .tab { @@ -51,9 +60,9 @@ width: 80%; top: -200px; height: 260px; - background-color: #357840; + background-color: #194378; color: white; - border-radius: 5mm;; + border-radius: 5mm; } .ratiobtn { @@ -64,15 +73,59 @@ margin-top: 100px; } -.experiencetitle{ +.experiencetitle { font-size: x-large; } -.companyname{ - color: aqua; +.companyname { + color: #74f9d4; } -.experienceworktext{ +.experienceworktext { margin-top: 5mm; font-size: large; } + +/* Screen smaller than 600px -- general small width screens */ +@media screen and (max-width: 1200px) { + #section3 { + height: 100%; + min-height: 700px; + } + + .tab { + display: inline; + width: auto; + /*float: left;*/ + margin: 2px; + border: 0.5mm solid hsla(0, 100%, 50%, 0); + padding: 2px 2px 2px 0; + clear: none; + margin-bottom: 20px; + } + + #tab1 + .tab { + margin-left: 15px; + } + + #tab4 + .tab { + float: none; + display: block; + } + + .content { + position: static; + display: block; + float: none; + width: auto; + height: 350px; + } + + .ratiobtn:checked + .tab { + color: aqua; + background-color: #234177; + transition: border-left-color 500ms; + } + +} + diff --git a/css/general.css b/css/general.css index 96f4c7b..546c916 100644 --- a/css/general.css +++ b/css/general.css @@ -1,18 +1,32 @@ +/*! + * general.css - https://heili.eu + * Licensed under the MIT license - http://opensource.org/licenses/MIT + * E-mail: lukas.heiligenbrunner@gmail.com + * Copyright (c) 2020 Lukas Heiligenbrunner + */ + body, html, #maincontent { height: 100%; scroll-behavior: smooth; + min-width: fit-content; /*font-family: Calibre, "San Francisco", "SF Pro Text", -apple-system, system-ui, BlinkMacSystemFont, Roboto, "Helvetica Neue", "Segoe UI", Arial, sans-serif;*/ } +h1{ + text-transform: uppercase; + font-family: 'Open Sans', arial, sans-serif; + font-weight: bold; +} + /* general definition of a tile */ .tile { height: 80%; padding-top: 70px; padding-bottom: 70px; - min-height: 530px; + min-height: 570px; } -#backtotopbutton{ +#backtotopbutton { position: fixed; bottom: 0; right: 0; @@ -21,7 +35,7 @@ body, html, #maincontent { margin-bottom: 40px; margin-right: 60px; - background-color: #311E25; + background-color: #194378; opacity: 0.5; transition: opacity 500ms; color: white; @@ -30,7 +44,7 @@ body, html, #maincontent { text-align: center; } -#backtotopbutton:hover{ +#backtotopbutton:hover { opacity: 1; transition: opacity 500ms; } @@ -51,14 +65,10 @@ body, html, #maincontent { @media screen and (max-width: 1200px) { /*background color of collapsed navbar*/ .navbar-nav { - background: #311E25; + background: #001631; } - .tile { - min-height: 300px; - } - - #backtotopbutton{ + #backtotopbutton { display: none; /* hide scroll to top button on mobile devices */ } } \ No newline at end of file diff --git a/css/home.css b/css/home.css index 7e333f4..bf0c27c 100644 --- a/css/home.css +++ b/css/home.css @@ -1,6 +1,14 @@ +/*! + * home.css - https://heili.eu + * Licensed under the MIT license - http://opensource.org/licenses/MIT + * E-mail: lukas.heiligenbrunner@gmail.com + * Copyright (c) 2020 Lukas Heiligenbrunner + */ + #section1 { - background-color: #311E25; + background-color: #001631; color: white; + padding-top: 200px; } .lightOpacity { @@ -12,8 +20,9 @@ } #preTitle { + font-size: 35px; opacity: 0.8; - color: #fffd80; + color: #78ffd9; } #homepicture { @@ -21,36 +30,42 @@ height: 400px; } -/* screen larger than 600px -- desktop */ -@media screen and (min-width: 1201px) { - #section1 { - padding-top: 200px; - } +#selfimg1 { + display: block; + margin-left: auto; + margin-right: auto; + height: 100% +} - #preTitle { - font-size: 35px; - } +#titleText { + font-size: 80px; + color: #ced5f6; +} - #titleText { - font-size: 80px; - } +#subTitleText { + font-size: 50px; + color: #bec1d4; +} - #subTitleText { - font-size: 50px; - } +#meaningFullSentence { + width: 40%; + color: #babccd; +} - #meaningFullSentence { - width: 40%; - } +/* todo maybe a bit weird?? */ +#homepicture:hover { + box-shadow: rgba(2, 12, 27, 0.7) 0px 10px 30px 0px; + transition: all 500ms; +} - /* todo maybe a bit weird?? */ - #homepicture:hover { - box-shadow: rgba(2, 12, 27, 0.7) 0px 10px 30px 0px; - transition: all 500ms; +/* height smaller than 720px */ +@media screen and (max-height: 720px) { + #homepicture { + height: 300px; } } -/* Screen smaller than 600px -- mobile */ +/* Screen smaller than 600px -- general small width screens */ @media screen and (max-width: 1200px) { #section1 { padding-top: 100px; @@ -78,4 +93,13 @@ height: 300px; width: 100%; } + + /* hide name tag on mobiles */ + #nameTag { + display: none; + } +} + +@media only screen and (min-width: 600px) { + /* For tablets: */ } \ No newline at end of file diff --git a/css/projects.css b/css/projects.css index 6bdff84..5eba1ff 100644 --- a/css/projects.css +++ b/css/projects.css @@ -1,3 +1,10 @@ -#section4{ +/*! + * projects.css - https://heili.eu + * Licensed under the MIT license - http://opensource.org/licenses/MIT + * E-mail: lukas.heiligenbrunner@gmail.com + * Copyright (c) 2020 Lukas Heiligenbrunner + */ + +#section4 { background-color: #6c757d; } \ No newline at end of file diff --git a/index.html b/index.html index be0c032..d23fcab 100644 --- a/index.html +++ b/index.html @@ -1,8 +1,9 @@ + - + Lukas Heiligenbrunner @@ -20,12 +21,13 @@ +
- +
-
+

About me

@@ -98,9 +97,15 @@
  • Latex
  • OpenSCAD
  • + +
    + Download Curriculum Vitae +
    +
    +
    - +
    @@ -136,7 +141,8 @@ 07.2019 – 08.2019

    - Diploma thesis - "Image correction for surface inspection": Development of picture corrections for a surface inspection robot in C++. + Diploma thesis - "Image correction for surface inspection": Development of picture + corrections for a surface inspection robot in C++. 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.

    @@ -192,26 +198,28 @@ - -
    -
    -

    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!

    +

    I'd love to hear from You!

    +
    diff --git a/rsc/GitHub-Mark-64px.png b/rsc/GitHub-Mark-64px.png new file mode 100644 index 0000000..182a1a3 Binary files /dev/null and b/rsc/GitHub-Mark-64px.png differ diff --git a/rsc/GitHub-Mark-Light-64px.png b/rsc/GitHub-Mark-Light-64px.png new file mode 100644 index 0000000..73db1f6 Binary files /dev/null and b/rsc/GitHub-Mark-Light-64px.png differ diff --git a/rsc/curriculumvitaee.pdf b/rsc/curriculumvitaee.pdf new file mode 100644 index 0000000..70c2d26 Binary files /dev/null and b/rsc/curriculumvitaee.pdf differ diff --git a/rsc/emailicon.png b/rsc/emailicon.png new file mode 100644 index 0000000..8df50c8 Binary files /dev/null and b/rsc/emailicon.png differ diff --git a/rsc/gitlab-icon-black.png b/rsc/gitlab-icon-black.png new file mode 100644 index 0000000..535a436 Binary files /dev/null and b/rsc/gitlab-icon-black.png differ