-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
62 lines (50 loc) · 1.85 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>7159 - USCASDSDGAM2</title>
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:bold,medium">
<link rel="stylesheet" href="fonts/stylesheet.css" type="text/css" charset="utf-8" />
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="container">
<div id = "top-bar" class="w3-display-container w3-black" >
<img class="w3-display-left" src="images/powerplay_logo_crop.png" style="max-height: 70%;margin-left:2rem;">
<div class="w3-display-middle" style="text-align: center;">
<b style="font-size: 35px;" id="team-name">7159 - Robo Ravens</b>
<br/>
<b style="font-size: 25px;" id="meet-details">San Diego Gauss Meet #2, Pacific Ridge</b>
</div>
<img class="w3-display-right" src="images/ftc_logo.png" style="max-height: 65%;margin-right:2rem;">
</div>
<div id="middle-content">
<div id="match_list">
<div id="scroll-container-a">
</div>
<div id="scroll-container-b">
</div>
</div>
</div>
<div class="w3-display-container w3-black" id="bottom-bar">
<div class="w3-display-middle" id="counter-container">
<div id="left">
<span style="border-bottom: 3px solid black;">JavaScript?</span>
<span></span>
</div>
<div id="counter">
<div>X</div>
</div>
<div id="alliance" class= "light-ftc-blue">
<div>-</div>
</div>
</div>
</div>
</div>
<script type = "module" src="script.js"></script>
<script type = "module" src="helpfulHTML.js"></script>
<script type = "module" src="match.js"></script>
</body>
</html>