Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffrey Hargarten committed Oct 18, 2024
1 parent 9394389 commit 8d4e75a
Show file tree
Hide file tree
Showing 5 changed files with 2,626 additions and 6,694 deletions.
13 changes: 8 additions & 5 deletions src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
</div>

<div class="element">
<label for="eOffice">Select Office:</label>
<label for="eOffice">Select contest:</label>
<select bind:value={district} class="element select medium" id="eOffice">
<option value="" selected></option>
{#each elections as election}
Expand All @@ -66,6 +66,8 @@
</select>
</div>

<p>&nbsp;</p>

<ul>
<li>
<label class="description" for="eDistricts">District borders</label>
Expand Down Expand Up @@ -260,6 +262,9 @@
<div><a href="../store/potus-results-district.json">GEOJSON</a> | <a href="../store/potus-results-district.csv">CSV</a></div>
<li>POTUS results by legislative district</li>
<div><a href="../store/potus-results-leg.json">GEOJSON</a> | <a href="../store/potus-results-leg.csv">CSV</a></div>
<li>POTUS results by Minnesota city and township [Harris and Trump]</li>
<div><a href="../store/cities_potus.csv">CSV</a></div>

</ul>

<p class="dlabel">Senatorial</p>
Expand Down Expand Up @@ -291,15 +296,14 @@
<li>State Senate special election by precinct</li>
<div><a href="../store/mnsen-results-geo.json">GEOJSON</a> | <a href="../store/mnsen-results-geo.csv">CSV</a></div>
</ul>
</div>

<p class="dlabel">Constitutional Amendment</p>
<!-- <p class="dlabel">Constitutional Amendment</p>
<ul>
<li>Ballot measure results by precinct</li>
<div><a href="../store/ballot-results-geo.json">GEOJSON</a> | <a href="../store/ballot-results-geo.csv">CSV</a></div>
<li>Ballot measure results by county</li>
<div><a href="../store/ballot-results-county.json">GEOJSON</a> | <a href="../store/ballot-results-county.csv">CSV</a></div>
</ul>
</ul> -->
</div>
</main>

Expand Down Expand Up @@ -329,7 +333,6 @@
}
.element {
margin-bottom: 20px;
display: flex;
align-items: center; /* Aligns items vertically */
flex-wrap: wrap;
Expand Down
88 changes: 0 additions & 88 deletions store/ballot-results-county.csv

This file was deleted.

Loading

0 comments on commit 8d4e75a

Please sign in to comment.