diff --git a/css/layout.css b/css/layout.css index 44b827a..55dc7d0 100755 --- a/css/layout.css +++ b/css/layout.css @@ -59,22 +59,30 @@ header { height: 800px; min-height: 500px; width: 100%; - background: #161415 url(../images/header-background_1920.jpg) no-repeat top center; + background: #161415 url(../images/header-background_1920.webp) no-repeat top center; background-size: cover !important; -webkit-background-size: cover !important; text-align: center; overflow: hidden; } +.no-webp header { + background: #161415 url(../images/header-background_1920.jpg) no-repeat top center; +} + @media ((-webkit-min-device-pixel-ratio: 1.5) or (min-resolution: 144dpi)) and (min-width: 1000px) { - header { - background: #161415 url(../images/header-background.jpg) no-repeat top center; - } + header { + background: #161415 url(../images/header-background.webp) no-repeat top center; + } + .no-webp header { + background: #161415 url(../images/header-background.jpg) no-repeat top center; + } } + /* vertically center banner section */ header:before { content: ''; diff --git a/favicon.gif b/favicon.gif new file mode 100644 index 0000000..06b19b9 Binary files /dev/null and b/favicon.gif differ diff --git a/favicon.png b/favicon.png deleted file mode 100755 index 21a9740..0000000 Binary files a/favicon.png and /dev/null differ diff --git a/images/avatar_thumb.jpg b/images/avatar_thumb.jpg index 44480d4..a917398 100755 Binary files a/images/avatar_thumb.jpg and b/images/avatar_thumb.jpg differ diff --git a/images/avatar_thumb.webp b/images/avatar_thumb.webp new file mode 100644 index 0000000..15955c4 Binary files /dev/null and b/images/avatar_thumb.webp differ diff --git a/images/header-background.webp b/images/header-background.webp new file mode 100644 index 0000000..617b4a3 Binary files /dev/null and b/images/header-background.webp differ diff --git a/images/header-background_1920.webp b/images/header-background_1920.webp new file mode 100644 index 0000000..5aab68c Binary files /dev/null and b/images/header-background_1920.webp differ diff --git a/images/volunteering/alcuinus.gif b/images/volunteering/alcuinus.gif index e1ab6aa..2af26b6 100644 Binary files a/images/volunteering/alcuinus.gif and b/images/volunteering/alcuinus.gif differ diff --git a/images/volunteering/alcuinus.webp b/images/volunteering/alcuinus.webp new file mode 100644 index 0000000..1c428fe Binary files /dev/null and b/images/volunteering/alcuinus.webp differ diff --git a/images/volunteering/beautycorner.jpg b/images/volunteering/beautycorner.jpg index 3bbc701..0a82564 100644 Binary files a/images/volunteering/beautycorner.jpg and b/images/volunteering/beautycorner.jpg differ diff --git a/images/volunteering/beautycorner.webp b/images/volunteering/beautycorner.webp new file mode 100644 index 0000000..1b71292 Binary files /dev/null and b/images/volunteering/beautycorner.webp differ diff --git a/images/volunteering/nws_logo.jpg b/images/volunteering/nws_logo.jpg new file mode 100644 index 0000000..f8d123d Binary files /dev/null and b/images/volunteering/nws_logo.jpg differ diff --git a/images/volunteering/nws_logo.webp b/images/volunteering/nws_logo.webp new file mode 100644 index 0000000..3f13fd8 Binary files /dev/null and b/images/volunteering/nws_logo.webp differ diff --git a/index.html b/index.html index 04621d4..0bdcaff 100755 --- a/index.html +++ b/index.html @@ -31,10 +31,9 @@ ================================================== --> - - + @@ -42,9 +41,9 @@ - +
@@ -59,7 +58,6 @@
  • About
  • Resume
  • Volunteering
  • -
  • Contact
  • @@ -111,14 +109,14 @@

    Who am I?

    - Currently I am a senior engineer at Marvell Semiconductor. I am always curious about technological innovations and therefore graduated in electrical engineering & computer science. Strives for a complete understanding of computers, from the lowest level—i.e., the bare integrated circuits—to the highest—i.e., user space—, and is therefore always eager to learn something new. Enjoys writing small programs in his free time, either to automate everyday problems, or simply for the sake of fun, and gets excited by the seemingly endless possibilities of Linux. Loves a good read, also on non-tech subjects like economics, anthropology, or (geo)politics. + Currently I am a senior engineer at Marvell Semiconductor. I have always been curious about technological innovations and therefore graduated in electrical engineering & computer science. I still strive for a complete understanding of computers, from the lowest level—i.e., the bare integrated circuits—to the highest—i.e., user space—, and am therefore always eager to learn something new. I enjoy writing small programs in my free time, either to automate everyday problems, or simply for the sake of fun, and get excited by the seemingly endless possibilities of Linux. Furthermore, there is always time for a good read, also on non-tech subjects like economics, anthropology, or (geo)politics.

    Contact Details

    Do you want to get in touch? Click here to get to the contact section of this page. There I provided my phone number, email address, PGP Key ID, Matrix ID and several other ways to reach me!

    - Download my resume + @@ -321,7 +319,11 @@