Skip to content

Commit b634e95

Browse files
committed
edit text
1 parent 3d9749d commit b634e95

File tree

1 file changed

+28
-48
lines changed

1 file changed

+28
-48
lines changed

app/sections/about/index.jsx

Lines changed: 28 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ export function AboutSection() {
1313
<LazyMotion features={domAnimation}>
1414
<section id="about" className="section">
1515
<HeadingDivider title="About me" />
16-
<div className="pt-10 pb-16 max-w-4xl flex flex-col gap-3">
17-
<p
16+
<div className="pt-10 pb-16 max-w-5xl flex flex-col gap-3">
17+
<div
1818
tabIndex="0"
1919
ref={ref}
2020
className="text-xl font-light leading-relaxed"
@@ -24,52 +24,32 @@ export function AboutSection() {
2424
transition: "all 0.9s cubic-bezier(0.17, 0.55, 0.55, 1) 0.5s"
2525
}}
2626
>
27-
My name is Vasile. I have been a front-end developer for 5 years. I have started my
28-
programming journey as Wordpress developer. Now I&apos;m in love with React and Next.js.
29-
In the future I see myself learning React Native or Flutter, because of my big interest
30-
in these technologies.
31-
</p>
32-
<p
33-
tabIndex="0"
34-
ref={ref}
35-
className="text-xl font-light leading-relaxed"
36-
style={{
37-
transform: isInView ? "none" : "translateX(-200px)",
38-
opacity: isInView ? 1 : 0,
39-
transition: "all 0.9s cubic-bezier(0.17, 0.55, 0.55, 1) 1s"
40-
}}
41-
>
42-
I have studied computer science at Technical University of Moldova where I definitely
43-
fall in love with the front-end part of web development.
44-
</p>
45-
<p
46-
tabIndex="0"
47-
ref={ref}
48-
className="text-xl font-light leading-relaxed"
49-
style={{
50-
transform: isInView ? "none" : "translateX(-200px)",
51-
opacity: isInView ? 1 : 0,
52-
transition: "all 0.9s cubic-bezier(0.17, 0.55, 0.55, 1) 1.5s"
53-
}}
54-
>
55-
I enjoy learning technologies I like. I love diving into React world and Next.js
56-
framework.
57-
</p>
58-
<p
59-
tabIndex="0"
60-
ref={ref}
61-
className="text-xl font-light leading-relaxed"
62-
style={{
63-
transform: isInView ? "none" : "translateX(-200px)",
64-
opacity: isInView ? 1 : 0,
65-
transition: "all 0.9s cubic-bezier(0.17, 0.55, 0.55, 1) 2s"
66-
}}
67-
>
68-
Spending time working, improving, reading interesting front-end articles or watching new
69-
videos of popular teachers is something I enjoy a lot, as it is something I use for many
70-
hours daily. It allows me to be familiar with cutting-edge technologies and save time
71-
when I start some project.
72-
</p>
27+
<p>
28+
My name is Vasile. I successfully graduated Technical University of Moldova, computer
29+
science faculty.
30+
</p>
31+
<p>
32+
During my university years, I developed a deep passion for web programming, and I
33+
consistently engaged in learning new concepts and techniques in this field.
34+
</p>
35+
<p>So, officially, my programming journey began in 2017 as a WordPress developer.</p>
36+
<p className="my-3.5">
37+
I enjoy learning technologies that interest me, which is why I dedicated a significant
38+
amount of time to working with WordPress.
39+
</p>
40+
<p>
41+
One day, I decided to try something new, and I started learning React. I was so
42+
excited to see how fast I can build a website with it, and how easy it is to maintain
43+
it. Consequently, I quickly learnt Next.js and I used it to build some company
44+
projects working in a team with a backend dev.
45+
</p>
46+
<p className="my-3.5">
47+
In december 2023, I had an opportunity to start working as a React developer for a
48+
company with the possibility of transitioning to mobile development. I was skeptical
49+
about it at first, but I decided to give it a try, and I don&lsquo;t regret it. Now, I
50+
thoroughly enjoy working with Flutter and Dart.
51+
</p>
52+
</div>
7353
</div>
7454

7555
<TimeLine />

0 commit comments

Comments
 (0)