Skip to content

Commit 36b8e19

Browse files
Updated with my name and protrait
1 parent ce83e94 commit 36b8e19

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

public/assets/portrait.jpg

179 KB
Loading

src/components/Footer.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const currentYear = new Date().getFullYear();
1010
Designed & Developed in Portland with <a href="https://astro.build/">Astro</a>
1111
<Icon icon="rocket-launch" size="1.2em" />
1212
</p>
13-
<p>&copy; {currentYear} Jeanine White</p>
13+
<p>&copy; {currentYear} Farzad Fatollahi-Fard</p>
1414
</div>
1515
<p class="socials">
1616
<a href="https://twitter.com/me"> Twitter</a>

src/components/MainHead.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ interface Props {
77
}
88
99
const {
10-
title = 'Jeanine White: Personal Site',
11-
description = 'The personal site of Jeanine White',
10+
title = 'Farzad Fatollahi-Fard: Personal Site',
11+
description = 'The personal site of Farzad Fatollahi-Fard',
1212
} = Astro.props;
1313
---
1414

src/components/Nav.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const isCurrentPage = (href: string) => {
3333
<div class="menu-header">
3434
<a href="/" class="site-title">
3535
<Icon icon="terminal-window" color="var(--accent-regular)" size="1.6em" gradient />
36-
Jeanine White
36+
Farzad Fatollahi-Fard
3737
</a>
3838
<menu-button>
3939
<template>

src/pages/about.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import Hero from '../components/Hero.astro';
44
import BaseLayout from '../layouts/BaseLayout.astro';
55
---
66

7-
<BaseLayout title="About | Jeanine White" description="About Jeanine White Lorem Ipsum">
7+
<BaseLayout title="About | Farzad Fatollahi-Fard" description="About Farzad Fatollahi-Fard">
88
<div class="stack gap-20">
99
<main class="wrapper about">
1010
<Hero
@@ -15,7 +15,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
1515
width="1553"
1616
height="873"
1717
src="/assets/at-work.jpg"
18-
alt="Jeanine White at work with a colleague"
18+
alt="Farzad Fatollahi-Fard at work with a colleague"
1919
/>
2020
</Hero>
2121

src/pages/index.astro

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ const projects = (await getCollection('work'))
2727
<div class="wrapper stack gap-8 lg:gap-20">
2828
<header class="hero">
2929
<Hero
30-
title="Hello, my name is Jeanine White"
31-
tagline="I am a Creative Developer who is currently based in Portland, Oregon."
30+
title="Hello, my name is Farzad Fatollahi-Fard"
31+
tagline="I am a Hardware Developer who is currently based in San Francisco, California."
3232
align="start"
3333
>
3434
<div class="roles">
@@ -39,7 +39,7 @@ const projects = (await getCollection('work'))
3939
</Hero>
4040

4141
<img
42-
alt="Jeanine White smiling in a red plaid shirt and tortoise shell glasses"
42+
alt="Farzad Fatollahi-Fard smiling in a blue button up"
4343
width="480"
4444
height="620"
4545
src="/assets/portrait.jpg"

src/pages/work.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ const projects = (await getCollection('work')).sort(
1212
---
1313

1414
<BaseLayout
15-
title="My Work | Jeanine White"
16-
description="Learn about Jeanine White's most recent projects"
15+
title="My Work | Farzad Fatollahi-Fard"
16+
description="Learn about Farzad Fatollahi-Fard's most recent projects"
1717
>
1818
<div class="stack gap-20">
1919
<main class="wrapper stack gap-8">

0 commit comments

Comments
 (0)