-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrisks.html
86 lines (86 loc) · 4.76 KB
/
risks.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
---
layout: layout_en
navigation: portal.html
title: RISK MANAGEMENT SYSTEM
---
<div class="bg-stone-800 jumbotron px-20 py-14 flex overflow-hidden">
<div class="w-1/2 text-white py-14">
<large class="inline-flex rounded-full text-xl border-stone-500 text-orange-500 border-2 pt-1 px-3">
<svg class="h-6 w-6 mr-2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path fill="none" stroke="currentColor" stroke-width="2" d="M14,10 L15,10 L15,9 L14,9 L14,10 Z M18,10 L19,10 L19,9 L18,9 L18,10 Z M18,6 L19,6 L19,5 L18,5 L18,6 Z M14,6 L15,6 L15,5 L14,5 L14,6 Z M9,19 L10,19 L10,18 L9,18 L9,19 Z M5,15 L6,15 L6,14 L5,14 L5,15 Z M10,10 L1,10 L1,23 L14,23 L14,14 M10,14 L23,14 L23,1 L10,1 L10,14 Z"/></svg>
Risk Management
</large>
<h1 class="text-6xl font-bold mb-4 mt-4">
Improve Your Risk Management.</h1>
<p class="text-lg mb-4">Identification, evaluation, and mitigation of risks to protect your organization.</p>
<a href="/dashboard" class="bg-orange-600 hover:bg-orange-500 text-white font-bold py-2 px-4 rounded-lg text-lg">Get Started</a>
</div>
<div class="w-1/2">
<img src="/images/paas-hero.svg" class="w-full float-right" />
</div>
</div>
<div class="py-12">
<div class="max-w-7xl mx-auto sm:px-6 lg:px-8">
<div class="bg-white overflow-hidden shadow-xl sm:rounded-lg">
<!-- Section 1 -->
<div class="grid grid-cols-2 gap-4 p-6">
<div>
<h3 class="text-lg font-semibold">Risk Identification</h3>
<p>We offer services to identify potential risks in your organization, using advanced methodologies and specialized tools.</p>
</div>
<div>
<img src="https://picsum.photos/id/1/300/200" alt="Risk Identification">
</div>
</div>
<!-- Section 2 -->
<div class="grid grid-cols-2 gap-4 p-6">
<div>
<img src="https://picsum.photos/id/2/300/200" alt="Risk Evaluation">
</div>
<div>
<h3 class="text-lg font-semibold">Risk Evaluation</h3>
<p>Our system allows evaluating identified risks, determining their impact and probability to prioritize mitigation actions.</p>
</div>
</div>
<!-- Section 3 -->
<div class="grid grid-cols-2 gap-4 p-6">
<div>
<h3 class="text-lg font-semibold">Risk Mitigation</h3>
<p>We develop effective strategies to mitigate risks, ensuring the continuity and security of your operations.</p>
</div>
<div>
<img src="https://picsum.photos/id/3/300/200" alt="Risk Mitigation">
</div>
</div>
<!-- Section 4 -->
<div class="grid grid-cols-2 gap-4 p-6">
<div>
<img src="https://picsum.photos/id/4/300/200" alt="Continuous Monitoring">
</div>
<div>
<h3 class="text-lg font-semibold">Continuous Monitoring</h3>
<p>We implement continuous monitoring systems to detect and respond to new risks in a timely manner.</p>
</div>
</div>
<!-- Section 5 -->
<div class="grid grid-cols-2 gap-4 p-6">
<div>
<h3 class="text-lg font-semibold">Regulatory Compliance</h3>
<p>Our services ensure that your organization complies with all applicable regulations and standards, reducing legal and financial risks.</p>
</div>
<div>
<img src="https://picsum.photos/id/5/300/200" alt="Regulatory Compliance">
</div>
</div>
<!-- Section 6 -->
<div class="grid grid-cols-2 gap-4 p-6">
<div>
<img src="https://picsum.photos/id/6/300/200" alt="Support">
</div>
<div>
<h3 class="text-lg font-semibold">Support</h3>
<p>We provide comprehensive support for all our risk management solutions. Our team of experts is available to assist with any issues or questions, ensuring that your operations run smoothly and efficiently.</p>
</div>
</div>
</div>
</div>
</div>