womenhackfornonprofits / whfnp

Women Hack for Non-Profits Website Overhaul
18 stars 7 forks source link

Add images to HTML and remove from CSS for Projects page #61

Closed EChesters closed 8 years ago

EChesters commented 8 years ago

For the projects page at least, images have been added through the CSS. It doesn't make sense to do this because it's for content purposes (not for a banner or for decoration).

Each image needs to be removed from CSS as a background image and added in tags to the HTML.

Code example to be removed:

.jaspalsvoice {
    background: url('../img/non-profits/jaspalsvoice.png') no-repeat;
    background-size: cover;
}

Alt tags will need to be added to explain what each one is showing.