diff --git a/backend/core/processors.py b/backend/core/processors.py index 6a5ecef..df53ca8 100644 --- a/backend/core/processors.py +++ b/backend/core/processors.py @@ -21,7 +21,7 @@ def render_universal_segment(segment, context_data): if segment_type == 'organization': rendered.append( f'
' - f'' + f'' f'

Cyber Risk Assessment Report

' f'

Comprehensive Evaluation and Strategic Recommendations for Enhanced Cybersecurity Posture

' f'
' @@ -42,7 +42,7 @@ def render_universal_segment(segment, context_data): elif segment_type == 'disclaimer': rendered.append( f'
' - f'' + f'' ) for item in content: subtitle = Template(item.get('subtitle', '')).render(context) diff --git a/backend/core/static/img/risklet-logo-dark.png b/backend/core/static/img/risklet-logo-dark.png new file mode 100644 index 0000000..9c0c6f8 Binary files /dev/null and b/backend/core/static/img/risklet-logo-dark.png differ diff --git a/backend/core/static/img/risklet-logo-nav.png b/backend/core/static/img/risklet-logo-nav.png new file mode 100644 index 0000000..768253b Binary files /dev/null and b/backend/core/static/img/risklet-logo-nav.png differ diff --git a/backend/core/static/img/risklet-logo-nbg.png b/backend/core/static/img/risklet-logo-nbg.png new file mode 100644 index 0000000..1034fa5 Binary files /dev/null and b/backend/core/static/img/risklet-logo-nbg.png differ diff --git a/backend/core/static/img/risklet-logo.png b/backend/core/static/img/risklet-logo.png new file mode 100644 index 0000000..a12eaa7 Binary files /dev/null and b/backend/core/static/img/risklet-logo.png differ diff --git a/backend/core/templates/components/navigation.html b/backend/core/templates/components/navigation.html index 0b28d36..0330d02 100644 --- a/backend/core/templates/components/navigation.html +++ b/backend/core/templates/components/navigation.html @@ -3,7 +3,7 @@