-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcontact.html
91 lines (87 loc) · 4.61 KB
/
contact.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="styles/vrc_default.css" />
<link rel="shortcut icon" href="images/favicon.ico" />
<!--[if IE]><link rel="stylesheet" type="text/css" href="./styles/vrc_ie.css" /><![endif]-->
<meta name="description" content="How to contact the team behind Vermont Rental Codes" />
<title>Contact | Vermont Rental Housing Codes</title>
</head>
<body id="contactBody">
<div class="container_12">
<div id="header">
<p id="logo"><a href="index.html"><span></span>Vermont Rental Codes</a></p>
<p><em>A housing resource for Vermont town officials, landlords and tenants</em></p>
<ul id="primaryMenu">
<li class="hidden"><a href="contact.html#content">Jump to content</a></li>
<li><a href="who-are-you/" id="faqLink" class="first">Who are you?</a>
<ul id="faqSubLink">
<li><a href="who-are-you/municipalities">Municipalities</a></li>
<li><a href="who-are-you/landlords">Landlords</a></li>
<li><a href="who-are-you/tenants">Tenants</a></li>
</ul>
</li>
<li><a href="areas-of-interest/index.html" id="areasOfInterestLink">Areas of interest</a>
<ul id="areasOfInterestSubLink">
<li><a href="areas-of-interest/sanitation-facilities">Sanitation facilities</a></li>
<li><a href="areas-of-interest/building-systems">Building systems</a></li>
<li><a href="areas-of-interest/structural-elements">Structural elements</a></li>
<li><a href="areas-of-interest/lead-paint">Lead paint</a></li>
<li><a href="areas-of-interest/life-safety">Life safety</a></li>
<li><a href="areas-of-interest/mobile-homes">Mobile homes</a></li>
<li><a href="areas-of-interest/other-concerns">Other health and safety concerns</a></li>
</ul>
</li>
<li><a href="resources/index.html" id="resourcesLink">Resources</a>
<ul id="resourcesSubLink">
<li><a href="resources/communities-with-local-codes.html">Communities with local codes</a></li>
<li><a href="resources/town-health-officials.html">Directory of town health officials</a></li>
<li><a href="resources/general-resources.html">General resources</a></li>
</ul>
</li>
<li><a href="about-this-site.html" id="aboutThisSiteLink">About this site</a></li>
</ul>
<ul id="secondaryMenu">
<li><a id="homeLink" class="first" href="index.html">Home</a></li>
<li><a id="searchLink" href="search.html">Search</a></li>
<!--<li><a id="mailingListLink" href="./mailing-list.html">Mailing list</a></li>-->
<li><a id="aboutUsLink" href="about-us.html">About us</a></li>
<li><a id="contactLink" href="contact.html">Contact</a></li>
</ul>
</div> <!-- END #header -->
<div id="content">
<div class="grid_5 prefix_1">
<p id="breadcrumb">You are here: Contact</p>
<h1>Contact</h1>
<address>
Vermont Rental Codes<br />
c/o Vermont Housing Finance Agency (VHFA)<br />
164 Saint Paul St.<br />
P.O. Box 408<br />
Burlington, VT 05402-0408<br />
<a href="http://www.google.com/recaptcha/mailhide/d?k=01UXBJZP3Nbvi64wRSeOFBsA==&c=Qjls500Hn7y9Bpu68HmdP5x9h04vgD4WW_7n2zNiwts=" onclick="window.open('http://www.google.com/recaptcha/mailhide/d?k\07501UXBJZP3Nbvi64wRSeOFBsA\75\75\46c\75Qjls500Hn7y9Bpu68HmdP5x9h04vgD4WW_7n2zNiwts\075', '', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=500,height=300'); return false;" title="reveal our email address">Our email address</a>
</address>
</div>
</div> <!-- END #content -->
<div id="footer">
<ul>
<li><a id="accessibilityLink" href="accessibility.html">Accessibility</a></li>
<li><a id="legalLink" href="legal.html">Legal</a></li>
</ul>
<p>©2011-18 Vermont Rental Codes. All rights reserved.<br />
<a href="http://www.twitter.com/vtrentalcodes">Follow on Twitter</a></p>
</div> <!-- END #footer -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-20538059-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</div> <!-- END .container_12 -->
</body>
</html>