paulo.ordoveza.com

Of course I cannot write about my job hunting adventures without mentioning my professional front on the web: paulo.ordoveza.com, home to my resumé and portfolio. I went with an über-minimal look for this one, to get it out the door faster and make navigation a snap for potential employers and other visitors, hence the four boxes on the front page. Some of the content is crosslinked with my other sites, seeing as how there’s really no need to copy pages that are easily linkable and part of the network.

The portfolio was a bit of a challenge to do in PHP, because I was using a huge nested associative array structure which did not give itself easily to quick navigation. I eventually figured out how to use array_keys() to get it to do what I wanted, but it was a lot more difficult building those previous/next links than I thought it would be.