added risklet logo
This commit is contained in:
@@ -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">'
|
||||
|
||||
BIN
backend/core/static/img/risklet-logo-dark.png
Normal file
BIN
backend/core/static/img/risklet-logo-dark.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 989 KiB |
BIN
backend/core/static/img/risklet-logo-nav.png
Normal file
BIN
backend/core/static/img/risklet-logo-nav.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 83 KiB |
BIN
backend/core/static/img/risklet-logo-nbg.png
Normal file
BIN
backend/core/static/img/risklet-logo-nbg.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 45 KiB |
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user