-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
56 lines (47 loc) · 2.21 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-5R23BL55KG"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-5R23BL55KG');
</script>
<title>Idmar Ramos Junior - Product designer and front-end developer</title>
<!-- Metas -->
<meta name='viewport' content='width=device-width, initial-scale=1.0' />
<meta name="rating" content="general" />
<meta name="Copyright" content="Idmar Ramos Junior" />
<meta name="dcterms.dateCopyrighted" content="2022" />
<meta name="url" content="https://id.etc.br" />
<meta name="googlebot" content="index,follow" />
<meta name="google-site-verification" content="" />
<meta name="theme-color" content=""/>
<!-- Meta related to language -->
<meta name="keywords" content="CEO,Product,developer,ux,designer,frontend,brazil" />
<meta name="description" content="Product guy with background in UX design and front-end development based in Curitiba, Brazil." />
<meta name="subject" content="Personal website of Idmar, a Brazilian Product designer and front-end developer currently working as CEO." />
<!-- OG Protocol -->
<!-- Open Graph: http://ogp.me/ -->
<meta property="og:type" content="website"/>
<meta property="og:image" content="https://id.etc.br/id-look-up.jpg"/>
<meta property="og:locale" content="en_US" />
<meta property="article:author" content="Idmar Ramos Junior" />
<!-- OG Protocol related to language -->
<meta property="og:site_name" content="Idmar Ramos Junior"/>
<meta property="og:title" content="Idmar Ramos Junior - Product, UX & front-end"/>
<meta property="og:url" content="https://id.etc.br"/>
<meta property="og:description" content="Product guy with backgrund in UX design and front-end development based in Curitiba, Brazil."/>
<!-- Content related links -->
<link rel="canonical" href="https://id.etc.br" />
<!-- Standart Favicon -->
<link rel="icon" type="image/png" href="favicon-64.png" sizes="64x64" />
</head>
<body>
<main id="app"></main>
<script type="module" src="/src/main.ts"></script>
</body>
</html>