about summary refs log tree commit diff
path: root/layouts/index.html
blob: 1b63249a52d94c02c34316b1536e1196dc7a81cc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{{ define "main" }}

<div>
  <h1>Franck Cuny</h1>

  <ul>
    <li>Email: <a href="mailto:franck@fcuny.net">franck@fcuny.net</a></li>
    <li>GitHub: <a href="https://github.com/fcuny">@fcuny</a></li>
    <li>Twitter: <a href="https://twitter.com/franckcuny">@franckcuny</a></li>
    <li>Keys: <a href="/ssh.pub.sig">SSH public keys</a></li>
  </ul>

  <p>I'm currently working as an <a href="https://twitter.com/TwitterEng">Engineer</a> at Twitter, on the Compute team.</p>

{{ end }}