Skip to content

Commit

Permalink
add how do i find data section, closes #153
Browse files Browse the repository at this point in the history
  • Loading branch information
jseppi committed Jan 26, 2015
1 parent 8cc898d commit ea822fe
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 1 deletion.
3 changes: 2 additions & 1 deletion application/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
"gulp-ng-annotate": "^0.3.5",
"gulp-uglify": "^0.2.1",
"gulp-util": "^2.2.14",
"jshint-stylish": "^0.1.5"
"jshint-stylish": "^0.1.5",
"nodemon": "~1.3.2"
},
"engines": {
"node": ">=0.10.0"
Expand Down
33 changes: 33 additions & 0 deletions application/server/views/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
<ul class="nav nav-stacked affix about-nav">
<li class="nav-title">About</li>
<li><a href="#WhatIsThis">What is this? <i class="fa fa-chevron-right"></i></a></li>
<li><a href="#HowDoIFindData">How do I find data? <i class="fa fa-chevron-right"></i></a></li>
<li><a href="#StateWaterPlanData">State Water Plan Data <i class="fa fa-chevron-right"></i></a></li>
<li><a href="#Glossary">Glossary <i class="fa fa-chevron-right"></i></a></li>
<li><a href="#DownloadingData">Downloading Data <i class="fa fa-chevron-right"></i></a></li>
Expand Down Expand Up @@ -63,6 +64,38 @@ <h2>What is this site and what does it do?</h2>
</p>
</section>

<section id="HowDoIFindData">
<h2>How do I find the information I'm looking for?</h2>

<ol>
<li>
Choose a type of water planning data from the <strong>four colored menu tabs</strong> near the top:
<ul>
<li>Projected Water <strong>Demands</strong></li>
<li><strong>Existing Supplies</strong></li>
<li>Water <strong>Needs</strong> (potential shortages)</li>
<li>Recommended <strong>Strategy Supplies</strong></li>
</ul>
</li>
<li>
Use the dropdown menus or click on the map or table elements (depending on the view you are in), to select either:
<ul>
<li>the geographic area of interest (<strong>region</strong>, <strong>county</strong>, or <strong>water user group</strong>); or</li>
<li>the water <strong>usage type</strong> (e.g., irrigation), <strong>type of strategy</strong> (e.g., conservation), or <strong>water source</strong> of interest</li>
</ul>
</li>
<li>
Choose a planning <strong>decamde</strong> (2010 - 2060)
</li>
<li>
You may also <strong>add and/or change map layers</strong> by clicking the small icon in the upper right hand corner of the map
</li>
<li>
Hit the <strong>Home</strong> link in the upper right corner of the page to reset the page
</li>
</ol>
</section>

<section id="StateWaterPlanData">
<h2>State Water Plan Data</h2>

Expand Down

0 comments on commit ea822fe

Please sign in to comment.