<?php
// meeting.html -- Events page for VAGUE Web site.

// Copyright (C) 2006 Aaron Hawley <ashawley@gnu.uvm.edu>

// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License as
// published by the Free Software Foundation; either version 2 of the
// License, or (at your option) any later version.

// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
// GNU General Public License for more details.

// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
// 02110-1301, USA.

// $Id: cb-meeting-20060518.html,v 1.2 2006-05-15 10:13:05-04 ashawley Exp $

$page_title 'Meeting Location';
include 
"header.php";
?>
<?php 
include "navigation.html"?>

<h2>7:00pm, Thursday, May 18, 2006</h2>

<h3>Burlington Meeting at ClearBearing</h3>

<p>A general presentation on network security and exploits by Sam
Hooker will be followed by a portion on PHP-specific issues from Jim
Grady of Code4Design.  The presentations will be followed by an
informal organizational meeting about the group's activities.</p>

<h3>Location</h3>

<dl>
<dt><a href="http://maps.google.com/maps?q=208+Flynn+Ave+Burlington+VT">Location on Google maps</a></dt>
<dd>ClearBearing</dd>
<dd>208 Flynn Avenue</dd>
<dd>Burlington, Vermont</dd>
</dl>

<h3>Directions</h3>

<p>Just before the train tracks, turn right into the parking lot; Clear
Bearing is in the second building from the road. Look up high for a 
rectangular, white sign that says "ClearBearing", above the door.</p>

<hr />
<p><a href="./">Back to Vague</a></p>
<?php include "footer.php"?>