Skip to content

Commit

Permalink
moved sources to the footer
Browse files Browse the repository at this point in the history
  • Loading branch information
tonmcg committed Dec 3, 2024
1 parent eb3912a commit 112449d
Showing 1 changed file with 27 additions and 26 deletions.
53 changes: 27 additions & 26 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -243,33 +243,9 @@
</p>
</v-card-title>
<v-card-subtitle class="text-subtitle-1">
<v-row class="align-center">
<v-col>
<span>
Sources:
<a href="https://www.foxnews.com/elections/2024/general-results"
target="_blank"><em>Fox News</em></a>,
<a href="https://electionresults.dcboe.org/election_results/2024-General-Election"
target="_blank"><em>District of Columbia Board of Elections</em></a>, and
<a href="https://www.elections.alaska.gov/enr/" target="_blank"><em>Alaska
Division of Elections</em></a>.
<br />Data compiled by:
<a href="https://github.com/tonmcg/US_County_Level_Election_Results_08-24/blob/master/2024_US_County_Level_Presidential_Results.csv"
target="_blank">Tony McGovern</a>.
</span>
</v-col>
<v-col class="d-flex justify-end" cols="auto">
<span>
Alaska data last updated: {{ alaska.lastupdated }}.
<br />Washington D.C. data last updated: {{ dc.lastupdated }}.
<br />Continental U.S. data last updated: {{ continental.lastupdated }}.

</span>
</v-col>
</v-row>
<v-row>
<v-col>
<br /><span>Hover over and click on the map to explore</span>
<span>Hover over and click on the map to explore</span>
</v-col>
<v-col class="d-flex justify-end" cols="auto">
<v-radio-group v-model="selectedMap" row @change="renderMap">
Expand Down Expand Up @@ -298,7 +274,32 @@
<div class="fab" style="opacity: 0;"></div>
</div>
</v-card-text>
<v-divider></v-divider>
<v-card-actions>
<v-row class="align-center">
<v-col>
<span class="text-body-2">
Sources:
<a href="https://www.foxnews.com/elections/2024/general-results"
target="_blank"><em>Fox News</em></a>,
<a href="https://electionresults.dcboe.org/election_results/2024-General-Election"
target="_blank"><em>District of Columbia Board of Elections</em></a>, and
<a href="https://www.elections.alaska.gov/enr/" target="_blank"><em>Alaska
Division of Elections</em></a>.
<br />Data compiled by:
<a href="https://github.com/tonmcg/US_County_Level_Election_Results_08-24/blob/master/2024_US_County_Level_Presidential_Results.csv"
target="_blank">Tony McGovern</a>.
</span>
</v-col>
<v-col class="text-body-2 d-flex justify-end" cols="auto">
<span>
Alaska data last updated: {{ alaska.lastupdated }}.
<br />Washington D.C. data last updated: {{ dc.lastupdated }}.
<br />Continental U.S. data last updated: {{ continental.lastupdated }}.

</span>
</v-col>
</v-row>
</v-card-actions>
</v-card>
</v-container>
</v-main>
Expand Down

0 comments on commit 112449d

Please sign in to comment.