Skip to content

Commit

Permalink
Updated resume link
Browse files Browse the repository at this point in the history
  • Loading branch information
Shelley Bassett committed Feb 13, 2024
1 parent 984e130 commit 40349a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ import { useStaticQuery, graphql } from 'gatsby'
export default function Header() {
const data = useStaticQuery(graphql`
{
file(sourceInstanceName: { eq: "downloads" }) {
file(name: { eq: "Resume 2024" }) {
publicURL
name
}
}
`)
return (
<div className="left-0 right-0 h-12 fixed top-0 text-white z-50 header">
<div className="container h-full m-auto flex flex-row justify-between">
<div className="fixed top-0 left-0 right-0 z-50 h-12 text-white header">
<div className="container flex flex-row justify-between h-full m-auto">
<Link to="/" className="flex items-center">
<span className="name">Shelley Bassett</span>
</Link>
<ul className="flex flex-row gap-3 items-center font-raleway font-normal">
<ul className="flex flex-row items-center gap-3 font-normal font-raleway">
<li>
<AnchorLink
to="/#about"
Expand Down
Binary file added src/downloads/Resume 2024.pdf
Binary file not shown.

0 comments on commit 40349a7

Please sign in to comment.