-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
74 lines (70 loc) · 3.64 KB
/
index.html
File metadata and controls
74 lines (70 loc) · 3.64 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Justino Rojas Sartorio · Dev & AI</title>
<meta name="description" content="Fullstack developer y AI specialist desde Paraguay. Anthropic API, OpenAI, GCP, Terraform, bots y automatización." />
<meta name="keywords" content="fullstack developer, AI specialist, Paraguay, React, TypeScript, Anthropic, OpenAI, GCP, Terraform, Node.js, PostgreSQL, bots, automatización" />
<meta name="author" content="Justino Rojas Sartorio" />
<meta name="robots" content="index, follow" />
<meta name="theme-color" content="#05080f" />
<link rel="canonical" href="https://devsart95.github.io/" />
<meta name="google-site-verification" content="un1cjK-kx-gFtMJtPQnG8JyiE5RJjisxv1W8VsSksxo" />
<!-- Open Graph (WhatsApp, Facebook, LinkedIn, Telegram) -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://devsart95.github.io/" />
<meta property="og:title" content="Justino Rojas · Dev & AI Specialist" />
<meta property="og:description" content="Fullstack developer y AI specialist desde Paraguay. Anthropic API, OpenAI, GCP, Terraform, bots y automatización." />
<meta property="og:image" content="https://devsart95.github.io/og.png" />
<meta property="og:image:type" content="image/png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:locale" content="es_PY" />
<meta property="og:site_name" content="devsart95" />
<!-- Twitter / X Card -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@rojassartorio" />
<meta name="twitter:creator" content="@rojassartorio" />
<meta name="twitter:title" content="Justino Rojas · Dev & AI Specialist" />
<meta name="twitter:description" content="Fullstack developer y AI specialist desde Paraguay. Anthropic API, OpenAI, GCP, Terraform, bots y automatización." />
<meta name="twitter:image" content="https://devsart95.github.io/og.png" />
<!-- JSON-LD Schema -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Justino Rojas Sartorio",
"alternateName": "devsart95",
"jobTitle": "Fullstack Developer & AI Specialist",
"url": "https://devsart95.github.io/",
"image": "https://devsart95.github.io/og.png",
"description": "Fullstack developer y AI specialist desde Paraguay. Anthropic API, OpenAI, GCP, Terraform, bots y automatización.",
"address": {
"@type": "PostalAddress",
"addressLocality": "San Pedro",
"addressCountry": "PY"
},
"sameAs": [
"https://github.com/devsart95",
"https://www.linkedin.com/in/justino-rojas-sartorio-83a17b56/",
"https://x.com/rojassartorio"
],
"knowsAbout": [
"React", "TypeScript", "Node.js", "PostgreSQL",
"Artificial Intelligence", "LLMs", "Anthropic API",
"OpenAI API", "Google Cloud Platform", "Terraform", "Docker",
"Bot Development", "Automation", "Fullstack Development"
]
}
</script>
<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=Inter:wght@300;400;500;600;700;900&family=JetBrains+Mono:wght@400;500;700&display=swap" rel="stylesheet" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>