Compare commits

..

No commits in common. "b2d702e39ab359e5ce825b394690efa7567f92b5" and "9efc730aa52f7a20dfff28d7f12396202b714ba1" have entirely different histories.

2 changed files with 4 additions and 4 deletions

View File

@ -40,7 +40,7 @@ const Navbar = () => {
{links.map(({ id, text, link }) => (
<li
key={id}
className="nav-links px-4 max-sm:px-2 cursor-pointer capitalize font-medium text-lg max-sm:text-base text-gray-500 hover:scale-105 hover:text-black dark:hover:text-white duration-200 link-underline"
className="nav-links px-4 cursor-pointer capitalize font-medium text-lg max-sm:text-base text-gray-500 hover:scale-105 hover:text-black dark:hover:text-white duration-200 link-underline"
>
<Link href={link}>{text}</Link>
</li>

View File

@ -11,7 +11,7 @@ export default function Events() {
<div className="col-span-3 flex flex-col max-lg:items-center max-sm:items-start">
<h2 className="text-5xl font-bold mt-2">Events</h2>
<p className="text-base mt-4">
I&apos;ve been to several developer / tech-related events during the past couple of years - here are some of them!
I've been to several developer / tech-related events during the past couple of years - here are some of them!
</p>
</div>
</div>
@ -54,7 +54,7 @@ export default function Events() {
<div>
<h2 className="text-4xl font-bold my-2">A.I. Innovation & Engineering Summit</h2>
<p className="text-base">
Thanks to my university&apos;s curriculum being around project-based learning, I get to work on my 1st year <span className="font-bold underline decoration-2 decoration-sky-500">Undergraduate Research & Development</span> project called &quot;Med-D&quot; in which, I also had to present it at
Thanks to my university's curriculum being around project-based learning, I get to work on my 1st year <span className="font-bold underline decoration-2 decoration-sky-500">Undergraduate Research & Development</span> project called "Med-D" in which, I also had to present it at
the 2024 A.I. Innovation & Engineering Summit.
</p>
</div>
@ -85,7 +85,7 @@ export default function Events() {
<div>
<div>
<div>
<h2 className="text-4xl font-bold my-2">&quot;A.I. Made Easy&quot; - Dell & AMD</h2>
<h2 className="text-4xl font-bold my-2">"A.I. Made Easy" - Dell & AMD</h2>
<p className="text-base">
On April 25th, Me and my team had the opportunity to present our work at the <span className="font-bold underline decoration-2 decoration-sky-500">A.I. Made Easy</span> event; organized by Dell Technologies & Advaned Micro Devices (AMD) Inc.
</p>