diff --git a/src/components/about/likes.svelte b/src/components/about/likes.svelte
new file mode 100644
index 0000000..67e0ff5
--- /dev/null
+++ b/src/components/about/likes.svelte
@@ -0,0 +1,28 @@
+
+
+ Music
+ - Hatsune Miku
+ - PinocchioP
+ - Mothy/Akuno-p
+
+
+ TV
+ - Game of Thrones
+ - Avatar the Last Airbender
+
+
+ VTubers
+ - Momosuzu Nene
+ - Amane Kanata
+ - Petra Gurin
+ - Ninomae Ina'nis
+ - Kson
+
+
+ Food
+ - Spaghetti
+ - Sushi
+
+
diff --git a/src/routes/about.svelte b/src/routes/about.svelte
index 34096bc..7122060 100644
--- a/src/routes/about.svelte
+++ b/src/routes/about.svelte
@@ -2,6 +2,7 @@
import Maincontent from '../components/misc/maincontent.svelte';
import Content from '../components/about/content.svelte';
import Sidebar from '../components/about/sidebar.svelte';
+ import Likes from '../components/about/likes.svelte';
@@ -15,36 +16,12 @@
-
+
-
-
-
-
- Music
- - Hatsune Miku
- - Amane Kanata
- - Mothy/Akuno-p
-
-
- TV
- - Game of Thrones
- - Avatar the Last Airbender
-
-
- VTubers
- - Momosuzu Nene
- - Amane Kanata
- - Petra Gurin
- - Ninomae Ina'nis
-
-
- Food
- - Spaghetti
- - Steak!
-
-
+