diff --git a/homepage/theme/static/css/style.css b/homepage/theme/static/css/style.css index ad2b1f3..47845ee 100644 --- a/homepage/theme/static/css/style.css +++ b/homepage/theme/static/css/style.css @@ -244,7 +244,11 @@ h4 { font-size: 22px; } } - +@media only screen and (max-width: 330px) { + .spacer-intro { + width: 250px; + } +} /* --------------------------------------------------- LINKS @@ -265,11 +269,6 @@ ol li p a:hover, ol li p a:focus { color: var(--grey-bright); } -.footer a, -.footer a:hover, -.footer a:focus { - font-weight: 400; -} /* --------------------------------------------------- @@ -406,7 +405,7 @@ BUTTONS MENU ----------------------------------------------------*/ .nav-list { - margin: 0 0 40px 0; + margin: 0 10px 40px 0; } .nav-bar { height: 70px; @@ -440,9 +439,10 @@ nav ul li a:visited { display: block; padding: 0 20px; line-height: 70px; + text-decoration: none; + font-weight: 700; background: var(--yellow-mid); color: var(--black-mid); - text-decoration: none; } nav ul li a:hover, nav ul li a:visited:hover { @@ -476,6 +476,9 @@ nav ul li ul li a { } /* Mobile Styles */ @media only screen and (max-width: 960px) { + .nav-list { + margin: 0 0 40px 0; + } .nav-mobile { display: block; } @@ -526,7 +529,7 @@ nav ul li ul li a { cursor: pointer; border-radius: 1px; height: 2px; - width: 35px; + width: 25px; background: var(--black-mid); position: absolute; display: block; @@ -536,10 +539,10 @@ nav ul li ul li a { */ } #nav-toggle span:before { - top: -10px; + top: -8px; } #nav-toggle span:after { - bottom: -10px; + bottom: -8px; } #nav-toggle.active span { background-color: transparent; diff --git a/homepage/theme/static/images/gfx-intro.svg b/homepage/theme/static/images/gfx-intro.svg index 3df8296..83d6194 100644 --- a/homepage/theme/static/images/gfx-intro.svg +++ b/homepage/theme/static/images/gfx-intro.svg @@ -1,56 +1 @@ - - - - - - image/svg+xml - - - - - - - - + \ No newline at end of file diff --git a/homepage/theme/static/images/gfx-object-white.svg b/homepage/theme/static/images/gfx-object-white.svg index 21859e9..a0cf6b6 100644 --- a/homepage/theme/static/images/gfx-object-white.svg +++ b/homepage/theme/static/images/gfx-object-white.svg @@ -1,493 +1 @@ - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/homepage/theme/static/images/gfx-pattern-mint-bright.svg b/homepage/theme/static/images/gfx-pattern-mint-bright.svg index fc966b1..3e456ba 100644 --- a/homepage/theme/static/images/gfx-pattern-mint-bright.svg +++ b/homepage/theme/static/images/gfx-pattern-mint-bright.svg @@ -1,12 +1 @@ - - - - - - - - - - - - + \ No newline at end of file diff --git a/homepage/theme/static/images/gfx-pattern-yellow-bright.svg b/homepage/theme/static/images/gfx-pattern-yellow-bright.svg index 9246954..7358ef9 100644 --- a/homepage/theme/static/images/gfx-pattern-yellow-bright.svg +++ b/homepage/theme/static/images/gfx-pattern-yellow-bright.svg @@ -1,12 +1 @@ - - - - - - - - - - - - + \ No newline at end of file diff --git a/homepage/theme/static/scripts/fade.js b/homepage/theme/static/scripts/fade.js index f4710a9..0490c5b 100644 --- a/homepage/theme/static/scripts/fade.js +++ b/homepage/theme/static/scripts/fade.js @@ -2,7 +2,9 @@ $(document).ready(function () { $(window).scroll(function () { var scrollProgress = parseInt($(window).scrollTop(), 10) - $('body.index .brand').css('opacity', Math.min(scrollProgress / 100, 1)) + if ($(window).width() > 960) { + $('body.index .brand').css('opacity', Math.min(scrollProgress / 100, 1)) + } }) }) })(window.jQuery) diff --git a/homepage/theme/templates/base.html b/homepage/theme/templates/base.html index d9474cb..4f409d8 100644 --- a/homepage/theme/templates/base.html +++ b/homepage/theme/templates/base.html @@ -89,7 +89,7 @@ In the making

- This project is still in alpha. Discover what is already up and running and where we want to go in the coming months. + offen is still in alpha. Discover what is already up and running and where we want to go in the coming months.

Project status