-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
202 lines (197 loc) · 12.6 KB
/
index.html
File metadata and controls
202 lines (197 loc) · 12.6 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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="PkLavc" />
<meta name="description" content="Backend Software Engineer portfolio focused on automation, API integrations, and scalable backend systems with Python, Node.js, SQL, AWS, and ETL workflows." />
<meta name="google-site-verification" content="6gMtjXC8QaMe105oQFC7f7_0FKxgBr8R65-kOtoSSfE" />
<script>
const { hostname, pathname, search, hash } = window.location;
const host = hostname.toLowerCase();
const redirectHosts = ["pklavc.github.io", "www.pklavc.com"];
if (redirectHosts.includes(host)) {
window.location.replace("https://pklavc.com" + pathname + search + hash);
}
</script>
<meta property="og:title" content="Patrick Araujo | Backend Software Engineer">
<meta property="og:description" content="Backend Software Engineer building automation, API integrations, and scalable backend systems with Python, Node.js, SQL, AWS, and ETL workflows.">
<meta property="og:url" content="https://pklavc.com/">
<meta property="og:type" content="website">
<meta property="og:image" content="https://pklavc.com/images/Lavc.webp">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta property="og:site_name" content="Patrick Araujo Portfolio">
<meta property="og:locale" content="en_US">
<!-- Twitter Card Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Patrick Araujo | Backend Software Engineer">
<meta name="twitter:description" content="Backend Software Engineer delivering automation, API integrations, and scalable backend systems for high-volume operations.">
<meta name="twitter:image" content="https://pklavc.com/images/Lavc.webp">
<meta name="twitter:site" content="@PkLavc">
<meta name="twitter:creator" content="@PkLavc">
<title>Patrick Araujo | Backend Software Engineer</title>
<link rel="canonical" href="https://pklavc.com/">
<meta name="robots" content="index, follow">
<meta property="og:image:alt" content="Brand portrait of backend engineer and automation specialist Patrick Araujo">
<meta name="twitter:image:alt" content="Brand portrait of backend engineer and automation specialist Patrick Araujo">
<link rel="alternate" href="https://pklavc.com/" hreflang="en">
<!-- Geo Tags -->
<meta name="geo.region" content="WORLD">
<meta name="geo.placename" content="Remote / Global">
<meta name="geo.position" content="0;0">
<meta name="ICBM" content="0, 0">
<link rel="icon" type="image/svg+xml" href="images/favicon.svg">
<link rel="dns-prefetch" href="https://cdnjs.cloudflare.com">
<link rel="dns-prefetch" href="https://cdn.jsdelivr.net">
<link rel="preconnect" href="https://cdnjs.cloudflare.com" crossorigin>
<link rel="preconnect" href="https://cdn.jsdelivr.net" crossorigin>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="preload" as="style" href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Monoton&family=Poppins:wght@500&family=Raleway:wght@300&display=swap" onload="this.onload=null;this.rel='stylesheet'">
<noscript><link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Monoton&family=Poppins:wght@500&family=Raleway:wght@300&display=swap"></noscript>
<link rel="preload" href="css/global.css" as="style">
<link rel="preload" href="css/index.css" as="style">
<link rel="stylesheet" href="css/global.css">
<link rel="stylesheet" href="css/index.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.2.6/gsap.min.js" defer></script>
<script src="https://cdn.jsdelivr.net/npm/@lottiefiles/lottie-player@1.5.7/dist/lottie-player.js" defer></script>
</head>
<body>
<!-- Profile Schema -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "ProfilePage",
"@id": "https://pklavc.com/#profile",
"url": "https://pklavc.com/",
"name": "Patrick Araujo | Backend Software Engineer",
"description": "Backend Software Engineer focused on automation, API integrations, and scalable systems.",
"mainEntity": {
"@id": "https://pklavc.com/#person"
}
},
{
"@type": "Person",
"@id": "https://pklavc.com/#person",
"name": "Patrick Araujo",
"url": "https://pklavc.com/",
"image": "https://pklavc.com/images/Lavc.webp",
"jobTitle": "Backend Software Engineer | Automation, API Integrations & Scalable Systems",
"sameAs": [
"https://github.com/PkLavc",
"https://www.linkedin.com/in/pklavc/",
"mailto:contact@pklavc.com"
],
"worksFor": [
{
"@type": "Organization",
"name": "Loja do Sapo"
},
{
"@type": "Organization",
"name": "iCaiu"
}
],
"knowsAbout": [
"Python",
"Node.js",
"SQL",
"JavaScript",
"PostgreSQL",
"REST APIs",
"AWS",
"Google Cloud",
"GitHub Actions",
"ETL Pipelines",
"Automation Architecture"
],
"description": "Designs backend systems, automation workflows, and integrations for high-scale operations, including platforms supporting 8K-12K daily transactions."
}
]
}
</script>
<div id="all">
<div class="cursor"></div>
<div id="navigation-content" role="navigation" aria-label="Primary navigation">
<div class="logo">
</div>
<div class="navigation-links">
<a href="#home" data-text="HOME" id="home-link" >HOME</a>
<a href="/about/" data-text="ABOUT" id="about-link" >ABOUT</a>
<a href="/projects/" data-text="PROJECTS" id="projects-link" >PROJECTS</a>
</div>
</div>
<div id="navigation-bar">
<div class="menubar">
<span class="first-span"></span>
<span class="second-span"></span>
<span class="third-span"></span>
</div>
</div>
<div id="header">
<div id="particles" class="particles-container"></div>
<div class="social-media-links">
<a href="https://github.com/PkLavc" target="_blank" rel="noopener noreferrer"><lottie-player src="images/github.json" background="transparent" speed="1" loop autoplay class="social-media social-media-icon" title="Patrick Araujo - GitHub Portfolio and Open Source Projects"></lottie-player></a>
<a href="https://www.linkedin.com/in/pklavc/" target="_blank" rel="noopener noreferrer"><lottie-player src="images/linkedin.json" background="transparent" speed="1" loop autoplay class="social-media social-media-icon" title="LinkedIn Profile"></lottie-player></a>
<a href="#contact-email" class="email-link" data-email-user="contact" data-email-domain="pklavc.com" aria-label="Send email to Patrick Araujo"><lottie-player src="images/mail.json" background="transparent" speed="1" loop autoplay class="social-media social-media-icon" title="Contact via Email"></lottie-player></a>
</div>
<header class="header-content">
<div class="header-content-box">
<h1 class="firstline"><span class="color">Patrick Araujo</span></h1>
<div class="secondline">
<h2 class="main-info">Backend Software Engineer<br>| Automation, API Integrations & Scalable Systems</h2>
<div class="remote-text">
Designing Python, Node.js, and SQL systems that automate operations, connect business-critical platforms, and support 8K-12K daily transactions.
</div>
</div>
<section class="contact" aria-labelledby="techstack-title">
<h2 id="techstack-title" class="visually-hidden">Technical skills and technologies</h2>
<p class="visually-hidden">Python, Node.js, SQL, JavaScript, REST APIs, AWS, Docker, Django, TypeScript, GitHub, React, Java, C Sharp, and C Plus Plus.</p>
<div class="techstack-carousel" aria-hidden="true">
<div class="techstack-track">
<img src="images/techstack/python-icon.svg" alt="Python icon" class="contactpic">
<img src="images/techstack/js-icon.svg" alt="Node.js icon" class="contactpic">
<img src="images/techstack/mysql-icon.svg" alt="SQL icon" class="contactpic">
<img src="images/techstack/js-icon.svg" alt="JavaScript icon" class="contactpic">
<img src="images/techstack/restapi-icon.svg" alt="REST API icon" class="contactpic">
<img src="images/techstack/aws-icon.svg" alt="AWS icon" class="contactpic">
<img src="images/techstack/docker-icon.svg" alt="Docker icon" class="contactpic">
<img src="images/techstack/django-icon.svg" alt="Django icon" class="contactpic">
<img src="images/techstack/ts-icon.svg" alt="TypeScript icon" class="contactpic">
<img src="images/techstack/github-icon.svg" alt="GitHub icon" class="contactpic">
<img src="images/techstack/react-icon.svg" alt="React icon" class="contactpic">
<img src="images/techstack/java-icon.svg" alt="Java icon" class="contactpic">
<img src="images/techstack/csharp-icon.svg" alt="C Sharp icon" class="contactpic">
<img src="images/techstack/cpp-icon.svg" alt="C Plus Plus icon" class="contactpic">
<img src="images/techstack/python-icon.svg" alt="" class="contactpic" aria-hidden="true">
<img src="images/techstack/js-icon.svg" alt="" class="contactpic" aria-hidden="true">
<img src="images/techstack/mysql-icon.svg" alt="" class="contactpic" aria-hidden="true">
<img src="images/techstack/js-icon.svg" alt="" class="contactpic" aria-hidden="true">
<img src="images/techstack/restapi-icon.svg" alt="" class="contactpic" aria-hidden="true">
<img src="images/techstack/aws-icon.svg" alt="" class="contactpic" aria-hidden="true">
<img src="images/techstack/docker-icon.svg" alt="" class="contactpic" aria-hidden="true">
<img src="images/techstack/django-icon.svg" alt="" class="contactpic" aria-hidden="true">
<img src="images/techstack/ts-icon.svg" alt="" class="contactpic" aria-hidden="true">
<img src="images/techstack/github-icon.svg" alt="" class="contactpic" aria-hidden="true">
<img src="images/techstack/react-icon.svg" alt="" class="contactpic" aria-hidden="true">
<img src="images/techstack/java-icon.svg" alt="" class="contactpic" aria-hidden="true">
<img src="images/techstack/csharp-icon.svg" alt="" class="contactpic" aria-hidden="true">
<img src="images/techstack/cpp-icon.svg" alt="" class="contactpic" aria-hidden="true">
</div>
</div>
</section>
</div>
</header>
</div>
</div>
<script src="js/jquery.min.js" defer></script>
<script src="js/particles.min.js" defer></script>
<script src="js/index.js" defer></script>
<div class="visually-hidden">
<p>Backend Software Engineer focused on automation, API integrations, scalable backend systems, Python, Node.js, SQL, AWS, ETL pipelines, and high-scale operational platforms.</p>
</div>
</body>
</html>