diff options
author | Paul Duncan <pabs@pablotron.org> | 2020-10-22 20:27:55 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2020-10-22 20:27:55 -0400 |
commit | d7f387ac1f49015922aeec7f5cb8fc29af832e05 (patch) | |
tree | f783540bb06d3cbded8d76c688a313ff48d0ef31 /public/index.html | |
parent | b280f4d8dfacffe2ac8864334c69a48cfe03070e (diff) | |
download | alonzo-mood-calculator-master.tar.bz2 alonzo-mood-calculator-master.zip |
Diffstat (limited to 'public/index.html')
-rw-r--r-- | public/index.html | 29 |
1 files changed, 28 insertions, 1 deletions
diff --git a/public/index.html b/public/index.html index 663b4d5..6987346 100644 --- a/public/index.html +++ b/public/index.html @@ -9,7 +9,10 @@ </head> <body> - <h1>Alonzo Mood Calculator</h1> + <h1> + Alonzo Mood Calculator + <span class='wednesday-mode'>(WEDNESDAY MODE)</span> + </h1> <div id='text'> <p> @@ -34,6 +37,15 @@ The default value of the field is the current value according to Yahoo Finance. </p> + + <p> + The new <b>Wendesday Mode</b> utilizes next-generation, state + of the art, real-time, gamification, snackable, hyper-local + heuristics to market-disrupt the mood calculation ideation + pipeline for the industry-leading, B2B, cloud-connected, + microservice-enabled, containerized, thought-leader-aware + office environment. + </p> </div> <p> @@ -87,6 +99,21 @@ Max </button> </p> + + <p class='controls'> + <label + for='wednesday-mode' + title='Enable Wednesday Mode' + style='text-align: center' + > + <input + type='checkbox' + id='wednesday-mode' + title='Enable Wednesday mode.' + /> + Wednesday Mode + </label> + </p> </div> <div id='face'></div> |