This repository has been archived by the owner on Apr 27, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10 from Yunite-Net/release-v1.1.1
chore: 🍰 Release v1.1.1 – First Design Rebranding
- Loading branch information
Showing
14 changed files
with
93 additions
and
174 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
/* | ||
* | ||
* Here, all SCSS variables and classes can be adapted to your custom design. | ||
* | ||
*/ | ||
|
||
$color-primary: #6e8b87; | ||
$color-primary-light: #a6ff00; | ||
|
||
$color-header-background: $color-primary; | ||
$color-footer-background: $color-primary-light; | ||
|
||
$color-locale-menu: $color-primary-light; | ||
|
||
.main-navigation a { | ||
color: $color-primary-light; | ||
} | ||
.main-navigation a:hover { | ||
color: $color-neutral-100; | ||
} | ||
|
||
.main-navigation .locale-menu { | ||
color: $color-primary-light; | ||
} | ||
|
||
.main-navigation .base-button { | ||
color: $color-primary-light; | ||
} |
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: '[email protected]', | ||
MODERATION_EMAIL: 'hello@ocelot.social', | ||
SUPPORT_EMAIL: '[email protected]', | ||
MODERATION_EMAIL: 'hello@yunite.org', | ||
// 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://yunite.org', | ||
SUPPORT_LINK: 'https://yunite.org', | ||
} |
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,12 @@ | ||
export default { | ||
MENU: [ | ||
{ | ||
name: 'Beiträge', | ||
path: '/#', | ||
}, | ||
{ | ||
name: 'Über Yunite', | ||
url: 'https://yunite.org', | ||
}, | ||
], | ||
} |
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,9 @@ | ||
// 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', | ||
APPLICATION_NAME: 'yunite.me', | ||
APPLICATION_SHORT_NAME: 'yunite.me', | ||
APPLICATION_DESCRIPTION: 'Yunite Community', | ||
COOKIE_NAME: 'ocelot-social-token', | ||
ORGANIZATION_NAME: 'busFaktor e.V.', | ||
ORGANIZATION_JURISDICTION: 'Deutschland', | ||
ORGANIZATION_NAME: 'Verein Corona-Reset', | ||
ORGANIZATION_JURISDICTION: 'Switzerland', | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,6 +21,8 @@ services: | |
- MAPBOX_TOKEN="pk.eyJ1IjoiYnVzZmFrdG9yIiwiYSI6ImNraDNiM3JxcDBhaWQydG1uczhpZWtpOW4ifQ.7TNRTO-o9aK1Y6MyW_Nd4g" | ||
# - WEBSOCKETS_URI=ws://backend:4000/graphql # is not working and not given in Docker YAML in main repo | ||
- PUBLIC_REGISTRATION=true | ||
- INVITE_REGISTRATION=true | ||
- CATEGORIES_ACTIVE=true | ||
|
||
######################################################## | ||
# BACKEND ############################################## | ||
|
@@ -47,6 +49,8 @@ services: | |
- [email protected] | ||
# - PRODUCTION_DB_CLEAN_ALLOW=false # only true for production environments on staging servers | ||
- PUBLIC_REGISTRATION=true | ||
- INVITE_REGISTRATION=true | ||
- CATEGORIES_ACTIVE=true | ||
- SMTP_USERNAME=${SMTP_USERNAME} | ||
- SMTP_PASSWORD=${SMTP_PASSWORD} | ||
- SMTP_HOST=mailserver | ||
|
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 |
---|---|---|
|
@@ -26,6 +26,8 @@ services: | |
- MAPBOX_TOKEN="pk.eyJ1IjoiYnVzZmFrdG9yIiwiYSI6ImNraDNiM3JxcDBhaWQydG1uczhpZWtpOW4ifQ.7TNRTO-o9aK1Y6MyW_Nd4g" | ||
# - WEBSOCKETS_URI=ws://backend:4000/graphql # is not working and not given in Docker YAML in main repo | ||
- PUBLIC_REGISTRATION=true | ||
- INVITE_REGISTRATION=true | ||
- CATEGORIES_ACTIVE=true | ||
|
||
######################################################## | ||
# BACKEND ############################################## | ||
|
@@ -56,6 +58,8 @@ services: | |
- [email protected] | ||
# - PRODUCTION_DB_CLEAN_ALLOW=false # only true for production environments on staging servers | ||
- PUBLIC_REGISTRATION=true | ||
- INVITE_REGISTRATION=true | ||
- CATEGORIES_ACTIVE=true | ||
- SMTP_USERNAME=${SMTP_USERNAME} | ||
- SMTP_PASSWORD=${SMTP_PASSWORD} | ||
- SMTP_HOST=mailserver | ||
|
@@ -83,7 +87,7 @@ services: | |
######################################################## | ||
neo4j: | ||
# name the image so that it cannot be found in a DockerHub repository, otherwise it will not be built locally from the 'dockerfile' but pulled from there | ||
image: ocelotsocialnetwork/neo4j-community-branded:local-production | ||
image: ocelotsocialnetwork/neo4j-community-branded:latest | ||
networks: | ||
- test-network | ||
volumes: | ||
|
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