-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
43 lines (40 loc) · 2.67 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
<head>
<title>FRC Kickoff Bingo</title>
<link rel="stylesheet" href="/bingo/master.css" />
<link rel="stylesheet" href="./assets/style.css" />
<link rel="stylesheet" href="./assets/sweetalert2.css" />
<link rel="apple-touch-icon" sizes="180x180" href="/assets/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/favicon/favicon-16x16.png">
<link rel="manifest" href="/assets/favicon/site.webmanifest">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
<script src="/bingo/sweetalert2.min.js"></script>
<script type="text/javascript" src="/bingo/values.js"></script>
<script type="text/javascript" src="/bingo/bingo.js"></script>
<meta property="og:title" content="FRC Kickoff Bingo!" />
<meta property="og:description" content="INFINITE RECHARGE edition 2020" />
</head>
<body>
<div id="header">
<img id="game-logo" src="./assets/first-infinite-recharge-logo.png">
<div id="title">
<h1>FRC Kickoff Bingo!</h1>
<h3>2020 Edition</h3>
</div>
<div id="controls" class="unselect">
<div class="button" onclick="createBoard()" accesskey="r"><div>RANDOMIZE</div></div><br>
<div class="button" onclick="showInstructions()" accesskey="i"><div>INSTRUCTIONS</div></div>
</div>
</div>
<div id="board" class="unselect"></div>
<div id="footer">
<div class="button"><a href="https://www.twitch.tv/firstinspires" target="_blank">Watch the Stream</a></div>
<div class="button"><a href="https://firstfrc.blob.core.windows.net/frc2020/Manual/2020FRCGameSeasonManual.pdf" target="_blank" download>Download Manual</a></div>
<div class="button"><a href="https://www.firstinspires.org/resource-library/frc/competition-manual-qa-system" target="_blank">Other Resources</a></div>
<div class="button"><a href="https://github.com/team178/bingo" target="_blank">Source Code</a></div>
</div>
<div id="social-share">
<iframe src="https://www.facebook.com/plugins/share_button.php?href=http%3A%2F%2Ffarmingtonrobotics.org%2Fbingo%2F&layout=button&size=small&mobile_iframe=true&width=65&height=20&appId" width="65" height="20" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowTransparency="true"></iframe>
<a href="https://twitter.com/share" class="twitter-share-button" data-text="BINGO! #omgrobots #FIRSTSTEAMWORKS Play #FRCKickoff Bingo at" data-url="http://farmingtonrobotics.org/bingo/" data-via="team178" data-related="FIRSTweets" data-show-count="false">Tweet</a><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
</body>