Open wbshaw opened 1 year ago
The purpose is to provide a more "full-screen" effect to each section and to let the color fade while scrolling. You feel it would be better to have a more compact page?
It's not too bad on mobile and flows ok, but on desktop it just feels like quite a big gap between sections, it's almost a full screen of space between each section and a lot of scrolling. I'm no designer though, so this is purely my opinion and I'm sure others may feel different.
I agree, I even added a scroll down message because initially It wasn't clear there is more on the page. Maybe arrows on the right side scrolling sections will be a good solution.
Not so much of an issue, just a styling query. Is there any reason for the 15em/25em Padding on all the "boks" divs - just adds huge gaps between sections and doesn't look tidy, Can't see any reason for it, but sure there probably is.
e.g.:
get_stats.js 114 > 117
//INTRODUCTION function load_introduction() { var text = ""; text += "<div class='boks' data-color='red' style='width: 100%; padding-bottom: 15em; padding-top: 15em; height:auto; background-color:none'>";
833
text += "<div class='boks' data-color='pistach' style='height: auto !important; width: 100%; padding-bottom: 25em; padding-top: 25em; height:10em; background-color: none;'>";