-
Notifications
You must be signed in to change notification settings - Fork 0
/
pageteam.php
61 lines (43 loc) · 2.13 KB
/
pageteam.php
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
<div id="pageTeam">
<div class="left">
<h2>Team <span>$3499</span></h2>
<br/>
<h4>Team Name:</h4> <span class="tab1">$Rivers Edge Robotics</span>
<br/><br/>
<h4>Drive System:</h4> <span class="tab1">$Omni Wheels</span>
<br/><br/>
<h4>Catch: </h4> <span class="tab1">$Yes</span><br/>
<span class="tab1">Reliability: <span class="tab1">$100</span>%</span>
<br/><br/>
<h4>Pick Up:</h4> <span class="tab1">$Yes</span><br/>
<span class="tab1">Speed: <span class="tab1">$Fast</span></span><br/>
<span class="tab1">Ease: <span class="tab1"> $On-The-Run</span></span>
<br/><br/>
<h4>Throw:</h4> <span class="tab1">$Yes</span><br/>
<span class="tab1">Shot Accuracy: <span class="tab1">$100</span>%</span>
<br/><br/>
<h4>Push The Ball:</h4> <span class="tab1">$Yes, it pushes the balls</span>
<br/><br/>
<h4>Autonomous:</h4> <span class="tab1">$Yes</span>
<br/><br/>
<span class="tab1">Shoot:</span> <span class="tab1">$High</span><br/>
<span class="tab2">Shot Accuracy:</span> <span class="tab1">$100</span>%<br/>
<span class="tab2">Wait For Action Time:</span> <span class="tab1">$No</span>%
<br/><br/>
<span class="tab1">Go To Zone:</span> <span class="tab1">$Yes</span>
<br/><br/>
<span class="tab1">Start Position:</span> <span class="tab1">$At some angle of 859 degresss</span>
<br/><br/>
<h4>Notes:</h4> <span class="tab1">$such notes wow</span>
<br/><br/><br/>
<span class="button">Edit Team</span><br/><br/>
</div>
<div class="rightSide">
<h2>Included Matches:</h2><br/>
<span>Match 1</span><br/> <!-- Make these links to the matches -->
<span>Match 2</span><br/>
<span>Match 3</span><br/>
<!-- Add a "None" option -->
</div>
<br class="clear"/>
</div>