diff --git a/content/it.md b/content/it.md
deleted file mode 100644
index 2989190..0000000
--- a/content/it.md
+++ /dev/null
@@ -1,22 +0,0 @@
-+++
-title = "IT"
-description = "IT Services and Consulting"
-weight = 3
-+++
-
-## 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
diff --git a/content/it/_index.md b/content/it/_index.md
new file mode 100644
index 0000000..4d09136
--- /dev/null
+++ b/content/it/_index.md
@@ -0,0 +1,41 @@
++++
+title = "IT"
+description = "IT Services and Consulting"
+weight = 3
+template="it_section.html"
+[extra]
+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.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/content/it/nextcloud.md b/content/it/nextcloud.md
new file mode 100644
index 0000000..6202b9d
--- /dev/null
+++ b/content/it/nextcloud.md
@@ -0,0 +1,38 @@
++++
+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.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/templates/it_section.html b/templates/it_section.html
new file mode 100644
index 0000000..df926aa
--- /dev/null
+++ b/templates/it_section.html
@@ -0,0 +1,45 @@
+{% import "_macros.html" as macros %}
+{% extends "index.html" %}
+
+{% block title %}{{ section.title }} | {{ super() }} {% endblock title %}
+
+{% block header %}
+
+ {{ card.content | markdown(inline=true) | safe }} +
+ +