diff --git a/hugo/content/_index.html b/hugo/content/_index.html index 343d000..37e9a25 100644 --- a/hugo/content/_index.html +++ b/hugo/content/_index.html @@ -2,44 +2,31 @@ title: "Open Collaboration Tools" description: "Boost remote teamwork with open source technology. Share your editor contents and see changes in real-time." type: oct +layout: landing --- -
-
-
-
-

Collaborative editing for your IDE or custom editor

-

Boost remote teamwork with open source technology. Share your editor contents and see changes in real-time.

-

Extensible by design: connect custom editors from your IDE or web app. Deploy a collaboration server to suit your specific needs.

-
-
- -
-
-
-
+
+

Multiple cursors

See what others are looking at: the cursors and selections of all participants are highlighted in your editor.

-
+

End-to-end encryption

Messages between participants are encrypted so not even the server knows what you are sharing – only those you invited do.

-
+

IDE extensions

Get the VS Code extension from Open VSX or the VS Code Marketplace. Eclipse Theia has a built-in extension package for the direct integration of Open Collaboration Tools.

-
+

Integrate in your web app

Include collaborative editing right in your web application with a text editor such as Monaco. You can even share contents between the web app and an IDE!

-
+

Customize everything

Connect your custom editors: text-based, form-based, graphical, or any other paradigm. Empower your users with real-time collaboration, regardless of their background and expertise.

-
+

Deploy on-premises

You wish to adopt Open Collaboration Tools in your organization? The server is easy to deploy behind your firewall and can be connected to your authentication service.

@@ -47,7 +34,7 @@

Deploy on-premi

-
+

The Public Open Collaboration Server

Server URL: https://api.open-collab.tools/ diff --git a/hugo/content/login.html b/hugo/content/login.html index 8260720..dedccad 100644 --- a/hugo/content/login.html +++ b/hugo/content/login.html @@ -5,7 +5,7 @@ type: oct ---

+ {{ partial "oct-footer" . }} diff --git a/hugo/layouts/oct/baseof.html b/hugo/layouts/oct/baseof.html index e46a7ab..0fc2ad6 100644 --- a/hugo/layouts/oct/baseof.html +++ b/hugo/layouts/oct/baseof.html @@ -7,7 +7,11 @@ - {{ partial "oct-header" . }} +
+ {{ partial "oct-header" . }} + {{ block "hero" . }} + {{ end }} +
{{ block "main" . }} {{ end }} diff --git a/hugo/layouts/oct/landing.html b/hugo/layouts/oct/landing.html new file mode 100644 index 0000000..6c522bf --- /dev/null +++ b/hugo/layouts/oct/landing.html @@ -0,0 +1,19 @@ +{{ define "hero" }} +
+
+
+
+

Collaborative editing for your IDE or custom editor

+

Boost remote teamwork with open source technology. Share your editor contents and see changes in real-time.

+

Extensible by design: connect custom editors from your IDE or web app. Deploy a collaboration server to suit your specific needs.

+
+
+ +
+
+{{ end }} +{{ define "main" }} +{{ .Content }} +{{ end }} \ No newline at end of file diff --git a/hugo/layouts/oct/privacy.html b/hugo/layouts/oct/privacy.html deleted file mode 100644 index eb7a433..0000000 --- a/hugo/layouts/oct/privacy.html +++ /dev/null @@ -1,7 +0,0 @@ -{{ define "main"}} -
-
- {{ .Content }} -
-
-{{ end }} diff --git a/hugo/layouts/partials/oct-footer.html b/hugo/layouts/partials/oct-footer.html index 34cab0a..11d2c62 100644 --- a/hugo/layouts/partials/oct-footer.html +++ b/hugo/layouts/partials/oct-footer.html @@ -1,16 +1,15 @@ -