forked from Ocelot-Social-Community/stage.ocelot.social
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add branding for reformer.network
- Loading branch information
1 parent
57e7615
commit e7bc308
Showing
17 changed files
with
329 additions
and
204 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export const PROGRESS_BAR_COLOR_TYPE = 'gradient' // 'uni' is the other option | ||
export const PROGRESS_BAR_COLOR_TYPE = 'uni' // 'gradient' // 'uni' is the other option |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
// this file is duplicated in `backend/src/config/` and `webapp/constants/` and replaced on rebranding by https://github.com/Ocelot-Social-Community/Ocelot-Social-Deploy-Rebranding/tree/master/branding/constants/ | ||
export default { | ||
SUPPORT_EMAIL: 'hello@ocelot.social', | ||
MODERATION_EMAIL: 'hello@ocelot.social', | ||
SUPPORT_EMAIL: 'support@reformer.network', | ||
MODERATION_EMAIL: 'support@reformer.network', | ||
// ATTENTION: the following links have to be defined even for internal pages with full URLs as example like 'https://staging.ocelot.social/support', because they are used in e-mails! | ||
ORGANIZATION_LINK: 'https://ocelot.social', | ||
SUPPORT_LINK: 'https://ocelot.social', | ||
ORGANIZATION_LINK: 'https://reformer.network/organization', | ||
SUPPORT_LINK: 'https://reformer.network/support', | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
// this file is duplicated in `backend/src/constants/group.js` and `webapp/constants/group.js` | ||
export const NAME_LENGTH_MIN = 3 | ||
export const NAME_LENGTH_MAX = 50 | ||
export const DESCRIPTION_WITHOUT_HTML_LENGTH_MIN = 100 // with removed HTML tags | ||
export const DESCRIPTION_WITHOUT_HTML_LENGTH_MIN = 10 // with removed HTML tags | ||
export const SHOW_GROUP_BUTTON_IN_HEADER = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
// this file is duplicated in `backend/src/config/metadata.js` and `webapp/constants/metadata.js` and replaced on rebranding | ||
export default { | ||
APPLICATION_NAME: 'ocelot.social', | ||
APPLICATION_SHORT_NAME: 'ocelot.social', | ||
APPLICATION_DESCRIPTION: 'Ocelot Social Community', | ||
COOKIE_NAME: 'ocelot-social-token', | ||
ORGANIZATION_NAME: 'busFaktor e.V.', | ||
ORGANIZATION_JURISDICTION: 'Deutschland', | ||
APPLICATION_NAME: 'Reformer.network', | ||
APPLICATION_SHORT_NAME: 'Reformer.network', | ||
APPLICATION_DESCRIPTION: 'Reformer.network, social network', | ||
COOKIE_NAME: 'reformer-network-token', | ||
ORGANIZATION_NAME: 'Stichting Rudulin', | ||
ORGANIZATION_JURISDICTION: 'Amsterdam', | ||
THEME_COLOR: 'rgb(56, 57, 55)', // $color-primary – as the main color in general. e.g. the color in the background of the app that is visible behind the transparent iPhone status bar to name one use case, or the current color of SVGs to name another use case | ||
} |
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{{ $branded_image_tag:= env "BRANDED_IMAGE_TAG" | default (exec "../scripts/image_tag.sh" (list) | trim) }} | ||
{{ $ocelot_image_tag := env "OCELOT_IMAGE_TAG" | default "master" }} | ||
|
||
domain: staging.ocelot-social.roschaefer.de | ||
namespace: ocelot-staging | ||
domain: staging.reformer-network.roschaefer.de | ||
namespace: reformer-network-staging | ||
image_tag: {{ env "IMAGE_TAG" | default (printf "ocelot-%s--branded-%s" $ocelot_image_tag $branded_image_tag) }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
domain: reformer-network.roschaefer.de | ||
namespace: reformer-network-production | ||
image_tag: {{ requiredEnv "IMAGE_TAG" }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.