A
Anonymous

Mars Photo Gallery - Copy this Html, Bootstrap Component to your project

<!DOCTYPE-html>-<html-lang="en">-<head>-<meta-charset="UTF-8">-<meta-name="viewport"-content="width=device-width,-initial-scale=1.0">-<title>Document</title>-<link-rel="stylesheet"-href="../node_modules/bootstrap-icons/font/bootstrap-icons.css">-<link-rel="stylesheet"-href="../node_modules/bootstrap/dist/css/bootstrap.css">-<script>-function-bodyload(){-fetch("https://api.nasa.gov/mars-photos/api/v1/rovers/curiosity/photos?sol=1000&api_key=xaWlZphMdzPQPo0VxRz5FLTToO2nmJWzWHqOd1QH")-.then(function(response){-return-response.json();-})-.then(function(marsObj){-marsObj.photos.map(function(photo){-var-div-=-document.createElement("div");-div.className-=-"card-m-2-p-2";-div.style.width-=-"200px";-div.innerHTML-=-`-<a-href=${photo.img_src}-target="_blank"><img-class="card-img-top"-src=${photo.img_src}-height="150"></a>-<div-class="card-header-fw-bold">-${photo.id}-</div>-<div-class="card-body">-<dl>-<dt-class="bi-bi-camera">-Camera</dt>-<dd>-${photo.camera.full_name}-</dd>-<dt-class="bi-bi-rocket">-Rover-</dt>-<dd>-${photo.rover.name}-</dd>-</dl>-</div>-`;-document.querySelector("section").appendChild(div);-})-})-}-</script>-</head>-<body-class="container-fluid"-onload="bodyload()">-<h2>Mars-Rover-Photos</h2>-<section-class="d-flex-flex-wrap">-</section>-</body>-</html>-can-you-modify-this-design-better-way

Prompt
Component Preview

About

Mars Photo Gallery - View stunning Mars rover photos with details about cameras and rovers. Built with HTML and Bootstrap. Download free code!

Share

Last updated 1 month ago