|
9 | 9 | <link rel="icon" type="image/png" sizes="32x32" href="/images/favicon/favicon-32x32.png">
|
10 | 10 | <link rel="icon" type="image/png" sizes="16x16" href="/images/favicon/favicon-16x16.png">
|
11 | 11 | <link rel="manifest" href="/site.webmanifest">
|
| 12 | + <style> |
| 13 | + .about-wrapper { |
| 14 | + display: flex; |
| 15 | + flex-direction: column; |
| 16 | + align-items: flex-start; |
| 17 | + max-width: 900px; |
| 18 | + padding: 0; |
| 19 | + gap: 1.5rem; |
| 20 | + } |
| 21 | + |
| 22 | + .about-photo { |
| 23 | + width: 160px; |
| 24 | + height: auto; |
| 25 | + object-fit: cover; |
| 26 | + box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); |
| 27 | + } |
| 28 | + |
| 29 | + .about-text { |
| 30 | + max-width: 600px; |
| 31 | + margin-top: 0rem; |
| 32 | + margin-bottom: 0rem; |
| 33 | + } |
| 34 | + |
| 35 | + @media (min-width: 768px) { |
| 36 | + .about-wrapper { |
| 37 | + flex-direction: row; |
| 38 | + align-items: flex-start; |
| 39 | + } |
| 40 | + .about-text { |
| 41 | + margin-top: 2rem; |
| 42 | + margin-bottom: 0rem; |
| 43 | + } |
| 44 | + } |
| 45 | + </style> |
12 | 46 | </head>
|
13 | 47 | <body>
|
14 |
| - |
15 |
| - <h1>Andrew Zitek-Estrada</h1> |
16 | 48 |
|
17 |
| - <p>Cryptography Engineer</p> |
| 49 | +<div class="about-wrapper"> |
| 50 | + <img src="/images/Andrew-Zitek-Estrada-pic.webp" alt="Andrew Zitek-Estrada" class="about-photo" /> |
18 | 51 |
|
19 |
| - <p>École Polytechnique Fédérale de Lausanne</p> |
| 52 | + <section class="about-text"> |
| 53 | + <h1>Andrew Zitek-Estrada</h1> |
20 | 54 |
|
21 |
| - <p>andrew.zitek [at] epfl [dot] ch</p> |
| 55 | + <p>Cryptography Engineer</p> |
| 56 | + |
| 57 | + <p>École Polytechnique Fédérale de Lausanne</p> |
| 58 | + |
| 59 | + <p>andrew.zitek [at] epfl [dot] ch</p> |
| 60 | + </section> |
| 61 | + </div> |
22 | 62 |
|
23 | 63 | <section>
|
24 | 64 | <h2>About Me</h2>
|
25 | 65 | <p>
|
26 |
| - I am a cryptography engineer at |
27 |
| - <a href="https://www.epfl.ch" target="_blank" rel="noopener noreferrer">EPFL</a>, working in the |
28 |
| - <a href="https://compsec.epfl.ch" target="_blank" rel="noopener noreferrer">Laboratory for Computation Security</a> led by |
29 |
| - <a href="https://ic-people.epfl.ch/~achiesa" target="_blank" rel="noopener noreferrer">Alessandro Chiesa</a>. |
| 66 | + I am a cryptography engineer at |
| 67 | + <a href="https://www.epfl.ch" target="_blank" rel="noopener noreferrer">EPFL</a>, working in the |
| 68 | + <a href="https://compsec.epfl.ch" target="_blank" rel="noopener noreferrer">Laboratory for Computation Security</a> led by |
| 69 | + <a href="https://ic-people.epfl.ch/~achiesa" target="_blank" rel="noopener noreferrer">Alessandro Chiesa</a>. |
30 | 70 | </p>
|
31 | 71 | <p>
|
32 |
| - Previously, I was a research assistant at |
33 |
| - <a href="https://www.nyu.edu" target="_blank" rel="noopener noreferrer">NYU</a> with |
34 |
| - <a href="https://jbonneau.com" target="_blank" rel="noopener noreferrer">Joseph Bonneau</a> and also a software engineer at |
35 |
| - <a href="https://www.ibm.com/us-en" target="_blank" rel="noopener noreferrer">IBM</a>. |
| 72 | + Previously, I was a research assistant at |
| 73 | + <a href="https://www.nyu.edu" target="_blank" rel="noopener noreferrer">NYU</a> with |
| 74 | + <a href="https://jbonneau.com" target="_blank" rel="noopener noreferrer">Joseph Bonneau</a> and also a software engineer at |
| 75 | + <a href="https://www.ibm.com/us-en" target="_blank" rel="noopener noreferrer">IBM</a>. |
36 | 76 | </p>
|
37 | 77 | </section>
|
38 | 78 |
|
|
0 commit comments