Skip to content

Commit 7ba0c74

Browse files
authored
Merge pull request #5 from codejovz/dev
<implementation>(`ResumeeContainer`): experience timeline, various fixes
2 parents be6b1b5 + e822dd1 commit 7ba0c74

11 files changed

Lines changed: 652 additions & 220 deletions

File tree

index.html

Lines changed: 19 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,21 @@
11
<!doctype html>
22
<html lang="en">
3-
<head>
4-
<meta charset="UTF-8">
5-
<link rel="icon" href="./logoFavicon.png" type="image/x-icon">
6-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7-
<title>Jorge Varela Zamora</title>
8-
</head>
9-
<body id="body">
10-
<div id="root"></div>
11-
<script type="module" src="/src/main.tsx"></script>
12-
</body>
13-
</html>
3+
4+
<head>
5+
<meta charset="UTF-8">
6+
<link rel="icon" href="./logoFavicon.png" type="image/x-icon">
7+
<link rel="preconnect" href="https://fonts.googleapis.com">
8+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
9+
<link
10+
href="https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&display=swap"
11+
rel="stylesheet">
12+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
13+
<title>Jorge Varela Zamora</title>
14+
</head>
15+
16+
<body id="body">
17+
<div id="root"></div>
18+
<script type="module" src="/src/main.tsx"></script>
19+
</body>
20+
21+
</html>
2.53 KB
Loading
Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)