CNU Day
Edit the countdown
- Open the countdown content block
- Click the edit source code <> button
- Scroll to below the <style> tag and find lines 56 and 57
- Update the variables for this year's values. The variables (highlighted below) represent the month (2) and day (15):Â
-Â The month: This will never need to be changed unless the month of CNU Day changes. Note, this is an array so it starts counting at 0. Thus January = 0, February = 1, March = 2.Â
- The day: This needs to be changed to the date of the event this year. Note, this is not an array so it reflects the calendar accurately - Submit your changes and the countdown should appear and be working properly on the page.
Edit the interactive map
- Open the dynamic data content block
- Click the edit source code <> button
- Scroll to below the <style> tag and find line 33
- Update the URL variable with the link provided by advancement to pull their data.
Replace the value between the ' marks and make sure the ; at the end remains. In the picture below, only the https://...-76828e438056 should be replaced - Submit your changes and the countdown should appear and be working properly on the page as long as there is data in the feed.