<?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: bc-meeting-20060720.html,v 1.2 2006-07-28 10:40:34-04 ashawley Exp $

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

<h2>7:00pm, Thursday, July 20, 2006</h2>

<h3>Montpelier Meeting at Bear Code</h3>

<p>Andrew will present using the Java programming language and Josh
Sled will present usithe ng Python programming language.  Both
presentations will focus on their application to the unix
environment.</p>

<p>See <a href="wiki/index.php/Python_presentation">Josh Sled's Python
presentation</a> by viewing the Web-based slides on his Web site.</p>

<h3>Location</h3>

<dl>
<dd>Bear Code</dd>
<dd>85 Granite Shed Lane, Unit 1</dd>
<dd>Montpelier, Vermont  05602</dd>
</dl>

<p>For directions see:</p>

<ul>
<li><a href="http://bear-code.com/contact.html">Directions on the Bear Code Web site</a></li>
<li><a href="http://maps.google.com/maps?q=85+Granite+Shed+Lane+Montpelier+VT">Location on Google maps</a></li>
</ul>

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