fast changes on homepage + favicon

This commit is contained in:
2025-07-16 20:12:17 +02:00
parent 18c1c8ee0c
commit c5fa3cc462
3 changed files with 3 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

View File

@@ -6,6 +6,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Risklet</title>
<link rel="icon" type="image/png" href="{% static 'img/risklet-icon.png' %}">
<link href="https://fonts.googleapis.com/css2?family=Darker+Grotesque:wght@300..900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="{% static 'css/base.css' %}">
{% block css %}{% endblock css %}

View File

@@ -34,7 +34,7 @@
<span class="text-accent font-semibold tracking-wider uppercase text-sm">Compliance Guidance</span>
</div>
<h2 class="text-3xl font-extrabold text-dark-text sm:text-4xl text-center">
10 Duty of Care Measures for Compliance
10 Duty of Care Measures for NIS2 Compliance
</h2>
<p class="mt-4 text-xl text-gray-600 max-w-3xl mx-auto text-center mb-12">
Cybersecurity regulations often prescribe key duty of care measures that organizations must implement. Below are ten fundamental areas to address for robust cyber resilience.
@@ -46,7 +46,7 @@
<button type="button" class="accordion-trigger flex justify-between items-center w-full p-4 sm:p-6 text-left text-dark-text hover:bg-gray-50 focus:outline-none focus-visible:ring focus-visible:ring-accent focus-visible:ring-opacity-75">
<span class="flex items-center">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6 h-6 text-accent mr-3 flex-shrink-0"><path stroke-linecap="round" stroke-linejoin="round" d="M9 12.75 11.25 15 15 9.75m-3-7.036A11.959 11.959 0 0 1 3.598 6 11.99 11.99 0 0 0 3 9.749c0 5.592 3.824 10.29 9 11.623 5.176-1.332 9-6.03 9-11.622 0-1.31-.21-2.571-.598-3.751h-.152c-3.196 0-6.1-1.248-8.25-3.285Z" /></svg>
<span class="font-semibold text-lg group-hover:text-primary">Measure 1. Make a risk analysis</span>
<span class="font-semibold text-lg group-hover:text-primary">Measure 1. Perform a risk analysis</span>
</span>
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="accordion-chevron w-6 h-6 text-gray-500 transform transition-transform duration-300"><path stroke-linecap="round" stroke-linejoin="round" d="m19.5 8.25-7.5 7.5-7.5-7.5" /></svg>
</button>