include ("base_page.inc");
$title = "Collected family photographs";
$pagetitle = "Collected family photographs";
start_page ($title, $pagetitle);
title_bar ("The galleries");
$content = <<< END_CONTENT
- Various manually scanned photographs from the Florida and early California years.
- Some people I know. See the MUD-Dev Dinners for others.
- A bike-athon fund raiser Delphi Academy did (for some reason Con refused to ride).
- Easter 2000 with the kids in Milpitas.
- Parent's Day 2000 at Delphi Academy, and Con's last day at Delphi before Los Gatos Academy.
- My birthday lunch, 2000.
- Trip down to CC, in late 2000 (forget date).
- Con and Quentin destroy a bus, shortly before we leave Milpitas.
- Con, graduating from 1st grade into 2nd in record time, in late 2000 (forget date).
- "George", a polypteris ornatapinnis (ornate bichir) I had briefly after moving to San Jose.
END_CONTENT;
content_bar ($content);
blank_bar ();
end_page ();
?>