From 40ec2c51478a921d94cffa9c09dd1bf6e604b476 Mon Sep 17 00:00:00 2001 From: KeithKhaotic <94017564+KeithKhaotic@users.noreply.github.com> Date: Sun, 1 May 2022 12:36:39 -0500 Subject: [PATCH 01/72] Update index.html --- index.html | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/index.html b/index.html index af7dcc2..1e7c4f9 100644 --- a/index.html +++ b/index.html @@ -7,14 +7,7 @@ - + Contact

Testing ur mom..

Testing ur mom...

From 21460ed4541863c6c4cbbb8bd8948f2b6c6da315 Mon Sep 17 00:00:00 2001 From: KeithKhaotic <94017564+KeithKhaotic@users.noreply.github.com> Date: Sun, 1 May 2022 12:44:32 -0500 Subject: [PATCH 02/72] Update index.html --- index.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/index.html b/index.html index 1e7c4f9..bdc546c 100644 --- a/index.html +++ b/index.html @@ -7,6 +7,14 @@ + Contact

Testing ur mom..

Testing ur mom...

From ef14185eb15e79b92fffe4b840099ad5a5cc44db Mon Sep 17 00:00:00 2001 From: KeithKhaotic <94017564+KeithKhaotic@users.noreply.github.com> Date: Sun, 1 May 2022 14:25:33 -0500 Subject: [PATCH 03/72] Update 2.0 --- contact.html | 2 +- index.html | 18 +++++++++++++++--- styles2.css | 0 3 files changed, 16 insertions(+), 4 deletions(-) create mode 100644 styles2.css diff --git a/contact.html b/contact.html index e7beda8..4806cc6 100644 --- a/contact.html +++ b/contact.html @@ -6,6 +6,6 @@ Document - Testing Ur mom.. + Welcome to \ No newline at end of file diff --git a/index.html b/index.html index bdc546c..7d0aeb2 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ - KK Media + KKD Pageedia @@ -16,7 +16,19 @@ } Contact -

Testing ur mom..

-

Testing ur mom...

+

Keith Khaotic's Social Page

+

Welcome to my Social Page. I know how scuffed and uglty this may look at the moment, but I promise more work is to come + I'll make sure it looks beautiful with time! Check out my socials below: + + + + Twsitch + + +

\ No newline at end of file diff --git a/styles2.css b/styles2.css new file mode 100644 index 0000000..e69de29 From 8912faa3509a855e3ddc9d326e86f10224e593af Mon Sep 17 00:00:00 2001 From: KeithKhaotic <94017564+KeithKhaotic@users.noreply.github.com> Date: Sun, 1 May 2022 14:41:05 -0500 Subject: [PATCH 04/72] Update index.html --- index.html | 43 ++++++++++++++++++++++++++++++++----------- 1 file changed, 32 insertions(+), 11 deletions(-) diff --git a/index.html b/index.html index 7d0aeb2..05aaf7c 100644 --- a/index.html +++ b/index.html @@ -18,17 +18,38 @@ Contact

Keith Khaotic's Social Page

Welcome to my Social Page. I know how scuffed and uglty this may look at the moment, but I promise more work is to come - I'll make sure it looks beautiful with time! Check out my socials below: - - - - Twsitch - - + I'll make sure it looks beautiful with time! Check out my socials below:

+

+ Guilded + + Discord + + TikTok + + Twitch + + YouTube

+ \ No newline at end of file From e87dbc90fb5f721358e7b47af42061e423f2d72a Mon Sep 17 00:00:00 2001 From: KeithKhaotic <94017564+KeithKhaotic@users.noreply.github.com> Date: Sun, 1 May 2022 14:43:31 -0500 Subject: [PATCH 05/72] Update contact.html --- contact.html | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/contact.html b/contact.html index 4806cc6..aa32a21 100644 --- a/contact.html +++ b/contact.html @@ -3,9 +3,24 @@ - Document + KKD Contact + - Welcome to + + + |

Keith Khaotic can be contacted through the multiple ways below: + + +Email: Click Here +Github: Click Here> +

\ No newline at end of file From e6fd3648b948c03d3a43050ba231e8f44fc6450b Mon Sep 17 00:00:00 2001 From: KeithKhaotic <94017564+KeithKhaotic@users.noreply.github.com> Date: Sun, 1 May 2022 17:22:41 -0500 Subject: [PATCH 06/72] Update 2.1 --- index.html | 2 +- index.md | 0 styles.css | 5 ++++- styles2.css | 5 +++++ 4 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 index.md diff --git a/index.html b/index.html index 05aaf7c..0caa38e 100644 --- a/index.html +++ b/index.html @@ -15,7 +15,7 @@ background-size: cover; } - Contact + Contact

Keith Khaotic's Social Page

