title | layout | headname |
---|---|---|
Liz Muehlmann |
guides |
Election Guides |
Here you'll find several non-partisan ballot guides. I try to include as much information as possible without directly recreating the official voter guide. The information is sourced from the ballot guide, calmatters, ballotpedia, LA Times, voter’s edge, and Mercury News. I have included links to the campaign website or wherever most of the information came from.
I have done my best to keep my views out of it.
I started this to help my two aunts because they would ask me to simplify their ballots for them. Democracy relies on an informed and participatory citizenry, but it’s not always easy. This is meant to alleviate some of the burden.
If you notice any errors, you feel like I’ve missed something, or you found this guide helpful feel free to send me an email [click the envelope at the bottom of the page]
1. Register to vote (Deadline May 23): https://registertovote.ca.gov/ 2. Check your registration status: https://voterstatus.sos.ca.gov/ 3. Access the official voter guide: https://voterguide.sos.ca.gov/ 4. Early voting & ballot drop off locations: https://caearlyvoting.sos.ca.gov/ 5. Track your ballot: https://california.ballottrax.net/voter/ 6. If you are in the Los Angeles, San Bernardino, Orange County area and need help getting to your polling place I will either find you resources or help you get there. I also offer to go with you to vote (and I will bring my two large German Shepherds) if you feel unsafe going to vote alone.
I have separated the guides into three geographic levels.
- State guides cover nominees, candidates, and issues that affect either the entire nation or the individual state. During Presidential elections, information about the presidential and vice presidential nominees and candidates will be included at the top of each state's file.
organization: filename | last updated
{% assign all_levels = site.data.guides | map: "level" | uniq %} {% assign all_types = site.data.guides | map: "election_type" | uniq %}
{% for level in all_levels %} {% if guide.type == type %} {% for guide in site.data.guides %} {% if level == guide.level and guide.election_type == "Primary" %} {{ guide.guide_name }} | {{guide.last_update}}
{% endif %} {% endfor %} {% endif %} {% endfor %}
{% if type == election_type %} {% for level in all_levels %} {% for guide in site.data.guides %} {% if guide.level == level and guide.election_type == "General" %} {{ guide.guide_name }} | {{guide.last_update}}
{% endif %} {% endfor %} {% endfor %} {% endif %}