-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
67 lines (67 loc) · 2.21 KB
/
index.html
File metadata and controls
67 lines (67 loc) · 2.21 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
---
title: Code Red Robotics Controls Resources
layout: default
searchable: no
---
<div class="products">
<div class="product">
<a href="/programminglessons/">
<div class="upper">
<img src="/assets/img/book.png" alt="Guide">
<h1>Java Robot Guide</h1>
</div>
</a>
<div class="lower">
<p>We have written a series of detailed programming lessons on programming
a FRC robot using Java. <a href="/programminglessons">Learn More</a></p>
</div>
</div>
<div class="product">
<a href="/software/libraries/">
<div class="upper">
<img src="/assets/img/closedbook.png" alt="Advanced Libraries">
<h1>Advanced Libraries</h1>
</div>
</a>
<div class="lower">
<p>We have built up a large library in Java that provides many helpful
features that are not provided in the WPI libraries.
<a href="/libraries/">Learn more</a></p>
</div>
</div>
</div>
<div class="products">
<div class="product">
<a href="/software/pitmanager/">
<div class="upper">
<img src="/assets/img/program.png" alt="Pit Manager">
<h1>Pit Manager</h1>
</div>
</a>
<div class="lower">
<p>The Pit Manager assists teams in organizing their pits.
Pit Manager will organize your match schedule, keep track of all
your batteries, and even allow you to talk people in the stands!
<a href="/pitmanager">Learn more</a></p>
</div>
</div>
<div class="product">
<a href="/dashboard/">
<div class="upper">
<img src="/assets/img/meter.png" alt="Custom Dashboard">
<h1>Custom Dashboard</h1>
</div>
</a>
<div class="lower">
<p>The custom Dashboard is no longer maintained, but it can be found here.
<a href="/dashboard">Learn More</a></p>
</div>
</div>
</div>
<hr style="margin-top:20px;">
<h2>Robot Code</h2>
<p>Looking for our robot code? You can find it on our
<a href="http://www.github.com/CodeRed2771/">GitHub page</a>
(along with much much more), or check out our listing <a href="/robots">here</a>.</p>
<h2>NRG</h2>
<p>Looking for NRG? <a href="https://coderedrobotics.com/nrg/nrg-resources/">Click here to go to the NRG site</a>.