-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathabout-us.html
More file actions
103 lines (93 loc) · 5.62 KB
/
about-us.html
File metadata and controls
103 lines (93 loc) · 5.62 KB
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
92
93
94
95
96
97
98
99
100
101
102
103
<!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="About the team behind Vermont Rental Codes" />
<title>About us | Vermont Rental Housing Codes</title>
</head>
<body id="aboutUsBody">
<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="about-us.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_10 prefix_1">
<p id="breadcrumb">You are here: About us</p>
<h1>About us</h1>
<p>This website was developed in cooperation with the <a class="outsideLink" href="http://www.vhfa.org">Vermont Housing and Finance Agency</a> (VHFA) and the <a class="outsideLink" href="http://www.atg.state.vt.us/">Vermont Attorney General's Office</a> (AGO). Content material was compiled and arranged by AGO intern <strong>Victoria Westgate</strong> and reviewed by many stakeholders. The site was designed by <strong>Craig Bailey</strong> of VHFA and is maintained by that office.</p>
<p>Act 176 (Sec. 22) of the 2008 Legislature established a safe rental housing study committee to make recommendations to achieve the following goals:</p>
<ol>
<li>Promote the health and safety of the citizens of Vermont.</li>
<li>Facilitate compliance with existing health and safety standards.</li>
<li>Provide support to municipal health officers.</li>
<li>Create a resource for tenants and landlords.</li>
<li>Enable communities to focus on problem properties.</li>
<li>Encourage a private sector response to a public health and safety need.</li>
<li>Reduce fire fatalities.</li>
<li>Establish a statewide rental housing inspection system.</li>
</ol>
<p>This committee wrote a <a class="outsideLink" href="http://www.vhfa.org/documents/act176.pdf">report to the Legislature</a> in February 2010.</p>
<p>As a part of this effort, the committee created this website as a portal of information available online but in disparate areas of state and local government websites. Our goal is to keep the site current and accurate. You can sign up to receive updates as they are posted online, and are welcome to contact us with questions or suggestions.</p>
</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>