Skip to content

Commit

Permalink
fix: fixes to content links and buttons for main apps
Browse files Browse the repository at this point in the history
  • Loading branch information
luandro committed Jan 26, 2023
1 parent afa5a4c commit c0a4c46
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/components/Footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
{{ $t(root ? "connect" : "portal") }}
</button>
</a>
<app-button color="#1AA2D4" localurl=":82" text="sync"></app-button>
<app-button color="#1AA2D4" localurl=":8082" text="sync"></app-button>
<app-button
color="#1D99F3"
localurl=":81"
localurl=":8081"
text="filebrowser"
></app-button>
</div>
Expand Down
2 changes: 2 additions & 0 deletions src/content/blocks/3-mapping.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ locale: en
Mapping tools are among the most powerful technologies for earth defenders. For that reason we provide several tools, guides and case studies for how to get started with a community mapping project, how to choose the right tools, and how have other earth defender communities used them to protect their territory.

<app-button :color="true" target="_self" link="mapping-and-monitoring" text="Get started"></app-button>

<app-button target="_self" link="apps/mapeo" text="Download Mapeo"></app-button>
1 change: 1 addition & 0 deletions src/content/blocks/4-storymaps.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ their relationship to ancestral landscapes. In many cases these histories are pa
Terrastories is a geostorytelling application built to enable communities to locate and map their own oral storytelling traditions about places of significant meaning or value to them.

<app-button :color="true" target="_self" link="geo-storytelling" text="Get started"></app-button>
<app-button localUrl=":8083" text="Use Terrastories"></app-button>
2 changes: 1 addition & 1 deletion src/content/pages/geo-storytelling/1-first-steps.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ locale: en

Getting started with a community project can be very challenging, that's why we've prepared a **How to Get Started** guide that can assist and inspire your community with knowledge shared from experiences from other earth defender communities.

<app-button full :color="true" localUrl=":8086/earthdefenderstoolkit/https://www.earthdefenderstoolkit.com/kit-de-ferramentas/guide-how-to-get-started/" text="Read the guide"></app-button>
<app-button full :color="true" localUrl=":8086/earthdefenderstoolkit/https://www.earthdefenderstoolkit.com/kit-de-herramientas/como-empezar/?lang=es" text="Read the guide"></app-button>
2 changes: 1 addition & 1 deletion src/content/pages/geo-storytelling/4-guide-terrastories.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ Terrastories is an application for communities to map, protect, and share storie

To get started with Terrastories we recommend reading the **Terrastories: a tool for place-based storytelling** guide written for the Earth Defenders Toolkit platform.

<app-button :color="true" localUrl=":8085" text="Use Terrastories"></app-button>
<app-button :color="true" localUrl=":8083" text="Use Terrastories"></app-button>

<app-button localUrl=":8086/earthdefenderstoolkit/https://www.earthdefenderstoolkit.com/toolkit/terrastories-a-tool-for-place-based-storytelling/" text="Read the guide"></app-button>
2 changes: 1 addition & 1 deletion src/content/pages/mapping-and-monitoring/1-first-steps.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ locale: en

Getting started with a community project can be very challenging, that's why we've prepared a **How to Get Started** guide that can assist and inspire your community with knowledge shared from experiences from other earth defender communities.

<app-button full :color="true" localUrl=":8086/earthdefenderstoolkit/https://www.earthdefenderstoolkit.com/kit-de-ferramentas/guide-how-to-get-started/" text="Read the guide"></app-button>
<app-button full :color="true" localUrl=":8086/earthdefenderstoolkit/https://www.earthdefenderstoolkit.com/kit-de-herramientas/como-empezar/?lang=es" text="Read the guide"></app-button>

0 comments on commit c0a4c46

Please sign in to comment.