nodeschool / international-day

international nodeschool day - 2016
http://nodeschool.io/international-day/
53 stars 19 forks source link

International-day chapter badges #125

Closed msolano00 closed 8 years ago

msolano00 commented 8 years ago

A couple of things I noticed:

Repeated Entries:

Icons not displaying:

Fix icon size:

TylerMoeller commented 8 years ago

Thank you so much for this!

Let's move the logo for Pereira to the images directory so it isn't a broken image on the web page: https://github.com/pereirajs/pagina/blob/master/images/nodeschool_blue.svg

Many of the Chapter names wrap to two lines when the screen is less than 1000px wide (tablet / iPads). We may need to do a min-height adjustment on the .card-title class in style.css, something like this with an ugly !important to override materialize defaults:

.card .card-title {
    margin-top: 0;
    line-height: 28px!important;
    min-height: 2.5em;
}

For the icon size fixes, it appears an easy change would be to make the CSS .chapter-logo class use height: 100px rather than width: 100px.

gaboesquivel commented 8 years ago

👍

somsharan commented 8 years ago

👍