This commit is contained in:
Tben 2022-05-17 08:10:22 +01:00
parent 1eac3702bd
commit 23c56971c2
3 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ const GeneralHeader = () => {
<a href="/">Home</a> <a href="/">Home</a>
<a href="/about">About Me</a> <a href="/about">About Me</a>
<a href="/work">My Work</a> <a href="/work">My Work</a>
<a href='/documents/Benjamin_Toby_CV-min.pdf' target="_blank">My Resume</a> <a href='/documents/Benjamin_Toby_CV-updated.pdf' target="_blank">My Resume</a>
<a href="/contact">Contact Me</a> <a href="/contact">Contact Me</a>
</nav> </nav>
</header> </header>

View File

@ -132,7 +132,7 @@ const about = () => {
<div className="hero-ctas-section"> <div className="hero-ctas-section">
<a href='/documents/Benjamin_Toby_CV-min.pdf' download={ true }>See my resume</a> <a href='/documents/Benjamin_Toby_CV-updated.pdf' download={ true }>See my resume</a>
<a href='https://www.linkedin.com/in/benjamin-toby/' target="_blank">Linkedin</a> <a href='https://www.linkedin.com/in/benjamin-toby/' target="_blank">Linkedin</a>
</div> </div>
<div className='fixed top-0 left-0 -z-10' id='homepage-animation-wrapper'></div> <div className='fixed top-0 left-0 -z-10' id='homepage-animation-wrapper'></div>

View File

@ -19,7 +19,7 @@ const index = () => {
<TextShuffler textInput="Hi, I'm Benjamin Toby, a fullstack web developer and UI/UX expert." /> <TextShuffler textInput="Hi, I'm Benjamin Toby, a fullstack web developer and UI/UX expert." />
</span> </span>
<div className="hero-ctas-section"> <div className="hero-ctas-section">
<a href='/documents/Benjamin_Toby_CV-min.pdf' download={ true }>See my resume</a> <a href='/documents/Benjamin_Toby_CV-updated.pdf' download={ true }>See my resume</a>
<a href='https://www.linkedin.com/in/benjamin-toby/' target="_blank">Linkedin</a> <a href='https://www.linkedin.com/in/benjamin-toby/' target="_blank">Linkedin</a>
<a href='/contact' style={ { <a href='/contact' style={ {
backgroundColor: "transparent", backgroundColor: "transparent",