diff --git a/css/style.css b/css/style.css index 94dea93..caa7406 100644 --- a/css/style.css +++ b/css/style.css @@ -96,7 +96,7 @@ a:visited { height: 100%; width: 100%; - background-image: url("../img/header/background.jpg"); + background-image: url("../img/header/background-1080.jpg"); background-size: cover; background-repeat: no-repeat; @@ -116,55 +116,18 @@ a:visited { /*--------------------------------------------------------*/ -/* -@media only screen and (max-width: 1200px) { +@media only screen and (max-width: 800px) { #main-header { - height: 650px; + background-image: url("../img/header/background-800.jpg"); } } -@media only screen and (max-width: 880px) { - #main-header { - height: 500px; - } - - #main-header-title { - height: 60%; - width: 60%; - - left: 20%; - top: 20px; - } -} - - @media only screen and (max-width: 480px) { #main-header { - height: 350px; - } - - #main-header-title { - height: 75%; - width: 75%; + background-image: url("../img/header/background-480.jpg"); } } -@media only screen and (max-width: 360px) { - #main-header { - height: 300px; - } - - #main-header-title { - height: 70%; - width: 70%; - - left: 15%; - top: 5%; - } -} -*/ - - /*--------------------------------------------------------*/ /* CONTENT /*--------------------------------------------------------*/ diff --git a/img/header/background-1080.jpg b/img/header/background-1080.jpg new file mode 100644 index 0000000..fb8f128 Binary files /dev/null and b/img/header/background-1080.jpg differ diff --git a/img/header/background-480.jpg b/img/header/background-480.jpg new file mode 100644 index 0000000..1472980 Binary files /dev/null and b/img/header/background-480.jpg differ diff --git a/img/header/background-800.jpg b/img/header/background-800.jpg new file mode 100644 index 0000000..99c3771 Binary files /dev/null and b/img/header/background-800.jpg differ diff --git a/img/sponsors/a-ulm.png b/img/sponsors/a-ulm.png index fc5ea2c..fe715c8 100644 Binary files a/img/sponsors/a-ulm.png and b/img/sponsors/a-ulm.png differ diff --git a/img/sponsors/bda.png b/img/sponsors/bda.png index 9170b06..0837f0a 100644 Binary files a/img/sponsors/bda.png and b/img/sponsors/bda.png differ diff --git a/img/sponsors/cof.png b/img/sponsors/cof.png index 0344f4b..bb5d996 100644 Binary files a/img/sponsors/cof.png and b/img/sponsors/cof.png differ diff --git a/img/sponsors/ens-psl.png b/img/sponsors/ens-psl.png index 20ce7a1..2df084b 100644 Binary files a/img/sponsors/ens-psl.png and b/img/sponsors/ens-psl.png differ diff --git a/img/sponsors/old/a-ulm.png b/img/sponsors/old/a-ulm.png new file mode 100644 index 0000000..fc5ea2c Binary files /dev/null and b/img/sponsors/old/a-ulm.png differ diff --git a/img/sponsors/old/bda.png b/img/sponsors/old/bda.png new file mode 100644 index 0000000..9170b06 Binary files /dev/null and b/img/sponsors/old/bda.png differ diff --git a/img/sponsors/old/cof.png b/img/sponsors/old/cof.png new file mode 100644 index 0000000..0344f4b Binary files /dev/null and b/img/sponsors/old/cof.png differ diff --git a/img/sponsors/old/ens-psl.png b/img/sponsors/old/ens-psl.png new file mode 100644 index 0000000..20ce7a1 Binary files /dev/null and b/img/sponsors/old/ens-psl.png differ diff --git a/img/sponsors/old/pls.png b/img/sponsors/old/pls.png new file mode 100644 index 0000000..07312cc Binary files /dev/null and b/img/sponsors/old/pls.png differ diff --git a/img/sponsors/pls.png b/img/sponsors/pls.png index 07312cc..a876d42 100644 Binary files a/img/sponsors/pls.png and b/img/sponsors/pls.png differ