Welcome to my Social Page. I know how scuffed and uglty this may look at the moment, but I promise more work is to come I'll make sure it looks beautiful with time! Check out my socials below:

diff --git a/index.md b/index.md new file mode 100644 index 0000000..e69de29 diff --git a/styles.css b/styles.css index 2ffffb7..f80f476 100644 --- a/styles.css +++ b/styles.css @@ -1,5 +1,8 @@ body { margin: 0; -background-image: https://cdn.discordapp.com/attachments/964640394413482014/970047383998177280/unknown.png; text-align: center; +} + +.blue { + text-decoration: none; } \ No newline at end of file diff --git a/styles2.css b/styles2.css index e69de29..96ee401 100644 --- a/styles2.css +++ b/styles2.css @@ -0,0 +1,5 @@ +body { + margin: 0; + text-align: center; + } + From 1fdd59be45fcf65ae5f6cfdb5c3f6c666af3e732 Mon Sep 17 00:00:00 2001 From: KeithKhaotic <94017564+KeithKhaotic@users.noreply.github.com> Date: Mon, 2 May 2022 15:19:14 -0500 Subject: [PATCH 07/72] Update contact.html --- contact.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contact.html b/contact.html index aa32a21..9e974a5 100644 --- a/contact.html +++ b/contact.html @@ -20,6 +20,8 @@ Email: Click Here +
+
Github: Click Here>

From 82098722b2ffcb60438c8a4bed7f43da80971859 Mon Sep 17 00:00:00 2001 From: KeithKhaotic <94017564+KeithKhaotic@users.noreply.github.com> Date: Mon, 2 May 2022 15:24:34 -0500 Subject: [PATCH 08/72] Update contact.html --- contact.html | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/contact.html b/contact.html index 9e974a5..da25d33 100644 --- a/contact.html +++ b/contact.html @@ -16,13 +16,12 @@ } - |

Keith Khaotic can be contacted through the multiple ways below: + |

Keith Khaotic can be contacted through the multiple ways below:

+

Email: Click Here +
+
+ Github: Click Here>

-Email: Click Here -
-
-Github: Click Here> -

\ No newline at end of file From d0fab5af7836ba5bdf24c737fefc2614fb259243 Mon Sep 17 00:00:00 2001 From: KeithKhaotic <94017564+KeithKhaotic@users.noreply.github.com> Date: Mon, 2 May 2022 15:28:08 -0500 Subject: [PATCH 09/72] BG Change: Update 2.2 --- contact.html | 2 +- index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/contact.html b/contact.html index da25d33..840cbd5 100644 --- a/contact.html +++ b/contact.html @@ -9,7 +9,7 @@ - |

Keith Khaotic can be contacted through the multiple ways below:

+ |

Keith Khaotic can be contacted through the multiple ways below:

Email: Click Here
diff --git a/index.html b/index.html index 03beb0d..5a3bc1d 100644 --- a/index.html +++ b/index.html @@ -16,8 +16,8 @@ } Contact -

Keith Khaotic's Social Page

-

Welcome to my Social Page. I know how scuffed and uglty this may look at the moment, but I promise more work is to come +

Keith Khaotic's Social Page

+

Welcome to my Social Page. I know how scuffed and uglty this may look at the moment, but I promise more work is to come I'll make sure it looks beautiful with time! Check out my socials below:

- |

Keith Khaotic can be contacted through the multiple ways below:

+

Contact Keith

Email: Click Here

Github: Click Here

