Small updates to About; removed Archive link from top bar

This commit is contained in:
Chris Hodapp 2016-08-03 18:59:11 -04:00
parent 77240cb27c
commit 335a4f0e5d
2 changed files with 9 additions and 5 deletions

View File

@ -7,7 +7,7 @@ author: Chris Hodapp
Engineer, artist, programmer, mathematician, photographer. Engineer, artist, programmer, mathematician, photographer.
Also, freelancer for hire; find me on LinkedIn or Facebook. Also, freelancer for hire; find me on LinkedIn, Facebook, or IRC.
## Longer version ## Longer version
@ -37,7 +37,10 @@ around signal processing, image processing, and computer vision.
Around 2014 I moved to a startup, Urbanalta, and here I designed PCBs Around 2014 I moved to a startup, Urbanalta, and here I designed PCBs
and wrote embedded software. This is where I started using Haskell and wrote embedded software. This is where I started using Haskell
more intensively on the embedded side, eventually co-creating more intensively on the embedded side, eventually co-creating
[HaskellEmbedded][] and the [Ion][] library. [HaskellEmbedded][] and the [Ion][] library. I regularly attend
[CincyFP](https://cincyfp.wordpress.com/) and occasionally give
presentatations, such as
[this one](https://haskellembedded.github.io/posts/2015-06-09-atom-cincyfp-slides.html).
I am now studying for a masters in computer science (specializing in I am now studying for a masters in computer science (specializing in
machine learning) at Georgia Tech. I'm also freelancing in the area machine learning) at Georgia Tech. I'm also freelancing in the area
@ -45,9 +48,10 @@ of electronics and embedded software, but open to other areas:
software development, photography, rendering, computer vision, software development, photography, rendering, computer vision,
computational photography, machine learning. computational photography, machine learning.
## Other profiles of mine ## Other profiles & identities of mine
- [My résumé](../assets/resume.pdf) - [My résumé](../assets/resume.pdf)
- `hodapp` on [freenode](https://freenode.net/) IRC
- [GitHub (hodapp87)](https://github.com/hodapp87) - [GitHub (hodapp87)](https://github.com/hodapp87)
- [Flickr (hodapple)](https://www.flickr.com/photos/hodapple/) - [Flickr (hodapple)](https://www.flickr.com/photos/hodapple/)
- [Twitter (\@hodapp87)](https://twitter.com/Hodapp87) - [Twitter (\@hodapp87)](https://twitter.com/Hodapp87)

View File

@ -40,9 +40,9 @@
<div id="navigation"> <div id="navigation">
<a href="/">Home</a> <a href="/">Home</a>
<a href="/pages/about.html">About</a> <a href="/pages/about.html">About</a>
<!-- a href="/contact.html">Contact</a --> <!-- a href="/pages/contact.html">Contact</a -->
<a href="/pages/links.html">Links</a> <a href="/pages/links.html">Links</a>
<a href="/archive.html">Archive</a> <!-- a href="/archive.html">Archive</a -->
<a href="/rss.xml">RSS</a> <a href="/rss.xml">RSS</a>
<a href="/atom.xml">ATOM</a> <a href="/atom.xml">ATOM</a>
</div> </div>