-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
60 lines (50 loc) · 2 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
<!DOCTYPE html>
<!-- saved from url=(0036)http://solidairityterns.appspot.com/ -->
<!--fork me on github!! https://github.com/jack-mcgrath/airterns/-->
<html hola_ext_inject="disabled"><head>
<link rel="stylesheet" type="text/css" href="stylesheets/styles.css">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<style>
body{
background-image:url('./images/hero.jpg');
background-repeat:no-repeat;
background-size:100%;
text-align: center;
h1{
margin-left: 100;
}
}
margin-left: 100;
}
<link rel="stylesheet" type="text/css" href="stylesheets/styles.css">
</style>
<title>Airbnb Interns: We ride together We die together</title>
<script src="javascripts/quiz.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-63869361-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<div style="position: fixed; z-index: -99; width: 100%; height: 100%">
<iframe frameborder="0" height="100%" width="100%"
src="https://youtube.com/embed/0sUD312IpOo?autoplay=1&controls=0&showinfo=0&autohide=1">
</iframe>
</div>
<h1>AIRTERN SOLIDARITY 4EVER</h1>
<h1>We've unionized for the betterment of all interns!</h1>
<a href="http://www.airbnb.com" id="rotator"><img src="./images/brian.png" /></a>
<h2>"Fighting for better rights!" :)</h2>
<img src="./images/demands.png">
<a href="http://www.airbnb.com" id="rotator2"><img src="./images/nate.png" /></a>
<h2>ARE YOU AN AIRBNB INTERN? Take the quiz!</h2>
<button onclick="main()">Find out now!</button>
<a href="http://www.airbnb.com" id="rotator"><img src="./images/joe.png" /></a>
<h1>ALSO WE GOT A BELO :) :)</h1>
<img height="300" width="300" src="./images/airternslogoscaled.png">
</body>
</html>