Skip to content

Commit 6db5b08

Browse files
authored
Content revamp (#16)
* feat: add documentation section to featured toolkits * chore: content separated by category and re-ordered * chore: white background on title; add link to applications on footer * chore: revamp all content with documentation section * chore: minor content ajustment * chore: add documentation section for Local Community Cloud * chore: content ajustment
1 parent f791849 commit 6db5b08

File tree

98 files changed

+158
-743
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

98 files changed

+158
-743
lines changed

src/assets/images/canoo.webp

126 KB
Binary file not shown.

src/assets/images/edt-offline.jpg

121 KB
Loading

src/assets/images/file_share.jpg

21.4 KB
Loading

src/components/Footer.vue

+12-6
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,20 @@
11
<template>
22
<div class="border-solid border-t-1 bg-dark-100 py-50px w-full">
33
<div class="mx-auto max-w-50vw text-center pt-35px">
4+
<app-button
5+
color="#145DA0"
6+
target="_self"
7+
href="/apps"
8+
text="Applications"
9+
></app-button>
10+
<app-button
11+
color="#2E8BC0"
12+
localurl=":8079#/connect"
13+
text="connect"
14+
></app-button>
415
<div class="mb-25px">
5-
<app-button
6-
color="#145DA0"
7-
localurl=":8079#/connect"
8-
text="connect"
9-
></app-button>
1016
<app-button color="#0C2D48" localurl=":8079" text="Admin"></app-button>
11-
<app-button color="#2E8BC0" localurl=":8082" text="sync"></app-button>
17+
<app-button color="#145DA0" localurl=":8082" text="sync"></app-button>
1218
<app-button
1319
color="#0C2D48"
1420
localurl=":8081"

src/content/blocks/1-edt.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
---
2-
title: Earth Defenders Toolkit Offline
2+
title: Earth Defenders Offline Toolkit
33
image: oca.jpg
44
locale: en
55
---
66

7-
The "Introductory guide" is a great place to start learning about the content of Earth Defenders Toolkit. All content is available offline, so you can explore the whole platform.
7+
This is the Earth Defenders Offline Toolkit. Read the documentation to learn about all the functionalities of this device:
88

9-
<app-button :color="true" localUrl=":8086/all/https://www.earthdefenderstoolkit.com/toolkit/how-to-get-started/" text="Introductory guide"></app-button>
9+
<app-button localUrl=":8086/all/https://docs.earthdefenderstoolkit.com/" text="Read documentation"></app-button>
1010

11-
<app-button localUrl=":8086/all/https://www.earthdefenderstoolkit.com/home/" text="Explore the Toolkit"></app-button>
11+
Bellow are the various featured toolkits we provide: **[Mapping and Monitoring
12+
](/mapping-and-monitoring)**, **[Land Based Storytelling
13+
](/geo-storytelling)** and **[Storing and Sharing files locally]()**. Choose one to start using and diving deep into the toolkit.

src/content/blocks/1-edt_es.md

-11
This file was deleted.

src/content/blocks/1-edt_pt.md

-11
This file was deleted.

src/content/blocks/2-edt-apps.md

-11
This file was deleted.

src/content/blocks/2-edt-apps_es.md

-11
This file was deleted.

src/content/blocks/2-edt-apps_pt.md

-11
This file was deleted.

src/content/blocks/3-mapping.md

-2
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,3 @@ locale: en
77
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.
88

99
<app-button :color="true" target="_self" link="mapping-and-monitoring" text="Get started"></app-button>
10-
11-
<app-button target="_self" link="apps/mapeo" text="Download Mapeo"></app-button>

src/content/blocks/3-mapping_es.md

-11
This file was deleted.

src/content/blocks/3-mapping_pt.md

-11
This file was deleted.

src/content/blocks/4-storymaps.md

-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,3 @@ their relationship to ancestral landscapes. In many cases these histories are pa
1010
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.
1111

1212
<app-button :color="true" target="_self" link="geo-storytelling" text="Get started"></app-button>
13-
<app-button localUrl=":8083" text="Use Terrastories"></app-button>

src/content/blocks/4-storymaps_es.md

-13
This file was deleted.

src/content/blocks/4-storymaps_pt.md

-13
This file was deleted.

src/content/blocks/5-local-files.md

-13
This file was deleted.

src/content/blocks/5-local-files_es.md

-13
This file was deleted.

src/content/blocks/5-local-files_pt.md

-13
This file was deleted.

src/content/blocks/5-store-sync.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: Local Community Cloud
3+
image: edt-offline.jpg
4+
locale: en
5+
---
6+
7+
This Offline Toolkit provides a file managing interface that can be used to upload, delete, preview, rename and edit files. It allows the creation of multiple users and every user can create directories on a digital community space.
8+
9+
User data is open to be viewed and edited by every other user, so be sure to follow some basic guide-lines on using a shared digital space.
10+
11+
<app-button :color="true" link="/storing-sharing" target="_self" text="Get started"></app-button>

src/content/blocks/6-syncing_es.md

-13
This file was deleted.

src/content/blocks/6-syncing_pt.md

-13
This file was deleted.

src/content/blocks/7-contributing.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ locale: en
66

77
### Disclaimer
88

9-
This is still **alpha** software, and we're currently collecting early feedback on the usability of the Earth Defenders Toolkit Offline.
9+
This is still **alpha** software, and we're currently collecting early feedback on the usability of the Earth Defenders Offline Toolkit .
1010

1111
### Technical support
1212

13-
For help with common technical issues, see the section of the <app-button :inline="true" localUrl=":8086">Earth Defenders Toolkit Offline guide</app-button>. For additional support, please check out the community of active users and maintainers of EDT on our public Discord, Telegram group and online forum.
13+
For help with common technical issues, see the section of the <app-button :inline="true" localUrl=":8086">Earth Defenders Offline Toolkit guide</app-button>. For additional support, please check out the community of active users and maintainers of EDT on our public Discord, Telegram group and online forum.
1414

1515
<app-button :color="true" link="https://forum.earthdefenderstoolkit.com/" text="EDT Forum"></app-button>
1616

src/content/blocks/7-contributing_es.md

-25
This file was deleted.

src/content/blocks/7-contributing_pt.md

-25
This file was deleted.

src/content/contato_es.md

-5
This file was deleted.

src/content/contato_pt.md

-5
This file was deleted.

src/content/guide-lines_es.md

-5
This file was deleted.

src/content/guide-lines_pt.md

-5
This file was deleted.

src/content/index_pt.md

-5
This file was deleted.

src/content/pages/geo-storytelling/1-first-steps_es.md

-10
This file was deleted.

src/content/pages/geo-storytelling/1-first-steps_pt.md

-10
This file was deleted.

src/content/pages/geo-storytelling/7-mapeo-bridge.md src/content/pages/geo-storytelling/1-mapeo-bridge.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Mapeo observations in Terrastories
2+
title: Collect local stories
33
image: mapeo.png
44
locale: en
55
---
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: Explore stories
3+
image: storymaps.png
4+
locale: en
5+
---
6+
7+
Terrastories was built to accommodate that need, which the team also heard about from other communities across the globe.
8+
9+
The application has an interactive map, with offline map tiles and story place markers.
10+
11+
<app-button :color="true" localUrl=":8083" text="Explore stories"></app-button>
12+
13+
<app-button :color="true" localUrl=":8086/all/https://docs.terrastories.app/using-terrastories/exploring-the-terrastories-main-interface"></app-button>

src/content/pages/geo-storytelling/2-guide-mapping_es.md

-9
This file was deleted.

0 commit comments

Comments
 (0)