@@ -20,41 +20,21 @@ import LinkCard from "../components/mdx/LinkCard.astro";
2020
2121A student passionate about modern technology.
2222
23- ## My skills
23+ {
2424
25- ![ My Skills] ( https://skillicons.dev/icons?i=blender,cpp,html,java,md,unreal )
26-
27- { /*
25+ /*
2826
2927## TimeLine
3028
3129 <TimeLine
3230
3331items ={[
34- { year: "2017-01-23", event: "Started programming with LEGO Mindstorms EV3, combining robotics and visual coding" },
35- { year: "2019-11-03", event: "Began studying C++ and basic computer science concepts" },
36- { year: "2020-05-17", event: "Took the first step into web development with HTML" },
37- { year: "2021-06-13", event: "Explored Scratch programming to deepen understanding of coding logic through visual blocks" },
38- { year: "2023-02-11", event: "Gained root access on Android and ran a custom Magisk module I developed" },
39- { year: "2023-05-18", event: "Started creating Minecraft mods and exploring Java-based game mechanics" },
40- { year: "2023-09-23", event: "Co-founded the Turing Club in high school" },
41- { year: "2023-10-06", event: "Started learning MikuMikuDance and released my first MMD-rendered video" },
42- { year: "2024-01-02", event: "Began learning Blender for 3D modeling and animation" },
43- { year: "2024-01-28", event: "Started studying electronics and practicing soldering" },
44- { year: "2024-06-23", event: "Started learning Java for cross-platform development" },
45- { year: "2024-07-26", event: "Dived deeper into Unreal Engine by starting an RPG game demo" },
46- { year: "2024-08-27", event: "Built an online student community website for the high school club" },
47- { year: "2024-09-22", event: "Released my first Blender-rendered video on Bilibili and YouTube" },
48- { year: "2024-10-23", event: "Launched the first version of my personal website" },
49- { year: "2024-12-18", event: "Started using Synthesizer V to create my first VOCALOID cover" },
50- { year: "2024-12-24", event: "Started exploring Unreal Engine and 3D development" },
51- { year: "2025-09-17", event: "Build a collaborative reading notes platform and a coding tutorial website" },
52-
32+ { year: "2000-00-00", event: "" },
5333]}
5434
55- */ }
35+ */
5636
57- />
37+ }
5838
5939 </BaseCard >
6040</BaseLayout >
0 commit comments