var nathan_ostgard = new Developer({
    cv: "https://nathanostgard.com/cv.pdf",
    email: "mailto:no@nathanostgard.com",

    company: "http://upsight.com",
    skills: ['javascript', 'python', 'ruby',
             'actionscript', 'lua', 'c', 'php', 'css'],

    blog: {
        games: "https://phuce.com",
        web: "https://ltslashgt.com"
    },
    code: "https://github.com/noonat",
    photos: "https://flickr.com/photos/nostgard",
    tweets: "https://twitter.com/noonat",

    location: {
        city: "Portland",
        state: "OR",
        country: "US"
    }
});