Need more info?
-
- © 2019 Guus van Meerveld
+© 2019 Guus van Meerveld
diff --git a/feedback/js.js b/feedback/js.js deleted file mode 100644 index c81a963..0000000 --- a/feedback/js.js +++ /dev/null @@ -1 +0,0 @@ -sdfsfsdf \ No newline at end of file diff --git a/index.html b/index.html index ed217b7..841e021 100644 --- a/index.html +++ b/index.html @@ -13,36 +13,46 @@ - + -
-
-
- Guus van Meerveld
- - - - + + - - -
-
+
+
+ This website is built for those who like to code.
-And it is built by those who like to code
-Suggest things you would like to see at contact
+Mijn naam is Guus van Meerveld
+Ik ben 15 jaar oud en heb deze website gebouwd
+Als je suggesties hebt, ga dan naar contact
+
+
@@ -75,7 +85,7 @@
+
+
+ Het doel van deze website is om handig tools aan te bieden.
+
+
+
+
+
+
+ Yeet
+
+
+ Yote
+© 2019 Guus van Meerveld
+© 2019 Guus van Meerveld
diff --git a/js.js b/js.js index e69de29..ef8953f 100644 --- a/js.js +++ b/js.js @@ -0,0 +1,12 @@ +$(document).ready(function(){ + $(".slideUp").on('click', function(event) { + if (this.hash !== "") { + var hash = this.hash; + $('html, body').animate({ + scrollTop: $(hash).offset().top + }, 1000, function(){ + window.location.hash = hash; + }); + } + }); +}); diff --git a/minify/css.css b/minify/css.css new file mode 100644 index 0000000..0008111 --- /dev/null +++ b/minify/css.css @@ -0,0 +1,31 @@ +.mainContent { + height: 100vh; + width: 100%; + padding: 7rem; + padding-bottom: 0; + background-color: #222226; +} +#inputCode { + width: 100%; + height: 85%; +} +.langButton { + background-color: rgb(59, 60, 69); + border: 0; + color: white; + float: left; + padding: 1rem 1.5rem; +} +#run { + float: right; +} +@media screen and (min-width:0px) and (max-width:1000px) { + .mainContent { + padding: 2rem; + padding-top: 5rem; + } + .langButton { + padding: .5rem 1rem; + font-size: 15px; + } +} diff --git a/minify/index.html b/minify/index.html new file mode 100644 index 0000000..052fefe --- /dev/null +++ b/minify/index.html @@ -0,0 +1,63 @@ + + + + + + +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/minify/js.js b/minify/js.js
new file mode 100644
index 0000000..d086785
--- /dev/null
+++ b/minify/js.js
@@ -0,0 +1,9 @@
+var d = document.getElementById.bind(document);
+var g = document.querySelector.bind(document);
+
+function selectCode(source) {
+ switch (source){
+ case: html
+
+ }
+}
diff --git a/playground/index.html b/playground/index.html
index bf94514..94a4e67 100644
--- a/playground/index.html
+++ b/playground/index.html
@@ -61,7 +61,7 @@