CNU Day

Edit the countdown

  1. Open the countdown content block
  2. Click the edit source code <> button
  3. Scroll to below the <style> tag and find lines 56 and 57
    highlight lines 56-57
  4. 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
    highlight variables
  5. Submit your changes and the countdown should appear and be working properly on the page.

Edit the interactive map

  1. Open the dynamic data content block
  2. Click the edit source code <> button
  3. Scroll to below the <style> tag and find line 33
    highlight line 33
  4. 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
  5. Submit your changes and the countdown should appear and be working properly on the page as long as there is data in the feed.