From ad7c0dfa36a756173a7a30385ed0785ded992bc4 Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Sat, 25 Dec 2021 02:45:03 -0500 Subject: [PATCH] [O] Local readme for testing --- public/README.md | 79 +++++++++++++++++++++++++++++++++++++++++++++ src/views/About.vue | 7 +--- 2 files changed, 80 insertions(+), 6 deletions(-) create mode 100644 public/README.md diff --git a/public/README.md b/public/README.md new file mode 100644 index 0000000..452f717 --- /dev/null +++ b/public/README.md @@ -0,0 +1,79 @@ +### πŸŽ„ Merry Christmas! + +Here, have some candies 🍬🍬🍬🍬🍬 + +### 🐱 Hi there, I'm Hykilpikonna! + +I'm Hykilpikonna, a first-year undergraduate student at the University of Toronto, majoring in computer science and psychology. I'm interested in web development and machine learning. I'm currently doing research on voice-based gender identification for Chinese speakers. + +I also love cats =^ο½₯-ο½₯^= + + +### 🌷 My overall statistics + +![](https://github-readme-stats.vercel.app/api?username=hykilpikonna&hide=stars&include_all_commits=true&show_icons=true&title_color=ff7d92&text_color=ffb5c2&icon_color=ff869a) + +### πŸ•ŠοΈ You can reach me at + +* Telegram [@hykilpikonna](https://t.me/hykilpikonna) +* Discord `Hykilpikonna#3162` +* Wechat `@hykilp` +* Email me[@](#at)hydev[.](#dot)org +* **NEW!** Anonymous Question Box: https://peing.net/hykilpikonna + +### 🌎 I can speak + +* πŸ‡ΊπŸ‡Έ English + * Shanbay: [13053 Words (97th Percentile)](https://imgur.com/a/jk3tDGi) (Tested on [Shanbay](https://www.shanbay.com/bdc/mobile/vocabtest/), as of Apr. 20, 2021) + * IELTS: 8.0 (Listening: 7.5, Reading: 8.0, Writing: 7.5, Speaking: 8.0, as of Apr. 29, 2021) +* πŸ‡¨πŸ‡³ δΈ­ζ–‡ + * Arealme: [1995 Words (45th Percentile)](https://imgur.com/sxtLGzM) (Tested on [arealme.com](https://www.arealme.com/chinese-vocabulary-size-test/cn/), as of Apr. 20, 2021) +* πŸ‡―πŸ‡΅ ζ—₯本θͺž (Learning) + * `65.3%` toward completing N5 + +### ⭐ I have experience using + +* Kotlin / Java +* TypeScript / JS +* HTML & SCSS +* Python 3 +* Swift + +
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 `${emoji}` })))) @@ -72,9 +72,4 @@ export default class About extends Vue li font-size: 0.875em - h3.ui-accordion-header - margin: 0 - padding-top: 0.5em - padding-bottom: 0.5em -