Skip to content

Commit 18d6e0d

Browse files
authored
meta tags
1 parent b977604 commit 18d6e0d

File tree

1 file changed

+22
-3
lines changed

1 file changed

+22
-3
lines changed

index.html

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
66
<title>Andrew Zitek-Estrada</title>
7+
<meta name="description" content="Personal website of Andrew Zitek-Estrada, a cryptography engineer specializing in cryptographic proofs and zero knowledge.">
78
<link rel="stylesheet" href="style.css" />
89
<link rel="apple-touch-icon" sizes="180x180" href="/images/favicon/apple-touch-icon.png">
910
<link rel="icon" type="image/png" sizes="32x32" href="/images/favicon/favicon-32x32.png">
@@ -28,8 +29,8 @@
2829

2930
.about-text {
3031
max-width: 600px;
31-
margin-top: 0rem;
32-
margin-bottom: 0rem;
32+
margin-top: 0rem;
33+
margin-bottom: 0rem;
3334
}
3435

3536
@media (min-width: 768px) {
@@ -43,6 +44,24 @@
4344
}
4445
}
4546
</style>
47+
<script type="application/ld+json">
48+
{
49+
"@context": "https://schema.org",
50+
"@type": "Person",
51+
"name": "Andrew Zitek-Estrada",
52+
"url": "https://z-tech.github.io",
53+
"sameAs": [
54+
"https://github.com/z-tech",
55+
"https://www.linkedin.com/in/andrewzitek/",
56+
"https://compsec.epfl.ch/"
57+
],
58+
"jobTitle": "Cryptography Engineer",
59+
"worksFor": {
60+
"@type": "Organization",
61+
"name": "Laboratory for Computation Security, EPFL"
62+
}
63+
}
64+
</script>
4665
</head>
4766
<body>
4867

@@ -147,4 +166,4 @@ <h2>Short Bio</h2>
147166
document.getElementById("year").textContent = new Date().getFullYear();
148167
</script>
149168
</body>
150-
</html>
169+
</html>

0 commit comments

Comments
 (0)