Merge branch '34-logo' into 'master'

Risklet Logo

Closes #34

See merge request kbr4/riskletpy!41
This commit was merged in pull request #90.
This commit is contained in:
2025-07-14 15:12:32 +00:00
6 changed files with 3 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ def render_universal_segment(segment, context_data):
if segment_type == 'organization':
rendered.append(
f'<div class="front-page">'
f'<img src="path/to/your/logo.png" alt="Risklet Logo" class="logo">'
f'<img src="/static/img/risklet-logo-nbg.png" alt="Risklet Logo" class="logo">'
f'<h1>Cyber Risk Assessment Report</h1>'
f'<p>Comprehensive Evaluation and Strategic Recommendations for Enhanced Cybersecurity Posture</p>'
f'<div class="prepared-by">'
@@ -42,7 +42,7 @@ def render_universal_segment(segment, context_data):
elif segment_type == 'disclaimer':
rendered.append(
f'<div class="disclaimer-page">'
f'<img src="path/to/your/logo.png" alt="Risklet Logo" class="logo">'
f'<img src="/static/img/risklet-logo.png" alt="Risklet Logo" class="logo">'
)
for item in content:
subtitle = Template(item.get('subtitle', '')).render(context)

Binary file not shown.

After

Width:  |  Height:  |  Size: 989 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 83 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 194 KiB

View File

@@ -3,7 +3,7 @@
<div class="flex items-center justify-between h-20">
<div class="flex items-center">
<a href="/" class="flex-shrink-0 flex items-center no-underline" aria-label="Risklet Home">
<span class="text-3xl font-bold text-accent">Risklet</span>
<img src="/static/img/risklet-logo-nav.png" alt="Risklet Logo" class="h-14 w-auto mr-2" />
</a>
</div>
<div class="hidden md:block">