diff --git a/css/index.css b/css/index.css index 9cbd6ed..39134c2 100644 --- a/css/index.css +++ b/css/index.css @@ -10,7 +10,7 @@ body, html { padding-bottom: 70px; } -.nav-item{ +.nav-item { text-transform: uppercase; text-decoration: none; font: bold 15px/1.4 'Open Sans', arial, sans-serif; @@ -34,14 +34,24 @@ body, html { color: #fffd80; } -#homepicture{ +#homepicture { float: left; height: 400px; } /* About Me*/ -#aboutmeText{ +#aboutmeText { + width: 100%; +} + +.aboutcontainer { width: 40%; + float: left; +} + +.aboutPic { + width: 60%; + float: left; } /* screen larger than 600px -- desktop */ @@ -104,13 +114,13 @@ body, html { font-size: 13px; } - #homepicture{ + #homepicture { height: 300px; width: 100%; } /* About Me*/ - #aboutmeText{ + #aboutmeText { width: 100%; } } \ No newline at end of file diff --git a/index.html b/index.html index 75436a7..524f5ba 100644 --- a/index.html +++ b/index.html @@ -63,7 +63,7 @@

- +
@@ -71,21 +71,32 @@
-

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

+

+

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

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

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

-
    -
  • C++
  • -
+
    +
  • C++
  • +
  • Java
  • +
  • Kotlin
  • +
  • HTML/CSS/JS
  • +
  • Latex
  • +
  • OpenSCAD
  • +
+
+
+ +
diff --git a/rsc/self4.jpg b/rsc/self4.jpg new file mode 100644 index 0000000..5a58c1d Binary files /dev/null and b/rsc/self4.jpg differ