@@ -24,31 +24,47 @@ export default function IndexRoute() {
24
24
return (
25
25
< div className = "flex min-h-screen flex-col" >
26
26
< Header backgroundImage = "/img/van_gogh_wheatfield_with_crows.jpg" />
27
- < div className = "avatar flex items-center justify-center p-6 " >
27
+ < div className = "avatar mb-6 mt-6 flex items-center justify-center" >
28
28
< Avatar />
29
29
</ div >
30
30
< div className = "flex-grow" >
31
- < div className = "font-eb-garamond-light mx-auto max-w-lg text-pretty px-4 text-center text-sm sm:text-base" >
32
- < p className = "mb-2 " >
31
+ < div className = "font-eb-garamond-light mx-auto max-w-[500px] px-4 text-center text-sm sm:text-base" >
32
+ < p className = "mb-3 " >
33
33
Hi there! I'm Gleb, a full-stack developer specializing in
34
34
DevOps and MLOps engineering. My background includes distributed
35
35
systems, speech processing, speech synthesis, natural language
36
36
processing, and finance. When I'm not coding, you'll
37
37
likely find me at the gym, lifting weights.
38
38
</ p >
39
- < p className = "mb-2 " >
39
+ < p className = "mb-3 " >
40
40
I've graduated summa cum laude from the Higher School of
41
41
Economics, where I studied both Computer Science and Finance. This
42
42
dual background helps me understand both the technical and business
43
43
aspects of projects.
44
44
</ p >
45
- < p className = "mb-2 " >
45
+ < p className = "mb-3 " >
46
46
On this site, you'll find a collection of resources that
47
47
I've found valuable. Feel free to explore, and I hope you
48
- discover some useful tools and materials for yourself! You can also
49
- find links to my Telegram channel (in Russian) and X profile (in
50
- English) in the footer below. It's where I share my thoughts
51
- and materials in a more freestyle format.
48
+ discover some useful tools and materials for yourself! For more of
49
+ my thoughts and freestyle content, check out my{ " " }
50
+ < a
51
+ href = "https://t.me/khaykingleb_blog"
52
+ target = "_blank"
53
+ rel = "noopener noreferrer"
54
+ className = "text-blue-600 hover:underline"
55
+ >
56
+ Telegram channel
57
+ </ a > { " " }
58
+ (in Russian) and{ " " }
59
+ < a
60
+ href = "https://x.com/khaykingleb"
61
+ target = "_blank"
62
+ rel = "noopener noreferrer"
63
+ className = "text-blue-600 hover:underline"
64
+ >
65
+ X profile
66
+ </ a > { " " }
67
+ (in English).
52
68
</ p >
53
69
</ div >
54
70
</ div >
0 commit comments