| summary | time | deliverables |
|---|---|---|
With an already made array of grains, create a layout in the HTML with jQuery & CSS. |
1 hour |
1 HTML file, 1 CSS file, 1 JS file, images |
- Fork this repository.
- The information is inside an array of objects in the
grains.jsfile. - Loop over the
grainsvariable and use jQuery to output<li>tags into the<ul>that’s already in the HTML file. - Each
<li>tag should have an<img>, an<h2>, & a<p> - Style the Javascript generated list using CSS—the selectors are all ready.
- DO NOT change the HTML.
- DO NOT change
grains.js - Run it through Markbot and make sure it passes all the checks.
Visually match the images in the “screenshots” folder.
- Final screenshots in the “screenshots” folder.
Drop this folder into your Markbot application. Make sure to fix all the errors. And submit online.