More
+
+
+* Kotlin / Java
+ * Gradle & Maven
+ * Spring
+ * JUnit
+ * Hibernate
+ * ... and many others
+* TypeScript / JavaScript
+ * Vue
+ * Angular
+ * Ionic / Cordova
+* HTML & SCSS / Sass
+ * ElementUI
+ * ECharts
+ * Vuesax
+* Python 3
+* Swift
+* ~~C++~~
+
+
+
+
+### π± Projects I'm currently working on
+
+* `20%` A personal home page / blog
+* `20%` A speech gender recognition bot based on ML
+* `10%` A RottenTomatoes filter
+* `10%` A spaced-repetition vocabulary memorization program optimized for Japanese language study - [NyaaMemo](https://github.com/hykilpikonna/AnkiNG).
+
+### π² Completed projects
+
+I mostly publish my projects to [HyDEV (HyDevelop)](https://github.com/hydevelop), a two-person organization of me and my best friend [Vanilla](https://github.com/vergedx).
+There is a list of my significant completed projects with English descriptions on my [About-Me website](https://me.hydev.org).
+But here is a brief list of my projects with their statistics:
+
+(Since some of them, such as PicqBotX, is only applicable to a Chinese developer community, their description and documentation shouldn't be in English)
diff --git a/src/views/About.vue b/src/views/About.vue
index 3ee756e..b72bfaf 100644
--- a/src/views/About.vue
+++ b/src/views/About.vue
@@ -20,7 +20,7 @@ export default class About extends Vue
mounted(): void
{
// TODO: Cloudflare CDN
- fetch("https://raw.githubusercontent.com/hykilpikonna/hykilpikonna/main/README.md").then(it => it.text())
+ fetch("/README.md").then(it => it.text())
.then(it => this.html = marked(parseExtensions(it.replace(emojiRegex(), (emoji) => {
return `