-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
60 lines (56 loc) · 2.83 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/src/assets/logo.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Jay Nalam | Portfolio</title>
<meta name="title" content="Jay Nalam | Portfolio" />
<meta
name="description"
content="Freelance web developer specialized in responsive design and web branding. You can Expect custom solutions, seamless design, and branding integration to elevate your digital presence. Let's collaborate to spin up a digital transformation for your business."
/>
<meta
name="keywords"
content="Freelance Web Developer, freelance fullstack web developer, backend developer, frontend developer, web development, web designer, Business Website Development, Ethereum, Solidity, JavaScript/Typescript, Smart Contract Developer, Full Stack Development, Custom Web Solutions"
/>
<meta property="og:type" content="website" />
<meta property="og:url" content="https://www.jnalam.dev/" />
<meta property="og:title" content="Jay Nalam | Portfolio" />
<meta
property="og:description"
content="Freelance web developer specialized in responsive design and web branding. You can Expect custom solutions, seamless design, and branding integration to elevate your digital presence. Let's collaborate to spin up a digital transformation for your business."
/>
<meta
property="og:image"
content="https://d16n9el5q13mk6.cloudfront.net/img.jpg"
/>
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://www.jnalam.dev/" />
<meta property="twitter:title" content="Jay Nalam | Portfolio" />
<meta
property="twitter:description"
content="Freelance web developer specialized in responsive design and web branding. You can Expect custom solutions, seamless design, and branding integration to elevate your digital presence. Let's collaborate to spin up a digital transformation for your business."
/>
<meta
property="twitter:image"
content="https://d16n9el5q13mk6.cloudfront.net/img.jpg"
/>
</head>
<body>
<div id="root"></div>
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-9687L5CS3X"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-9687L5CS3X");
</script>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>