101 lines
4.5 KiB
HTML
101 lines
4.5 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Curiosity Rover: 14 Years on Mars</title>
|
|
<meta property="og:type" content="website">
|
|
<meta property="og:title" content="Curiosity Rover: 14 Years on Mars">
|
|
<meta property="og:description" content="Curiosity, NASA">
|
|
<meta property="og:image" content="https://images-assets.nasa.gov/image/PIA22327/PIA22327~small.jpg">
|
|
<meta property="og:url" content="https://george-levert.4ort.net/curiosity-rover.html">
|
|
<meta name="twitter:card" content="summary_large_image">
|
|
<meta name="description" content="Curiosity, NASA's Mars rover, has been exploring the surface of Mars for over 14 years. Launched on November 26, 2011, and landing on August 6, 2012,…">
|
|
<style>
|
|
body {
|
|
font-family: 'Arial', sans-serif;
|
|
line-height: 1.6;
|
|
margin: 0;
|
|
padding: 0;
|
|
background-color: #f4f4f4;
|
|
color: #333;
|
|
}
|
|
header {
|
|
background: #35424a;
|
|
color: #ffffff;
|
|
padding: 2rem 0;
|
|
text-align: center;
|
|
}
|
|
h1 {
|
|
margin: 0;
|
|
}
|
|
.container {
|
|
width: 80%;
|
|
margin: auto;
|
|
overflow: hidden;
|
|
padding: 2rem 0;
|
|
}
|
|
.main-content {
|
|
background: #ffffff;
|
|
padding: 2rem;
|
|
border-radius: 5px;
|
|
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
|
|
}
|
|
.image-gallery {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
gap: 1rem;
|
|
margin: 2rem 0;
|
|
}
|
|
.image-gallery img {
|
|
width: 100%;
|
|
height: auto;
|
|
border-radius: 5px;
|
|
}
|
|
.image-gallery .image-item {
|
|
flex: 1 1 calc(33.333% - 1rem);
|
|
box-sizing: border-box;
|
|
}
|
|
footer {
|
|
background: #35424a;
|
|
color: #ffffff;
|
|
text-align: center;
|
|
padding: 1rem 0;
|
|
margin-top: 2rem;
|
|
}
|
|
</style>
|
|
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<h1>Curiosity Rover: 14 Years on Mars</h1>
|
|
</header>
|
|
<div class="container">
|
|
<div class="main-content">
|
|
<p>Curiosity, NASA's Mars rover, has been exploring the surface of Mars for over 14 years. Launched on November 26, 2011, and landing on August 6, 2012, Curiosity has provided invaluable data about the planet's geology, climate, and potential for past life.</p>
|
|
<p>The rover is equipped with advanced scientific instruments, including a laser spectrometer to analyze the chemical composition of rocks and soil, a radiation detector to measure the radiation levels on Mars, and a drill to collect samples from beneath the surface.</p>
|
|
<p>Curiosity's mission has been extended multiple times, and it continues to make groundbreaking discoveries. The rover has found evidence of ancient water, identified organic molecules, and studied the planet's atmosphere and climate. Its findings have significantly contributed to our understanding of Mars and the possibility of past life.</p>
|
|
<div class="image-gallery">
|
|
<div class="image-item">
|
|
<img src="https://images-assets.nasa.gov/image/PIA22327/PIA22327~small.jpg" alt="Inlet Cover On the Curiosity Rover">
|
|
</div>
|
|
<div class="image-item">
|
|
<img src="https://images-assets.nasa.gov/image/PIA15106/PIA15106~small.jpg" alt="Head of Mast on Mars Rover Curiosity">
|
|
</div>
|
|
<div class="image-item">
|
|
<img src="https://images-assets.nasa.gov/image/PIA17068/PIA17068~small.jpg" alt="Curiosity Mars Rover Drilling Into Its Second Rock">
|
|
</div>
|
|
<div class="image-item">
|
|
<img src="https://images-assets.nasa.gov/image/PIA13809/PIA13809~medium.jpg" alt="Top of Mars Rover Curiosity Remote Sensing Mast">
|
|
</div>
|
|
<div class="image-item">
|
|
<img src="https://images-assets.nasa.gov/image/PIA14253/PIA14253~medium.jpg" alt="Mars Rover Curiosity Raising Turret">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<footer>
|
|
<p>© 2024 George Levert. All rights reserved.</p>
|
|
</footer>
|
|
</body>
|
|
</html> |