website for peoria

This commit is contained in:
Jacob Levine
2019-03-21 23:12:49 -05:00
parent c7b3d7e9a3
commit 2cff74aa54
11 changed files with 486 additions and 555 deletions

View File

@@ -10,16 +10,15 @@
<link rel="stylesheet" href="../style.css" type="text/css" />
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<script type="text/javascript" src="scripts.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
</head>
<body>
<div id="mySidenav" class="sidenav">
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">&times;</a>
<a href="../profile">Profile</a>
<a href="#">Profile</a>
<a href="../team">Team</a>
<p>Scout Matches</p>
<a href="../scout/signUps" class="scoutMatchLinks">Sign Up For Matches</a>
<a href="../scout/rpts" class="scoutMatchLinks">Submit Scouting Reports</a>
<a href="#">Tournament Stats</a>
<a href="../scout">Scout Matches</a>
<a href="../stats">Tournament Stats</a>
</div>
<div id="main">
<span onclick="openNav()" id="topbar">
@@ -28,7 +27,10 @@
<h1 id="mainhead">TitanScout- Tournament Statistics</h1>
<p id="status">Loading...</p>
<div>
Live stats aren't ready let. Download the latest report.
<h2>Scouting Report</h2>
<embed src="https://drive.google.com/viewerng/viewer?embedded=true&url=http://titanrobotics.ddns.net:60080/files" width="500" height="375"></embed>
<h2>Scouting Presentation</h2>
<embed src="https://drive.google.com/viewerng/viewer?embedded=true&url=http://titanrobotics.ddns.net:60080/files" width="500" height="375"></embed>
</div>
</div>
</body>