KidSpirit Programs Section code is available on the GitHub repo at https://github.com/OSUKidSpirit/Programs-Section
Changes pushed to GitHub will be notified on Slack at #04code public channel
KidSpirit Programs Section code is currently only located in the Homepage.
If the URL of the program pages changes, simply replace the URL of the respective program's link which is in the
<a href="{{ REPLACE URL INSIDE HERE }}">
If the program changes, do not change the grid number. Use the following format for the new program:
<div class="anthonian-grid-item">
<a class="anthonian-a" href="{{ REPLACE WITH PAGE URL }}">
<img src="{{ REPLACE WITH IMAGE URL }}" alt="{{ REPLACE WITH IMAGE DESCRIPTION }}" width="100%">
<h2>{{ REPLACE WITH PROGRAM NAME }}</h2>
</a>
</div>
and add it to any location bewteen
<div class="anthonian-4-grid-container">
{{ ANYWHERE IN HERE }}
</div>