-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
49 lines (47 loc) · 2.08 KB
/
index.html
File metadata and controls
49 lines (47 loc) · 2.08 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
38
39
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE html>
<html>
<head>
<Title>Home Page</Title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css" integrity="sha512-z3gLpd7yknf1YoNbCzqRKc4qyor8gaKU1qmn+CShxbuBusANI9QpRohGBreCFkKxLhei6S9CQXFEbbKuqLg0DA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
<body >
<div class="container">
<nav id="navbar">
<div class="icon">
<i class="fa-sharp fa-solid fa-plane-circle-exclamation"></i>
</div>
<div style="width: 30%;" class="line">
<hr>
</div>
<ul class="nav-list">
<li class="items-list">
<a href="HomePage.html" style="border-bottom: 3px solid white;">Home</a>
</li>
<li class="items-list">
<a href="DestinationPage.html">Destination</a>
</li>
<li class="items-list">
<a href="CrewPage.html">Crew</a>
</li>
<li class="items-list">
<a href="TechnologyPage.html">Technology</a>
</li >
</ul>
</nav>
<br>
<br><br><br>
<div class="content-home">
<p style="font-size: 23px; color: gainsboro;">SO, YOU WANT TO TRAVEL TO </p>
<h1 class="head1">SPACE</h1>
<P style="font-size: 20px;color: gainsboro; line-height: 30px;">Lorem ipsum dolor sit amet consectetur adipisicing elit. Ipsam possimus ipsa cumque, placeat accusantium quis! Ipsum aliquam, debitis fugiat harum, qui labore similique deserunt dignissimos rerum vero neque excepturi dolorem.</P>
<br><br><br><br>
<div class="circle">
<p >EXPLORE</p>
</div>
</div>
</div>
</body>
</html>