-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
55 lines (49 loc) · 3.31 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
<!doctype html>
<html lang="en">
<head>
<!-- Basic Meta Tags -->
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Aman Raj | Web Developer </title>
<meta name="description" content="Portfolio of Aman Raj, a passionate web developer specializing in full-stack development, creating stunning, high-performance websites and applications. Let's build something great together!" />
<!-- Favicon -->
<link rel="icon" type="image/png" href="./src/assets/favicon.png" />
<!-- Author Metadata -->
<meta name="author" content="Aman Raj" />
<meta name="keywords" content="Aman Raj, JavaScript developer, React developer, Node.js developer, freelance web developer, JavaScript ES6+, TypeScript developer, HTML5 & CSS3 developer, responsive web design, web performance optimization, RESTful API development, GraphQL API integration, progressive web apps (PWA), single page applications (SPA), asynchronous JavaScript (AJAX), React hooks, React Redux, context API, server-side rendering (SSR), static site generation (SSG), Next.js developer, Express.js developer, MongoDB database, MySQL database, PostgreSQL, Docker, Kubernetes, cloud deployment, AWS developer, Firebase integration, Vite.js developer, Tailwind CSS, Bootstrap developer, modern web technologies, cross-browser compatibility, debugging and troubleshooting, Agile software development, Git version control, GitHub portfolio, CI/CD pipelines, Open Source Contributor, problem-solving skills, software testing, unit testing, TDD, clean code practices, scalable web solutions, dynamic web applications, technical blogging, tech enthusiast, programming mentor, coding tutorials, coding challenges, career in tech, passionate developer, technology innovator." />
<!-- Open Graph Metadata -->
<meta property="og:title" content="Aman Raj | Web Developer " />
<meta property="og:description" content="Explore the portfolio of Aman Raj, a talented web developer creating scalable, responsive websites and apps." />
<meta property="og:url" content="https://www.aman-raj.xyz/" />
<meta property="og:type" content="website" />
<!-- Twitter Metadata -->
<meta name="twitter:card" content="" />
<meta name="twitter:title" content="Aman Raj | Web Developer " />
<meta name="twitter:description" content="Portfolio of Aman Raj showcasing expertise in web development and software engineering." />
<meta name="twitter:image" content="https://www.aman-raj.xyz/" />
<!-- Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Aman Raj",
"jobTitle": "Web Developer",
"url": "https://www.aman-raj.xyz/",
"sameAs": [
"https://www.linkedin.com/in/huamanraj",
"https://github.com/huamanraj",
"https://twitter.com/huamanraj"
],
"description": "Aman Raj is a web developer specializing in creating modern, high-performance websites and web apps.",
"worksFor": {
"@type": "Organization",
"name": "Self-Employed"
}
}
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>