This repository was archived by the owner on Oct 20, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add unaffiliated voters to partisan graph (#11)
* Add unaffiliated voters to partisan graph * Remove extra print * Better handled of unaffiliated voters
- Loading branch information
1 parent
7ab4e98
commit 8ec2ebc
Showing
3 changed files
with
102 additions
and
81 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,24 +30,24 @@ | |
sizes="16x16"> | ||
<link rel="mask-icon" href="https://www.voteamerica.com/img/safari-pinned-tab.svg" | ||
color="#ff4400"> | ||
<meta name="description" content="Track your Georgia mail-in ballot"> | ||
<meta name="og:description" content="Track your Georgia mail-in ballot"> | ||
<meta name="description" content="Help make sure every voice in Georgia is heard"> | ||
<meta name="og:description" content="Help make sure every voice in Georgia is heard"> | ||
<meta name="theme-color" content="#fff"> | ||
<meta property="og:type" content="website"> | ||
<meta property="og:title" content="gaballot.org - Track your Georgia mail-in ballot"> | ||
<meta property="og:title" content="gaballot.org - Help make sure every voice in Georgia is heard"> | ||
<meta property="fb:app_id" content="218198872691029"> | ||
<meta name="twitter:card" content="summary_large_image"> | ||
<meta name="twitter:site" content="@VoteAmerica"> | ||
<meta property="og:image" | ||
content="https://s3.amazonaws.com/appforest_uf/f1605654010173x452403538515414600/turnout.png"> | ||
content="https://www.voteamerica.com/share/v3/generic.png"> | ||
|
||
<!-- Bootstrap CSS --> | ||
<link rel="stylesheet" | ||
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" | ||
integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" | ||
crossorigin="anonymous"> | ||
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> | ||
<link href="/static/styles.css?1" rel="stylesheet"> | ||
<link href="/static/styles.css" rel="stylesheet"> | ||
|
||
<title>VoteAmerica Georgia Ballot Tracker</title> | ||
{% endblock %} | ||
|