translated a bunch of conetet

This commit is contained in:
gws 2024-11-14 13:49:44 +01:00
parent c4e3078532
commit 70907e1e8e
12 changed files with 128 additions and 11 deletions

View file

@ -0,0 +1,9 @@
+++
title = "desktop app"
+++
<a title="desktop app" class="app-border app-link desktop" href="https://nextcloud.com/install/#install-clients">
<p>
Desktop
</p>
</a>

View file

@ -0,0 +1,10 @@
+++
title= "footer"
template ="null.html"
sort_by = "slug"
+++
<a href="https://nextcloud.com/" class="link">
Learn more about nextcloud
</a>

View file

@ -0,0 +1,9 @@
+++
title = "googleplay"
+++
<a class="app-link" href="https://play.google.com/store/apps/details?id=com.nextcloud.client" rel="nofollow">
<img class="app-border" src="/googleplay-trim.png" alt="Download from Google Play" height="40"
style="max-width: 100%;">
</a>

View file

@ -0,0 +1,8 @@
+++
title = "ios store"
+++
<a class="app-link" href="https://itunes.apple.com/us/app/nextcloud/id1125420102" rel="nofollow">
<img class="app-border" src="/ios_store_badge.svg">
</a>

View file

@ -0,0 +1,9 @@
+++
title = "nextcloud web app"
draft = true
+++
<a class="app-link" href="https://cloud.sondell.org" rel="nofollow">
<img class="app-border" src="/pwa-badge.png" alt="Demo of the Nextcloud iOS files app" height="40"
style="max-width: 100%;">
</a>