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 eb0a7a7..373b578 100644
--- a/src/views/About.vue
+++ b/src/views/About.vue
@@ -26,8 +26,8 @@ export default class About extends Vue
mounted(): void
{
- // TODO: Cloudflare CDN
- fetch("/README.md").then(it => it.text())
+ // Fetch readme
+ fetch(`${backendUrl}/profile-readme.md`).then(it => it.text())
.then(it => this.html = marked(parseExtensions(it.replace(emojiRegex(), (emoji) => {
return `