diff --git a/src/lib/components/About/Me.svelte b/src/lib/components/About/Me.svelte
new file mode 100644
index 0000000..3928a46
--- /dev/null
+++ b/src/lib/components/About/Me.svelte
@@ -0,0 +1,9 @@
+
+
+
+
+
I'm Alexander Harding, I am the Founder of Backwards Development. I created Backwards Development as an umbrella for all of my professional works, this website was designed to allow for distribution for my software, tools and applications!
+
Backwards Development is a group I founded to work on whatever enter's my plate, If you need anything done, feel free to Contact Us at any time!
+
\ No newline at end of file
diff --git a/src/lib/components/About/Media.svelte b/src/lib/components/About/Media.svelte
new file mode 100644
index 0000000..42b76b6
--- /dev/null
+++ b/src/lib/components/About/Media.svelte
@@ -0,0 +1,7 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/src/lib/components/Common/Content/Heading.svelte b/src/lib/components/Common/Content/Heading.svelte
new file mode 100644
index 0000000..e8e435f
--- /dev/null
+++ b/src/lib/components/Common/Content/Heading.svelte
@@ -0,0 +1,5 @@
+
+
+{content}
\ No newline at end of file
diff --git a/src/lib/components/Contact.svelte b/src/lib/components/Main/Contact.svelte
similarity index 95%
rename from src/lib/components/Contact.svelte
rename to src/lib/components/Main/Contact.svelte
index 634be0b..6f3cf42 100644
--- a/src/lib/components/Contact.svelte
+++ b/src/lib/components/Main/Contact.svelte
@@ -3,7 +3,7 @@
import MaterialSymbolsMail from '~icons/material-symbols/mail';
-