JSRocksHQ / harmonic

The next static site generator
http://harmonicjs.com/
MIT License
283 stars 26 forks source link

Improve readme header layout #90

Closed UltCombo closed 9 years ago

UltCombo commented 9 years ago

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

jaydson commented 9 years ago

Hey, thanks for this @UltCombo ! Your proposal looks great. Please go ahead and merge it!