-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
70 lines (63 loc) · 2.69 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Loop Tunnel</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- <link rel="stylesheet" media="screen" href="http://fontlibrary.org/face/d-din" type="text/css"/> -->
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css" integrity="sha512-+4zCK9k+qNFUR5X+cKL9EIR+ZOhtIloNl9GIKS57V1MyNsYpYcUrUeQc9vNfzsWfV28IaLL3i96P9sdNyeRssA==" crossorigin="anonymous" />
</head>
<body>
<section class="showcase">
<header>
<h2 class="logo">Loop</h2>
<div class="toggle">
<i class="menuButton fas fa-bars 2x"></i>
<i class="menuClose fas fa-times 2x"></i>
</div>
</header>
<video src="tunnels.mp4" muted loop autoplay></video>
<div class="overlay"></div>
<div class="text">
<h2>The Future</h2>
<h3>High-Speed Tunnel System</h3>
<p>Loop is an all-electric, zero-emissions, high-speed underground public transportation system in which passengers are transported via compatible Autonomous Electric Vehicles (AEVs) at up to 150 miles per hour through Main Artery Tunnels.</p>
<a href="https://www.boringcompany.com/faq#loop">Learn more</a>
</div>
<ul class="social">
<li>
<a href="https://www.facebook.com/boringcompanyofficial/" target="_blank">
<i class="fab fa-facebook-f"></i>
</a>
</li>
<li>
<a href="https://twitter.com/boringcompany" target="_blank">
<i class="fab fa-twitter"></i>
</a>
</li>
<li>
<a href="https://www.instagram.com/boringcompany/?hl=en" target="_blank">
<i class="fab fa-instagram"></i>
</a>
</li>
</ul>
</section>
<div class="menu">
<ul>
<li>
<a href="#">Home</a>
</li>
<li>
<a href="https://www.boringcompany.com/products-loop/#loop">About</a>
</li>
<li>
<a href="https://www.boringcompany.com/projects">News</a>
</li>
</ul>
</div>
<script src="main.js"></script>
</body>
</html>