added risklet logo

This commit is contained in:
2025-07-14 17:10:29 +02:00
parent 9e7fb7c8a0
commit 880c4649f0
5 changed files with 2 additions and 2 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="/static/img/risklet-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">'

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

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">