feejaysee / teacozy

0 stars 0 forks source link

Using locally stored images #2

Open aubreywullschleger opened 6 years ago

aubreywullschleger commented 6 years ago

Great! Awesome job using locally stored images for your project. This is best practice for production code and helps your page load faster.

Example: https://github.com/feejaysee/teacozy/blob/master/index.html#L10

Make sure to use descriptive alt attributes on all your <img> elements like this: <img class="logo" src="resources/images/img-tea-cozy-logo.png" alt="Tea Cozy logo"> This is best practice and helps make your site more accessible!