Skip to content

Commit

Permalink
tightend up map sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
derekeder committed Nov 17, 2023
1 parent 8f089b8 commit 73a0d0f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
4 changes: 4 additions & 0 deletions css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,8 @@ body, p, table {
-webkit-animation: fa-spin 6s infinite linear;
animation: fa-spin 6s infinite linear;
color: #FEB52D;
}

#category-select button, #geography-select button {
font-size: 0.55em;
}
13 changes: 7 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,31 +8,32 @@
<div class="card-body">
<h2>Illinois Solar Map</h2>

<p>As of Nov 2023, 1,823,000 kilowatts of operating solar capacity have been installed in the State of Illinois.</p>
<p class="fs-6">As of Nov 2023, 1,823,000 kilowatts of operating solar capacity have been installed in the State of Illinois.</p>

<p>This map allows you to explore solar projects by Census Tract, Place, County, and State Congressional Districts, as well as by category of project. <a href='/about.html'>Read more ></a></p>
<p class="fs-6">This map allows you to explore solar projects by Census Tract, Place, County, and State Congressional Districts, as well as by category of project. <a href='/about.html'>Read more ></a></p>


<h4 class="mt-4">Select geography</h4>
<h5 class="mt-4">Select geography</h5>
<div id="geography-select" class="btn-group flex-wrap" role="group" aria-label="Geography">
<button value="tracts" type="button" class="btn btn-light active">Census Tracts</button>
<button value="tracts" type="button" class="btn btn-light active">Tracts</button>
<button value="places" type="button" class="btn btn-light">Places</button>
<button value="counties" type="button" class="btn btn-light">Counties</button>
<button value="il-house" type="button" class="btn btn-light">State House</button>
<button value="il-senate" type="button" class="btn btn-light">State Senate</button>
</div>
<br /><br />
<h4>Select category</h4>
<h5>Select category</h5>
<div id="category-select" class="btn-group flex-wrap" role="group" aria-label="Category">
<button value="total_kw" type="button" class="btn btn-light active">All</button>
<button value="utility_kw" type="button" class="btn btn-light">Utility</button>
<button value="cs_kw" type="button" class="btn btn-light">Community Solar</button>
<button value="dg_large_kw" type="button" class="btn btn-light">Large DG</button>
<button value="dg_small_kw" type="button" class="btn btn-light">Small DG</button>
</div>
<br /><br />
<hr class="mt-4"/>
<p class="fst-italic fs-6"><a href='/#data-sources'>Data sources:</a> Illinois Power Agency (IPA) and US Energy Information Agency (EIA). Last updated Nov 2023. Although the information found in this map has been produced and processed from sources believed to be reliable, no warranty is made regarding accuracy, completeness, or usefulness of any information.</p>

<p class="fs-6">By <a href='https://chihacknight.org'>Chi Hack Night</a> and the <a href='https://ilcleanjobs.org/'>Illinois Clean Jobs Coalition</a></p>
</div>
</div>
</div>
Expand Down

0 comments on commit 73a0d0f

Please sign in to comment.