#!/usr/bin/perl require "_settings.pl"; print "Content-type: text/html\n\n"; ### head of site print "\n"; print ":: John Gale :: Photography :: about ::\n"; print "\n"; print "\n"; ### body of site print "
\n"; print "
about
\n"; print "\n"; print "\n"; print "
\n"; print "
John Gale Photography

photography for social, political, and artistic activism
\n"; print "April 21, 2005

\n"; print "I'm currently updating the design of the website. If you have any questions, concerns, or anything else at all, please don't hesitate to drop me a line at john\@smadness.com.

\n"; print "I got around to adding a whole bunch of photos from my days at Lawrence. They're all listed and sorted by category, so don't forget to view the sub-galleries in the upper left corner of the gallery page. There should be a number of good shots there... I started taking profusely, especially when I finally got a good digital camera.

\n"; print "Lawrence gets quite a bit of weather, and it's definitely much fun taking photos of. A low flying cloud burst through campus around 2am one day, resulting in a few shots like this one. The snow was of course legendary. And the sunsets were often spectacular.

\n"; print "Enjoy!

\n"; &writeSubscription; print "\n"; print "
\n"; print "
\n"; print "\n"; exit(0);