-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
115 lines (107 loc) · 2.35 KB
/
index.html
File metadata and controls
115 lines (107 loc) · 2.35 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
<!DOCTYPE html>
<html
lang="en"
style="scroll-behavior: smooth"
class="bg-[#f3efe8]"
>
<head>
<meta charset="UTF-8" />
<meta
name="description"
content="José Felix Portfolio | Fullstack Developer"
/>
<link
rel="icon"
type="image/svg+xml"
href="/logo.svg"
/>
<meta
name="viewport"
content="width=device-width, initial-scale=1.0"
/>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0"
/>
<title>José Felix | FullStack Developer Portfolio</title>
<meta
name="description"
content="Explore José Felix's portfolio — a FullStack developer specializing in React and modern web experiences."
/>
<meta
name="keywords"
content="José Felix, Frontend Developer, Fullstack Developer, React, Node.js, TypeScript, Portfolio, Web Developer"
/>
<link
rel="canonical"
href="https://josefelixlr.pages.dev/"
/>
<meta
property="og:title"
content="José Felix | FullStack Developer"
/>
<meta
property="og:description"
content="Modern and responsive web apps built by José Felix using React, Node.js and TypeScript."
/>
<meta
property="og:type"
content="website"
/>
<meta
property="og:url"
content="https://josefelixlr.pages.dev/"
/>
<meta
property="og:image"
content="https://josefelixlr.pages.dev/logo.svg"
/>
<meta
name="twitter:card"
content="summary_large_image"
/>
<meta
name="twitter:title"
content="José Felix | FullStack Developer"
/>
<meta
name="twitter:description"
content="FullStack portfolio showcasing modern web development with React."
/>
<meta
name="twitter:image"
content="https://josefelixlr.pages.dev/logo.svg"
/>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "José Felix",
"url": "https://josefelixlr.pages.dev/",
"image": "https://josefelixlr.pages.dev/logo.svg",
"jobTitle": "FullStack Developer",
"sameAs": [
"https://github.com/FelixCodex",
"https://www.linkedin.com/in/josé-felix-lr"
],
"worksFor": {
"@type": "Organization",
"name": "Freelance"
}
}
</script>
<link
rel="preload"
href="/src/main.tsx"
as="script"
/>
</head>
<body>
<div id="root"></div>
<script
type="module"
src="/src/main.tsx"
></script>
</body>
</html>