88 lines
No EOL
3 KiB
HTML
88 lines
No EOL
3 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
<title>Document</title>
|
|
<link rel="stylesheet" href="style.css">
|
|
<link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet">
|
|
<link href="https://fonts.googleapis.com/css?family=Indie+Flower|Press+Start+2P|Space+Mono&display=swap" rel="stylesheet">
|
|
<body>
|
|
|
|
<!-- Navbar -->
|
|
<div id="start"></div>
|
|
<nav>
|
|
<ul>
|
|
<li ><a href="#start">Home</a></li>
|
|
<li><a href="#end">Get Tickets</a></li>
|
|
</ul>
|
|
</nav>
|
|
|
|
|
|
<!-- Header -->
|
|
<header>
|
|
<div class="bg">
|
|
<div class="content">
|
|
<div class="kolom">
|
|
<div class="atas">
|
|
<img src="images/unicorn.png">
|
|
</div>
|
|
<div class="tengah">
|
|
<h1>Uniplanet</h1>
|
|
</div>
|
|
<div class="bawah">
|
|
<p>Explore the planet of the unicorns. The 50-passenger Starship will launch to Earth orbit atop a huge rocket called Super Heavy, then make its own way to Uniplanet! </p>
|
|
</div>
|
|
</div>
|
|
<div class="kolom">
|
|
<div class="atas">
|
|
<img src="images/tree.png">
|
|
</div>
|
|
<div class="tengah">
|
|
<h1>Treeland</h1>
|
|
</div>
|
|
<div class="bawah">
|
|
<p>Be part of the first spaceflight to land humans on Treeland! Expecting to start in 2040! </p>
|
|
</div>
|
|
</div>
|
|
<div class="kolom">
|
|
<div class="atas">
|
|
<img src="images/moon.png">
|
|
</div>
|
|
<div class="tengah">
|
|
<h1>Moon</h1>
|
|
</div>
|
|
<div class="bawah">
|
|
<p>Earth suspended all Moon flights due to virus variants</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</header>
|
|
|
|
|
|
|
|
<!-- Footer -->
|
|
<div id="end"></div>
|
|
<footer class="footer-main">
|
|
<div class="container-footer">
|
|
<div class="footer-content">
|
|
<br>
|
|
<div class="footer-title">
|
|
<h1>Get a Free Ticket</h1>
|
|
</div>
|
|
<div class="footer-video">
|
|
<iframe width="560" height="315" src="https://www.youtube.com/embed/8wPH4MEK4tk" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
|
</div>
|
|
<div class="footer-content">
|
|
<p>Coming soon...</p>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
</footer>
|
|
|
|
<script src="main.js"></script>
|
|
</body>
|
|
</html> |