Skip to content

Commit

Permalink
[programs] Correct intro text and move it to shared HTML snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
RachRocks committed Mar 5, 2024
1 parent d223e79 commit b2709ed
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 4 additions & 0 deletions _includes/levels.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
<div>
Each week, we offer each of <b>three levels</b> of camp to cater to students in grades first through ninth.

</div>
<div class="levels grid two_col">
{% for level in site.data.levels %}
<div class="level flexbox column" style="background: #{{ level.color }}">
Expand Down
1 change: 0 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ <h2>{{ benefit.title }}</h2>
<div class="wrapper block">
<h1>Programs</h1>
<hr>
Each week, we offer each of <b>three levels</b> of camp to cater to students in grades first through eighth.

{% include levels.html %}
</div>
Expand Down
3 changes: 0 additions & 3 deletions programs.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@
<br>
<h1 class="short">Our Programs</h1>
<hr>
<div>
Each week, we offer each of <b>two levels</b> of camp to cater to students in grades first through eighth.
</div>

{% include levels.html %}
</div>
Expand Down

0 comments on commit b2709ed

Please sign in to comment.