planet images next 2 the pr quot src quot https files transtutors com cdn qimg 9f16d 5153121
planet images
Next 2. The pr” src=”https://files.transtutors.com/cdn/qimg/9f16db96fdb140e080941b1bf0bde67b.jpg” aria-describedby=”dds”>
planet.json
{ “solarSystem”: { “planets”: [ { “planetName” : “Mercury”, “planetColor” : “Orange”, “planetRadiusKM” : 2340, “distInMillionsKM” : { “fromSun” : 57.91, “fromEarth” : 91.69 }, “image” : “mercury-icon.png” }, { “planetName” : “Venus”, “planetColor” : “White”, “planetRadiusKM” : 6100, “distInMillionsKM” : { “fromSun” : 108.21, “fromEarth” : 41.39 }, “image” : “venus-icon.png” }, { “planetName” : “Earth”, “planetColor” : “Blue”, “planetRadiusKM” : 6371, “distInMillionsKM” : { “fromSun” : 149.60, “fromEarth” :0 }, “image” : “earth-icon.png” }, { “planetName” : “Mars”, “planetColor” : “Red”, “planetRadiusKM” : 3324, “distInMillionsKM” : { “fromSun” : 227.9, “fromEarth” : 78.3 }, “image” : “mars-icon.png” }, { “planetName” : “Jupiter”, “planetColor” : “Yellow”, “planetRadiusKM” : 69750, “distInMillionsKM” : { “fromSun” : 778.3, “fromEarth” : 628.7 }, “image” : “jupiter-icon.png” }, { “planetName” : “Saturn”, “planetColor” : “Yellow”, “planetRadiusKM” : 58170, “distInMillionsKM” : { “fromSun” : 1428, “fromEarth” : 1278.4 }, “image” : “saturn-icon.png” }, { “planetName” : “Uranus”, “planetColor” : “Yellow”, “planetRadiusKM” : 23750, “distInMillionsKM” : { “fromSun” : 2872, “fromEarth” : 2722.4 }, “image” : “uranus-icon.png” }, { “planetName” : “Neptune”, “planetColor” : “Purple”, “planetRadiusKM” : 22400, “distInMillionsKM” : { “fromSun” : 4498, “fromEarth” : 4348.4 }, “image” : “neptune-icon.png” } ] } }earth-icon.png jupiter-icon.png mars-icon.png mercury-icon.pn saturn-icon.png neptune-icon.pn Pluto-icon.png uranus-icon.png Create a mobile web site with generating Intelli IDEA Ultimate project 1. oNew Project Static Web Static Web > Next 2. The project should have the following organization oindex.html o CSs folder that includes main.css file ojs folder that includes your main.js script file o images folder to hold any images needed for exercise In this project, you are not allowed to use any links and references to files (such as 3. images, css, scripts, etc.) starting with “/”. 4. The project should correctly work on case-sensitive and case-insensitive file systems. Enter YOUR NAME in the tags AND your name and student number in a comment 5. at the top of the index.html For the content area 6. Download “employees.json” file from “week 05” folder on SLATE, and save the file in your project folder (or “data” subfolder) Display the name and slogan from the JSON file under the header line Display all Full-time employees plus all the data for that employee contained in the JSON file on the left side of the site Display all Part-time employees plus all the data for that employee contained in the SON file on the right side of the site Include formatting for the content area Do not change the JSON file Use AJAX to retrieve the JSON file Load the data in an array of objects Use this data to build the web site