-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
115 lines (96 loc) · 5.42 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Starlink</title>
<link rel="icon" href="pics/logo_x_white.png">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="container">
<div class="navbar">
<div class="locationlogodiv">
<img class="locationlogo" src="pics/Menu_Map.svg" alt="">
</div>
<div class="logodiv">
<img class="logo" src="pics/logo_x_white.png" alt="">
</div>
<div class="residential">RESIDENTIAL</div>
<div class="business">BUSINESS</div>
<div class="rv">RV</div>
<div class="icone">
<img src="pics/Menu_Hamburger.svg" alt="">
</div>
</div>
<div class="page1">
<div class="pic1">
<div class="ORDERSTARLINK" >ORDER STARLINK</div>
<h6 class="page1content"> "Starlink provides high-speed, low-latency broadband internet across the globe. <br> Within each coverage area, orders are fulfilled on a first-come, first-served basis."</h6>
<div class="serachbar" >
<form class="form" >
<input class="input" type="text" placeholder="SERVICE ADDRESS">
</form>
<div class="orderbutten" >ORDER NOW</div>
</div>
</div>
<div class="pic2">
<div class="highspeed">HIGH-SPEED,LOW <br> LATENCY</div>
<h6 class="page2content">With high speeds and latency as low as 20ms in most locations, Starlink <br> enables video calls, online gaming, streaming, and other high data rate <br> activities that historically have not been possible with satellite internet. <br> Users also have the option to take Starlink with them via the Portability <br> feature or Starlink for RVs service.</h6>
<div class="page2butten" >LEARN MORE</div>
</div>
<div class="page3">
<div class="div3">
<div class="easytosetup" >EASY TO SETUP</div>
<h6 class="page3content"> Your Starlink Kit arrives with everything you need to get online including <br> your Starlink, wifi router, cables and base. <br> <br>
Starlink requires a clear view of the sky to connect. Download the Starlink <br> App to determine your best install location.</h6>
<div class="page3-1butten" >DOWNLOAD FOR IOS</div>
<div class="page3-2butten" >DOWNLOAD FOR ANDROID</div>
</div>
<div class="pic3" ></div>
</div>
<div class="page4" >
<div class="pic4"></div>
<div class="div3" >
<div class="ideal" >IDEAL FOR RURAL & REMOTE <br>COMMUNITIES</div>
<h6 class="page4content">Starlink is ideally suited for areas where connectivity has been unreliable or <br> completely unavailable. People across the globe are using Starlink to gain <br> access to education, health services and even communications support during <br> natural disasters.</h6>
<div class="page4butten" >LEARN MORE</div>
</div>
</div>
<div class="page5" >
<div class="priserving">PRESERVING THE NIGHT SKY</div>
<h6 class="page5content">Starlink leads the industry in innovations to reduce satellite brightness, minimize <br> the impact on astronomy, and protect the natural night sky for all to enjoy.</h6>
<div class="page5butten" >LEARN MORE</div>
</div>
<div class="page6" >
<div class="pic6" ></div>
<div class="div6" >
<div class="keepspaceclean">KEEPING SPACE CLEAN</div>
<h6 class="page6content"> Starlink is on the leading edge of on-orbit debris mitigation, meeting or exceeding <br> all regulatory and industry standards. At end of life, the satellites will utilize their <br> on-board propulsion system to deorbit over the course of a few months. <br><br>
In the unlikely event the propulsion system becomes inoperable, the satellites <br> will burn up in Earth’s atmosphere within 1-5 years, significantly less than the <br> hundreds or thousands of years at higher altitudes.</h6>
<div class="page6butten" >LEARN MORE</div>
</div>
</div>
<div class="page7" >
<div class="div7" >
<div class="priserving">ENGINEERED BY SPACEX </div>
<h6 class="page7content">SpaceX is leveraging its experience in building rockets and spacecraft to deploy <br> the world’s most advanced broadband internet system. As the world’s leading <br> provider of launch services – and the only provider with an orbital class reusable <br> rocket – SpaceX has deep experience with both spacecraft and on-orbit <br> operations.</h6>
<div class="page7butten" >LEARN MORE</div>
</div>
<div class="pic7" ></div>
</div>
<div class="bottom">
<div class="line" ></div>
<div class="link-condainer" >Want to be part of the Starlink team? View open positions below.</div>
<div class="bottombutten" >VIW OPEN POSITIONS</div>
</div>
</div>
<div class="footer">
<h6 class="Starlink2022">Starlink @ 2022</h6>
<h6 class="StarlinkOperators" >Starlink Operators | Privecy & Legal</h6>
<h6 class="StarlinkisadivisionofSpaceX">Starlink is a division of SpaceX. Visit us at </h6>
<h6 class="spacexcom" >spacex.com</h6>
</div>
</body>
</html>