Skip to content

Commit 4249efe

Browse files
committed
26/8/13
1 parent 5d63648 commit 4249efe

3 files changed

Lines changed: 13 additions & 41 deletions

File tree

src/consts.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,15 @@ export const menuItems = [
6262
*/
6363
],
6464
}, // Blog page with sub-items
65+
/*
6566
{
6667
id: "project",
6768
text: "Project",
6869
href: "/project",
6970
svg: "material-symbols:code-blocks-outline",
7071
target: "_self",
7172
}, // Projects page
73+
*/
7274
/*
7375
{
7476
id: "friend",
@@ -81,7 +83,7 @@ export const menuItems = [
8183
{
8284
id: "contact",
8385
text: "Contact",
84-
href: "mailto:merlette@aliyun.com", // Contact email
86+
href: "mailto:merlettte@icloud.com", // Contact email
8587
target: "_blank", // Open in a new tab
8688
svg: "material-symbols:attach-email-outline-rounded",
8789
},

src/pages/about.mdx

Lines changed: 5 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -20,41 +20,21 @@ import LinkCard from "../components/mdx/LinkCard.astro";
2020

2121
A 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
3331
items ={[
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>

src/pages/project.mdx

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -20,21 +20,11 @@ import LinkCard from "../components/mdx/LinkCard.astro";
2020
</BaseCard>
2121
{
2222
<ProjectCard
23-
title="Triluminous"
24-
image="/image/triluminous.webp"
25-
desc="Triluminous Academy Official Website"
26-
url="https://github.com/merlette/triluminous"
27-
badge="Astro"
28-
target="_self"
29-
/>
30-
}
31-
{
32-
<ProjectCard
33-
title="Turing"
34-
image="/image/turing.webp"
35-
desc="Turing Club Official Website"
36-
url="https://github.com/merlette/turing"
37-
badge="Astro"
23+
title=""
24+
image=""
25+
desc=""
26+
url=""
27+
badge=""
3828
target="_self"
3929
/>
4030
}

0 commit comments

Comments
 (0)