Browse Source

some more static pages

john melesky 8 years ago
parent
commit
aadfcd9cfa
7 changed files with 52 additions and 3 deletions
  1. 1 1
      about.md
  2. 3 2
      css/default.css
  3. BIN
      resume_jmelesky.pdf
  4. 5 0
      site.hs
  5. 6 0
      stuff.md
  6. 6 0
      talks.md
  7. 31 0
      work.md

+ 1 - 1
about.md

@@ -7,7 +7,7 @@ I grew up in the northeast US, migrated to Chicago, then more recently
 to Portland, OR, where I've been for the better part of the last
 to Portland, OR, where I've been for the better part of the last
 decade.
 decade.
 
 
-![Mt Hood, by flickr user [smik67](https://www.flickr.com/photos/smik67/6223213433/), used in accordance with cc-by-nc-md](/images/mthood.jpg)
+![Mt Hood and Trillium Lake, by flickr user [smik67](https://www.flickr.com/photos/smik67/6223213433/), used in accordance with cc-by-nc-md](/images/mthood.jpg)
 
 
 This is the most recent version of my website, which has a long and
 This is the most recent version of my website, which has a long and
 storied history, most of which is best left forgotten. We forget with
 storied history, most of which is best left forgotten. We forget with

+ 3 - 2
css/default.css

@@ -88,6 +88,7 @@ div.info {
 }
 }
 
 
 div.figure {
 div.figure {
+    margin: 3px;
     float: right;
     float: right;
 }
 }
 
 
@@ -95,14 +96,14 @@ div.caption {
     color: #335555;
     color: #335555;
     font-size: 10px;
     font-size: 10px;
     text-align: right;
     text-align: right;
-    padding: 6px 0px 6px 0px;
+    padding: 3px;
 }
 }
 
 
 p.caption {
 p.caption {
     color: #335555;
     color: #335555;
     font-size: 10px;
     font-size: 10px;
     text-align: right;
     text-align: right;
-    padding: 6px 0px 6px 0px;
+    padding: 3px;
 }
 }
 
 
 a:link {
 a:link {

BIN
resume_jmelesky.pdf


+ 5 - 0
site.hs

@@ -15,6 +15,11 @@ main = hakyll $ do
     route   idRoute
     route   idRoute
     compile compressCssCompiler
     compile compressCssCompiler
 
 
+  match "resume_jmelesky.pdf" $ do
+    route   idRoute
+    compile copyFileCompiler
+
+
   match "*.md" $ do
   match "*.md" $ do
     route   $ setExtension "html"
     route   $ setExtension "html"
     compile $ pandocCompiler
     compile $ pandocCompiler

+ 6 - 0
stuff.md

@@ -0,0 +1,6 @@
+---
+Title: Stuff I've cobbled together
+---
+
+I've only recently revived my website, and this part isn't properly
+populated yet.

+ 6 - 0
talks.md

@@ -0,0 +1,6 @@
+---
+Title: Talks and Presentations
+---
+
+I've only recently revived my website, and this part isn't properly
+populated yet.

+ 31 - 0
work.md

@@ -0,0 +1,31 @@
+---
+Title: Me, Professionally
+---
+
+I've been in the industry since before the dot-com boom of the late
+nineties (I almost said "late twentieth century" there, but that makes
+me sound much older than I'd like to be.
+
+I have a long history of working with large, often unstructured data,
+starting with the set of member pages at
+[Tripod.com](http://tripod.lycos.com/). I have a background in machine
+learning, mostly around document classification, though I'm a quite
+behind the current state of the art at this point. I've written a
+number of reporting systems, and am comfortable enough with databases
+that I've been a DBA for the past few years.
+
+Obviously, as a DBA, I'm operationally minded. As a developer, I tend
+to be that way, as well -- I'm concerned with robustness of the
+systems I work on, and think ahead to reduce possible failure modes in
+production.
+
+I'm comfortable in contributing leadership positions, and also have
+some experience in management.
+
+I am not actively seeking new employment, though I'm not averse to
+hearing about new, interesting opportunities. Here is a [relatively
+recent resume](/resume_jmelesky.pdf) (PDF format), and you may also be
+interested in [talks I've given at conferences](/talks.html).
+
+
+