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

<article>

<h1>{{ .Site.Home.Title }}</h1>

<p>I'm an engineer currently on a break. Previously I was a Site Reliability Engineer working on Twitter's compute platform.</p>

<h2>Contact</h2>
<ul>
  <li>Email: <a href="mailto:franck@fcuny.net">franck@fcuny.net</a></li>
  <li>Git: <a href="https://git.fcuny.net/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>

</article>

{{ end }}