+ + \ No newline at end of file diff --git a/index.css b/index.css new file mode 100644 index 0000000..bcfca9e --- /dev/null +++ b/index.css @@ -0,0 +1,38 @@ +body { +margin: 0; +text-align: center; +} + +.blue { + text-decoration: none; +} +ul { + list-style-type: none; + margin: 0; + padding: 0; + overflow: hidden; + background-color: aliceblue; + } + + li { + float: left; + } + + li a { + display: block; + color: gray; + text-align: center; + padding: 14px 16px; + text-decoration: none; + } + + + li a:hover { + background-color: #111; + } + + h1 { + text-shadow: 2px 2px 5px red; + }h1 { + text-shadow: 2px 2px 5px red; + } \ No newline at end of file diff --git a/index.html b/index.html index 5a3bc1d..98f9e7b 100644 --- a/index.html +++ b/index.html @@ -3,8 +3,8 @@ - KKD Pageedia - + KKD Socials + - Contact -

Keith Khaotic's Social Page

-

Welcome to my Social Page. I know how scuffed and uglty this may look at the moment, but I promise more work is to come +

+

Keith Khaotic's Socials

+

Welcome to my Social Page. I know how scuffed and ugly this may look at the moment, but I promise more work is to come I'll make sure it looks beautiful with time! Check out my socials below:

Keith Khaotic's Socials

Welcome to my Social Page. I know how scuffed and ugly this may look at the moment, but I promise more work is to come From 84d3b6684498d41f893054337f4876a9a2c8d5ba Mon Sep 17 00:00:00 2001 From: KeithKhaotic <94017564+KeithKhaotic@users.noreply.github.com> Date: Thu, 5 May 2022 15:55:44 -0500 Subject: [PATCH 14/72] Update 2.33: BG Change --- contact.html | 12 ++++++------ index.html | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/contact.html b/contact.html index a529db7..0ee0814 100644 --- a/contact.html +++ b/contact.html @@ -10,11 +10,12 @@

diff --git a/index.html b/index.html index c988ae2..7ecde41 100644 --- a/index.html +++ b/index.html @@ -9,7 +9,7 @@

Keith Khaotic's Socials

Welcome to my Social Page. I know how scuffed and ugly this may look at the moment, but I promise more work is to come From b887a16ab74a1c6598d3172baa991c5fad02de44 Mon Sep 17 00:00:00 2001 From: KeithKhaotic <94017564+KeithKhaotic@users.noreply.github.com> Date: Thu, 5 May 2022 18:24:56 -0500 Subject: [PATCH 15/72] Update 2.34 --- contact.html | 2 ++ index.html | 9 +++++++++ 2 files changed, 11 insertions(+) diff --git a/contact.html b/contact.html index 0ee0814..428819f 100644 --- a/contact.html +++ b/contact.html @@ -24,6 +24,8 @@

Contact Keith

+

Here you can contact Keith in MULTIPLE ways across social media!

+

Email: Click Here!

Github: Click Here!

Discord: Click here!

diff --git a/index.html b/index.html index 7ecde41..ad84647 100644 --- a/index.html +++ b/index.html @@ -18,6 +18,7 @@

Keith Khaotic's Socials

Welcome to my Social Page. I know how scuffed and ugly this may look at the moment, but I promise more work is to come @@ -52,6 +53,14 @@

Keith Khaotic's Socials

} YouTube + + Twitter + +

From 40a11864c56a39cc7ae7cf60f7f60bcb3f346e9e Mon Sep 17 00:00:00 2001 From: KeithKhaotic <94017564+KeithKhaotic@users.noreply.github.com> Date: Thu, 5 May 2022 19:22:09 -0500 Subject: [PATCH 16/72] Update contact.html --- contact.html | 1 + 1 file changed, 1 insertion(+) diff --git a/contact.html b/contact.html index 428819f..9ab56bc 100644 --- a/contact.html +++ b/contact.html @@ -11,6 +11,7 @@ - Guilded + Guilded - Discord + Discord - TikTok + TikTok - Twitch + Twitch - YouTube + YouTube - Twitter + Twitter

From 8d8ed3ff36971057a88da8ed1e8a32ddde190bdb Mon Sep 17 00:00:00 2001 From: KeithKhaotic <94017564+KeithKhaotic@users.noreply.github.com> Date: Fri, 6 May 2022 15:24:39 -0500 Subject: [PATCH 18/72] Update contact.html --- contact.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contact.html b/contact.html index 9ab56bc..dc0027e 100644 --- a/contact.html +++ b/contact.html @@ -16,7 +16,7 @@
- \
From da08346239a790d7119cde7a02b110d8c1149845 Mon Sep 17 00:00:00 2001 From: KeithKhaotic <94017564+KeithKhaotic@users.noreply.github.com> Date: Mon, 20 Jun 2022 15:27:21 -0500 Subject: [PATCH 39/72] Update index.html --- index.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index caaf8f0..7f9d2c5 100644 --- a/index.html +++ b/index.html @@ -78,6 +78,9 @@

Ayyooo wsg?

- Music: Press Kampe, Warlord Colossus, Prompto, Juice WRLD, FIR, Xanakin Skywok

- Fandoms: D&D, Arcane, LOTR

- Games: Minecraft, Fortnite, Fallout

- + + \ No newline at end of file From 08c30ae95c5dbe1c4beb1f244927cc2c57eac23c Mon Sep 17 00:00:00 2001 From: KeithKhaotic <94017564+KeithKhaotic@users.noreply.github.com> Date: Mon, 20 Jun 2022 15:29:36 -0500 Subject: [PATCH 40/72] Test update --- index.html | 2 +- testsong.mp3 | Bin 0 -> 2277178 bytes 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 testsong.mp3 diff --git a/index.html b/index.html index 7f9d2c5..09f8942 100644 --- a/index.html +++ b/index.html @@ -78,7 +78,7 @@

Ayyooo wsg?

- Music: Press Kampe, Warlord Colossus, Prompto, Juice WRLD, FIR, Xanakin Skywok

- Fandoms: D&D, Arcane, LOTR

- Games: Minecraft, Fortnite, Fallout

-