-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
68 lines (59 loc) · 2.71 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="canonical" href="https://www.jfmartinz.dev/" />
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
<meta name="author" content="Joseph Martin" />
<meta name="keywords" content="jfmartinz, home, projects, blog, joseph, martin" />
<meta name="description" content="Joseph — Front-End VueJS Developer" />
<meta property="og:site_name" content="jfmartinz.dev" />
<!-- Open Graph / Facebook Meta Tags -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://www.jfmartinz.dev/" />
<meta property="og:title" content="Joseph Martin 👋🏻" />
<meta
property="og:description"
content="Front-End VueJS Developer | HTML, CSS, JavaScript, Vue, Nodejs, Expressjs, MongoDB | Open-Source Advocate"
/>
<meta
property="og:image"
content="https://opengraph.b-cdn.net/production/images/fee6bd77-3482-4aa3-88ce-c5a37b6b71b2.jpg?token=RW_48HQVUAS-lugKhlOiInIwKhwBTyObCsR3ORn9GW0&height=360&width=360&expires=33261691932"
/>
<meta property="og:locale" content="en_US" />
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:domain" content="jfmartinz.dev" />
<meta name="twitter:url" content="https://www.jfmartinz.dev/" />
<meta name="twitter:title" content="Joseph Martin | Front-End Vue Js Developer" />
<meta
name="twitter:description"
content="Front-End VueJS Developer | HTML, CSS, JavaScript, Vue, Nodejs, Expressjs, MongoDB | Open-Source Advocate"
/>
<meta
name="twitter:image"
content="https://opengraph.b-cdn.net/production/images/fee6bd77-3482-4aa3-88ce-c5a37b6b71b2.jpg?token=RW_48HQVUAS-lugKhlOiInIwKhwBTyObCsR3ORn9GW0&height=360&width=360&expires=33261691932"
/>
<!-- Google Fonts: Inter + Fredoka-->
<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=Fredoka:wght@500&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap"
rel="stylesheet"
/>
<!-- CSS -->
<link rel="stylesheet" href="/src/assets/main.css" />
<!-- Umami Analytics -->
<script
defer
src="https://cloud.umami.is/script.js"
data-website-id="f7b2c8df-002a-4a26-ab45-9d90797c461d"
></script>
<title>Joseph Martin | Front-End Vue Js Developer</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>