-
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.
- Loading branch information
EC2 Default User
committed
Jun 29, 2022
1 parent
65c91d7
commit fae4b3f
Showing
969 changed files
with
207 additions
and
37 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
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/) | ||
|
@@ -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` |
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 |
---|---|---|
@@ -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 %} |
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
File renamed without changes.
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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
layout: page | ||
permalink: /affilates | ||
lang: en | ||
title: Affilates | ||
header: | ||
title: Affilates | ||
text: | ||
--- | ||
<br> | ||
{% include affilates.html lang="en" %} | ||
|
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 was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -8,4 +8,4 @@ | |
text: | ||
--- | ||
|
||
{% include committee.html lang="en" %} | ||
{% include spokescouncil.html lang="en" %} |
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
layout: page | ||
lang: es | ||
title: Affilates | ||
header: | ||
title: Affilates | ||
text: | ||
--- | ||
<br> | ||
{% include affilates.html lang="es" %} |
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 was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -7,4 +7,4 @@ | |
text: | ||
--- | ||
|
||
{% include committee.html lang="es" %} | ||
{% include spokescouncil.html lang="es" %} |
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.
Binary file not shown.
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 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.
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 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 not shown.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file not shown.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file not shown.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file not shown.
Binary file added
BIN
+3.58 KB
media/FCCAN-Community-Organizer-Job-Description-FINAL.docx-pdf-116x150.jpg
Oops, something went wrong.
Binary file added
BIN
+12.5 KB
media/FCCAN-Community-Organizer-Job-Description-FINAL.docx-pdf-232x300.jpg
Oops, something went wrong.
Binary file added
BIN
+125 KB
media/FCCAN-Community-Organizer-Job-Description-FINAL.docx-pdf-791x1024.jpg
Oops, something went wrong.
Oops, something went wrong.
Binary file not shown.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file not shown.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file not shown.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file not shown.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file not shown.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.