It looks a bit messy, IMO. I propose joining the badges in the same line and floating the Harmonic logo:
The issue with the proposal above is that GitHub's CSS applies a border-bottom to <h1> which overlaps with the floated image. So here's an alternative proposal, placing the logo below the <h1>:
The above proposal looks good to me, and you can see it live in the readme-layout branch.
Does this looks good to you guys? If so, I can merge it into the master branch.
Also, feel free to make modifications to the readme-layout branch if you have improvement ideas.
/cc @jaydson @felipenmoura @atilafassina
Right now, the Readme's header looks like this:
It looks a bit messy, IMO. I propose joining the badges in the same line and floating the Harmonic logo:
The issue with the proposal above is that GitHub's CSS applies a border-bottom to
<h1>
which overlaps with the floated image. So here's an alternative proposal, placing the logo below the<h1>
:The above proposal looks good to me, and you can see it live in the
readme-layout
branch.Does this looks good to you guys? If so, I can merge it into the master branch. Also, feel free to make modifications to the readme-layout branch if you have improvement ideas. /cc @jaydson @felipenmoura @atilafassina