Skip to content

Commit

Permalink
Update email and URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
henrygraesberg committed Nov 11, 2024
1 parent 356c083 commit 72002a1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/app/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const Footer = () => {

<div className="flex gap-4 flex-col text-end">
<h3 className="text-xl font-ultra text-primary dark:text-accent transition-colors duration-700">Email</h3>
<Link href="mailto:[email protected]" className="font-medium">henrygras@icloud.com</Link>
<Link href="mailto:[email protected]" className="font-medium">henry@graesberg.com</Link>
<h3 className="text-xl font-ultra text-primary dark:text-accent transition-colors duration-700">Phone number</h3>
<Link href="tel:+4741629153" className="font-medium">+47 416 29 153</Link>
</div>
Expand Down
8 changes: 4 additions & 4 deletions src/app/data/ProjectData.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ import OldPortfolioImage from "@/assets/old_Portfolio.png";
export const projects: ProjectProps[] = [
{
title: "Portfolio",
url: "https://www.grasberg.no",
urlShorthand: "grasberg.no",
url: "https://graesberg.com",
urlShorthand: "graesberg.com",
github: "https://github.com/henrygraesberg/react_portfolio",
image: PortfolioImage,
technologies: ["logos:nextjs-icon", "logos:react", "logos:typescript-icon", "devicon:tailwindcss"],
deployment: ["logos:microsoft-azure"]
},
{
title: "Vanilla Portfolio",
url: "https://henrygraesberg.github.io/Portfolio/",
urlShorthand: "henrygraesberg.github.io",
url: "https://old.graesberg.com",
urlShorthand: "old.graesberg.com",
github: "https://github.com/henrygraesberg/Portfolio",
image: OldPortfolioImage,
technologies: ["logos:html-5", "logos:css-3", "logos:javascript"],
Expand Down

0 comments on commit 72002a1

Please sign in to comment.