diff --git a/assets/keyboard.png b/assets/keyboard.png new file mode 100644 index 0000000..1ee5664 Binary files /dev/null and b/assets/keyboard.png differ diff --git a/index.html b/index.html index 6d25107..8096163 100644 --- a/index.html +++ b/index.html @@ -16,10 +16,10 @@

Welcome!

-

This is a website for future tools. The source code can be found on my GitHub!

+

This is a website for future tools. The source code can be found on my GitHub!

Clicking "Test It" will open the tool in the current tab.

-

More tools will come in the future. I am currently working on a keyboard-key-tester.

-

MOTD: "Good girls are found in every corner of the earth - this is why the earth is round." - Devenz

+

More tools will come in the future.

+

MOTD: "To the mind that is still, the whole universe surrenders." - Lao Tzu

@@ -34,6 +34,15 @@ Test It +
+

Keyboard Test

+

This allows you to test your keyboard's keys to see if they all work!

+
+ Keyboard Image +
+ Test It +
+ diff --git a/style.css b/style.css index 4711c7d..188c076 100644 --- a/style.css +++ b/style.css @@ -123,6 +123,7 @@ img { .tool-desc { margin: 5px; font-weight: normal; + max-width: 60%; } .tool-media {