-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (27 loc) · 1.36 KB
/
index.html
File metadata and controls
37 lines (27 loc) · 1.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!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="style.css">
</head>
<body>
<div id="hero-image">
<div id="hero-text">
<h1>ROSWELL ENTERPRISES</h1>
</div>
</div>
<div id="grid">
<nav>
<div>Home</div>
<div>About</div>
<div>Contact</div>
</nav>
<main>Welcome, and thank you for your interest in Roswell Enterprises where our goal is to get every person to experience space as seen from our atmosphere.</main>
<p id="service"><span>Have you ever desired to travel to the moon, but you don't want to become an <a id="link" href="https://en.wikipedia.org/wiki/Astronaut">astronaut</a>? Well have we got what you need! We can't take you to the moon though, sorry, but we can take you to the edge of the <a id= "link" href= "https://en.wikipedia.org/wiki/Atmosphere">atmosphere</a> where you can experience anti-gravity!</span></p>
<div id="shuttle"><img id="shuttle1" src="https://i.redd.it/udm21kf3exr21.jpg"></div>
<footer><span>Don't be shy! If you too have a desire to experiece space then give us a call. Your journey awaits!</span></footer>
</div>
</body>
</html>