diff --git a/branding/constants/links.js b/branding/constants/links.js
index 70586f2..4a55fc5 100644
--- a/branding/constants/links.js
+++ b/branding/constants/links.js
@@ -1,10 +1,11 @@
-// this file is duplicated in `backend/src/config/links.js` and `webapp/constants/links.js` and replaced on rebranding
+// this file is duplicated in `backend/src/config/links.js` and `webapp/constants/links.js` and replaced on rebranding by https://github.com/Ocelot-Social-Community/Ocelot-Social-Deploy-Rebranding/tree/master/branding/constants/
export default {
+ LANDING_PAGE: '/login', // examples: '/login', '/registration', '/organization'
+ SUPPORT: 'https://ocelot.social', // example for internal support page: 'https://staging.ocelot.social/support'
+
+ // on null or empty strings internal pages are used, see 'webapp/locales/html/'
+ // you can find and store templates at https://github.com/Ocelot-Social-Community/Ocelot-Social-Deploy-Rebranding/tree/master/branding/templates/
ORGANIZATION: 'https://ocelot.social',
- SUPPORT: 'https://ocelot.social',
-
- // on null or empty strings internal imprint is used, see 'webapp/locales/html/'
- // you can find and store templates at 'master/branding/templates/'
DONATE: 'https://ocelot-social.herokuapp.com/donations', // we use 'ocelot-social.herokuapp.com' at the moment, because redirections of 'ocelot.social' subpages are not working correctly
IMPRINT: 'https://ocelot-social.herokuapp.com/imprint', // we use 'ocelot-social.herokuapp.com' at the moment, because redirections of 'ocelot.social' subpages are not working correctly
TERMS_AND_CONDITIONS: null,
diff --git a/branding/locales/html/de/code-of-conduct.html b/branding/locales/html/de/code-of-conduct.html
index 18f28be..e890fcc 100644
--- a/branding/locales/html/de/code-of-conduct.html
+++ b/branding/locales/html/de/code-of-conduct.html
@@ -1,5 +1,5 @@
-
-
+
+
Ich bin der Inhalt vom Verhaltenskodex.
diff --git a/branding/locales/html/de/data-privacy.html b/branding/locales/html/de/data-privacy.html index e0df6d3..094f1e7 100644 --- a/branding/locales/html/de/data-privacy.html +++ b/branding/locales/html/de/data-privacy.html @@ -1,5 +1,5 @@ - - + +Das hier wäre der Inhalt der Datenschutzbestimmungen.
diff --git a/branding/locales/html/de/faq.html b/branding/locales/html/de/faq.html index e7b6ab9..7a0f5a1 100644 --- a/branding/locales/html/de/faq.html +++ b/branding/locales/html/de/faq.html @@ -1,5 +1,5 @@ - - + +Hier stehen die FAQs.
diff --git a/branding/locales/html/de/imprint.html b/branding/locales/html/de/imprint.html index 17a15c5..8a902f6 100644 --- a/branding/locales/html/de/imprint.html +++ b/branding/locales/html/de/imprint.html @@ -1,5 +1,5 @@ - - + +Ich bin das Impressum.
diff --git a/branding/locales/html/de/organization.html b/branding/locales/html/de/organization.html new file mode 100644 index 0000000..7ecd439 --- /dev/null +++ b/branding/locales/html/de/organization.html @@ -0,0 +1,7 @@ + + + +Hier wird das Netzwerk beschrieben.
+Neu gebrandet …
diff --git a/branding/locales/html/de/support.html b/branding/locales/html/de/support.html new file mode 100644 index 0000000..6dab2b2 --- /dev/null +++ b/branding/locales/html/de/support.html @@ -0,0 +1,7 @@ + + + +Ich bin der Inhalt vom Support.
+Neu gebrandet …
diff --git a/branding/locales/html/de/terms-and-conditions.html b/branding/locales/html/de/terms-and-conditions.html index 49a09ca..38cc15a 100644 --- a/branding/locales/html/de/terms-and-conditions.html +++ b/branding/locales/html/de/terms-and-conditions.html @@ -1,5 +1,5 @@ - - + +Ich bin der Inhalt der Seite "Nutzungsbedingungen".
diff --git a/branding/locales/html/en/code-of-conduct.html b/branding/locales/html/en/code-of-conduct.html index 936ebde..fe10442 100644 --- a/branding/locales/html/en/code-of-conduct.html +++ b/branding/locales/html/en/code-of-conduct.html @@ -1,5 +1,5 @@ - - + +I am the content of the code of conduct.
diff --git a/branding/locales/html/en/data-privacy.html b/branding/locales/html/en/data-privacy.html index dec4735..981c746 100644 --- a/branding/locales/html/en/data-privacy.html +++ b/branding/locales/html/en/data-privacy.html @@ -1,5 +1,5 @@ - - + +This would be our data privacy section.
diff --git a/branding/locales/html/en/faq.html b/branding/locales/html/en/faq.html index b5905c6..33d6d27 100644 --- a/branding/locales/html/en/faq.html +++ b/branding/locales/html/en/faq.html @@ -1,5 +1,5 @@ - - + +Here are the FAQs.
diff --git a/branding/locales/html/en/imprint.html b/branding/locales/html/en/imprint.html index 6c496ad..5f42e2e 100644 --- a/branding/locales/html/en/imprint.html +++ b/branding/locales/html/en/imprint.html @@ -1,5 +1,5 @@ - - + +I am the imprint.
diff --git a/branding/locales/html/en/organization.html b/branding/locales/html/en/organization.html new file mode 100644 index 0000000..7c972d2 --- /dev/null +++ b/branding/locales/html/en/organization.html @@ -0,0 +1,7 @@ + + + +Here the network is described.
+Rebranded …
diff --git a/branding/locales/html/en/support.html b/branding/locales/html/en/support.html new file mode 100644 index 0000000..b54197d --- /dev/null +++ b/branding/locales/html/en/support.html @@ -0,0 +1,7 @@ + + + +I am the content of the support.
+Rebranded …
diff --git a/branding/locales/html/en/terms-and-conditions.html b/branding/locales/html/en/terms-and-conditions.html index a959ee9..030a96c 100644 --- a/branding/locales/html/en/terms-and-conditions.html +++ b/branding/locales/html/en/terms-and-conditions.html @@ -1,5 +1,5 @@ - - + +I am the content of the page "Terms And Conditions".