Skip to content

Commit

Permalink
Chore: Update index description and apple-touch-icon path
Browse files Browse the repository at this point in the history
  • Loading branch information
ITurres committed Feb 7, 2024
1 parent f048f50 commit 3be3c9c
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,19 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="2023 reactive iturres portfolio" />
<meta
name="description"
content="
Arthur Iturres is a Full-Stack Developer from Argentina, with a passion for creating
beautiful and functional web applications. He has experience in
a wide range of technologies, he is also and advocate for teamwork
and collaboration. He is always looking for new challenges and
opportunities to grow as a professional.
"
/>
<meta name="author" content="Arturo Emanuel Guerra Iturres" />
<link rel="icon" href="%PUBLIC_URL%/reactive-portfolio-favicon.png" />
<link
rel="apple-touch-icon"
href="%PUBLIC_URL%/arthur-logo-favicon.png"
/>
<link rel="apple-touch-icon" href="%PUBLIC_URL%/apple-touch-icon.png" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<title>ITurres Portfolio</title>
</head>
Expand Down

0 comments on commit 3be3c9c

Please sign in to comment.