diff options
Diffstat (limited to 'code/frontpage/content/en')
| -rw-r--r-- | code/frontpage/content/en/_index.md | 9 | ||||
| -rw-r--r-- | code/frontpage/content/en/blog/_index.md | 8 | ||||
| -rw-r--r-- | code/frontpage/content/en/blog/hi-greatoffice/index.md | 17 | ||||
| -rw-r--r-- | code/frontpage/content/en/contact/index.md | 11 | ||||
| -rw-r--r-- | code/frontpage/content/en/docs/index.md | 11 | ||||
| -rw-r--r-- | code/frontpage/content/en/privacy/index.md | 33 | ||||
| -rw-r--r-- | code/frontpage/content/en/terms/index.md | 18 |
7 files changed, 107 insertions, 0 deletions
diff --git a/code/frontpage/content/en/_index.md b/code/frontpage/content/en/_index.md new file mode 100644 index 0000000..36095c4 --- /dev/null +++ b/code/frontpage/content/en/_index.md @@ -0,0 +1,9 @@ +--- +title : "Greatoffice" +description: "Greatoffice is a set of useful tools you can use to manage your business." +lead: "Greatoffice is a set of useful tools you can use to manage your business." +date: 2020-10-06T08:47:36+00:00 +lastmod: 2020-10-06T08:47:36+00:00 +draft: false +images: [] +--- diff --git a/code/frontpage/content/en/blog/_index.md b/code/frontpage/content/en/blog/_index.md new file mode 100644 index 0000000..d8bd151 --- /dev/null +++ b/code/frontpage/content/en/blog/_index.md @@ -0,0 +1,8 @@ +--- +title: "Blog" +description: "The Greatoffice Blog." +date: 2020-10-06T08:49:55+00:00 +lastmod: 2020-10-06T08:49:55+00:00 +draft: false +images: [] +--- diff --git a/code/frontpage/content/en/blog/hi-greatoffice/index.md b/code/frontpage/content/en/blog/hi-greatoffice/index.md new file mode 100644 index 0000000..49950eb --- /dev/null +++ b/code/frontpage/content/en/blog/hi-greatoffice/index.md @@ -0,0 +1,17 @@ +--- +title: "Say hello to Greatoffice" +description: "Introducing Greatoffice, not a Hugo theme helping you build modern documentation websites that are secure, fast, and SEO-ready — by default." +excerpt: "Introducing Greatoffice, not a Hugo theme helping you build modern documentation websites that are secure, fast, and SEO-ready — by default." +date: 2020-11-04T09:19:42+01:00 +lastmod: 2022-12-11T09:19:42+01:00 +draft: false +weight: 50 +images: [] +categories: ["News"] +tags: ["security", "performance", "legitness"] +contributors: ["Ivar Løvlie"] +pinned: false +homepage: false +--- + +Introducing Greatoffice, not a Hugo theme helping you build modern documentation websites that are secure, fast, and SEO-ready — by default. diff --git a/code/frontpage/content/en/contact/index.md b/code/frontpage/content/en/contact/index.md new file mode 100644 index 0000000..6d7ba0a --- /dev/null +++ b/code/frontpage/content/en/contact/index.md @@ -0,0 +1,11 @@ +--- +title : "Contact" +description: "How to contact us." +lead: "" +date: 2020-10-06T08:48:23+00:00 +lastmod: 2020-10-06T08:48:23+00:00 +draft: false +images: [] +--- + +Contact us via email: {{< email user="ahuman" domain="greatoffice.life" >}}
\ No newline at end of file diff --git a/code/frontpage/content/en/docs/index.md b/code/frontpage/content/en/docs/index.md new file mode 100644 index 0000000..ce52359 --- /dev/null +++ b/code/frontpage/content/en/docs/index.md @@ -0,0 +1,11 @@ +--- +title : "Docs" +description: "How to use Greatoffice." +lead: "" +date: 2020-10-06T08:48:23+00:00 +lastmod: 2020-10-06T08:48:23+00:00 +draft: false +images: [] +--- + +Here will be docs.
\ No newline at end of file diff --git a/code/frontpage/content/en/privacy/index.md b/code/frontpage/content/en/privacy/index.md new file mode 100644 index 0000000..680ccd1 --- /dev/null +++ b/code/frontpage/content/en/privacy/index.md @@ -0,0 +1,33 @@ +--- +title: "Privacy Policy" +description: "We don't care about your privacy, at all." +date: 2020-08-27T19:23:18+02:00 +lastmod: 2020-08-27T19:23:18+02:00 +draft: false +--- + +__TLDR__: We will never sell or share your data with anyone unless it is you, us or any number of our third party services providers. + +## .greatoffice.life + +- No personal information is collected. +- No information is stored in the browser. +- No information is shared with, sent to or sold to third-parties. +- No information is shared with advertising companies. +- No information is mined and harvested for personal and behavioral trends. +- No information is monetized. +- Your IP address is collected and stored for up to thirty days. + +## .greatoffice.app + +- No information is shared with advertising companies. +- No information is mined and harvested for personal and behavioral trends. +- No information is monetized. +- We store application data such as your preffered language and theme in your browser, we also store an indentifier that tells our systems who you are logged in as. +- When we send you an email, your email address and provided name is shared with our email provider (Postmark), read their privacy policy [here](https://postmarkapp.com/privacy-policy). + +## Contact us + +[Contact us]({{<relref "contact/index.md">}}) if you have any questions. + +Effective Date: _11th December 2022_ diff --git a/code/frontpage/content/en/terms/index.md b/code/frontpage/content/en/terms/index.md new file mode 100644 index 0000000..6d8e650 --- /dev/null +++ b/code/frontpage/content/en/terms/index.md @@ -0,0 +1,18 @@ +--- +title: "Terms of service" +description: "" +date: 2020-08-27T19:23:18+02:00 +lastmod: 2020-08-27T19:23:18+02:00 +draft: false +images: [] +--- + +__TLDR__: You can use our services if you do as outlined below. + +It is currently fritt vilt. + +## Contact us + +[Contact us]({{<relref "contact/index.md">}}) if you have any questions. + +Effective Date: _11th December 2022_ |
