Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
karenferr committed Oct 25, 2023
1 parent 9524885 commit c4fc6ba
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions css/style.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@import "../css/global.css";
@import "../css/header.css";
@import "../css/introducao.css";
@import "../css/experiencia.css";
@import "../css/formacao.css";
@import "../css/footer.css";
@import "./css/global.css";
@import "./css/header.css";
@import "./css/introducao.css";
@import "./css/experiencia.css";
@import "./css/formacao.css";
@import "./css/footer.css";
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="../css/style.css">
<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">
<a href="https://karenferr.github.io/maya/"><img src="../img/maya.svg" alt="Maya" width="104" height="38"></a>
<a href="https://karenferr.github.io/maya/"><img src="./img/maya.svg" alt="Maya" width="104" height="38"></a>

<nav>
<ul class="header-menu">
Expand Down

0 comments on commit c4fc6ba

Please sign in to comment.