From cdb13256fb46a0675d76ef2a5d026493fc7828f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Spo=CC=88nemann?= Date: Fri, 27 Jun 2025 13:49:55 +0200 Subject: [PATCH 1/3] New logo and design --- hugo/content/_index.html | 17 ++----------- hugo/content/login.html | 12 ++++----- hugo/layouts/404.html | 7 +++--- hugo/layouts/oct/baseof.html | 6 ++++- hugo/layouts/oct/landing.html | 19 +++++++++++++++ hugo/layouts/oct/privacy.html | 7 ------ hugo/layouts/partials/oct-footer.html | 15 ++++++------ hugo/layouts/partials/oct-head.html | 6 ++--- hugo/layouts/partials/oct-header.html | 19 ++++++--------- hugo/static/assets/github-mark-header.svg | 1 + hugo/static/assets/header-background.webp | Bin 0 -> 30966 bytes hugo/static/assets/home-hero.webp | Bin 0 -> 116578 bytes hugo/static/assets/logo.jpg | Bin 39185 -> 0 bytes hugo/static/assets/oct-logo-128.png | Bin 35145 -> 10828 bytes hugo/static/assets/oct-logo-32.png | Bin 3957 -> 2284 bytes hugo/static/assets/oct-logo-512.png | Bin 0 -> 44364 bytes hugo/static/assets/oct-logo-acronym.png | Bin 0 -> 533491 bytes hugo/static/assets/oct-logo.png | Bin 0 -> 232430 bytes hugo/static/assets/oct-space.jpg | Bin 180702 -> 0 bytes hugo/static/assets/twitter.svg | 23 ------------------ playground/assets/github-mark-header.svg | 1 + playground/assets/header-background.webp | Bin 0 -> 30966 bytes playground/assets/logo.jpg | Bin 39185 -> 0 bytes playground/assets/oct-logo-acronym.png | Bin 0 -> 533491 bytes playground/index.html | 6 ++--- playground/src/components/App.tsx | 2 +- playground/src/components/FileInfo.tsx | 6 ++--- .../src/components/MonacoEditorPage.tsx | 2 +- playground/src/components/StartButtons.tsx | 4 +-- playground/src/index.tsx | 19 ++++++--------- tailwind/base.tailwind.config.js | 5 ++-- 31 files changed, 75 insertions(+), 102 deletions(-) create mode 100644 hugo/layouts/oct/landing.html delete mode 100644 hugo/layouts/oct/privacy.html create mode 100644 hugo/static/assets/github-mark-header.svg create mode 100644 hugo/static/assets/header-background.webp create mode 100644 hugo/static/assets/home-hero.webp delete mode 100644 hugo/static/assets/logo.jpg create mode 100644 hugo/static/assets/oct-logo-512.png create mode 100644 hugo/static/assets/oct-logo-acronym.png create mode 100644 hugo/static/assets/oct-logo.png delete mode 100644 hugo/static/assets/oct-space.jpg delete mode 100644 hugo/static/assets/twitter.svg create mode 100644 playground/assets/github-mark-header.svg create mode 100644 playground/assets/header-background.webp delete mode 100644 playground/assets/logo.jpg create mode 100644 playground/assets/oct-logo-acronym.png diff --git a/hugo/content/_index.html b/hugo/content/_index.html index 343d000..6c917d7 100644 --- a/hugo/content/_index.html +++ b/hugo/content/_index.html @@ -2,21 +2,8 @@ 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.

-
-
- -
-
@@ -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 @@ -