Skip to content

Commit

Permalink
Dropdown update and tab order change
Browse files Browse the repository at this point in the history
  • Loading branch information
TBleess authored Apr 10, 2024
1 parent 61ea9e3 commit 281c13e
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,7 @@
<a class="navbar-brand" href="#">Boundaries &amp; Annexations</a>
</div>
<div class="navbar-collapse collapse">
<form class="navbar-form navbar-right" role="search">
<div id="the-basics" class="form-group has-feedback navbar-right">
<input id="searchbox" type="text" placeholder="Search" class="form-control typeahead">
<span id="searchicon" class="fa fa-search form-control-feedback"></span>
</div>
</form>

<ul class="nav navbar-nav">
<li><a href="#" data-toggle="collapse" data-target=".navbar-collapse.in" onclick="$('#aboutModal').modal('show'); return false;"><i class="fa fa-question-circle" style="color: white"></i>&nbsp;&nbsp;About</a></li>
<li class="dropdown">
Expand All @@ -79,6 +74,12 @@
</li>

</ul>
<form class="navbar-form navbar-right" role="search">
<div id="the-basics" class="form-group has-feedback navbar-right">
<input id="searchbox" type="text" placeholder="Search" class="form-control typeahead">
<span id="searchicon" class="fa fa-search form-control-feedback"></span>
</div>
</form>
</div><!--/.navbar-collapse -->
</div><!-- end top navbar -->

Expand Down Expand Up @@ -110,19 +111,20 @@ <h4 class="modal-title">Colorado Municipal Boundaries Project</h4>
</ul>
<div class="tab-content" id="aboutTabsContent" style="padding-top: 10px;">
<div class="tab-pane fade active in" id="about">
<p>The Colorado Municipal Boundaries Project is a collaborative effort between private, local, county, and state sources. Please contact <a href="mailto:todd.bleess@state.co.us">
Todd Bleess</a> for questions, or to contribute to this project.</p>
<p>The State of Colorado wants to ensure everyone is able to access the information they need. If you feel this app is not accessible to you,
please email the <a href="mailto:todd.bleess@state.co.us">State Demography Office</a> and we will be happy to assist you.
<p>The Colorado Municipal Boundaries Project is a collaborative effort between private, local, county, and state sources. Please contact <a href="mailto:todd.bleess@state.co.us">Todd Bleess</a> for questions.</p>
<div class="panel panel-primary">
<div class="panel-heading">Information</div>
<ul class="list-group">
<li class="list-group-item"><p><b>Data:</b>&nbsp;&nbsp;The Municipalities dataset was created by combining a Base Boundary dataset with an Annexation dataset.</p><p>The Base Boundaries are a compilation of voluntary contributions and publicly available downloads</a> from local and regional authorities.</p><p>The Annexation dataset was created by transcribing areas from annexation maps; either by freehand drawing or by digitally copying when available.</p>Currency of data depends upon having accurate base data as well as timely annexation updates (sent from each County Clerk to <a target="_blank" href="http://www.colorado.gov/cs/Satellite/DOLA-Main/CBON/1251589672852">DOLA</a> per Colorado statutory requirements).</p></li>
<li class="list-group-item"><p><b>Data:</b>&nbsp;&nbsp;The Municipalities dataset was created by combining a Base Boundary dataset with an Annexation dataset.</p><p>The Base Boundaries are a compilation of voluntary contributions and publicly available downloads</a> from local and regional authorities.</p><p>The Annexation dataset was created by transcribing areas from annexation maps; either by freehand drawing or by digitally copying when available.</p>Currency of data depends upon having accurate base data as well as timely annexation updates (sent from each County Clerk to <a target="_blank" href="https://cdola.colorado.gov/">DOLA</a> per Colorado statutory requirements).</p></li>

<li class="list-group-item"><b>Application:</b>&nbsp;&nbsp;<a target="_blank" href="http://bryanmcbride.com/bootleaf">Bootleaf</a> Template created by Bryan McBride, released under the <a target="_blank" href="http://en.wikipedia.org/wiki/MIT_License">MIT license</a>. Feature services provided by <a target="_blank" href="http://www.esri.com/software/arcgis/arcgisonline">ArcGIS Online</a> through <a target="_blank" href="http://esri.github.io/esri-leaflet/">ESRI-Leaflet</a>, under the <a href="http://www.apache.org/licenses/LICENSE-2.0" target="_blank">Apache License, version 2.0</a>. Contribute to this project on <a href="https://github.com/royhobbstn/CO_Muni" target="_blank">Github</a>.</li>
<li class="list-group-item"><b>Application:</b>&nbsp;&nbsp;<a target="_blank" href="http://bryanmcbride.com/bootleaf">Bootleaf</a> Template created by Bryan McBride, released under the <a target="_blank" href="http://en.wikipedia.org/wiki/MIT_License">MIT license</a>. Feature services provided by <a target="_blank" href="http://www.esri.com/software/arcgis/arcgisonline">ArcGIS Online</a> through <a target="_blank" href="http://esri.github.io/esri-leaflet/">ESRI-Leaflet</a>, under the <a href="http://www.apache.org/licenses/LICENSE-2.0" target="_blank">Apache License, version 2.0</a>.</li>
</ul>
</div>
</div>
<div id="disclaimer" class="tab-pane fade text-danger">
<p>The creator (<a target="_blank" href="http://www.colorado.gov/cs/Satellite/DOLA-Main/CBON/1251589672852">DOLA</a>) and contributors to this project do not guarantee the accuracy of any information presented, are not liable for any errors or omissions and are not responsible for determining fitness for use, either in this map or in its associated data. This data should not be considered an authoritative source of information.</p>
<p>The creator (<a target="_blank" href="https://cdola.colorado.gov/">DOLA</a>) and contributors to this project do not guarantee the accuracy of any information presented, are not liable for any errors or omissions and are not responsible for determining fitness for use, either in this map or in its associated data. This data should not be considered an authoritative source of information.</p>
</div>
</div>
</div>
Expand Down Expand Up @@ -155,7 +157,7 @@ <h4 class="modal-title">

<!-- range control with bootstrap slider container -->
<div class="well">
<p style="margin-top: -5px; margin-bottom: -12px; align: top;">Annexation Filter</p><br /><b>2010&nbsp;&nbsp;&nbsp;</b> <input type="text" class="slider" value="" data-slider-min="2010" data-slider-max="2023" data-slider-step=".0833333333333333333333333333333333333333333333333" data-slider-value="[2010,2023]" id="sl1" > <b>&nbsp;&nbsp;&nbsp;2023</b>
<p style="margin-top: -5px; margin-bottom: -12px; align: top;">Annexation Filter</p><br /><b>2010&nbsp;&nbsp;&nbsp;</b> <input type="text" class="slider" value="" data-slider-min="2010" data-slider-max="2024" data-slider-step=".0833333333333333333333333333333333333333333333333" data-slider-value="[2010,2024]" id="sl1" > <b>&nbsp;&nbsp;&nbsp;2024</b>
</div>

<!-- load javascript -->
Expand Down

0 comments on commit 281c13e

Please sign in to comment.