diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..a40b6ba --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,12 @@ +# These are supported funding model platforms + +github: vangj +patreon: vangj +open_collective: # Replace with a single Open Collective username +ko_fi: # Replace with a single Ko-fi username +tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel +community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry +liberapay: # Replace with a single Liberapay username +issuehunt: # Replace with a single IssueHunt username +otechie: # Replace with a single Otechie username +custom: https://oneoffcoder.com/ diff --git a/html/colors/index.html b/html/colors/index.html index d010e22..af45613 100644 --- a/html/colors/index.html +++ b/html/colors/index.html @@ -54,6 +54,11 @@

Colors!

Hit scramble to generate new colors

+

+ + Source Code + +

diff --git a/html/game-of-life/index.html b/html/game-of-life/index.html index 877f079..b0923c8 100644 --- a/html/game-of-life/index.html +++ b/html/game-of-life/index.html @@ -15,7 +15,6 @@ } body { - margin: 10px; } .center { @@ -60,6 +59,11 @@

Game of Life

Select a pattern. Hit Initialize to create the pattern. Hit Start Simulation to begin.

+

+ + Source Code + +

diff --git a/html/guessing-game/index.html b/html/guessing-game/index.html index d8307a1..4b55aa7 100644 --- a/html/guessing-game/index.html +++ b/html/guessing-game/index.html @@ -33,6 +33,11 @@

Guessing Game

Try entering the numbers: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10

+

+ + Source Code + +

diff --git a/html/index.html b/html/index.html new file mode 100644 index 0000000..afa4223 --- /dev/null +++ b/html/index.html @@ -0,0 +1,138 @@ + + + + + + + + + Web Programming Demos + + + + + +
+
+

Web Programming Demos

+

+ + One-Off Coder + +

+

+ "The best way to predict the future is to create it," President Abraham Lincoln. +

+
+

+ + Source Code on GitHub + +

+ +
+
+ + + +
+ +
+ +
+ + + + + + + + \ No newline at end of file diff --git a/html/logo.png b/html/logo.png new file mode 100644 index 0000000..0b76411 Binary files /dev/null and b/html/logo.png differ diff --git a/html/morse-code/index.html b/html/morse-code/index.html index 8b429fe..7234d93 100644 --- a/html/morse-code/index.html +++ b/html/morse-code/index.html @@ -48,6 +48,11 @@

Morse Code

Awesome video on Morse code

+

+ + Source Code + +

diff --git a/html/racing/index.html b/html/racing/index.html new file mode 100644 index 0000000..f0b446c --- /dev/null +++ b/html/racing/index.html @@ -0,0 +1,59 @@ + + + + Racing + + + + + + +
+
+ tennis ball progress bar +
+ + + + + + + + \ No newline at end of file diff --git a/html/racing/tennis-ball.png b/html/racing/tennis-ball.png new file mode 100644 index 0000000..d6e6a8a Binary files /dev/null and b/html/racing/tennis-ball.png differ diff --git a/html/rps++/index.html b/html/rps++/index.html index a571305..7b394b6 100644 --- a/html/rps++/index.html +++ b/html/rps++/index.html @@ -40,7 +40,7 @@ border-radius: 10px; } - svg.bi { + .scard .bi { width: 8em; height: 8em; } @@ -78,8 +78,14 @@

Rock Paper Scissor++

Using artificial intelligence (deep learning) to recognize your hand pose to play RPS

-
-
+

+ + Source Code + +

+
+
+
diff --git a/html/rps-game/index.html b/html/rps-game/index.html index 6014644..cf265a0 100644 --- a/html/rps-game/index.html +++ b/html/rps-game/index.html @@ -70,6 +70,11 @@

Rock, Paper, Scissor Shoot!

You will have 15 seconds to make a decision, or the computer wins by default

+

+ + Source Code + +

diff --git a/html/sign-language/index.html b/html/sign-language/index.html index 1624cad..90c7813 100644 --- a/html/sign-language/index.html +++ b/html/sign-language/index.html @@ -41,6 +41,11 @@

American Manual Alphabet

Wikipedia

+

+ + Source Code + +