diff --git a/clippy/.DS_Store b/clippy/.DS_Store
deleted file mode 100644
index a9dd16d..0000000
Binary files a/clippy/.DS_Store and /dev/null differ
diff --git a/clippy/clippy-generator/.DS_Store b/clippy/clippy-generator/.DS_Store
deleted file mode 100644
index a2f2401..0000000
Binary files a/clippy/clippy-generator/.DS_Store and /dev/null differ
diff --git a/clippy/clippy-generator/README.markdown b/clippy/clippy-generator/README.markdown
deleted file mode 100644
index a3bfce9..0000000
--- a/clippy/clippy-generator/README.markdown
+++ /dev/null
@@ -1,5 +0,0 @@
-# Clippy Generator
-
-A Pen created on CodePen.io. Original URL: [https://codepen.io/joshnuss/pen/qdZdjw](https://codepen.io/joshnuss/pen/qdZdjw).
-
-
diff --git a/clippy/clippy-generator/dist/index.html b/clippy/clippy-generator/dist/index.html
deleted file mode 100644
index 3c17247..0000000
--- a/clippy/clippy-generator/dist/index.html
+++ /dev/null
@@ -1,27 +0,0 @@
-
-
-
-
- CodePen - Clippy Generator
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/clippy/clippy-generator/dist/script.js b/clippy/clippy-generator/dist/script.js
deleted file mode 100644
index c83c3ed..0000000
--- a/clippy/clippy-generator/dist/script.js
+++ /dev/null
@@ -1,26 +0,0 @@
-function run(agent) {
- agent.show();
-
- // add stuff here:
- agent.speak("hmmm...");
-
- setTimeout(function() {
- agent.speak("Looks like you're trying to use a microsoft product?");
-
- setTimeout(function() {
- agent.play('Congratulate');
-
- setTimeout(function() {
- agent.speak("Hello 1997!");
-
- agent.play("Pleased");
-
- }, 2000);
- }, 4000);
- }, 3000);
-}
-
-
-document.addEventListener('DOMContentLoaded', function() {
- clippy.load('Clippy', run);
-});
diff --git a/clippy/clippy-generator/dist/style.css b/clippy/clippy-generator/dist/style.css
deleted file mode 100644
index 7a3c771..0000000
--- a/clippy/clippy-generator/dist/style.css
+++ /dev/null
@@ -1,13 +0,0 @@
-html, body {
- margin: 0px;
- padding: 0px;
- height: 100%;
- overflow: hidden;
-}
-
-iframe {
- overflow: hidden;
- border: none;
- height: calc(100%);
- width: calc(100%);
-}
diff --git a/clippy/clippy-generator/license.txt b/clippy/clippy-generator/license.txt
deleted file mode 100644
index 29530c8..0000000
--- a/clippy/clippy-generator/license.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-Copyright (c) 2021 by Joshua Nussbaum (https://codepen.io/joshnuss/pen/qdZdjw)
-
-Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
diff --git a/clippy/clippy-generator/src/index.html b/clippy/clippy-generator/src/index.html
deleted file mode 100644
index 65a5818..0000000
--- a/clippy/clippy-generator/src/index.html
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/clippy/clippy-generator/src/script.js b/clippy/clippy-generator/src/script.js
deleted file mode 100644
index c96f23f..0000000
--- a/clippy/clippy-generator/src/script.js
+++ /dev/null
@@ -1,26 +0,0 @@
-function run(agent) {
- agent.show();
-
- // add stuff here:
- agent.speak("hmmm...");
-
- setTimeout(function() {
- agent.speak("Looks like you're trying to use a microsoft product?");
-
- setTimeout(function() {
- agent.play('Congratulate');
-
- setTimeout(function() {
- agent.speak("Hello 1997!");
-
- agent.play("Pleased");
-
- }, 2000);
- }, 4000);
- }, 3000);
-}
-
-
-document.addEventListener('DOMContentLoaded', function() {
- clippy.load('Clippy', run);
-});
\ No newline at end of file
diff --git a/clippy/clippy-generator/src/style.sass b/clippy/clippy-generator/src/style.sass
deleted file mode 100644
index 1da3f62..0000000
--- a/clippy/clippy-generator/src/style.sass
+++ /dev/null
@@ -1,11 +0,0 @@
-html, body
- margin: 0px
- padding: 0px
- height: 100%
- overflow: hidden
-
-iframe
- overflow: hidden
- border: none
- height: calc(100%)
- width: calc(100%)
\ No newline at end of file
diff --git a/clippy/index.html b/clippy/index.html
deleted file mode 100644
index c7ddd74..0000000
--- a/clippy/index.html
+++ /dev/null
@@ -1,28 +0,0 @@
-
-
-
-
- CodePen - Clippy Generator
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-