-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlearn-more.html
More file actions
58 lines (49 loc) · 2.75 KB
/
learn-more.html
File metadata and controls
58 lines (49 loc) · 2.75 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
<!-- @include top -->
<!-- @include header -->
<div class="page-content learn-more"> <!-- use the article tag if appropriate -->
<div class="row page-title">
<div class="columns large-12">
<h1>Learn More</h1>
</div>
</div>
<section>
<div class="row">
<div class="columns large-12">
<h2>WatershedMVP</h2>
</div>
<div class="columns large-7">
<p>The Cape Cod Commission developed the WatershedMVP application for professionals, municipal officials and community members in order to assist in creating the most cost-effective and efficient solutions to Cape Cod’s wastewater problem. The application is an informational resource intended to provide regional estimates for planning purposes. The user can create and edit scenarios of any scale across Cape Cod using detailed, accurate data. </p>
<p><a href="http://www.watershedmvp.org" target="_blank">www.watershedmvp.org</a></p>
</div>
<div class="columns large-5">
<a href="http://www.watershedmvp.org" target="_blank"><img src="<!-- @path mvplogo_dark.png -->"></a>
</div>
</div>
<div class="row">
<div class="columns large-12">
<h2>Water Quality Initiative</h2>
</div>
<div class="columns large-7">
<p>The Cape Cod Commission has been directed to update the 208 Plan in January of 2013. The Section 208 of the U.S. Clean Water Act was designed to propose implementable solutions for water quality problems from point (direct discharge to surface waters) and non-point (indirect discharge) sources within state-specified geographic regions, including Cape Cod, Massachusetts. This site is the epicenter of information and data the Cape Cod Commission is distributing in this effort. </p>
<p><a href="http://watersheds.capecodcommission.org" target="_blank">watersheds.capecodcommission.org</a></p>
</div>
<div class="columns large-5">
<a href="http://watersheds.capecodcommission.org" target="_blank"><img src="<!-- @path logo-wq-fade.png -->"></a>
</div>
</div>
<div class="row">
<div class="columns large-12">
<h2>Cape 2-O</h2>
</div>
<div class="columns large-7">
<p>This resource enables users to become players in an interactive game-like environment to educate about facts, explore issues, contribute views, and provide feedback. This online community charrette is fun to interact with and provides town-meeting like forums that can be accessed online on the user’s schedule.</p>
<p><a href="http://communityplanit.org/capecod2" target="_blank">communityplanit.org/capecod2</a></p>
</div>
<div class="columns large-5">
<a href="http://communityplanit.org/capecod2" target="_blank"><img src="<!-- @path Cape2O_logo.png -->"></a>
</div>
</div>
</section>
</div>
<!-- @include footer -->
<!-- @include bottom -->