diff --git a/.gitignore b/.gitignore
index 5cf3889f..be4bb06b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,5 +14,3 @@ yarn.lock
public/
-
-static/scrabble/
diff --git a/static/awesome/awesome.css b/static/awesome/awesome.css
new file mode 100644
index 00000000..57b2ba20
--- /dev/null
+++ b/static/awesome/awesome.css
@@ -0,0 +1,64 @@
+html, body {
+ display: table;
+ font-size: 4.5em;
+ font-family: 'Open Sans', sans-serif;
+ width: 100%;
+ height: 100%;
+ /*background-color: #414ef8;*/
+ background-color: #94d500;
+ color: #fff;
+ cursor: default;
+}
+
+div#container {
+ display: table-cell;
+ vertical-align: middle;
+ margin: 0 auto;
+ width: 100%;
+ height: 100%;
+ text-align: center;
+}
+
+@media (min-width: 0px) {
+ html { font-size: 50%; }
+}
+
+@media (min-width: 300px) {
+ html { font-size: 70%; }
+}
+
+@media (min-width: 500px) {
+ html { font-size: 80%; }
+}
+
+@media (min-width: 700px) {
+ html { font-size: 120%; }
+}
+
+@media (min-width: 1200px) {
+ html { font-size: 200%; }
+}
+
+div#footer {
+ position: absolute;
+ bottom: 0;
+ right: 0;
+ font-size: 14px;
+ margin: 12px;
+}
+
+div#footer a {
+ text-decoration: none;
+ color: #ffffff;
+}
+
+div#footer span {
+ vertical-align: middle;
+}
+
+div#footer img {
+ height: 20px;
+ width: 20px;
+ vertical-align: middle;
+ margin-right: 6px;
+}
diff --git a/static/awesome/awesome.js b/static/awesome/awesome.js
new file mode 100644
index 00000000..c3ec4864
--- /dev/null
+++ b/static/awesome/awesome.js
@@ -0,0 +1,7 @@
+jQuery(document).ready(function($) {
+ $.get('synonyms.txt', function(data) {
+ var synonyms = data.split("\n");
+ var line = Math.floor(synonyms.length * Math.random());
+ $('span#synonym').html(synonyms[line]);
+ });
+});
\ No newline at end of file
diff --git a/static/awesome/favicon.ico b/static/awesome/favicon.ico
new file mode 100644
index 00000000..b9bc74a3
Binary files /dev/null and b/static/awesome/favicon.ico differ
diff --git a/static/awesome/favicon.png b/static/awesome/favicon.png
new file mode 100644
index 00000000..6db67113
Binary files /dev/null and b/static/awesome/favicon.png differ
diff --git a/static/awesome/index.html b/static/awesome/index.html
new file mode 100644
index 00000000..3fd95439
--- /dev/null
+++ b/static/awesome/index.html
@@ -0,0 +1,31 @@
+
+
+
+
+
+ synonyms for awesome
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/awesome/normalize.css b/static/awesome/normalize.css
new file mode 100644
index 00000000..46950867
--- /dev/null
+++ b/static/awesome/normalize.css
@@ -0,0 +1,177 @@
+/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
+
+html {
+line-height: 1.15;
+-webkit-text-size-adjust: 100%;
+}
+
+body {
+margin: 0;
+}
+
+h1 {
+font-size: 2em;
+margin: .67em 0;
+}
+
+hr {
+box-sizing: content-box;
+height: 0;
+overflow: visible;
+}
+
+pre {
+font-family: monospace, monospace;
+font-size: 1em;
+}
+
+a {
+background-color: transparent;
+}
+
+abbr[title] {
+border-bottom: 0;
+text-decoration: underline;
+text-decoration: underline dotted;
+}
+
+b,
+strong {
+font-weight: bolder;
+}
+
+code,
+kbd,
+samp {
+font-family: monospace, monospace;
+font-size: 1em;
+}
+
+small {
+font-size: 80%;
+}
+
+sub,
+sup {
+font-size: 75%;
+line-height: 0;
+position: relative;
+vertical-align: baseline;
+}
+
+sub {
+bottom: -0.25em;
+}
+
+sup {
+top: -0.5em;
+}
+
+img {
+border-style: none;
+}
+
+button,
+input,
+optgroup,
+select,
+textarea {
+font-family: inherit;
+font-size: 100%;
+line-height: 1.15;
+margin: 0;
+}
+
+button,
+input {
+overflow: visible;
+}
+
+button,
+select {
+text-transform: none;
+}
+
+button,
+[type="button"],
+[type="reset"],
+[type="submit"] {
+-webkit-appearance: button;
+}
+
+button::-moz-focus-inner,
+[type="button"]::-moz-focus-inner,
+[type="reset"]::-moz-focus-inner,
+[type="submit"]::-moz-focus-inner {
+border-style: none;
+padding: 0;
+}
+
+button:-moz-focusring,
+[type="button"]:-moz-focusring,
+[type="reset"]:-moz-focusring,
+[type="submit"]:-moz-focusring {
+outline: 1px dotted ButtonText;
+}
+
+fieldset {
+padding: .35em .75em .625em;
+}
+
+legend {
+box-sizing: border-box;
+color: inherit;
+display: table;
+max-width: 100%;
+padding: 0;
+white-space: normal;
+}
+
+progress {
+vertical-align: baseline;
+}
+
+textarea {
+overflow: auto;
+}
+
+[type="checkbox"],
+[type="radio"] {
+box-sizing: border-box;
+padding: 0;
+}
+
+[type="number"]::-webkit-inner-spin-button,
+[type="number"]::-webkit-outer-spin-button {
+height: auto;
+}
+
+[type="search"] {
+-webkit-appearance: textfield;
+outline-offset: -2px;
+}
+
+[type="search"]::-webkit-search-decoration {
+-webkit-appearance: none;
+}
+
+::-webkit-file-upload-button {
+-webkit-appearance: button;
+font: inherit;
+}
+
+details {
+display: block;
+}
+
+summary {
+display: list-item;
+}
+
+template {
+display: none;
+}
+
+[hidden] {
+display: none;
+}
diff --git a/static/awesome/s.png b/static/awesome/s.png
new file mode 100644
index 00000000..d2c39f40
Binary files /dev/null and b/static/awesome/s.png differ
diff --git a/static/awesome/synonyms.txt b/static/awesome/synonyms.txt
new file mode 100644
index 00000000..804f3ef4
--- /dev/null
+++ b/static/awesome/synonyms.txt
@@ -0,0 +1,60 @@
+alarming
+astonishing
+astounding
+awe-inspiring
+beautiful
+breathtaking
+exalted
+excellent
+exceptional
+extraordinary
+fabulous
+fantastic
+first-rate
+flawless
+formidable
+funkadelic
+grand
+imposing
+impressive
+inconceivable
+incredible
+indomitable
+intimidating
+kick-butt
+kryptonian
+legendary
+magnificent
+majestic
+marvelous
+mind-blowing
+moving
+nifty
+outstanding
+overwhelming
+phenomenal
+prodigious
+remarkable
+righteous
+sensational
+shocking
+staggering
+striking
+stunning
+stupefying
+stupendous
+sublime
+super
+superb
+supercalifragilisticexpialidocious
+terrific
+transcendent
+wicked
+wonderful
+wondrous
+impeccable
+solid diamond
+perfect
+amazing
+ticket-worthy
+whiz-bang
\ No newline at end of file
diff --git a/static/humans.txt b/static/humans.txt
index dc5913ad..39e43965 100644
--- a/static/humans.txt
+++ b/static/humans.txt
@@ -29,7 +29,7 @@
# TECHNOLOGY COLOPHON
- HTML5, CSS3
+ Hugo
Fastly CDN (via Firebase Hosting)
Google Analytics
Let's Encrypt SSL
diff --git a/static/robots.txt b/static/robots.txt
index ced6bc9c..679d3f3c 100644
--- a/static/robots.txt
+++ b/static/robots.txt
@@ -1,3 +1,4 @@
User-Agent: *
Disallow: /y2k/
Disallow: /scrabble/
+Disallow: /awesome/
diff --git a/static/scrabble/sbc/SBC Lesson Plan.docx b/static/scrabble/sbc/SBC Lesson Plan.docx
new file mode 100755
index 00000000..3e414d3f
Binary files /dev/null and b/static/scrabble/sbc/SBC Lesson Plan.docx differ