ahmed-jacobs-patrol-site/films/spacex-buyout/index.html

96 lines
3.3 KiB
HTML
Raw Normal View History

2026-08-20 15:16:59 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SpaceX Buyout by Deutsche Bank: A Short Film</title>
<meta property="og:type" content="website">
<meta property="og:title" content="SpaceX Buyout by Deutsche Bank: A Short Film">
<meta property="og:description" content="This short film explores the impact of the SpaceX buyout by Deutsche Bank on the space industry.">
<meta property="og:image" content="https://images.pexels.com/photos/586054/pexels-photo-586054.jpeg?auto=compress&amp;cs=tinysrgb&amp;dpr=2&amp;h=650&amp;w=940">
<meta property="og:url" content="https://ahmed-jacobs.4ort.net/">
<meta name="twitter:card" content="summary_large_image">
<meta name="description" content="This short film explores the impact of the SpaceX buyout by Deutsche Bank on the space industry.">
<style>
body {
font-family: Arial, sans-serif;
line-height: 1.6;
margin: 0;
padding: 0;
color: #333;
}
.container {
width: 80%;
margin: auto;
overflow: hidden;
}
header {
background: #35424a;
color: white;
padding-top: 30px;
min-height: 70px;
border-bottom: #77a6f7 3px solid;
}
header a {
color: white;
text-decoration: none;
text-transform: uppercase;
font-size: 16px;
}
header ul {
padding: 0;
list-style: none;
}
header li {
float: left;
display: inline;
padding: 0 20px 0 20px;
}
.main {
padding: 20px;
background: #fff;
}
.main h1 {
color: #35424a;
}
.main p {
margin-bottom: 20px;
}
.image-container {
text-align: center;
margin: 20px 0;
}
.image-container img {
max-width: 100%;
height: auto;
}
</style>
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
</head>
<body>
<header>
<div class="container">
<div id="branding">
<h1><span class="highlight">SpaceX</span> Buyout</h1>
</div>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</div>
</header>
<div class="container">
<section class="main">
<h1>SpaceX Buyout by Deutsche Bank</h1>
<p>This short film explores the impact of the SpaceX buyout by Deutsche Bank on the space industry.</p>
<div class="image-container">
<img src="https://images.pexels.com/photos/586054/pexels-photo-586054.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940" alt="SpaceX Rocket Launch">
</div>
<p>The buyout has significant implications for the future of space exploration and commercial spaceflight.</p>
</section>
</div>
</body>
</html>