-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
128 lines (120 loc) · 5.89 KB
/
Copy pathindex.html
File metadata and controls
128 lines (120 loc) · 5.89 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SpaceX</title>
<link rel="stylesheet" type="text/css" href="./css/style.css">
</head>
<body>
<!-- Header -->
<header>
<nav>
<div class="nav-left">
<a href="/index.html"><img src="./assets/img/logo.png" alt="logo"></a>
</div>
<div class="nav-middle">
<a href="#" class="active-link">Home</a>
<a href="#">About</a>
<a href="#">Update</a>
<a href="#">Career</a>
<a href="#">Shop</a>
</div>
<div class="nav-right">
<img src="./assets/img/search.png" alt="search-img">
<input type="text" placeholder="Search here...">
</div>
</nav>
<section class="hero">
<div class="social">
<div><a href="https://web.facebook.com/muhammadfarooq85" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"
stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"
class="icon icon-tabler icons-tabler-outline icon-tabler-brand-meta">
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
<path
d="M12 10.174c1.766 -2.784 3.315 -4.174 4.648 -4.174c2 0 3.263 2.213 4 5.217c.704 2.869 .5 6.783 -2 6.783c-1.114 0 -2.648 -1.565 -4.148 -3.652a27.627 27.627 0 0 1 -2.5 -4.174z" />
<path
d="M12 10.174c-1.766 -2.784 -3.315 -4.174 -4.648 -4.174c-2 0 -3.263 2.213 -4 5.217c-.704 2.869 -.5 6.783 2 6.783c1.114 0 2.648 -1.565 4.148 -3.652c1 -1.391 1.833 -2.783 2.5 -4.174z" />
</svg>
</a></div>
<div><a href="https://www.linkedin.com/in/muhammadfarooq85" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"
stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"
class="icon icon-tabler icons-tabler-outline icon-tabler-brand-linkedin">
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
<path d="M8 11v5" />
<path d="M8 8v.01" />
<path d="M12 16v-5" />
<path d="M16 16v-3a2 2 0 1 0 -4 0" />
<path d="M3 7a4 4 0 0 1 4 -4h10a4 4 0 0 1 4 4v10a4 4 0 0 1 -4 4h-10a4 4 0 0 1 -4 -4z" />
</svg>
</a></div>
<div><a href="https://github.com/muhammadfarooq85" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"
stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"
class="icon icon-tabler icons-tabler-outline icon-tabler-brand-github">
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
<path
d="M9 19c-4.3 1.4 -4.3 -2.5 -6 -3m12 5v-3.5c0 -1 .1 -1.4 -.5 -2c2.8 -.3 5.5 -1.4 5.5 -6a4.6 4.6 0 0 0 -1.3 -3.2a4.2 4.2 0 0 0 -.1 -3.2s-1.1 -.3 -3.5 1.3a12.3 12.3 0 0 0 -6.2 0c-2.4 -1.6 -3.5 -1.3 -3.5 -1.3a4.2 4.2 0 0 0 -.1 3.2a4.6 4.6 0 0 0 -1.3 3.2c0 4.6 2.7 5.7 5.5 6c-.6 .6 -.6 1.2 -.5 2v3.5" />
</svg>
</a></div>
</div>
<div class="cta container">
<div class="cta-left">
<h1>
Space Exploration Technologies Corp. trading as SpaceX, is a private American aerospace
manufacturer headquartered California.
</h1>
<button class="btn btn-primary">Explore Space</button>
</div>
<div class="cta-right"><img src="./assets/img/astronaut.png" alt="astronut"></div>
</div>
</section>
</header>
<section class="strip">
<h3>Starlink Mission</h3>
<button class="btn btn-primary">Join Now</button>
</section>
<section class="rocket container">
<div class="left-rocket">
<!-- <div class="block">
<h1 class="with-underline">FALCON9</h1>
<p>Falcon 9 is a two-stage rocket designed and manufactured by SpaceX for the reliable and safe
transport of satellites and the Dragon spacecraft into orbit.</p>
</div> -->
</div>
<di class="middle-rocket">
<span class="rocket1">
<img src="./assets/img/rocket1.png" alt="">
</span>
<span class="rocket2">
<img src="./assets/img/rocket2.png" alt="">
</span>
<span class="rocket3">
<img src="./assets/img/rocket3.png" alt="">
</span>
</di>
<div class="right-rocket">
<div class="flaoting-graphics
">
<img src="./assets/img/bus.png" alt="">
</div>
<!-- <div class="block">
<h2>PAYLOAD</h2>
<p>Falcon 9 delivers payloads to space aboard the Dragon spacecraft or inside a composite fairing.</p>
</div> -->
</div>
</section>
<footer class="footer">
<div>
<a href="#"><img src="./assets/img/logo.png" alt=""></a>
</div>
<div>
<h3>2025</h3>
</div>
</footer>
<!-- Custom Js -->
<script src="./js/app.js"></script>
</body>
</html>