cards implemted
This commit is contained in:
parent
2ccdc37511
commit
cf2fa7a260
18 changed files with 374 additions and 96 deletions
|
|
@ -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 -->
|
||||
|
|
|
|||
|
|
@ -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 -->
|
||||
11
content/it/nextcloud/_index.md
Normal file
11
content/it/nextcloud/_index.md
Normal 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.
|
||||
|
||||
9
content/it/nextcloud/footer/1desktop.md
Normal file
9
content/it/nextcloud/footer/1desktop.md
Normal 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>
|
||||
10
content/it/nextcloud/footer/_index.md
Normal file
10
content/it/nextcloud/footer/_index.md
Normal 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>
|
||||
10
content/it/nextcloud/footer/googleplay.md
Normal file
10
content/it/nextcloud/footer/googleplay.md
Normal 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>
|
||||
|
||||
8
content/it/nextcloud/footer/ios.md
Normal file
8
content/it/nextcloud/footer/ios.md
Normal 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>
|
||||
|
||||
9
content/it/nextcloud/footer/webapp.md
Normal file
9
content/it/nextcloud/footer/webapp.md
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue