-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Homepage! #16
base: master
Are you sure you want to change the base?
Conversation
Wow, Lion, this is a fantastic improvement over the current landing page! Great work. Three comments:
|
Looks good! :-) A couple of minor things I'd change:
|
I implemented most of the suggestions :-) Latest version: https://www.geophysik.uni-muenchen.de/~krischer/random/
Once online it will just inherit the favicon from http://tests.obspy.org - the current one is just the one from our department. The same goes for the navigation bar - it will be the same as for the test reporter. It can definitely use a thorough proof reading so if someone has some free time at hand - go ahead :-) |
Thanks for trying out the suggestions, Lion. This does bring recent activity upwards, but it also gives it an odd asymmetry at the top. Here's an idea that makes the top more symmetrical, and moves some of the buttons into a sidebar. Feel free to ignore, of course.
|
Sorry for the delay - this is honestly fairly low priority ;-) So I "modularized" the website and I'm not sure if thats good practice but it makes testing new layouts much much simpler. I think I've settled into something nice. It is now much more responsive and should look fairly good no matter the screen size. On large screens it now shows quick news and twitter on the right hand side in a fairly long column - this IMHO alleviates the previously felt asymmetry. On large screens is also shows a github feed on the bottom instead of the twitter feed to now show it twice. On smaller screens the sidebar is hidden and the github feed on the bottom is replaced with a twitter feed. Also note the nice green chat icon in the bottom right :-) Latest version: Latest version: https://www.geophysik.uni-muenchen.de/~krischer/random/ What do you guys think? The github stuff is rate-limited to 60 requests per IP per hour but that should not be an issue outside of development. |
IMHO to overcrowded, personally I like clean designs with the idea "less is more" - to much stuff is going on - also no fan of fancy background images and the yellowish colors ... anyway I'm probably just picky ;) From the technical side: I would remove IE9 support, and there are some JS files which could be loaded with async and defer keywords. Also there is no I spare you the CSS check as its probably not your fault ;) |
After I got quite a number of comments regarding the site being to "busy" and overloaded I tried for something completely new. Its not done yet (only the first three "segements") but the style should be clear. https://www.geophysik.uni-muenchen.de/~krischer/random/new_random/ What do you think? This is really only a landing page - people go there and then go to another page with more information. Or should we rather stick to the old style? |
I'm quite happy to iterate on this for a while as I guess we will not change this for a while once its done ;-) Also please critique away - I take no pride in my design "skills" - I just want something that looks good in the end. |
Great new landing page! I like the second design more. Maybe put the links (code, wiki, ...) again directly under the logo for fast access to the most frequent pages without scrolling? It's cool to have a unique bar at the top for docs, tests and the landing page. Btw, Developer Resources -> Python/C Coverage links are broken. I'd suggest to completely remove the Code analysis section and move coveralls to CI section. |
I like the new, more minimal style way better. 👍 For me the example-scroll-bar is changing height when going through the five different pages.. should be fixed IMHO.
👍 @trichter feel free to change under |
Alright :-) So I'll work a bit more on the new design!
Is that really necessary - they are also in the title bar in the top - and I cannot find a place to put them where it looks as nice as now.
Yea I have to fix the height once the rest of the style is finalized. |
I like the "logo" only first impression. I think scrolling down to the big happy buttons to github etc. is totally fine. Maybe the "Code" button should read "Code / Issues".. |
Here's an alternative (and slightly geeky) take on the new design (the plain purplish gradient is a bit boring and not very sexy ;-)): https://www.geophysik.uni-muenchen.de/~megies/www_obsrise/ |
No not really, was just an idea, because the buttons are more intuitive than the navbar.
Mhm, to be honest I don't know how to do that. I always thought the navbar-local.html lays on some server.
Wow, really cool, I love it - but as you mention could be too geeky. (And the picture cannot change its aspect ratio -> will not look nice on mobile devices) |
I personally kind of prefer the gradient but I'm totally fine with having a poll at the end to choose a background picture/color :-) A cool seismo picture would also be really nice! Independent of this I think the logo really should really be the non-stylized one as we have been using that everywhere and should probably continue to use one "brand". Also the white drop shadow is probably not necessary by just making the background picture less opaque/add a transparent white overlay. |
Alright - the new layout now works (still some issues) more or less with small screens and I also worked quite a lot on the rest of the layout. Before proceeding any further, I'll make a quick poll which layout we should continue working on. Ignore things like the color scheme/background picture and so on for now - just choose which general layout you like more as a landing page for ObsPy. Either comment here or tell me elsewhere - I'll update this comment. Options: A: https://www.geophysik.uni-muenchen.de/~krischer/random/ B: https://www.geophysik.uni-muenchen.de/~krischer/random/new_random/ Results: A: (2) @ThomasLecocq, @MMesch B: (9) @krischer, @trichter, @megies, @claudiodsf, @jwassermann, @bonaime, @barsch, @arkottke, @jkmacc-LANL |
B But with the descriptive text already visible below the logo, without need to scroll. |
Yeah, as claudio I think B is it but scrolling down the first page to reach the buttons for further actions is a bit awkward. Jo |
I vote for Claudio's proposal as well ! |
Can't you put the logo on page 2 (= the one you reach by clicking on the arrow) and make it page 1? |
B with descriptive text |
Yea that might turn out well. I'll try once a couple more people voted. |
C :) - but B is way better than A |
Yes, but the descriptive text should be shortened, IMHO |
I prefer B. |
These are both thoughtful designs! I'd vote to continue to work on "B".
EDIT: here's another example. http://www.earthcube.org/ |
the three boxes for "announcements" "twitter" "events" have a nice clear, consistent layout B leads 9:2 |
Here is another suggestion for the layout:
The idea is to put the important stuff again on one page, remove the big buttons and put these links somewhere else. (For example, gallery is already accessible via navbar and slider.) Navbar could look like this:
|
Thanks for all the suggestions. It B then with quite some changes. I'll try to find some time tonight to implement them :-) |
Yay!
Here is a first attempt at a proper homepage/landing page for ObsPy. Let me know what you think.
Static version: https://www.geophysik.uni-muenchen.de/~krischer/random/
@barsch: This will require some changes to the routing on the server side, e.g. with this change
/
loads the homepage, all tests reporter things have been moved to/tests
. I guess the simplest way is just to maketests.obspy.org
proxy toobspy.org/tests
andobspy.org
to the homepage. I think all olds links totests.obspy.org/x/y
should then still work.