File tree Expand file tree Collapse file tree 1 file changed +22
-3
lines changed Expand file tree Collapse file tree 1 file changed +22
-3
lines changed Original file line number Diff line number Diff line change 4
4
< meta charset ="UTF-8 " />
5
5
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
6
6
< 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. ">
7
8
< link rel ="stylesheet " href ="style.css " />
8
9
< link rel ="apple-touch-icon " sizes ="180x180 " href ="/images/favicon/apple-touch-icon.png ">
9
10
< link rel ="icon " type ="image/png " sizes ="32x32 " href ="/images/favicon/favicon-32x32.png ">
28
29
29
30
.about-text {
30
31
max-width : 600px ;
31
- margin-top : 0rem ;
32
- margin-bottom : 0rem ;
32
+ margin-top : 0rem ;
33
+ margin-bottom : 0rem ;
33
34
}
34
35
35
36
@media (min-width : 768px ) {
43
44
}
44
45
}
45
46
</ 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 >
46
65
</ head >
47
66
< body >
48
67
@@ -147,4 +166,4 @@ <h2>Short Bio</h2>
147
166
document . getElementById ( "year" ) . textContent = new Date ( ) . getFullYear ( ) ;
148
167
</ script >
149
168
</ body >
150
- </ html >
169
+ </ html >
You can’t perform that action at this time.
0 commit comments