Skip to content

Commit

Permalink
Updated About section with recent internship info
Browse files Browse the repository at this point in the history
  • Loading branch information
Nestor-19 committed Aug 19, 2024
1 parent 79c48a0 commit 11ea43c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 17 deletions.
14 changes: 5 additions & 9 deletions src/components/About/About.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,12 @@
-webkit-font-smoothing: antialiased;
}

a:hover {
.social-icons a:hover {
background: #a8dadc;
}










.company-link {
font-weight: 310;
color: #ffc857;
}
17 changes: 9 additions & 8 deletions src/components/About/About.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,24 +17,25 @@ const About = () => {
</div>
<div className='max-w-[1000px] w-full grid sm:grid-cols-2 gap-10 px-4 text-lg'>
<div>
<p className='pb-5'>Hi, I'm Nestor, a fourth year Computer Science Major at the University
of Toronto πŸŽ“. I recently completed a full stack project as part of the Google Developers Club (GDSC) πŸ‘¨πŸ½β€πŸ’».
<p className='pb-5'>Hi, I'm Nestor, a fourth year Computer Science student at the University
of Toronto πŸŽ“. For the past 16 months, I worked at <a href='https://bluecatnetworks.com/' target='_blank' rel='noreferrer' className='company-link'>BlueCat Networks</a>, where I designed and implemented key DNS-related features such as providing support for new resource records, as well as EDNS Client Subnet (ECS).

</p>
<p className='pb-5'>
I am passionate about building impactful software and learning new technologies βš™οΈ.
My interests consist of Web 🌐 and Blockchain β‚Ώ development, as well as Artificial Intelligence πŸ€–.
I am a passionate full-stack developer who consistently strives to deliver impactful software solutions βš™οΈ.
My distinct background has enabled me to communicate effectively, solve complex problems, and quickly adapt to new technologies.
</p>
<p>
Here are a few technologies I’ve been working with recently:
</p>
<ul className='pt-2 grid grid-cols-2'>
<li>β€’ JavaScript (ES6+)</li> <li>β€’ React</li>
<li>β€’ Node.js</li> <li>β€’ HTML & CSS</li>
<li>β€’ Solidity</li> <li>β€’ Express.js</li>
<li>β€’ Java</li> <li>β€’ React.js</li>
<li>β€’ Python</li> <li>β€’ Spring Boot</li>
<li>β€’ Solidity</li> <li>β€’ Django</li>
</ul>

</div>
<div className='flex flex-col justify-center items-center'>
<div className='flex flex-col justify-center items-center mb-20'>
<img src={nestor} className='object-cover h-60 w-85 duration-500 sm:hover:scale-[110%] hover:scale-[105%] rounded' alt=''></img>
<div className='flex gap-3 text-xl pt-7 social-icons'>
<a target='_blank' rel="noreferrer" href='https://github.com/Nestor-19'><span><FaGithub /></span></a>
Expand Down

0 comments on commit 11ea43c

Please sign in to comment.