Skip to content

Commit a73ded4

Browse files
committed
some formatting
1 parent 66c388b commit a73ded4

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Boids.html

+7-7
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,17 @@
2222
<!-- Page content -->
2323
<p> This is the boids page </p>
2424

25-
<h1> Contents </h1>
25+
<h2> Contents </h2>
2626

2727
<ul>
2828
<p> There's probably a bootstrap component for this... </p>
2929
</ul>
3030

31-
<h1> What you'll create </h1>
31+
<h2> What you'll create </h2>
3232

3333
<script src="/SimulationLabs/Scripts/Boids/Boids.js"></script>
3434

35-
<h1> Prereqs </h1>
35+
<h2> Prereqs </h2>
3636

3737
<ul>
3838
<p> Know how to code </p>
@@ -41,19 +41,19 @@ <h1> Prereqs </h1>
4141
<p> Basic OOP </p>
4242
</ul>
4343

44-
<h1> Processing/JavaScript Intro </h1>
44+
<h2> Processing/JavaScript Intro </h2>
4545

4646
<p> This should be an intro to basic programming but in JavaScript, taught using basic simulations <emph>(such as the random stepper displayed on the page instead of the actual boids simulation)</emph> </p>
4747

48-
<h1> Autonomous Agents Intro </h1>
48+
<h2> Autonomous Agents Intro </h2>
4949

5050
<p> Applying forces, basic goals </p>
5151

52-
<h1> Creating boid flocks </h1>
52+
<h2> Creating boid flocks </h2>
5353

5454
<p> With room for more behaviours! </p>
5555

56-
<h1> Extension Material</h1>
56+
<h2> Extension Material</h2>
5757

5858
<p> Link to an <a href="/SimulationLabs/BoidsExtension"> extension site </a> with scope for learning how to host your own </p>
5959
</body>

0 commit comments

Comments
 (0)