1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-09-13 23:55:35 -04:00

update <PageTitle /> component

This commit is contained in:
2022-01-12 12:56:24 -05:00
parent 3dfe85d5f6
commit e6ead77f5f
14 changed files with 58 additions and 66 deletions

View File

@@ -16,13 +16,10 @@ const Birthday = () => (
}}
/>
<PageTitle
title={
<>
<TapeIcon /> 1996.MOV
</>
}
/>
<PageTitle>
<TapeIcon /> 1996.MOV
</PageTitle>
<Content>
<Video
url={[

View File

@@ -16,13 +16,10 @@ const CLI = () => (
}}
/>
<PageTitle
title={
<>
<BotIcon /> CLI
</>
}
/>
<PageTitle>
<BotIcon /> CLI
</PageTitle>
<Content>
<blockquote>
<p>

View File

@@ -13,13 +13,10 @@ const Contact = () => (
}}
/>
<PageTitle
title={
<>
<MailIcon /> Contact Me
</>
}
/>
<PageTitle>
<MailIcon /> Contact Me
</PageTitle>
<Content>
<div className="wrapper">
<p>

View File

@@ -15,7 +15,7 @@ const Hillary = () => (
}}
/>
<PageTitle title="My Brief Apperance in Hillary Clinton's DNC Video" />
<PageTitle>My Brief Apperance in Hillary Clinton's DNC Video</PageTitle>
<Content>
<Video
url={[

View File

@@ -15,7 +15,8 @@ const Leo = () => (
}}
/>
<PageTitle title='Facebook App on "The Lab with Leo Laporte"' />
<PageTitle>Facebook App on "The Lab with Leo Laporte"</PageTitle>
<Content>
<Video
url={[

View File

@@ -12,13 +12,10 @@ const License = () => (
}}
/>
<PageTitle
title={
<>
<LicenseIcon /> License
</>
}
/>
<PageTitle>
<LicenseIcon /> License
</PageTitle>
<Content>
<p>
Unless otherwise noted, content on this website is published under the{" "}

View File

@@ -32,13 +32,10 @@ const Previously = () => (
}}
/>
<PageTitle
title={
<>
<FloppyIcon /> Previously on...
</>
}
/>
<PageTitle>
<FloppyIcon /> Previously on...
</PageTitle>
<Content>
<figure>
<a

View File

@@ -16,13 +16,10 @@ const Privacy = () => (
}}
/>
<PageTitle
title={
<>
<PrivacyIcon /> Privacy
</>
}
/>
<PageTitle>
<PrivacyIcon /> Privacy
</PageTitle>
<Content>
<p>Okay, this is an easy one. 😉</p>
@@ -179,8 +176,11 @@ const Privacy = () => (
<a href="https://www.hcaptcha.com/" target="_blank" rel="noopener noreferrer">
<strong>hCaptcha</strong>
</a>{" "}
to fight bot spam on the <Link href="/contact/">contact form</Link> was an easy choice over seemingly
unavoidable alternatives like{" "}
to fight bot spam on the{" "}
<Link href="/contact/" prefetch={false}>
<a>contact form</a>
</Link>{" "}
was an easy choice over seemingly unavoidable alternatives like{" "}
<a href="https://developers.google.com/recaptcha/" target="_blank" rel="noopener noreferrer">
reCAPTCHA
</a>

View File

@@ -15,13 +15,9 @@ const Projects = (props: { repos: RepoType[] }) => (
}}
/>
<PageTitle
title={
<>
<ProjectsIcon /> Projects
</>
}
/>
<PageTitle>
<ProjectsIcon /> Projects
</PageTitle>
<div>
{props.repos.map((repo: RepoType) => (

View File

@@ -17,13 +17,10 @@ const Uses = () => (
}}
/>
<PageTitle
title={
<>
/uses <LaptopIcon />
</>
}
/>
<PageTitle>
/uses <LaptopIcon />
</PageTitle>
<Content>
<p>
<del>I regularly get messages asking about which tools I use to work.</del>