-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
54 lines (52 loc) · 2.71 KB
/
index.html
File metadata and controls
54 lines (52 loc) · 2.71 KB
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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/rp_favicon.ico" sizes="any" />
<link rel="icon" href="/rp_favicon.svg" type="image/svg+xml" />
<link rel="apple-touch-icon" href="/rp_favicon_192.png" />
<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=Boldonse&family=Kaushan+Script&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css" />
<meta name="google-site-verification" content="8_Kz72y00iYsBh1_vd8R2tUOYptrNjvLnYNO5ADKiC4" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title><%= title %></title>
<meta name="description" content="<%= description %>" />
<meta name="keywords" content="<%= keywords %>" />
<meta name="author" content="<%= author %>" />
<link rel="canonical" href="<%= canonical %>" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://raam-prathap.vercel.app/" />
<meta property="og:title" content="Raam Prathap | Full Stack Developer Portfolio" />
<meta property="og:description" content="Explore Raam's portfolio, skills, and projects in web development and AI." />
<meta property="og:image" content="https://raam-prathap.vercel.app/preview.png" />
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://raam-prathap.vercel.app/" />
<meta property="twitter:title" content="Raam Prathap | Full Stack Developer Portfolio" />
<meta property="twitter:description" content="Explore Raam's portfolio, skills, and projects in web development and AI." />
<meta property="twitter:image" content="https://raam-prathap.vercel.app/preview.png" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Raam Prathap",
"url": "https://raam-prathap.vercel.app/",
"sameAs": [
"https://www.linkedin.com/in/raamprathap-rajarathinam/",
"https://github.com/RaamPrathap"
],
"jobTitle": "Full Stack Developer",
"worksFor": {
"@type": "Organization",
"name": "Independent"
},
"description": "Raam Prathap is a passionate full stack developer with expertise in React, Node.js, and AI/ML integration.",
}
</script>
</head>
<body class="overflow-x-hidden">
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>