Compare commits
2 Commits
9efc730aa5
...
b2d702e39a
| Author | SHA1 | Date |
|---|---|---|
|
|
b2d702e39a | |
|
|
2304049819 |
|
|
@ -40,7 +40,7 @@ const Navbar = () => {
|
||||||
{links.map(({ id, text, link }) => (
|
{links.map(({ id, text, link }) => (
|
||||||
<li
|
<li
|
||||||
key={id}
|
key={id}
|
||||||
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"
|
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"
|
||||||
>
|
>
|
||||||
<Link href={link}>{text}</Link>
|
<Link href={link}>{text}</Link>
|
||||||
</li>
|
</li>
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@ export default function Events() {
|
||||||
<div className="col-span-3 flex flex-col max-lg:items-center max-sm:items-start">
|
<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>
|
<h2 className="text-5xl font-bold mt-2">Events</h2>
|
||||||
<p className="text-base mt-4">
|
<p className="text-base mt-4">
|
||||||
I'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>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -54,7 +54,7 @@ export default function Events() {
|
||||||
<div>
|
<div>
|
||||||
<h2 className="text-4xl font-bold my-2">A.I. Innovation & Engineering Summit</h2>
|
<h2 className="text-4xl font-bold my-2">A.I. Innovation & Engineering Summit</h2>
|
||||||
<p className="text-base">
|
<p className="text-base">
|
||||||
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
|
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.
|
the 2024 A.I. Innovation & Engineering Summit.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -85,7 +85,7 @@ export default function Events() {
|
||||||
<div>
|
<div>
|
||||||
<div>
|
<div>
|
||||||
<div>
|
<div>
|
||||||
<h2 className="text-4xl font-bold my-2">"A.I. Made Easy" - Dell & AMD</h2>
|
<h2 className="text-4xl font-bold my-2">"A.I. Made Easy" - Dell & AMD</h2>
|
||||||
<p className="text-base">
|
<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.
|
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>
|
</p>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue