Skip to content

Commit

Permalink
add "builder" to website;
Browse files Browse the repository at this point in the history
  • Loading branch information
noynovera committed Dec 16, 2024
1 parent cf91fe0 commit 6a40e54
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/web/src/app/components/home/profile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export default function HomeProfile() {
</div>
<div className="py-3">
<h1 className="font-black text-2xl">Noy Novera</h1>
<p>Curious Software Engineer | Builder</p>
<p>Curious Software Engineer, Builder</p>
</div>
<div className="py-3">
<p>
Expand Down
2 changes: 1 addition & 1 deletion apps/web/src/app/components/home/projects.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ export default function HomeProjects() {
NYNVR
</Link>
</CardTitle>
<CardDescription>Curious Software Engineer</CardDescription>
<CardDescription>Curious Software Engineer, Builder</CardDescription>
</CardHeader>
<CardContent>[2024-DEC] A personal portfolio and blogging website</CardContent>
<CardFooter className="text-xl">
Expand Down
4 changes: 2 additions & 2 deletions apps/web/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import "@/app/globals.css";
export const metadata: Metadata = {
metadataBase: new URL('https://nynvr.io'),
applicationName: 'NYNVR Website',
title: "NYNVR - Noy Novera | Curious Software Engineer",
description: "NYNVR - Noy Novera | Curious Software Engineer - Building products that enhance health, protect the environment, digitalize government operations and services, advance education and innovate finance",
title: "NYNVR - Noy Novera | Curious Software Engineer, Builder",
description: "NYNVR - Noy Novera | Curious Software Engineer, Builder - Building products that enhance health, protect the environment, digitalize government operations and services, advance education and innovate finance",
referrer: 'origin-when-cross-origin',
keywords: [
// personal brand
Expand Down

0 comments on commit 6a40e54

Please sign in to comment.