diff --git a/app.vue b/app.vue
index 3b94e475..672c58fb 100644
--- a/app.vue
+++ b/app.vue
@@ -1,9 +1,13 @@
+
+ About me:
+
+ - I am currently XYZ years old
+ - Im currently in (highschool|collage|j*b|retirment|greatbeyond) (this is just a guess)
+ - i like mostly coding in my freetime, messing with bugs, watching anime and sleeping
+ - i also like eating lots of food!
+ - i also like playing video games
+
+
\ No newline at end of file
diff --git a/components/FeedbackCards.vue b/components/FeedbackCards.vue
new file mode 100644
index 00000000..d802cf5c
--- /dev/null
+++ b/components/FeedbackCards.vue
@@ -0,0 +1,49 @@
+
+
+
+
+
diff --git a/components/Footer.vue b/components/Footer.vue
index bb4c17c9..756ff158 100644
--- a/components/Footer.vue
+++ b/components/Footer.vue
@@ -15,7 +15,7 @@
diff --git a/components/SnakeGrid.vue b/components/SnakeGrid.vue
new file mode 100644
index 00000000..e9f6acfa
--- /dev/null
+++ b/components/SnakeGrid.vue
@@ -0,0 +1,4 @@
+
+
+
+
\ No newline at end of file
diff --git a/lib/jsscripts/index.ts b/lib/jsscripts/index.ts
index 01fa40fb..7dc7af53 100644
--- a/lib/jsscripts/index.ts
+++ b/lib/jsscripts/index.ts
@@ -2,7 +2,9 @@ import { startingLog } from "./log";
import { runTitle } from "./changing_title";
import { injectOneko } from "./oneko";
-onNuxtReady(() => {
+if (process.client) {
+ // DOM-related logic here
+ // onMounted(() => {
startingLog();
runTitle();
@@ -11,9 +13,11 @@ onNuxtReady(() => {
semi_perm_id: localStorage.getItem("semi_perm_id")
? localStorage.getItem("semi_perm_id")
: (localStorage.semi_perm_id =
- Math.random().toString(36).substring(2, 15) +
- Math.random().toString(36).substring(2, 15)),
+ Math.random().toString(36).substring(2, 15) +
+ Math.random().toString(36).substring(2, 15)),
temp_id: Date.now() + Math.random().toString(36).substring(2, 15),
user_agent: navigator.userAgent,
});
-});
+ // });
+
+}
diff --git a/pages/about.vue b/pages/about.vue
index 2bb54f0a..c1b4d7e9 100644
--- a/pages/about.vue
+++ b/pages/about.vue
@@ -1 +1,14 @@
-About who?
+
+
+
+
+
+
+