You’re close. Think he wants a “quote” as a loading screen/splash screen on page load.

To do this:

  1. Create a group element (preferably a reusable)
  2. Make that group full width/height (remove the max width/height)
  3. Add a background color
  4. Add your quote(s)
  5. Add that element you made to your index page or your parent page.
  6. On page loaded (entirely) - Animate the loading element to fade out.
  7. Add a delay before it to as needed.