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

// Copyright (C) 2006, 2007, 2008 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-20080319.html,v 1.1 2008-03-12 23:54:07-04 ashawley Exp $

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

<h2>7:00pm, Wednesday, March 19, 2008</h2>

<h3>Burlington Meeting at ClearBearing</h3>

<p>Monthly meeting of the Vermont Area Group of Unix Enthusiasts
(VAGUE) will feature two presentations.  One presentation will be on
open-source software 3D graphic rendering tools, and another on the
Zend Framework for the PHP programming language.  After the
presentations there will be an open discussion.  More than likely, the
conversation will be taken to downtown Burlington to socialize further
over drinks.</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"?>