-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
74 lines (71 loc) · 3.91 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
<!-- Wow look at this nerd inspecting page source :P -->
<!-- Developed by mkel.dev and maintained by RotorJackets -->
<html>
<head>
<meta charset="utf-8">
<title>RotorJackets</title>
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1">
<meta content="RotorJackets" name="author">
<meta name="description" content="Homepage of RotorJackets, FPV racing at Georgia Tech.">
<meta property="og:type" content="website">
<meta property="og:site_name" content="RotorJackets">
<link rel="stylesheet" type="text/css" href="css/main.css" media="screen">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap" rel="stylesheet">
<link rel="shortcut icon" href="img/gogglebuzz.svg">
</head>
<body>
<video playsinline autoplay muted loop poster="img/edge.jpg" id="bgvid">
<source src="img/edge.mp4" type="video/webm">
</video>
<div class="nav">
<a href="/"><img class="nav-img" src="img/long_logo.png" /></a>
<div class="dropdown">
<i class="fa fa-bars nav-borgor"></i>
<ul class="nav-list">
<li><a href="/about">About</a></li>
<li><a href="/sponsors">Sponsors</a></li>
<li><a href="/pilots">Pilots</a></li>
<!-- <li><a href="/calendar">Events</a></li> -->
<li><a href="https://gatech.campuslabs.com/engage/organization/rotorjackets">Engage</a></li>
</ul>
</div>
</div>
<div class="flex-root">
<div class="headline-container">
<div class="title-container quirk">
<video playsinline autoplay muted class="ty-is-a-god">
<source src="img/tyisagod.webm" type="video/webm">
</video>
<h1>ROTORJACKETS</h1>
<h1 class="opacity0">ROTORJACKETS</h1>
<h1 class="opacity1">ROTORJACKETS</h1>
<br />
<div class="links">
<a href="https://www.instagram.com/rotorjackets/"><span><i class="fab fa-instagram fa-2x i-grow"></i></span></a>
<a href="https://www.youtube.com/channel/UCzE8dNNkIIUOgoyZOtt7uXw"><span><i class="fab fa-youtube fa-2x i-grow"></i></span></a>
<a href="https://www.facebook.com/groups/789361884962031"><span><i class="fab fa-facebook fa-2x i-grow"></i></span></a>
</div>
<div class="links">
<a href="https://www.linkedin.com/company/89782718"><span><i class="fab fa-linkedin fa-2x i-grow"></i></span></a>
<span>
<a class="mgp-container" href="https://www.multigp.com/chapters/view/?chapter=RotorJackets">
<object class="mgp" type="image/svg+xml" data="img/mgp.svg">MultiGP</object>
<span>yeet</span>
</a>
</span>
<a href="https://discord.gg/E6BWKJTrMX"><span><i class="fab fa-discord fa-2x i-grow"></i></span></a>
</div>
</div>
<!-- <img class="logo" src="img/gogglebuzz.png"></img> -->
</div>
</div>
<div class="discord-container">
<a href="https://discord.gg/E6BWKJTrMX"><img class="discord" src="img/discord.png"></img></a>
<!-- <span>Join us on Discord! →</span> -->
<!-- <iframe src="https://discordapp.com/widget?id=723199784697200810&theme=dark" width="350" height="300" allowtransparency="true" frameborder="0" sandbox="allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts"></iframe> -->
</div>
<!-- https://stackoverflow.com/questions/14389566/stop-css-transition-from-firing-on-page-load -->
<script> </script>
</body>
</html>