Skip to content

Commit

Permalink
CV Added
Browse files Browse the repository at this point in the history
  • Loading branch information
AmbrizAlberto committed Apr 24, 2024
1 parent efea450 commit 83b6305
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/page.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ export default function Portafolio() {

return (
<div className='main'>

<Navbar />

<div className="personaldata">
<div className="datos1">
<div className="photomia">
Expand Down Expand Up @@ -80,7 +82,7 @@ export default function Portafolio() {
</a>
</button>
<button>
<a href="/CV - Alberto Ambriz.pdf" download>
<a href="/CV%20-%20Alberto%20Ambriz.pdf" download>
<i className="bi bi-file-earmark-person-fill"></i>
</a>
</button>
Expand Down

0 comments on commit 83b6305

Please sign in to comment.