blob: f7581ffd4d67f78b505e84e25d68846ba480654a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
{{ 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>
</ul>
<p>I'm currently working as a <a href="https://twitter.com/twittersre">Site Reliability Engineer</a> at Twitter, on the Compute team.</p>
{{ end }}
|