Skip to content

Commit d0efb6d

Browse files
committed
updated about
1 parent 0e8c223 commit d0efb6d

File tree

1 file changed

+19
-3
lines changed

1 file changed

+19
-3
lines changed

src/sections/About.js

+19-3
Original file line numberDiff line numberDiff line change
@@ -90,20 +90,36 @@ const About = () => {
9090
whileInView={{ opacity: 1, y: 0 }}
9191
transition={{ duration: 0.7, ease: "easeOut", delay: 0.4 }}
9292
>
93-
Developer via self-education. Throughout my bachelor's degree, I took
93+
{/* Developer via self-education. Throughout my bachelor's degree, I took
9494
courses that introduced me to programming languages like C and Python.
9595
Later on though, I became fascinated by the amazing world of web
9696
development. As a result, I began learning development in addition to
9797
my academic studies because, as you are probably aware, learning is a
98-
lifelong endeavor.
98+
lifelong endeavor. */}
99+
I am an autodidactic developer. Learning about development was once a
100+
hobby of mine before becoming my passion. This is my favorite
101+
intellectual endeavor by far and my objective is to transition to this
102+
fantastic field. With various web technologies, I can develop both
103+
static and dynamic websites. I am capable of creating intricate
104+
animations and interactions, and I also enjoy making these. I am a
105+
self-starter with a quick learning curve.
99106
</motion.p>
100107
<br />
101108
<motion.p
102109
initial={{ opacity: 0, y: 30 }}
103110
whileInView={{ opacity: 1, y: 0 }}
104111
transition={{ duration: 0.5, ease: "easeOut", delay: 0.7 }}
105112
>
106-
I reside in Magdeburg. Here, I'm doing my second M.Sc in <a href="https://www.ovgu.de/en/Study/Study+Programmes/Master/Digital+Engineering.html" target="_blank" rel="noreferrer"><b>Digital Engineering</b></a> (Faculty of Computer Science) at Otto Von Guericke University Magdeburg.
113+
I reside in Magdeburg. Here, I'm doing my second M.Sc in{" "}
114+
<a
115+
href="https://www.ovgu.de/en/Study/Study+Programmes/Master/Digital+Engineering.html"
116+
target="_blank"
117+
rel="noreferrer"
118+
>
119+
<b>Digital Engineering</b>
120+
</a>{" "}
121+
(Faculty of Computer Science) at Otto Von Guericke University
122+
Magdeburg.
107123
</motion.p>
108124
<br />
109125
<motion.p

0 commit comments

Comments
 (0)