techmilldenton / hackntx

Static site for Hack NTX
https://www.hackntx.com
0 stars 6 forks source link

Refactor sponsors grid #57

Closed sffitzpatrick closed 6 years ago

sffitzpatrick commented 6 years ago

addresses #56

The sponsor-grid.html could still be DRYer if the tier label was in the data file (basically it could just be one big loop at that point), but maybe the flexibility w/ handling different tiers differently could be useful in the future...

kyletaylored commented 6 years ago

I went ahead and refactored the grid and YAML file into a single loop. :thumbs_up: @sffitzpatrick!