commit 9dfc385f9f8d993a422b6ec6a0d1c465ea596b14 Author: Daniel Jones <104509116+DanielReddJones@users.noreply.github.com> Date: Thu Sep 5 15:37:14 2024 -0500 Initial commit. Still playing around. diff --git a/index.html b/index.html new file mode 100644 index 0000000..52dfc32 --- /dev/null +++ b/index.html @@ -0,0 +1,43 @@ + + + + + + + + Who is this joker? + + + +
+
+
+
A glass window frame
+
+ + + +
+
+
+ + + + + +

The background behind is blurred.

+ + + + + + + +
+
+
+ + + + + \ No newline at end of file diff --git a/jokerlinks/jokerlinks.html b/jokerlinks/jokerlinks.html new file mode 100644 index 0000000..5180e7c --- /dev/null +++ b/jokerlinks/jokerlinks.html @@ -0,0 +1,12 @@ + + + Who is this joker? + + + + + + \ No newline at end of file diff --git a/main.css b/main.css new file mode 100644 index 0000000..4b8c6ee --- /dev/null +++ b/main.css @@ -0,0 +1,3 @@ +body { + background-image: url("vista.jpg"); +} \ No newline at end of file diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..7e68a1e --- /dev/null +++ b/readme.md @@ -0,0 +1,2 @@ +# rebuilding of whoisthisjoker.com +I am remaking my blog site in simple html and css with maybe a little javascript here and there. Pretty basic now while I figure out how well I can convert everything and how I want it to look. Using 7.css to style it to look like windows 7. \ No newline at end of file diff --git a/vista.jpg b/vista.jpg new file mode 100644 index 0000000..349866d Binary files /dev/null and b/vista.jpg differ