Skip to content

Commit 24b1d98

Browse files
committed
Start Updating CSS
1 parent e8f694f commit 24b1d98

File tree

1 file changed

+55
-34
lines changed

1 file changed

+55
-34
lines changed

index.html

Lines changed: 55 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -37,21 +37,27 @@
3737
</header>
3838
<div class="body">
3939
<h1>FRC 3512 Software Team</h1>
40-
<p>We are the software subteam of <a href=
41-
"https://www.spartatroniks.com/">FRC Team 3512</a> located in Orcutt,
42-
California. We teach high school students practical software and controls
43-
engineering skills through <a href=
44-
"https://www.firstinspires.org/">competitive robotics</a>.</p>
45-
<p>This website is a collection of student and mentor knowledge and a
46-
teaching aid.</p>
47-
<h2 id="Our_vision">Our vision</h2>
48-
<p>Produce competent software engineers who:</p>
49-
<ol>
50-
<li>Understand the tradeoff between maintainability and performance.</li>
51-
<li>Can recognize when a given programming language or feature is the
52-
right fit for a problem.</li>
53-
</ol>
54-
<h2 id="What_students_will_learn">What students will learn</h2>
40+
<div class="Who_we_are_sec">
41+
<h2 id="Who_we_are">Who We Are</h2>
42+
<p>We are the software subteam of <a href=
43+
"https://www.spartatroniks.com/">FRC Team 3512</a> located in Orcutt,
44+
California. We teach high school students practical software and controls
45+
engineering skills through <a href=
46+
"https://www.firstinspires.org/">competitive robotics</a>.</p>
47+
<p>This website is a collection of student and mentor knowledge and a
48+
teaching aid.</p>
49+
</div>
50+
<div class="Our_vision_sec">
51+
<h2 id="Our_vision">Our vision</h2>
52+
<p>Produce competent software engineers who:</p>
53+
<ol>
54+
<li>Understand the tradeoff between maintainability and performance.</li>
55+
<li>Can recognize when a given programming language or feature is the
56+
right fit for a problem.</li>
57+
</ol>
58+
</div>
59+
<div class="What_students_will_learn_sec">
60+
<h2 id="What_students_will_learn">What students will learn</h2>
5561
<p>The software subteam programs the robot to make it move and automate
5662
parts of its functionality. Our goal is to expose you to the software
5763
engineering process in a low-risk, collaborative learning environment so
@@ -84,25 +90,40 @@ <h2 id="What_students_will_learn">What students will learn</h2>
8490
<li>How to write automated tests that ensure our software continues to
8591
work as we add features and perform cleanups.</li>
8692
</ol>
87-
<h2 id="Administration"><a href="admin/">Administration</a></h2>
88-
<p>Describes the software team's goals, its organization, and how it's
89-
run.</p>
90-
<h2 id="Developer_bootstrap"><a href="bootstrap/">Developer
91-
bootstrap</a></h2>
92-
<p>Provides the necessary tools to begin programming in C++.</p>
93-
<h2 id="VPN_setup"><a href="vpn/">VPN setup</a></h2>
94-
<p>Instructions for connecting to our robot VPN.</p>
95-
<h2 id="Curriculum_and_instruction"><a href="ci/">Curriculum and
96-
instruction</a></h2>
97-
<p>Contains the software team teaching materials.</p>
98-
<h2 id="GitHub"><a href="https://github.com/frc3512/">GitHub</a></h2>
99-
<p>The software team's GitHub organization, which contains mirrors of our
100-
Git repositories.</p>
101-
<h2 id="FLL"><a href="fll/">FLL</a></h2>
102-
<p>FLL-related stuff the software team deals with on an annual basis.</p>
103-
<h2 id="Archives"><a href="archives/">Archives</a></h2>
104-
<p>Contains legacy projects and resources from throughout the team's
105-
history.</p>
93+
</div>
94+
<div class="Admin_sec">
95+
<h2 id="Administration"><a href="admin/">Administration</a></h2>
96+
<p>Describes the software team's goals, its organization, and how it's
97+
run.</p>
98+
</div>
99+
<div class="Dev_bootstraps-sec">
100+
<h2 id="Developer_bootstrap"><a href="bootstrap/">Developer
101+
bootstrap</a></h2>
102+
<p>Provides the necessary tools to begin programming in C++.</p>
103+
</div>
104+
<div class="VPN_setup_sec">
105+
<h2 id="VPN_setup"><a href="vpn/">VPN setup</a></h2>
106+
<p>Instructions for connecting to our robot VPN.</p>
107+
</div>
108+
<div class="Curriculum_sec">
109+
<h2 id="Curriculum_and_instruction"><a href="ci/">Curriculum and
110+
instruction</a></h2>
111+
<p>Contains the software team teaching materials.</p>
112+
</div>
113+
<div class="Github_sec">
114+
<h2 id="GitHub"><a href="https://github.com/frc3512/">GitHub</a></h2>
115+
<p>The software team's GitHub organization, which contains mirrors of our
116+
Git repositories.</p>
117+
</div>
118+
<div class="FLL_sec">
119+
<h2 id="FLL"><a href="fll/">FLL</a></h2>
120+
<p>FLL-related stuff the software team deals with on an annual basis.</p>
121+
</div>
122+
<div class="Archives_sec">
123+
<h2 id="Archives"><a href="archives/">Archives</a></h2>
124+
<p>Contains legacy projects and resources from throughout the team's
125+
history.</p>
126+
</div>
106127
</div>
107128
</body>
108129
</html>

0 commit comments

Comments
 (0)