diff --git a/ic/github.png b/ic/github.png new file mode 100644 index 0000000..0e161a7 Binary files /dev/null and b/ic/github.png differ diff --git a/icon.png b/ic/icon.png similarity index 100% rename from icon.png rename to ic/icon.png diff --git a/ic/reddit.png b/ic/reddit.png new file mode 100644 index 0000000..d666207 Binary files /dev/null and b/ic/reddit.png differ diff --git a/ic/twitter.png b/ic/twitter.png new file mode 100644 index 0000000..21a37a7 Binary files /dev/null and b/ic/twitter.png differ diff --git a/index.htm b/index.htm index 0e6f9cd..2da42bb 100644 --- a/index.htm +++ b/index.htm @@ -4,7 +4,7 @@ Minecraft Armor Stand - + @@ -20,11 +20,17 @@

MINECRAFT ARMOR STAND

- Check it on GitHub - Or on Reddit + GitHub + Reddit + Twitter

- This thing uses WebGL! If you don't see anything on the left enable WebGL in your browser or visit the official WebGL website to troubleshoot problems. + + + Troubleshooting + +
+ This thing uses WebGL! If you don't see anything on the left enable WebGL in your browser or visit the official WebGL website to troubleshoot problems. +
diff --git a/main.js b/main.js index 8dfd08a..696f0a9 100644 --- a/main.js +++ b/main.js @@ -92,8 +92,9 @@ $(document).ready(function(){ mouseDownY = null; }); - //Tips and tricks + //Hide elements $("#tipsntricks").hide(); + $("#troubleshooting").hide(); }); function setup(){