@@ -15,19 +15,24 @@ export default function Home() {
1515 < main className = "flex flex-col gap-y-6 row-start-2 items-center sm:items-start" >
1616 < div className = "flex flex-col gap-y-4 text-center sm:text-left" >
1717 < h1 className = "text-4xl font-bold" >
18- Hello, I am James.
18+ Hello, I am{ " " }
19+ < span className = "inline-block bg-clip-text text-transparent bg-gradient-to-r from-[#D73F09] to-[#FDB813] transition-transform duration-300 ease-in-out hover:scale-110 hover:rotate-[-5deg] animate-gradient" >
20+ James
21+ </ span >
22+ .
1923 </ h1 >
2024 < p className = "text-lg max-w-xl" >
2125 I am a Computer Science student focusing on Machine Learning with a
2226 background in Full Stack, ML/AI, and DevOps. I decided to make a
2327 portfolio page and create a unique portfolio experience.
2428 </ p >
2529 < p className = "text-xs max-w-xl text-gray-500" >
26- The Wormhole is a unique browsing experience, where AI generates each
27- page being viewed. It has been fed information about me, and makes
28- each vist a one of a kind portfolio viewing experience. Take
29- everything with a grain of salt since it is AI generated. I encourage
30- you to play around wiht it, as this is an experiment. Enjoy, James.
30+ The Wormhole is a unique browsing experience, where AI generates
31+ each page being viewed. It has been fed information about me, and
32+ makes each vist a one of a kind portfolio viewing experience. Take
33+ everything with a grain of salt since it is AI generated. I
34+ encourage you to play around wiht it, as this is an experiment.
35+ Enjoy, James.
3136 </ p >
3237 </ div >
3338 < div className = "flex flex-col gap-y-4 items-center sm:items-start" >
0 commit comments