File tree Expand file tree Collapse file tree 7 files changed +11
-11
lines changed Expand file tree Collapse file tree 7 files changed +11
-11
lines changed Original file line number Diff line number Diff 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 >© { currentYear } Jeanine White </p >
13+ <p >© { currentYear } Farzad Fatollahi-Fard </p >
1414 </div >
1515 <p class =" socials" >
1616 <a href =" https://twitter.com/me" > Twitter</a >
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ interface Props {
77}
88
99const {
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
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import Hero from '../components/Hero.astro';
44import 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
Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff 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" >
You can’t perform that action at this time.
0 commit comments