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

// Copyright (C) 2007 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: apl-meeting-20071017.html,v 1.1 2007-11-28 16:33:54-05 ashawley Exp $

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

<h2>6:30pm, Wednesday, October 17, 2007</h2>

<h3>General Organizational Meeting and Slashdot 10th Anniversary party</h3>

<p>Join us for the <a href="http://meta.slashdot.org/article.pl?sid=07/10/01/1357243">Slashdot 10th anniversary</a>.  <a href="http://slashdot.org/anniversary.pl?view_id=151">Register at Slashdot</a> if you're planning on attending.</p>

<p>The celebration will probably continue to across the the park from the library at the Granite City Brew Pub, 16 Main Street.</p>

<h3>Location</h3>

<dl>
<dd>Aldrich Public Library</dd>
<dd>6 Washington Street</dd>
<dd>Barre, Vermont 05641</dd>
</dl>

<h4>Directions and parking</h4>

<p>From Interstate 89 south, take exit 7 and take route 62 east for 5
miles.  Turn right at Washington Street.  The library is a half mile
down the street on the left.</p>

<p>From Interstate 89 north, take exit 6 and head east on route 63 for 4
miles.  Turn left on route 14 and go 2 miles until you reach
Washington Street where the  library is on your right.</p>

<p>Park in the library parking lot or at the Granite City Brew Pub
which is across the park from the library.</p>

<p>Enter the library and proceed to the basement to find the meeting.</p> 

<p>For a map see:</p>

<ul>
<li><a href="http://maps.google.com/maps?q=6+Washington+St,+Barre,+VT+05641">Location on Google maps</a></li>
</ul>

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