fandreuz / tui-website

4 stars 2 forks source link

Show downloads alongside every theme #19

Open fandreuz opened 7 years ago

fandreuz commented 7 years ago

screen shot 2017-09-05 at 23 33 14

what do you think? can I make a pull request?

stagfoo commented 7 years ago

I grabbed the raw files from the pull request. it looks a but different? http://tui-launcher-stg.surge.sh/

Also i started a staging site so we can both review a change before we release it to the public :)

stagfoo commented 7 years ago

question what is the '2' for? should it just be download: 6 not download 26?

stagfoo commented 7 years ago

31 Ready for review

fandreuz commented 7 years ago

No no. I mean 2^5 means that the downloads are 32+ ;D I thought it was a good idea, since programmers know binary format and 2 powers

Could you please make a small change?

This is a portion of the code I sent you the last time. Could you please insert that plus, or tell me how can I do it?

EDIT I sent you an email, github doesn't let me send html codes....

stagfoo commented 7 years ago

<h1><p align="left">${themeName}<span style="float:right">2<sup>${pow}</sup>+</span></p></h1>
<h2><p align="right" style="color:white">By: ${author}</p></h2>
stagfoo commented 7 years ago

For safe keeping

fandreuz commented 7 years ago

Ok, nice!