diff --git a/src/components/PlayerSideInfo.vue b/src/components/PlayerSideInfo.vue
new file mode 100644
index 0000000..7f3429f
--- /dev/null
+++ b/src/components/PlayerSideInfo.vue
@@ -0,0 +1,348 @@
+
+ Most played with
+
+
+
+
+ {{ mate.player.name }}
+
+
+ {{ mate.total }}
+
+
Most played with
+
+
+
+
+
+
+ Best Mate (by winrate)
+
+
+
+
+ {{ mate.player.name }}
+
+
+ {{ (mate.win_rate * 100).toFixed(0) }} %
+ ({{ mate.total }})
+
+
Best Mate (by winrate)
+
+
+
+
+
+
+ Weapons (by dmg)
+
+
+
+ {{ setDmgGraphWidth() }}
+ Weapons (by dmg)
+
+
+
+
+
+
+ Best Map (by winrate)
+
+
+
+
+ {{ FixMapName(map[0]) }}
+
+
+ {{ (map[1] * 100).toFixed(0) }} %
+ ({{ props.player_meta.total_maps[map[0]] }})
+
+
Best Map (by winrate)
+
+
+
+
+
+
+