Skip to content

Commit

Permalink
Merge pull request #20 from untalsanders/develop
Browse files Browse the repository at this point in the history
url resume
  • Loading branch information
untalsanders authored Mar 26, 2024
2 parents 50ec8a3 + 9acd61d commit 7f3decd
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/pages/about.page.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
import styles from '@styles/About.module.css'
import { Link } from 'react-router-dom'

const { VITE_APP_URL } = import.meta.env

export const AboutPage = () => (
<div className={styles.About}>
<div className={styles.About__Primary}>
Expand All @@ -17,12 +15,12 @@ export const AboutPage = () => (
<span>Developer and Software Engineer</span>
</div>
<div className={styles.About__Primary_blockOne_Buttons}>
<Link to={`../portfolio`} className="link-button" >
<Link to="../portfolio" className="link-button" >
Got a project?
</Link>
<Link to={`../resume`} className="link-button link-button-inverse" >
<a href="https://untalsanders.github.io/resume" className="link-button link-button-inverse" >
Download CV
</Link>
</a>
</div>
</section>
<section className={styles.About__Primary_blockTwo}>
Expand Down

0 comments on commit 7f3decd

Please sign in to comment.