1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-11-20 19:40:52 -05:00

allow additional rel info for new tab links

This commit is contained in:
2022-04-29 12:54:35 -04:00
parent f354108b5b
commit 3547d14576
8 changed files with 42 additions and 34 deletions

View File

@@ -55,9 +55,7 @@ const CLI = () => (
</ListItem>
</UnorderedList>
<p>
<Link href="https://github.com/jakejarvis/jakejarvis/tree/main/cli" target="_blank" rel="noreferrer">
View source on GitHub.
</Link>
<Link href="https://github.com/jakejarvis/jakejarvis/tree/main/cli">View source on GitHub.</Link>
</p>
<H2 id="license">License</H2>

View File

@@ -35,7 +35,7 @@ const Contact = () => (
</p>
<p>
🔐 You can grab my public key here:{" "}
<Link href="/pubkey.asc" title="My Public PGP Key" rel="pgpkey authn noopener" forceNewWindow>
<Link href="/pubkey.asc" title="My Public PGP Key" rel="pgpkey authn" forceNewWindow>
<PGPKey>6BF3 79D3 6F67 1480 2B0C 9CF2 51E6 9A39</PGPKey>
</Link>
.

View File

@@ -290,6 +290,7 @@ const Index = () => (
You can find more of my work on{" "}
<ColorfulLink
href="https://github.com/jakejarvis"
rel="me"
title="Jake Jarvis on GitHub"
lightColor="#8d4eff"
darkColor="#a379f0"
@@ -299,6 +300,7 @@ const Index = () => (
and{" "}
<ColorfulLink
href="https://www.linkedin.com/in/jakejarvis/"
rel="me"
title="Jake Jarvis on LinkedIn"
lightColor="#0073b1"
darkColor="#3b9dd2"
@@ -312,7 +314,7 @@ const Index = () => (
<Sup>
<ColorfulLink
href="/pubkey.asc"
rel="pgpkey authn noopener"
rel="pgpkey authn"
title="My Public Key"
lightColor="#757575"
darkColor="#959595"
@@ -325,6 +327,7 @@ const Index = () => (
,{" "}
<ColorfulLink
href="https://twitter.com/jakejarvis"
rel="me"
title="Jake Jarvis on Twitter"
lightColor="#00acee"
darkColor="#3bc9ff"

View File

@@ -36,11 +36,10 @@ const License = () => (
<H2 id="full-text">Creative Commons Attribution 4.0 International Public License</H2>
<p style={{ textAlign: "center", lineHeight: 0 }}>
<a
<Link
href="https://creativecommons.org/licenses/by/4.0/"
target="_blank"
rel="noopener noreferrer"
aria-label="Creative Commons Attribution 4.0"
title="Creative Commons Attribution 4.0"
underline={false}
>
<svg width="120" height="42">
<path d="M3.1.5l113.4.2c1.6 0 3-.2 3 3.2l-.1 37.3H.3V3.7C.3 2.1.4.5 3 .5z" fill="#aab2ab"></path>
@@ -61,7 +60,7 @@ const License = () => (
></path>
</g>
</svg>
</a>
</Link>
</p>
<Blockquote>

View File

@@ -105,21 +105,14 @@ iframe {
alt="Timeline of this website's past."
priority
>
...the{" "}
<Link
href="https://web.archive.org/web/20010501000000*/jakejarvis.com"
target="_blank"
rel="noopener noreferrer"
>
Cringey Chronicles&trade;
</Link>{" "}
...the <Link href="https://web.archive.org/web/20010501000000*/jakejarvis.com">Cringey Chronicles&trade;</Link>{" "}
of this website's past.
</Figure>
<HorizontalRule />
<p>
🚨 <strong>Trigger warning:</strong> marquees, Comic Sans MS, popups,{" "}
🚨 <strong>Trigger warning:</strong> marquees, Comic Sans, popups,{" "}
<Code>
color: <span style={{ color: "#32cd32" }}>limegreen</span>
</Code>
@@ -140,11 +133,8 @@ iframe {
allowScripts
/>
<p className="iframe_caption">
November 2001 (
<Link href="https://github.com/jakejarvis/my-first-website" target="_blank" rel="noopener noreferrer">
view source
</Link>
)
<Link href="https://jakejarvis.github.io/my-first-website/">November 2001</Link> (
<Link href="https://github.com/jakejarvis/my-first-website">view source</Link>)
</p>
<HorizontalRule />