From 5acc45bd7aaec2d6e7edd16877e2aa3880fc6f73 Mon Sep 17 00:00:00 2001 From: Elias Fleckenstein Date: Fri, 31 Dec 2021 20:10:51 +0100 Subject: Initial commit --- HTML-Collection.zip | Bin 0 -> 3031 bytes README.md | 7 ++++++ calculator.html | 56 ++++++++++++++++++++++++++++++++++++++++++++ colormixer.html | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++++ cookies.html | 47 +++++++++++++++++++++++++++++++++++++ guessing.html | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++++ image.png | Bin 0 -> 6824 bytes index.html | 18 ++++++++++++++ 8 files changed, 260 insertions(+) create mode 100755 HTML-Collection.zip create mode 100644 README.md create mode 100755 calculator.html create mode 100755 colormixer.html create mode 100755 cookies.html create mode 100755 guessing.html create mode 100755 image.png create mode 100755 index.html 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 -- cgit v1.2.3