Skip to content

Commit

Permalink
touchups
Browse files Browse the repository at this point in the history
  • Loading branch information
thatcatcancode committed Dec 3, 2023
1 parent 4390359 commit cf73ba0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ import { Toaster } from "react-hot-toast";
const inter = Inter({ subsets: ["latin"] });

export const metadata = {
title: "Leila Adams | Portfolio",
description: "Leila is a full-stack developer with 10+ years of experience.",
title: "Leila 'Lee' Adams | Portfolio",
description: "Leila (lee-la) is a full-stack developer with 15+ years of experience.",
};

export default function RootLayout({
Expand Down
2 changes: 1 addition & 1 deletion components/about.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default function About() {
<SectionHeading>About me</SectionHeading>
<p className="mb-3">
<span className="italic">I started programming </span> as a creative outlet for telling stories in a new medium.
As an ungrad, I landed my first contract gig rebuilding my college's science library portal.
As an undergrad, I landed my first contract gig rebuilding my college's science library portal.
After graduating with a Bachelor of Arts, I began my professional journey as an application developer on a secret 🤫 government contract.
During this time, I formalized my tech knowledge, earning a graduate degree in engineering from FIT.
</p>
Expand Down
6 changes: 3 additions & 3 deletions components/intro.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default function Intro() {
>
<Image
src={profileImg}
alt="Leila portrait"
alt="Lee portrait"
width="192"
height="192"
quality="95"
Expand Down Expand Up @@ -61,9 +61,9 @@ export default function Intro() {
initial={{ opacity: 0, y: 100 }}
animate={{ opacity: 1, y: 0 }}
>
<span className="font-bold">✨Hi✨, I'm Leila. </span> I'm a{" "}
<span className="font-bold">✨Hi✨, I'm Lee, </span> a{" "}
<span className="font-bold">full-stack developer</span> with{" "}
<span className="font-bold">10+ years</span> of experience. I enjoy
<span className="font-bold">15+ years</span> of experience. I enjoy
building <span className="italic">sites & apps</span>. My focus is on {" "}
<span className="underline">frontend development</span>.
</motion.h1>
Expand Down

0 comments on commit cf73ba0

Please sign in to comment.