diff --git a/big.svg b/big.svg new file mode 100644 index 0000000..1a9dd1f --- /dev/null +++ b/big.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + diff --git a/css/style_luddite.css b/css/style_luddite.css index cdd213d..ac00aed 100644 --- a/css/style_luddite.css +++ b/css/style_luddite.css @@ -50,7 +50,6 @@ body { .box-container { display: none; - background-color: #ebebe6; color: #130149; border-radius: 6px; padding: 6px; diff --git a/index.html b/index.html index 0bd323d..3de4a3d 100644 --- a/index.html +++ b/index.html @@ -12,20 +12,44 @@

- - - - - Backplaces + + + + + + + + + + + + + + + + +

@@ -40,8 +64,8 @@

- - + +

diff --git a/luddite.html b/luddite.html index f8b8605..34e1883 100644 --- a/luddite.html +++ b/luddite.html @@ -13,7 +13,7 @@

@@ -31,7 +31,7 @@ // Create a separate text box for each sentence AAAAA messages.forEach(function (message, index) { var textBox = document.createElement("div"); - textBox.className = "text-box-" + index; + textBox.className = "text text-" + index; textBox.textContent = message; textBoxContainer.appendChild(textBox); }); diff --git a/webweave.html b/webweave.html index 7675892..5eebea6 100644 --- a/webweave.html +++ b/webweave.html @@ -7,7 +7,7 @@
- + Christmas Image