This will soon be replaced with a pile of org, but for now- HTML! Change-Id: I54c15d5734fd3662ea4916553e0cd1b32cc0681f Reviewed-on: https://cl.tvl.fyi/c/depot/+/395 Reviewed-by: glittershark <grfn@gws.fyi>
31 lines
966 B
HTML
31 lines
966 B
HTML
<!DOCTYPE html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<meta name="description" content="Griffin has a website now">
|
|
<title>griffin smith</title>
|
|
</head>
|
|
<body>
|
|
my name is griffin ward smith (aka grfn, glittershark, gws) and i'm a software
|
|
engineer and musician
|
|
|
|
<ul>
|
|
<li><a href="https://github.com/glittershark/">github</a></li>
|
|
<li><a href="https://sacrosanct.bandcamp.com/">music</a></li>
|
|
</ul>
|
|
|
|
contact
|
|
|
|
<ul>
|
|
<li><a href="mailto:root@gws.fyi">root@gws.fyi</a></li>
|
|
<li><a href="https://twitter.com/glittershark1">twitter</a></li>
|
|
<li><a href="https://keybase.io/glittershark">keybase</a></li>
|
|
<li>
|
|
<a href="http://keys.gnupg.net/pks/lookup?op=get&search=0x44EF5B5E861C09A7">
|
|
gpg key: 0F11A989879E8BBBFDC1E23644EF5B5E861C09A7
|
|
</a>
|
|
<br>
|
|
verify with keybase, if you don't trust this site's lack of SSL
|
|
</li>
|
|
</ul>
|
|
</body>
|