Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
karenferr authored Oct 25, 2023
1 parent 6829c3b commit ef875da
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
<link rel="stylesheet" href="./css/style.css">
<meta name="description" content="Cute Meow Developer and Vertical Climber Located in Brazil">
<title>Curriculum Maya</title>
<link rel="icon" href="img/favicon.svg" type="image/svg+xml">
<link rel="icon" href="./img/favicon.svg" type="image/svg+xml">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Fira+Sans:wght@400;700&display=swap" rel="stylesheet">
</head>

<body>
<header class="header">
<img src="/img/maya.svg" alt="Maya" width="104" height="38">
<img src="./img/maya.svg" alt="Maya" width="104" height="38">
<nav>
<ul class="header-menu">
<li><a href="#experiencia">Experience</a></li>
Expand All @@ -26,7 +26,7 @@
</header>

<main class="introducao">
<img src="/img/mayaphoto.png" alt="Maya" width="360" height="520">
<img src="./img/mayaphoto.png" alt="Maya" width="360" height="520">
<div>
<h1>
FrontEnd Catveloper <br>& PX/WI Catsigner
Expand Down Expand Up @@ -150,4 +150,4 @@ <h3>Idioms</h3>
</footer>
</body>

</html>
</html>

0 comments on commit ef875da

Please sign in to comment.