Skip to content

Commit

Permalink
adding more
Browse files Browse the repository at this point in the history
  • Loading branch information
EC2 Default User committed Jun 29, 2022
1 parent 65c91d7 commit fae4b3f
Show file tree
Hide file tree
Showing 969 changed files with 207 additions and 37 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Fuerza Latina Fort Collins Colorado Website
# Fccan Fort Collins Colorado Website

[![Netlify Status](https://api.netlify.com/api/v1/badges/5a05781c-e452-4664-8407-83473d8f8b0a/deploy-status)](https://app.netlify.com/sites/fuerza-latina/deploys)

This is the repo for https://fuerzalatinafoco.com. Fuerza Latina is an organization of immigrants and allies dedicated to educating, informing, organizing, and promoting change to facilitate an improved quality of life for immigrants in our community.
This is the repo for https://fccan.com. Fccan is an organization based in community focused on furthering economic, social, and environmental justice, sustainability, human rights, and peace for all by building coalitions, developing strategies and actions, and supporting existing progressive organizations.

This site functions off the following technologies:
[Jekyll](https://jekyllrb.com/)
Expand All @@ -17,11 +17,11 @@ Using these technologies, we can obtain the following:
## How to run Website // CMS locally for development purposes
- Install ruby/jekyll (https://jekyllrb.com/docs/installation/)
- Obtain access to repo, contact [email protected]
- `git clone https://github.com/pbjtime/fuerza-latina.git`
- `cd fuerza-latina`
- `git clone https://github.com/pbjtime/fccan.git`
- `cd fccan`
- `bundle exec jekyll serve --host 0.0.0.0`
- You can now access the site: http://0.0.0.0:4000 (replace 0.0.0.0 with the local-link if hosting locally http://127.0.0.1:4000 or public address of your computer.)

**Optional:** In another terminal (to run the cms locally):
- `cd fuerza-latina`
- `cd fccan`
- `PORT=8076 npx netlify-cms-proxy-server`
134 changes: 134 additions & 0 deletions _includes/affliates.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,134 @@
<h1 class="mt-0" id="community-resource-header">Our Affliates</h1>
{% assign community_resource=0 %}
{% for resource in site.resources limit:5%}
{% if resource.resource-type == "Community Resource" %}
{% if resource.ordering == "first" %}
{% capture community_resource %}{% increment community_resource %}{% endcapture %}
<div class="row-fluid event-box">
<h2 class="text-center mt-0">{% if page.lang == "es" %}{{ resource.title-es | newline_to_br }}{% else %}{{ resource.title-en | newline_to_br }}{% endif %}</h2>

<br>
<div class="row-fluid member-box">
{% if resource.picture %}
<div class="col-md-auto">
<img class="fa fa-3x" src="{{ resource.picture }}">
</div>
{% endif %}
{% if page.lang == "es" %}
{% if resource.files-es %}
{% for file in resource.files-es %}
<a class=center-me href="{{ file }}">{{ file | remove: "/media/" }}</a>
{% endfor %}
{% endif %}
{% else %}
{% if resource.files-en %}
{% for file in resource.files-en %}
<a class=center-me href="{{ file }}">{{ file | remove: "/media/" }}</a>
{% endfor %}
{% endif %}
{% endif %}
{% if resource.files-etc %}
{% for file in resource.files-etc %}
<a class=center-me href="{{ file }}">{{ file | remove: "/media/" }}</a>
{% endfor %}
{% endif %}
<div class="col-md-auto">
<div class="card-body">
<p class="center-me card-text"><center>{% if page.lang == "es" %}{% if resource.body-es %}{{ resource.body-es | newline_to_br | markdownify }}{% endif %}{% else %}{% if resource.body-en %}{{ resource.body-en | newline_to_br | markdownify }}{% endif %}{% endif %}</center></p>
</div>
</div>
</div>
</div>
{% endif %}
{% endif %}
{% endfor %}
{% for resource in site.resources limit:5%}
{% if resource.resource-type == "Community Resource" %}
{% if resource.ordering != "first" %}
{% capture community_resource %}{% increment community_resource %}{% endcapture %}
<div class="row-fluid event-box">
<h2 class="text-center mt-0">{% if page.lang == "es" %}{{ resource.title-es | newline_to_br }}{% else %}{{ resource.title-en | newline_to_br }}{% endif %}</h2>

<br>
<div class="row-fluid member-box">
{% if resource.picture %}
<div class="col-md-auto">
<img class="fa fa-3x" src="{{ resource.picture }}">
</div>
{% endif %}
{% if page.lang == "es" %}
{% if resource.files-es %}
{% for file in resource.files-es %}
<a class=center-me href="{{ file }}">{{ file | remove: "/media/" }}</a>
{% endfor %}
{% endif %}
{% else %}
{% if resource.files-en %}
{% for file in resource.files-en %}
<a class=center-me href="{{ file }}">{{ file | remove: "/media/" }}</a>
{% endfor %}
{% endif %}
{% endif %}
{% if resource.files-etc %}
{% for file in resource.files-etc %}
<a class=center-me href="{{ file }}">{{ file | remove: "/media/" }}</a>
{% endfor %}
{% endif %}
<div class="col-md-auto">
<div class="card-body">
<p class="center-me card-text"><center>{% if page.lang == "es" %}{% if resource.body-es %}{{ resource.body-es | newline_to_br | markdownify }}{% endif %}{% else %}{% if resource.body-en %}{{ resource.body-en | newline_to_br | markdownify }}{% endif %}{% endif %}</center></p>
</div>
</div>
</div>
</div>
{% endif %}
{% endif %}
{% endfor %}
{% if community_resource == 0 %}
<script>document.getElementById("community-resource-header").remove();</script>
{% endif %}
<h1 class="mt-0" id="fuerza-resource-header">Important Fuerza Latina Resources</h1>
{% assign fuerza_resource=0 %}
{% for resource in site.resources limit:5%}
{% if resource.resource-type == "Fuerza Resource" %}
{% capture fuerza_resource %}{% increment fuerza_resource %}{% endcapture %}
<div class="row-fluid event-box">
<h2 class="text-center mt-0">{% if page.lang == "es" %}{{ resource.title-es | newline_to_br }}{% else %}{{ resource.title-en | newline_to_br }}{% endif %}</h2>

<br>
<div class="row-fluid member-box">
{% if resource.picture %}
<div class="col-md-auto">
<img class="fa fa-3x" src="{{ resource.picture }}">
</div>
{% endif %}
{% if page.lang == "es" %}
{% if resource.files-es %}
{% for file in resource.files-es %}
<a class=center-me href="{{ file }}">{{ file | remove: "/media/" }}</a>
{% endfor %}
{% endif %}
{% else %}
{% if resource.files-en %}
{% for file in resource.files-en %}
<a class=center-me href="{{ file }}">{{ file | remove: "/media/" }}</a>
{% endfor %}
{% endif %}
{% endif %}
{% if resource.files-etc %}
{% for file in resource.files-etc %}
<a class=center-me href="{{ file }}">{{ file | remove: "/media/" }}</a>
{% endfor %}
{% endif %}
<div class="col-md-auto">
<div class="card-body">
<p class="center-me card-text"><center>{% if page.lang == "es" %}{% if resource.body-es %}{{ resource.body-es | newline_to_br | markdownify }}{% endif %}{% else %}{% if resource.body-en %}{{ resource.body-en | newline_to_br | markdownify }}{% endif %}{% endif %}</center></p>
</div>
</div>
</div>
</div>
{% endif %}
{% endfor %}
{% if community_resource == 0 %}
<script>document.getElementById("fuerza-resource-header").remove();</script>
{% endif %}
6 changes: 3 additions & 3 deletions _includes/getinvolved.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8 {{ section.text_style | default: 'text-center' }}">
{% if page.lang == "es" %}<h2 class="text-black mt-0 text-center">Involucrarse!</h2><a href="https://docs.google.com/forms/d/e/1FAIpQLScSL1IZZJnZix0hYExfA0Rm_taNpw6OR4w0KIwjk3asiU0Y2Q/viewform">Se Voluntario de Fuerza Latina!</a>{% else %}<h2 class="text-black mt-0 text-center">Get Involved!</h2><a href="https://docs.google.com/forms/d/e/1FAIpQLSddYKmPGU5Kz_ZVX5AmtSFz-lEPpdfIqUSUhcx-n4EF-0rWSw/viewform">Volunteer with Fuerza Latina!</a>{% endif %}
{% if page.lang == "es" %}<h2 class="text-black mt-0 text-center">Involucrarse!</h2><a href="https://docs.google.com/forms/d/e/1FAIpQLScSL1IZZJnZix0hYExfA0Rm_taNpw6OR4w0KIwjk3asiU0Y2Q/viewform">Se Voluntario de Fccan!</a>{% else %}<h2 class="text-black mt-0 text-center">Get Involved!</h2><a href="https://docs.google.com/forms/d/e/1FAIpQLSddYKmPGU5Kz_ZVX5AmtSFz-lEPpdfIqUSUhcx-n4EF-0rWSw/viewform">Volunteer with Fccan!</a>{% endif %}
</div>
</div>
</div>
Expand All @@ -18,8 +18,8 @@ <h2 class="text-black mt-0 text-center">Contact Us!</h2>
<div class="text-black-50 mb-4 ">
Phone: <a href="tel:9704198944">Call 970-419-8944</a><br>
Or Email Us:<br>
<b class="text-black">Fuerza Latina Community Contact</b> <a href = "mailto: shirley.mk.leung@gmail.com">shirley.mk.leung@gmail.com</a> <br>
<b class="text-black">FCCAN Coorrdinator Shirley Leung</b> <a href = "mailto: info@fccan.org">info@fccan.org</a> <br>
<b class="text-black">Fccan Community Contact</b> <a href = "mailto: info@fccan.com">info@fccan.com</a> <br>
<b class="text-black">FCCAN Coorrdinator Shirley Leung</b> <a href = "mailto: shirley@fccan.org">shirley@fccan.org</a> <br>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion _includes/members.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{% for member in site.staff %}
<br>
<h2 class="text-center mt-0">{{ member.name }}</h2>
<h4 class="text-center mt-0">{{ member.job-title }}</h4><br>
<h4 class="text-center mt-0">{% if page.lang == "es" %}{{ member.job-title-es }}{% else %}{{ member.job-title-en }}{% endif %}</h4><br>
<div class="row-fluid member-box">
{% if member.picture %}
<div class="col-md-auto">
Expand Down
File renamed without changes.
40 changes: 38 additions & 2 deletions admin/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,41 @@ collections:
- { label: "Title (Spanish)", name: "title-es", widget: "string" }
- { label: "Body (Spanish)", name: "body-es", widget: "markdown" }
- { label: "Ordering", name: "ordering", widget: "select", options: ["important", "first", "neutral", "last"],default: ["neutral"] }
- label: "Values"
name: "values"
folder: "_values"
slug: "{{title-en}}"
summary: "{{title-en}}"
create: true
editor:
preview: false
fields:
- { label: "Name (English)", name: "title-en", widget: "string" }
- { label: "Info (English)", name: "body-en", widget: "markdown" }
- { label: "Name (Spanish)", name: "title-es", widget: "string" }
- { label: "Info (Spanish)", name: "body-es", widget: "markdown" }
- { label: "Ordering", name: "ordering", widget: "select", options: ["important", "first", "neutral", "last"],default: ["neutral"] }
- label: "Affilates"
name: "affilates"
folder: "_affilates"
slug: "{{title-en}}"
summary: "{{title-en}}"
create: true
editor:
preview: false
fields:
- label: "Picture"
name: "picture"
widget: "image"
required: false
media_library:
config:
multiple: false
- { label: "Title (English)", name: "title-en", widget: "string" }
- { label: "Body (English)", name: "body-en", widget: "markdown" }
- { label: "Title (Spanish)", name: "title-es", widget: "string" }
- { label: "Body (Spanish)", name: "body-es", widget: "markdown" }
- { label: "Ordering", name: "ordering", widget: "select", options: ["important", "first", "neutral", "last"],default: ["neutral"] }
- label: "Resources"
name: "resources"
folder: "_resources"
Expand Down Expand Up @@ -150,13 +185,14 @@ collections:
config:
multiple: false
- { label: "Name", name: "name", widget: "string", default: "", }
- { label: "Title", name: "job-title", widget: "string", default: "", }
- { label: "Title (English)", name: "job-title-en", widget: "string", default: "", }
- { label: "Title (Spanish)", name: "job-title-es", widget: "string", default: "", }
- { label: "About You (English)", name: "body-en", widget: "markdown" }
- { label: "About You (Spanish)", name: "body-es", widget: "markdown" }
- { label: "Ordering", name: "ordering", widget: "select", options: ["important", "first", "neutral", "last"],default: ["neutral"] }
- label: "Spokescouncil"
name: "spokescouncil"
folder: "_pokescouncil"
folder: "_spokescouncil"
slug: "{{name}}"
summary: "{{name}}"
create: true
Expand Down
12 changes: 12 additions & 0 deletions en/affilates.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
layout: page
permalink: /affilates
lang: en
title: Affilates
header:
title: Affilates
text:
---
<br>
{% include affilates.html lang="en" %}

2 changes: 1 addition & 1 deletion en/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
lang: en
header:
title: Welcome!
text: Fuerza Latina is an organization of immigrants and allies dedicated to educating, informing, organizing, and promoting change to facilitate an improved quality of life for immigrants in our community.
text: FCCAN’s mission is to create community based on furthering economic, social, and environmental justice, sustainability, human rights, and peace for all by building coalitions, developing strategies and actions, and supporting existing progressive organizations.
---
<br>
{% include index.html lang="en" %}
Expand Down
12 changes: 0 additions & 12 deletions en/resources.html

This file was deleted.

2 changes: 1 addition & 1 deletion en/our-steering-committee.html → en/spokescouncil.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
text:
---

{% include committee.html lang="en" %}
{% include spokescouncil.html lang="en" %}
10 changes: 10 additions & 0 deletions es/affilates.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
layout: page
lang: es
title: Affilates
header:
title: Affilates
text:
---
<br>
{% include affilates.html lang="es" %}
2 changes: 1 addition & 1 deletion es/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
title: Bienvenidos!
header:
title: Bienvenidos!
text: Fuerza Latina es una organización de inmigrantes y aliados dedicada a educar, informar, organizar, y proveer cambio para facilitar una buena calidad de vida para inmigrantes en nuestra comunidad.
text: Nuestra pagina web en español está en construcción
---


Expand Down
10 changes: 0 additions & 10 deletions es/resources.html

This file was deleted.

2 changes: 1 addition & 1 deletion es/our-steering-committee.html → es/spokescouncil.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
text:
---

{% include committee.html lang="es" %}
{% include spokescouncil.html lang="es" %}
Binary file added media/CIS-Trust-vs-Sanctuary-pdf-116x150.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/CIS-Trust-vs-Sanctuary-pdf-232x300.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/CIS-Trust-vs-Sanctuary-pdf-791x1024.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/CIS-Trust-vs-Sanctuary-pdf.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/CIS-Trust-vs-Sanctuary.pdf
Binary file not shown.
Binary file added media/Campana-Puntos-de-Conversacion-1.docx
Binary file not shown.
Binary file added media/Campana-Puntos-de-Conversacion.docx
Binary file not shown.
Binary file added media/Camping-ord-data-pdf-116x150.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/Camping-ord-data-pdf-232x300.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/Camping-ord-data-pdf-791x1024.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/Camping-ord-data-pdf.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/Camping-ord-data.pdf
Binary file not shown.
Binary file added media/Checkmark-1-150x150.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/Checkmark-1-300x300.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/Checkmark-1-347x198.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/Checkmark-1-e1493340460266.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/Checkmark-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/City_Hall_Fellows_Site_Lie_Full_Report.pdf
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/Community-Trust-Key-Points-20170507.pdf
Binary file not shown.
Binary file added media/Copy-of-Fuerza-Latina-Presents-150x150.png
Binary file added media/Copy-of-Fuerza-Latina-Presents-2048x779.png
Binary file added media/Copy-of-Fuerza-Latina-Presents-300x114.png
Binary file added media/Copy-of-Fuerza-Latina-Presents-768x292.png
Binary file added media/Copy-of-Fuerza-Latina-Presents-940x198.png
Binary file added media/Copy-of-Fuerza-Latina-Presents.png
Binary file added media/Copy-of-Inner-Wisdom-Keeper-WT2-1.png
Binary file added media/Copy-of-Inner-Wisdom-Keeper-WT2-150x150.png
Binary file added media/Copy-of-Inner-Wisdom-Keeper-WT2.png
Binary file added media/Copy-of-Inner-Wisdom-Keeper-WT3-150x150.png
Binary file added media/Copy-of-Inner-Wisdom-Keeper-WT3.png
Binary file added media/Copy-of-quotes-1024x536.png
Binary file added media/Copy-of-quotes-150x150.png
Binary file added media/Copy-of-quotes-300x157.png
Binary file added media/Copy-of-quotes-768x402.png
Binary file added media/Copy-of-quotes-940x198.png
Binary file added media/Copy-of-quotes.png
Binary file added media/Crafting-Rituals-for-Care-Resilience.png
Binary file not shown.
Binary file added media/Dana-Frank-Poster-150x150.jpg
Binary file added media/Dana-Frank-Poster-194x300.jpg
Binary file added media/Dana-Frank-Poster-553x198.jpg
Binary file added media/Dana-Frank-Poster.jpg
Binary file added media/DifficultBehaviorsflyer-pdf-116x150.jpg
Binary file added media/DifficultBehaviorsflyer-pdf-232x300.jpg
Binary file added media/DifficultBehaviorsflyer-pdf-791x1024.jpg
Binary file added media/DifficultBehaviorsflyer-pdf.jpg
Binary file added media/DifficultBehaviorsflyer.pdf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added media/Dreamers-Rally-1-150x150.jpg
Binary file added media/Dreamers-Rally-1-300x225.jpg
Binary file added media/Dreamers-Rally-1-768x576.jpg
Binary file added media/Dreamers-Rally-1-940x198.jpg
Binary file added media/Dreamers-Rally-1.jpg
Binary file added media/EWOQF94WkAArDCt-150x150.jpg
Binary file added media/EWOQF94WkAArDCt-182x300.jpg
Binary file added media/EWOQF94WkAArDCt-621x1024.jpg
Binary file added media/EWOQF94WkAArDCt-768x1267.jpg
Binary file added media/EWOQF94WkAArDCt-931x1536.jpg
Binary file added media/EWOQF94WkAArDCt-940x198.jpg
Binary file added media/EWOQF94WkAArDCt.jpg
Binary file added media/Edana-150x150.png
Binary file added media/Edana-297x300.png
Binary file added media/Edana-593x198.png
Binary file added media/Edana-Logo-with-Website-150x150.png
Binary file added media/Edana-Logo-with-Website-300x211.png
Binary file added media/Edana-Logo-with-Website-768x541.png
Binary file added media/Edana-Logo-with-Website-881x198.png
Binary file added media/Edana-Logo-with-Website.png
Binary file added media/Edana.png
Binary file added media/Exploring-horizons-1024x1024.png
Binary file added media/Exploring-horizons-150x150.png
Binary file added media/Exploring-horizons-300x300.png
Binary file added media/Exploring-horizons-768x768.png
Binary file added media/Exploring-horizons-940x198.png
Binary file added media/Exploring-horizons.png
Binary file added media/FB_IMG_1537625540426-150x150.jpg
Binary file added media/FB_IMG_1537625540426-201x300.jpg
Binary file added media/FB_IMG_1537625540426-351x198.jpg
Binary file added media/FB_IMG_1537625540426.jpg
Binary file added media/FCCAN-City-Council-Questionnaire.-pdf.pdf
Binary file not shown.
Binary file not shown.
Binary file added media/FCCAN-NBB-boycott-social-v1-1024x1024.jpg
Binary file added media/FCCAN-NBB-boycott-social-v1-150x150.jpg
Binary file added media/FCCAN-NBB-boycott-social-v1-300x300.jpg
Binary file added media/FCCAN-NBB-boycott-social-v1-768x768.jpg
Binary file added media/FCCAN-NBB-boycott-social-v1-940x198.jpg
Binary file added media/FCCAN-NBB-boycott-social-v1.jpg
Binary file added media/FCCAN-NBB-boycott-social-v2-1024x1024.jpg
Binary file added media/FCCAN-NBB-boycott-social-v2-150x150.jpg
Binary file added media/FCCAN-NBB-boycott-social-v2-300x300.jpg
Binary file added media/FCCAN-NBB-boycott-social-v2-768x768.jpg
Binary file added media/FCCAN-NBB-boycott-social-v2-940x198.jpg
Binary file added media/FCCAN-NBB-boycott-social-v2.jpg
Binary file added media/FCCAN-artwork-black-150x150.png
Binary file added media/FCCAN-artwork-black-222x300.png
Binary file added media/FCCAN-artwork-black-720x198.png
Binary file added media/FCCAN-artwork-black.png
Binary file added media/FCCAN-artwork-purple-150x150.png
Binary file added media/FCCAN-artwork-purple-222x300.png
Binary file added media/FCCAN-artwork-purple-720x198.png
Binary file added media/FCCAN-artwork-purple.png
Binary file not shown.
Binary file added media/Families-Together-Vigil--150x150.jpg
Binary file added media/Families-Together-Vigil--300x228.jpg
Binary file added media/Families-Together-Vigil--768x582.jpg
Binary file added media/Families-Together-Vigil--940x198.jpg
Binary file added media/Families-Together-Vigil-.jpg
Binary file added media/Feminism-TimePeace-1989.compressed-pdf.jpg
Binary file added media/Feminism-TimePeace-1989.compressed.pdf
Binary file not shown.
Binary file not shown.
Binary file added media/Fort-Collins-Homeless-Coalition-150x150.png
Binary file added media/Fort-Collins-Homeless-Coalition-300x300.png
Binary file added media/Fort-Collins-Homeless-Coalition-940x198.png
Binary file added media/Fort-Collins-Homeless-Coalition.png
Binary file added media/Fuerza-Arm-Map-logo-20170921-150x150.png
Binary file added media/Fuerza-Arm-Map-logo-20170921-300x300.png
Binary file added media/Fuerza-Arm-Map-logo-20170921-563x198.png
Binary file added media/Fuerza-Arm-Map-logo-20170921.png
Binary file added media/Fuerza-Latina-150x150.jpg
Binary file added media/Fuerza-Latina-205x300.jpg
Binary file added media/Fuerza-Latina-656x198.jpg
Binary file added media/Fuerza-Latina-Presents_-1024x1024.png
Binary file added media/Fuerza-Latina-Presents_-150x150.png
Binary file added media/Fuerza-Latina-Presents_-1536x1536.png
Binary file added media/Fuerza-Latina-Presents_-2048x2048.png
Binary file added media/Fuerza-Latina-Presents_-300x300.png
Binary file added media/Fuerza-Latina-Presents_-768x768.png
Binary file added media/Fuerza-Latina-Presents_-940x198.png
Binary file added media/Fuerza-Latina-Presents_.png
Binary file added media/Fuerza-Latina.jpg
Binary file added media/Fuerza-PPT-Brief-History-April-2018.ppt
Binary file not shown.
Binary file added media/FuerzaBanner-150x150.png
Binary file added media/FuerzaBanner-300x94.png
Binary file added media/FuerzaBanner-768x198.png
Binary file added media/FuerzaBanner-768x240.png
Binary file added media/FuerzaBanner.png
Binary file added media/GND-Feb.-8-150x150.jpg
Binary file added media/GND-Feb.-8-300x125.jpg
Binary file added media/GND-Feb.-8-768x319.jpg
Binary file added media/GND-Feb.-8-901x198.jpg
Binary file added media/GND-Feb.-8.jpg
Binary file added media/HOME_FOCO-150x150.png
Binary file added media/HOME_FOCO-178x300.png
Binary file added media/HOME_FOCO-608x1024.png
Binary file added media/HOME_FOCO-768x1293.png
Binary file added media/HOME_FOCO-880x198.png
Binary file added media/HOME_FOCO.png
Binary file added media/Healing-Justice-150x150.png
Binary file added media/Healing-Justice-300x114.png
Binary file added media/Healing-Justice-768x292.png
Binary file added media/Healing-Justice-820x198.png
Binary file added media/Healing-Justice-Flyer-March-9th-3.png
Binary file added media/Healing-Justice.png
Binary file added media/Holiday-Cards-1-1024x576.jpg
Binary file added media/Holiday-Cards-1-150x150.jpg
Binary file added media/Holiday-Cards-1-300x169.jpg
Binary file added media/Holiday-Cards-1-768x432.jpg
Binary file added media/Holiday-Cards-1-940x198.jpg
Binary file added media/Holiday-Cards-1.jpg
Binary file added media/IMG_10181-150x150.jpg
Binary file added media/IMG_10181-226x300.jpg
Binary file added media/IMG_10181-482x198.jpg
Binary file added media/IMG_10181.jpg
Binary file added media/IMG_20180507_152135-1024x768.jpg
Binary file added media/IMG_20180507_152135-150x150.jpg
Binary file added media/IMG_20180507_152135-300x225.jpg
Binary file added media/IMG_20180507_152135-768x576.jpg
Binary file added media/IMG_20180507_152135-940x198.jpg
Binary file added media/IMG_20180507_152135.jpg
Binary file added media/IMG_20190303_133828-1024x768.jpg
Binary file added media/IMG_20190303_133828-150x150.jpg
Binary file added media/IMG_20190303_133828-300x225.jpg
Binary file added media/IMG_20190303_133828-768x576.jpg
Binary file added media/IMG_20190303_133828-940x198.jpg
Binary file added media/IMG_20190303_133828.jpg
Binary file added media/IMG_20190707_144630-1024x768.jpg
Binary file added media/IMG_20190707_144630-150x150.jpg
Binary file added media/IMG_20190707_144630-300x225.jpg
Binary file added media/IMG_20190707_144630-768x576.jpg
Binary file added media/IMG_20190707_144630-940x198.jpg
Binary file added media/IMG_20190707_144630-e1562540835475.jpg
Binary file added media/IMG_20190707_144630.jpg
Binary file added media/IMG_2074-1024x768.jpg
Binary file added media/IMG_2074-150x150.jpg
Binary file added media/IMG_2074-300x225.jpg
Binary file added media/IMG_2074-768x576.jpg
Binary file added media/IMG_2074-940x198.jpg
Binary file added media/IMG_2074.jpg
Binary file added media/IMG_2249-1152x1536.jpg
Binary file added media/IMG_2249-150x150.jpg
Binary file added media/IMG_2249-1536x2048.jpg
Binary file added media/IMG_2249-225x300.jpg
Binary file added media/IMG_2249-768x1024.jpg
Binary file added media/IMG_2249-940x198.jpg
Binary file added media/IMG_2249-scaled.jpg
Binary file added media/IMG_2249.jpg
Binary file added media/IMG_2882-1024x1021.jpeg
Binary file added media/IMG_2882-150x150.jpeg
Binary file added media/IMG_2882-1536x1531.jpeg
Binary file added media/IMG_2882-2048x2041.jpeg
Binary file added media/IMG_2882-300x300.jpeg
Binary file added media/IMG_2882-768x765.jpeg
Binary file added media/IMG_2882-940x198.jpeg
Binary file added media/IMG_2882-scaled.jpeg
Loading

0 comments on commit fae4b3f

Please sign in to comment.