cards implemted

This commit is contained in:
gws 2024-11-11 14:05:48 +01:00
parent 2ccdc37511
commit cf2fa7a260
18 changed files with 374 additions and 96 deletions

View file

@ -7,35 +7,3 @@ template="it_section.html"
intro = "derp"
+++
# For the office
Nextcloud is a opensource client-server ecosystem for cloudstorage and collaboration.
The nextcloud server can be integrated with OnlyOffice and can provide functionality similar to office365.
<!-- ## self hosting vs managed hosting -->
<!-- I offer both... -->
<!-- ## office needs -->
<!-- - collaboration platform -->
<!-- - teams chat -->
<!-- - cloud storage -->
<!-- - email -->
<!-- - internal web -->
<!-- ## Servers -->
<!-- - Databases -->
<!-- - gp-servers -->
<!-- - backups -->
<!-- - nas -->

View file

@ -1,38 +0,0 @@
+++
title = "IT"
description = "IT Services and Consulting"
weight = 3
+++
# For the office
Nextcloud is a opensource client-server ecosystem for cloudstorage and collaboration.
The nextcloud server can be integrated with OnlyOffice and can provide functionality similar to office365.
<!-- ## self hosting vs managed hosting -->
<!-- I offer both... -->
<!-- ## office needs -->
<!-- - collaboration platform -->
<!-- - teams chat -->
<!-- - cloud storage -->
<!-- - email -->
<!-- - internal web -->
<!-- ## Servers -->
<!-- - Databases -->
<!-- - gp-servers -->
<!-- - backups -->
<!-- - nas -->

View file

@ -0,0 +1,11 @@
+++
title = "Nextcloud"
weight = 1
[extra]
icon ="./nextcloud_icon_14.png"
+++
Nextcloud is a suite of client-server software for creating and using file
hosting services. Our nextcloud server is integrated with OnlyOffice and can
provide functionality similar to Dropbox, Office 365 or Google Drive.

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 class="">
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,10 @@
+++
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"
data-canonical-src="https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png"
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 = "googleplay"
+++
<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"
data-canonical-src="https://developer.apple.com/assets/elements/badges/download-on-the-app-store.svg"
style="max-width: 100%;">
</a>