@@ -15,36 +15,100 @@ export default function HomePage() {
15
15
< Seo />
16
16
< main >
17
17
< section className = { clsxm ( isLoaded && 'fade-in-start' ) } >
18
- < div className = 'mt-[120px] text-center' >
19
- < article className = 'layout ' >
20
- < div className = 'flex flex-col items-start' >
21
- < h2 className = 'text-2x dark:text-gray-100' data-fade = '1' >
22
- Hi!
23
- </ h2 >
24
- < h1 className = ' mt-1 text-3xl dark:text-gray-100' data-fade = '2' >
25
- You can call me Chocolate
26
- </ h1 >
18
+ < div className = 'mt-[120px] text-left' >
19
+ < article className = '' >
20
+ < div className = 'mx-8 flex flex-col items-start' >
21
+ < p
22
+ className = 'mb-8 text-4xl text-[#555] dark:text-[#bbb]'
23
+ data-fade = '1'
24
+ >
25
+ 一百个Chocolate
26
+ </ p >
27
+ < p
28
+ className = 'text-lg text-[#555] dark:text-[#bbb]'
29
+ data-fade = '1'
30
+ >
31
+ Hey, I am Chocolate, the 21st front-end development, currently
32
+ moving bricks in a large factory.
33
+ </ p >
34
+ < p
35
+ className = { clsxm (
36
+ 'mt-6 text-[#555] dark:text-[#bbb]' ,
37
+ '2xl:text-xl text-left text-lg'
38
+ ) }
39
+ data-fade = '3'
40
+ >
41
+ JS, TS, LeetCode, Vue, React, algorithm lovers.
42
+ </ p >
43
+ < hr
44
+ className = 'mx-auto my-[2em] h-0 w-[50px] border-t-[1px] border-[#7d7d7d4d]'
45
+ data-fade = '4'
46
+ />
27
47
< p
28
48
className = { clsxm (
29
- ' mt-6 max-w-2xl text-gray-700 dark:text-gray-300 ' ,
49
+ 'mt-6 text-[#555] dark:text-[#bbb] ' ,
30
50
'2xl:text-xl text-left text-lg'
31
51
) }
32
52
data-fade = '3'
33
53
>
34
- JS, TS, LeetCode, Vue, React, algorithm lovers.The 21st
35
- front-end development, currently moving bricks in a large
36
- factory.
54
+ After experiencing high school life, I understand that
55
+ "fortunately, the cold window has been bitter for several
56
+ years, and since then there are many warm springs"
37
57
</ p >
38
58
< p
39
59
className = { clsxm (
40
- ' mt-2 max-w-2xl text-gray-700 dark:text-gray-300' ,
60
+ 'mt-6 text-[#555] dark:text-[#bbb]' ,
61
+ '2xl:text-xl text-left text-lg'
62
+ ) }
63
+ data-fade = '3'
64
+ >
65
+ And through college life, I understand that "learning is like
66
+ sailing against the current, if you don't advance, you will
67
+ retreat".
68
+ </ p >
69
+ < p
70
+ className = { clsxm (
71
+ 'mt-6 text-[#555] dark:text-[#bbb]' ,
72
+ '2xl:text-xl text-left text-lg'
73
+ ) }
74
+ data-fade = '3'
75
+ >
76
+ The dream is to become a person with a certain influence,
77
+ sweat with blood, and create the future with positivity!
78
+ </ p >
79
+ < hr
80
+ className = 'mx-auto my-[2em] h-0 w-[50px] border-t-[1px] border-[#7d7d7d4d]'
81
+ data-fade = '4'
82
+ />
83
+ < p
84
+ className = { clsxm (
85
+ ' mt-2 text-[#555] dark:text-[#bbb]' ,
86
+ '2xl:text-xl text-left text-lg'
87
+ ) }
88
+ data-fade = '4'
89
+ >
90
+ Find me on{ ' ' }
91
+ < CustomLink href = 'https://github.com/Chocolate1999' >
92
+ Github
93
+ </ CustomLink > { ' ' }
94
+ and{ ' ' }
95
+ < CustomLink href = 'https://space.bilibili.com/351534170' >
96
+ 哔哩哔哩
97
+ </ CustomLink >
98
+ .
99
+ </ p >
100
+
101
+ < p
102
+ className = { clsxm (
103
+ ' mt-2 text-[#555] dark:text-[#bbb]' ,
41
104
'2xl:text-xl text-left text-lg'
42
105
) }
43
106
data-fade = '4'
44
107
>
45
108
Motto: Learning is like sailing against the current, if you
46
109
don't advance, you will retreat!
47
110
</ p >
111
+
48
112
< div data-fade = '5' className = 'mt-4 flex' >
49
113
< CustomLink href = '/blog' > To Blog</ CustomLink >
50
114
< CustomLink href = '/about' className = 'ml-6' >
0 commit comments