aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials/ld/person.html
diff options
context:
space:
mode:
authorAriel Costas Guerrero <94913521+arielcostas@users.noreply.github.com>2024-04-06 19:42:00 +0200
committerAriel Costas Guerrero <94913521+arielcostas@users.noreply.github.com>2024-04-06 19:42:00 +0200
commit56faea4956d0dbf05ad75bbafca81aa90d09771d (patch)
tree9e6eea64635685175fe4507b190fb9e3c02e7b82 /layouts/partials/ld/person.html
parent9ec92dfef9c73992e849279c62ced2f41a7e43b9 (diff)
Add ontology
Diffstat (limited to 'layouts/partials/ld/person.html')
-rw-r--r--layouts/partials/ld/person.html45
1 files changed, 45 insertions, 0 deletions
diff --git a/layouts/partials/ld/person.html b/layouts/partials/ld/person.html
new file mode 100644
index 0000000..f329ae7
--- /dev/null
+++ b/layouts/partials/ld/person.html
@@ -0,0 +1,45 @@
+<script type="application/ld+json">
+{
+ "@context": "http://schema.org",
+ "@type": "Person",
+ "@id": "https://costas.dev/me",
+ "name": "Ariel Costas Guerrero",
+ "givenName": "Ariel",
+ "familyName": "Costas Guerrero",
+ "url": "https://costas.dev/me",
+ "nationality": "ES",
+ "sameAs": [
+ "https://github.com/arielcostas",
+ "https://linkedin.com/in/ariel-costas",
+ "https://masto.es/@arielcg"
+ ],
+ "hasCertification": [
+ {
+ "@type": "Certification",
+ "name": "Microsoft Certified: Azure DevOps Engineer Expert",
+ "url": "https://learn.microsoft.com/gl-es/users/ariel-costas/transcript/vn32b8j6m2zwyn7",
+ "validFrom": "2023-09-15",
+ "expires": "2024-09-16",
+ "issuedBy": {
+ "@context": "http://schema.org",
+ "@type": "Organization",
+ "name": "Microsoft Corporation",
+ "url": "https://microsoft.com"
+ }
+ },
+ {
+ "@type": "Certification",
+ "name": "Microsoft Certified: Azure Developer Associate",
+ "url": "https://learn.microsoft.com/gl-es/users/ariel-costas/transcript/vn32b8j6m2zwyn7",
+ "validFrom": "2023-09-15",
+ "expires": "2024-09-16",
+ "issuedBy": {
+ "@context": "http://schema.org",
+ "@type": "Organization",
+ "name": "Microsoft Corporation",
+ "url": "https://microsoft.com"
+ }
+ }
+ ]
+}
+</script> \ No newline at end of file