mirror of
https://github.com/harivansh-afk/Resume-website.git
synced 2026-04-17 05:00:20 +00:00
updated about section
This commit is contained in:
parent
ace7a74988
commit
02e77a947c
1 changed files with 11 additions and 12 deletions
|
|
@ -34,22 +34,21 @@ const About = () => {
|
||||||
<h1 className="text-5xl font-bold mb-4">
|
<h1 className="text-5xl font-bold mb-4">
|
||||||
Harivansh <span className="text-blue-600">Rathi</span>
|
Harivansh <span className="text-blue-600">Rathi</span>
|
||||||
</h1>
|
</h1>
|
||||||
<p className="text-xl text-gray-600 font-medium">Software Developer & ML Enthusiast</p>
|
<p className="text-xl text-gray-600 font-medium">Software Developer & AI Enthusiast</p>
|
||||||
</motion.div>
|
</motion.div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<motion.p
|
<motion.p
|
||||||
initial={{ opacity: 0 }}
|
initial={{ opacity: 0 }}
|
||||||
animate={{ opacity: 1 }}
|
animate={{ opacity: 1 }}
|
||||||
transition={{ delay: 0.3 }}
|
transition={{ delay: 0.3 }}
|
||||||
className="text-lg text-gray-700 mb-8 leading-relaxed max-w-2xl mx-auto"
|
className="text-lg text-gray-700 mb-8 leading-relaxed max-w-2xl mx-auto"
|
||||||
>
|
>
|
||||||
I'm a software developer with expertise in full-stack web development
|
I'm a software developer with expertise in full-stack web development
|
||||||
and a strong interest in machine learning. I enjoy working with both front-end and
|
and a strong interest in AI and LLMs. I enjoy working with both front-end and back-end technologies to build complete solutions. With the recent advancements in Artificial Intelligence, I enjoy exploring its intersection and integration with software development.
|
||||||
back-end technologies to build complete solutions.
|
|
||||||
</motion.p>
|
</motion.p>
|
||||||
|
|
||||||
<motion.div
|
<motion.div
|
||||||
initial={{ opacity: 0 }}
|
initial={{ opacity: 0 }}
|
||||||
animate={{ opacity: 1 }}
|
animate={{ opacity: 1 }}
|
||||||
transition={{ delay: 0.4 }}
|
transition={{ delay: 0.4 }}
|
||||||
|
|
@ -57,14 +56,14 @@ const About = () => {
|
||||||
>
|
>
|
||||||
<h2 className="text-xl font-semibold mb-4 text-gray-800">Contact me</h2>
|
<h2 className="text-xl font-semibold mb-4 text-gray-800">Contact me</h2>
|
||||||
<div className="space-y-2">
|
<div className="space-y-2">
|
||||||
<a
|
<a
|
||||||
href="mailto:rathiharivansh@gmail.com"
|
href="mailto:rathiharivansh@gmail.com"
|
||||||
className="block text-blue-600 hover:text-blue-700 transition-colors"
|
className="block text-blue-600 hover:text-blue-700 transition-colors"
|
||||||
>
|
>
|
||||||
rathiharivansh@gmail.com
|
rathiharivansh@gmail.com
|
||||||
</a>
|
</a>
|
||||||
<a
|
<a
|
||||||
href="mailto:zng2gc@virginia.edu"
|
href="mailto:zng2gc@virginia.edu"
|
||||||
className="block text-blue-600 hover:text-blue-700 transition-colors"
|
className="block text-blue-600 hover:text-blue-700 transition-colors"
|
||||||
>
|
>
|
||||||
zng2gc@virginia.edu
|
zng2gc@virginia.edu
|
||||||
|
|
@ -72,7 +71,7 @@ const About = () => {
|
||||||
</div>
|
</div>
|
||||||
</motion.div>
|
</motion.div>
|
||||||
|
|
||||||
<motion.div
|
<motion.div
|
||||||
initial={{ opacity: 0 }}
|
initial={{ opacity: 0 }}
|
||||||
animate={{ opacity: 1 }}
|
animate={{ opacity: 1 }}
|
||||||
transition={{ delay: 0.5 }}
|
transition={{ delay: 0.5 }}
|
||||||
|
|
@ -100,4 +99,4 @@ const About = () => {
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
export default About;
|
export default About;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue