Skip to content

Commit

Permalink
fix: Add brands for prod and icons for all Eduhelx
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoid committed Aug 12, 2024
1 parent 094652c commit 4accd11
Show file tree
Hide file tree
Showing 12 changed files with 17 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
PRODUCT_SETTINGS = ProductSettings(
brand="eduhelx-dev-professor",
title="EduHeLx Dev Professor",
logo_url="/static/images/eduhelx/logo.png",
logo_url="/static/images/eduhelx-dev-professor/logo.png",
color_scheme=ProductColorScheme("#666666", "#e6e6e6"), #TBD
links=[],
)
2 changes: 1 addition & 1 deletion appstore/appstore/settings/eduhelx-dev-student_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
PRODUCT_SETTINGS = ProductSettings(
brand="eduhelx-dev-student",
title="EduHeLx Dev Student",
logo_url="/static/images/eduhelx/logo.png",
logo_url="/static/images/eduhelx-dev-student/logo.png",
color_scheme=ProductColorScheme("#666666", "#e6e6e6"), #TBD
links=[],
)
2 changes: 1 addition & 1 deletion appstore/appstore/settings/eduhelx-professor_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
PRODUCT_SETTINGS = ProductSettings(
brand="eduhelx-professor",
title="EduHeLx Professor",
logo_url="/static/images/eduhelx/logo.png",
logo_url="/static/images/eduhelx-professor/logo.png",
color_scheme=ProductColorScheme("#666666", "#e6e6e6"), #TBD
links=[],
)
14 changes: 14 additions & 0 deletions appstore/appstore/settings/eduhelx-student_settings.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
from .base import *
from product.configuration import ProductSettings, ProductColorScheme, ProductLink

# TODO remove Application brand once the new frontend is complete and
# the django templates in core are removed.
APPLICATION_BRAND = "eduhelx-student"

PRODUCT_SETTINGS = ProductSettings(
brand="eduhelx-student",
title="EduHeLx",
logo_url="/static/images/eduhelx-student/logo.png",
color_scheme=ProductColorScheme("#666666", "#e6e6e6"), #TBD
links=[],
)
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.
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.
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.
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.

0 comments on commit 4accd11

Please sign in to comment.