deploy
This commit is contained in:
@@ -75,19 +75,6 @@ export function ProfilePage({ content }) {
|
|||||||
type="application/ld+json"
|
type="application/ld+json"
|
||||||
dangerouslySetInnerHTML={{ __html: JSON.stringify(jsonLd) }}
|
dangerouslySetInnerHTML={{ __html: JSON.stringify(jsonLd) }}
|
||||||
/>
|
/>
|
||||||
<nav className="topbar" aria-label={content.navAria}>
|
|
||||||
<a className="brand" href="#top">RS</a>
|
|
||||||
<div className="nav-links">
|
|
||||||
<a href="#work">{content.nav.work}</a>
|
|
||||||
<a href="#philosophy">{content.nav.philosophy}</a>
|
|
||||||
<a href="#interests">{content.nav.interests}</a>
|
|
||||||
<a href="#connect">{content.nav.connect}</a>
|
|
||||||
</div>
|
|
||||||
<div className="language-switch" aria-label="Language">
|
|
||||||
<span>{content.currentLabel}</span>
|
|
||||||
<a href={content.alternateHref}>{content.alternateLabel}</a>
|
|
||||||
</div>
|
|
||||||
</nav>
|
|
||||||
|
|
||||||
<section
|
<section
|
||||||
className="hero"
|
className="hero"
|
||||||
|
|||||||
Reference in New Issue
Block a user