diff --git a/uuid/favicon.ico b/b64/favicon.ico
old mode 100755
new mode 100644
similarity index 100%
rename from uuid/favicon.ico
rename to b64/favicon.ico
diff --git a/b64/index.html b/b64/index.html
new file mode 100644
index 0000000..fbc009c
--- /dev/null
+++ b/b64/index.html
@@ -0,0 +1,213 @@
+
+
+
+
+
+ Base64
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Help
+
+ It's just a Base64, thats it, thats all it needs to do, it generates,
+ displays and copies the Base64. Start typing or paste your input, escape
+ and press e to encode, or d to decode.
+
+
+
+ Paste values in with Ctrl + v
+
+
+ Copy with Ctrl + c
+
+
+ Decode with d
+
+
+ Encode with e
+
+
+ Escape with Esc
+
+
+ ? for help
+
+
+
+
+
+
+
+
+
diff --git a/clock/favicon.ico b/clock/favicon.ico
old mode 100755
new mode 100644
diff --git a/color/favicon.ico b/color/favicon.ico
old mode 100755
new mode 100644
diff --git a/dice/favicon.ico b/dice/favicon.ico
old mode 100755
new mode 100644
diff --git a/justfile b/justfile
index e6e96a5..ae304f6 100644
--- a/justfile
+++ b/justfile
@@ -1,5 +1,5 @@
serve:
- python -m http.server -d site 8000
+ python -m http.server 8000
deploy name:
- uvx --with awscli aws s3 sync {name} s3://k8s-pages/{name}
+ uvx --with awscli aws s3 sync {{name}}/ s3://k8s-pages/{{name}} --endpoint-url https://minio.wayl.one --profile minio
diff --git a/popup/index.html b/popup/index.html
new file mode 100644
index 0000000..712d4f0
--- /dev/null
+++ b/popup/index.html
@@ -0,0 +1,24 @@
+
+
+
+
+ Glossary Tooltip
+
+
+
+ Glossary
+
+
+ This paragraph contains a
+
+ container
+
+ A unit that packages software and its dependencies.
+
+
+ which is important in DevOps.
+
+
+
+
+
diff --git a/qr-codes-in-python.svg b/qr-codes-in-python.svg
new file mode 100644
index 0000000..0d96990
--- /dev/null
+++ b/qr-codes-in-python.svg
@@ -0,0 +1,2 @@
+
+
diff --git a/qr.svg b/qr.svg
new file mode 100644
index 0000000..feb9e55
--- /dev/null
+++ b/qr.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/qrcode/.null-ls_343321_index.html b/qrcode/.null-ls_343321_index.html
new file mode 100644
index 0000000..7461b8e
--- /dev/null
+++ b/qrcode/.null-ls_343321_index.html
@@ -0,0 +1,135 @@
+
+
+
+
+
+ QR Code
+
+
+
+
+
+
+
+
Help
+
Type or paste your text and press g to generate a QR code.
+
+ Ctrl + v = Paste
+ Ctrl + c = Copy
+ g = Generate
+ ? = Help
+ Esc = Exit input or close modal
+
+
+
+
+
+
+
+
diff --git a/qrcode/favicon.ico b/qrcode/favicon.ico
new file mode 100644
index 0000000..2ef95f5
Binary files /dev/null and b/qrcode/favicon.ico differ
diff --git a/qrcode/index.html b/qrcode/index.html
new file mode 100644
index 0000000..afe7e6a
--- /dev/null
+++ b/qrcode/index.html
@@ -0,0 +1,187 @@
+
+
+
+
+
+ QR Code
+
+
+
+
+
+
+
+
Help
+
Type or paste your text and press g to generate a QR code.
+
+ Ctrl + v = Paste
+ Ctrl + c = Copy
+ g = Generate
+ ? = Help
+ Esc = Exit input or close modal
+
+
+ Using query parameters:
+
+
+ https://qrcode.wayl.one?text=https://qrcode.wayl.one - Text to generate QR code for
+
+
+
+
+
+
+
+
+
diff --git a/stopwatch/favicon.ico b/stopwatch/favicon.ico
new file mode 100644
index 0000000..2ef95f5
Binary files /dev/null and b/stopwatch/favicon.ico differ
diff --git a/stopwatch/index.html b/stopwatch/index.html
new file mode 100644
index 0000000..c221fc7
--- /dev/null
+++ b/stopwatch/index.html
@@ -0,0 +1,232 @@
+
+
+
+
+ Stopwatch
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 00:00.000
+
+
+
+
Help
+
+ It's just a stopwatch, it counts up, press enter, space or click to start/stop.
+
+
+ Start typing to give it a title.
+
+
+ Copy with Ctrl + c
+
+
+
+
+
+
+
+
+
+
diff --git a/stopwatch/justfile b/stopwatch/justfile
new file mode 100644
index 0000000..ca8ad90
--- /dev/null
+++ b/stopwatch/justfile
@@ -0,0 +1,5 @@
+serve:
+ python -m http.server -d site
+
+deploy:
+ uvx --with awscli aws s3 sync site/ s3://k8s-pages/stopwatch
diff --git a/timer/favicon.ico b/timer/favicon.ico
old mode 100755
new mode 100644
diff --git a/timer/index.html b/timer/index.html
index aa22c25..792b4f8 100644
--- a/timer/index.html
+++ b/timer/index.html
@@ -1,10 +1,10 @@
+
+
-
Countdown Timer
- A simple large display countdown timer, its just counts down
@@ -33,8 +33,11 @@
#title {
font-size: 4vw;
margin-bottom: 2vh;
+ padding: 2rem 0;
outline: none;
text-align: center;
+ min-height: 4vw;
+ width: 100%;
}
#countdown {
@@ -44,13 +47,68 @@
white-space: nowrap;
cursor: pointer;
}
+ .modal-overlay {
+ position: fixed;
+ top: 0;
+ left: 0;
+ width: 100vw;
+ height: 100vh;
+ background: rgba(0, 0, 0, 0.75);
+ display: none;
+ justify-content: center;
+ align-items: center;
+ z-index: 1000;
+ }
+ .modal {
+ box-shadow: 0 0 3rem 1rem #00ff0017;
+ background: black;
+ border: 2px solid lime;
+ border-radius: 0.5rem;
+ padding: 2rem;
+ max-width: 90%;
+ color: lime;
+ text-align: left;
+ font-size: 1.5rem;
+ }
+ .modal h2 {
+ margin-top: 0;
+ color: #008e00;
+ }
+ .modal ul {
+ color: #00ae00;
+ }
- Click to Edit Title
+
00:05:00
+
+
+
+
Help
+
+ It's just a countdown timer, it counts down.
+
+
+ Use query parameters to change the time ex. ?hr=5&min=30&sec=0
+
+
+ Start typing to give it a title.
+
+
+ Copy with Ctrl + c
+
+
+
diff --git a/uca-url.svg b/uca-url.svg
new file mode 100644
index 0000000..7b2b602
--- /dev/null
+++ b/uca-url.svg
@@ -0,0 +1,2 @@
+
+