From: Elias Fleckenstein Date: Fri, 31 Dec 2021 19:10:51 +0000 (+0100) Subject: Initial commit X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=5acc45bd7aaec2d6e7edd16877e2aa3880fc6f73;p=html-collection.git Initial commit --- 5acc45bd7aaec2d6e7edd16877e2aa3880fc6f73 diff --git a/HTML-Collection.zip b/HTML-Collection.zip new file mode 100755 index 0000000..f7cc7cf Binary files /dev/null and b/HTML-Collection.zip differ diff --git a/README.md b/README.md new file mode 100644 index 0000000..e03bcff --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# HTML-Collection +A collection of HTML pages I made during learning HTML + +![Image](image.png) + +## Context +I made this a few years ago and it was one of the first pieces of code I wrote, so please be gentle when reading the code. Also, the index.html used to be a PHP file embedded into the elidragon website - when making the repository I renamed it, but otherwise I want to preserve the code. diff --git a/calculator.html b/calculator.html new file mode 100755 index 0000000..230f1b0 --- /dev/null +++ b/calculator.html @@ -0,0 +1,56 @@ + + + + + + + +
+
+
+
+
+
+
+ + + diff --git a/colormixer.html b/colormixer.html new file mode 100755 index 0000000..665b76b --- /dev/null +++ b/colormixer.html @@ -0,0 +1,66 @@ + + + + + COLOR-Mixer + + + + +
RED

+
GREEN

+
BLUE

+
SATURATION

+
BRIGHTNESS


+ + +
+
+ + + + + + diff --git a/cookies.html b/cookies.html new file mode 100755 index 0000000..a7d18b4 --- /dev/null +++ b/cookies.html @@ -0,0 +1,47 @@ + + + +Cookies + + + +

Use a cookie to save data.

+Content Last Time: +

+

+Content: +
+ +
+Password: +
+ +
+ + diff --git a/guessing.html b/guessing.html new file mode 100755 index 0000000..fbd9bbb --- /dev/null +++ b/guessing.html @@ -0,0 +1,66 @@ + + + + + + +

Guessing Game

+

Switch the nubers till they are in the correct order!

+
+ + + + + +
+
+

BAD POINTS

+ +
+ + + + diff --git a/image.png b/image.png new file mode 100755 index 0000000..53e159d Binary files /dev/null and b/image.png differ diff --git a/index.html b/index.html new file mode 100755 index 0000000..6f9e420 --- /dev/null +++ b/index.html @@ -0,0 +1,18 @@ + + + HTML Collection +
+
+

HTML Collection

+

Download Zip

+

Contents

+ +
+
\ No newline at end of file