This repository was archived by the owner on Nov 10, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
45 lines (45 loc) · 2.26 KB
/
index.html
File metadata and controls
45 lines (45 loc) · 2.26 KB
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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="styles/style.css" />
<link href="https://fonts.googleapis.com/css?family=Roboto|Montserrat:800" rel="stylesheet"/>
<link href="./styles/style.css" rel="stylesheet"/>
<meta name="theme-color" content="#F89808">
<meta name="Keywords" content="TOA,The Orange Alliance,FTC,Live uploading,DataSync,Scorekeeper,FIRST Tech Challenge">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta property="og:site_name" content="The Orange Alliance" />
<meta property="og:title" content="DataSync">
<meta property="og:description" content="Sync the your event with The Orange Alliance in realtime"/>
<Title>DataSync</Title>
</head>
<body>
<div class="navbar">
<div class="navbar-content">
<div class="navbar-logo"></div>
<div class="navbar-title">The Orange Alliance</div>
</div>
</div>
<div class="wrapper-box">
<img src="https://user-images.githubusercontent.com/16443111/61333217-f42c0b80-a82e-11e9-8c9a-49d2af22d4bf.png" class="wrapper-screenshot"></img>
<div class="wrapper-info">
<h1 class="wrapper-title text-shadow">
DataSync
</h1>
<div class="wrapper-description text-shadow">
Sync the your event with <a href="https://theorangealliance.org">The Orange Alliance</a> in realtime.
<br/>
The Orange Alliance is the <b>official</b> match, event, and team data provider for <em>FIRST</em> Tech Challenge.<br/>
</div>
<div class="wrapper-description description-small">
Don't have myTOA access to your event? Request access <a href="https://docs.google.com/forms/d/e/1FAIpQLSe6V7oj_lpfaTdgjUCrBg8P-ggnC_eh0vF6b01sMr9AOjF7_g/viewform" target="_blank">here</a>.
</div>
<div class="buttons">
<a href="https://github.com/orange-alliance/TOA-DataSync" class="outlined-button"><div class="button-icon icon-github"></div>GitHub</a>
<a class="button" id="download"><div id="download-icon" class="button-icon"></div><div id="download-text">Download</div></a>
</div>
</div>
</div>
<script src="js/index.js"></script>
</body>
</html>