layout | title | permalink | add_to_nav | order |
---|---|---|---|---|
default |
titles.about_us |
/about-us |
true |
4 |
{% t about_us.intro_1 %}
{% t about_us.intro_2 %}
{% t about_us.equity %}
{% t about_us.faq_help_answer_1 %}
{% t about_us.faq_help_answer_2 %}
{% t about_us.faq_help_answer_3 %}
{% t about_us.faq_help_answer_4 %}
{% t about_us.faq_help_answer_5 %}
{% t about_us.faq_press_answer %}
{% t about_us.faq_medical_answer_1 %}
{% t about_us.faq_medical_answer_2 %}
{% t about_us.faq_medical_answer_3 %}
{% t about_us.faq_community_answer_1 %}
{% t about_us.faq_toil_answr_1 %}
{% t about_us.faq_toil_answr_2 %}
{% t about_us.faq_accurate_answer_1 %}
{% t about_us.faq_accurate_answer_2 %}
{% for coordinator in site.data.coordinators %} {{ coordinator[0] }} {% endfor %}
.
VaccinateCA is a project of Call The Shots, a nonprofit organization that also runs the national Vaccinate The States effort. Hundreds of volunteers across the country are the heart of the operation, and make our efforts possible. To reach our management team with feedback, comments, or questions, please contact:
- Jesse Vincent, Chief Operating Officer: [email protected]
- Zoelle Egner, Chief Communications Officer: [email protected]
<script>
// From https://stackoverflow.com/a/12646864
function shuffleArray(array) {
for (let i = array.length - 1; i > 0; i--) {
const j = Math.floor(Math.random() * (i + 1));
[array[i], array[j]] = [array[j], array[i]];
}
}
const peopleElements = [...document.querySelectorAll('#js-people-list a')];
const peopleListElement = document.getElementById("js-people-list");
shuffleArray(peopleElements);
peopleListElement.innerHTML = "";
for (let i = 0; i < peopleElements.length; ++i) {
const personElement = peopleElements[i];
peopleListElement.insertBefore(personElement, null);
if (i !== peopleElements.length - 1) {
const separatorNode = document.createTextNode(", ");
peopleListElement.insertBefore(separatorNode, null);
}
}
</script>
- Jesse Vincent, Chief Operating Officer: [email protected]
- Zoelle Egner, Chief Communications Officer: [email protected]