Open-EO / openeo-hub

Source code for openEO Hub, a centralized platform to explore openEO back-end providers.
https://hub.openeo.org
Apache License 2.0
8 stars 2 forks source link

Style menu bar like the one at openeo.org (corporate design) #40

Closed christophfriedrich closed 4 years ago

christophfriedrich commented 4 years ago

Would look nicer when integrated into the new openeo.org website

christophfriedrich commented 4 years ago

openeo.org uses Roboto* as its font, the Hub so far just asks for the system's default sans-serif. Should this be harmonised too?

* at least on my system that is what is chosen -- another check reveals that the actual font-family rule is: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif -- holy moly...

m-mohr commented 4 years ago

Well, that somehow makes sense although the list seems extensive. They seem to want to stick to system default fonts:

So yes, I think just copy that font-family declaration . ;-)

christophfriedrich commented 4 years ago

How do you like this?

image

For comparison the openeo.org header:

image

I was thinking about

m-mohr commented 4 years ago

Looks good, to be fully aligned the menu should be aligned to the right and the font-size should be smaller. And it seems like the text should be moved some pixel (probably just one or two) to the bottom, at least when directly comparing the images.

christophfriedrich commented 4 years ago

Aligning the whole menu to the right looks weird IMO:

image

font-size smaller: okay, yeah that's better

Moving the text was well spotted: a vertical-align was missing.

I like this now:

image

m-mohr commented 4 years ago

Doesn't look weird to me, except for the extra spacing between openeo.org and the other items. With your proposal the menu items have no real anchor, they are just floating around somewhere without being clear why they are exactly there.

m-mohr commented 4 years ago

The text and especially the "external link" look darker than on openEO. Is that a thing or is it just a wrong impression on my side?

christophfriedrich commented 4 years ago

Maybe I think it's weird because those buttons used to be in the middle for the last 1.5 years. But on top of that, when on the far right and in smaller font-size, they are not prominent enough IMO: When the Exchange section comes back, the buttons to switch between the two modes should be immediately eye-catching (somehow the Hub is not like a normal website where you look for a menu anyway).

Wow, eagle's eyes! For the text it was font-weight 500 vs. bold (which equals 600).

The external link icon was missing color: #aaa, thanks

m-mohr commented 4 years ago

But on top of that, when on the far right and in smaller font-size, they are not prominent enough IMO: When the Exchange section comes back, the buttons to switch between the two modes should be immediately eye-catching

Well, depends on the vision for it. ;-) What I would actually do once at least process exchange (but latest when udf exchange is there), I'd add a front page that gives an overview over discovery, processes and udfs. Maybe showing the most popular or most recent and then a big button to each section. Then the menu isn't that important.

And to back my point of aligning right: Wasn't this issue to align with openeo.org? ;-)

somehow the Hub is not like a normal website where you look for a menu anyway

I don't understand this argument. Can you explain it?

christophfriedrich commented 4 years ago

And to back my point of aligning right: Wasn't this issue to align with openeo.org? ;-)

I must admit that this is a killer point :wink: And I will adhere to it if you want me to :innocent: But I thought of this issue more like "in the design of", not necessarily "copy every detail". Especially not if something else makes more sense for the Hub's case (read on to get what I mean with that)

I don't understand this argument. Can you explain it?

With greatest pleasure ;)

For the Hub, if you don't know anything about it, it is quite reasonable to assume that what you see on the current start page is everything the page has to offer. While for a website, you know that there are most usually more subpages.

Use case: Imagine Exchange was back, but Discover is still the front page. The menu items are small, subtly greyed, less-than-bold, at the far right. But the Discover section (and thus the start page) has many rather prominent UI elements like right now. Now a user comes across the Hub and doesn't know anything about it, especially not that there is more than the Discover section. The probability that he will oversee that little change thingy in the very corner of his big screen (that is full with other things) will be high, and thus he may miss out on the Exchange section, which could've been avoided.

With your vision for a real start page, this issue is mostly mitigated though, true. But I didn't know about this vision yet, which is why I insisted on my proposal so much :ok_man:

m-mohr commented 4 years ago

Thanks for clarifying. I understand your point and agree with it (although I think the free floating navigation is not the best solution). It's true that there is no issue on the "vision" (e.g. front page) and I opened one now: #73

You are correct: "it is quite reasonable to assume that what you see on the current start page is everything the page has to offer." So the menu can be right aligned at the moment as you are not missing anything substantial, right? ;-)

christophfriedrich commented 4 years ago

So the menu can be right aligned at the moment as you are not missing anything substantial, right? ;-)

Oh well, it looks like my arguing cat bit its own tail haha :D

thx for the separate issue