Skip to content

Instantly share code, notes, and snippets.

@susanBuck
Created October 5, 2018 15:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save susanBuck/913f0100624902f70641f3dd04d61ce1 to your computer and use it in GitHub Desktop.
Save susanBuck/913f0100624902f70641f3dd04d61ce1 to your computer and use it in GitHub Desktop.
markdown-cleanup.md
  1. "C-Y-D" (Choose Your Dyes) dropdown menu
    • Select dyes from 4 drop-down menus to:
      • Color four components, 'face', 'nose', 'lips', and 'eyes', upon submit.
      • Frame inputs (2) and (3) upon submit.
    • Default "none"
    • Form validations inc:
      • Will not submit when all values are "none" (error code: err-src cydn).
      • Will not submit when 'nose', 'lips' or 'eyes' values equal the 'face' value (error code err-src cydm).
  2. "L-S-N-" (learn Something New) radio buttons
    • Click input from 4 categories to retrieve information for 'type', 'name', 'color', 'geography'.
    • No default
    • Form validation inc:
      • Will not submit if no input is selected (error code err-src lsn).
  3. Add an indigo overlay checkbox
    • Click to adjust color values of 'face', 'nose', 'lips' and 'eyes' upon submit.
    • No default
    • No form validation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment