-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcore.html
86 lines (86 loc) · 5.31 KB
/
core.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: CORE BANKING & LOANS
---
<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" fill="currentColor" xmlns="http://www.w3.org/2000/svg" id="mdi-bank-transfer" viewBox="0 0 24 24"><path d="M15,14V11H18V9L22,12.5L18,16V14H15M14,7.7V9H2V7.7L8,4L14,7.7M7,10H9V15H7V10M3,10H5V15H3V10M13,10V12.5L11,14.3V10H13M9.1,16L8.5,16.5L10.2,18H2V16H9.1M17,15V18H14V20L10,16.5L14,13V15H17Z" /></svg>
Core Banking Solutions
</large>
<h1 class="text-6xl font-bold mb-4 mt-4">
Empower Your Financial Services.</h1>
<p class="text-lg mb-4">Comprehensive banking solutions, flexible loan management, and secure transaction processing for modern financial institutions.</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 flex items-center">
<img src="/images/iaas-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">Comprehensive Banking Solutions</h3>
<p>Our core banking solutions offer robust and scalable services to meet the needs of modern financial institutions. Ensure efficient and secure transaction processing with our advanced banking platform.</p>
</div>
<div>
<img src="https://picsum.photos/id/1/300/200" alt="Comprehensive Banking Solutions">
</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="Flexible Loan Management">
</div>
<div>
<h3 class="text-lg font-semibold">Flexible Loan Management</h3>
<p>Manage loans efficiently with our flexible loan management system. Our platform supports various loan types and configurations, ensuring seamless loan processing and management tailored to your financial institution's needs.</p>
</div>
</div>
<!-- Section 3 -->
<div class="grid grid-cols-2 gap-4 p-6">
<div>
<h3 class="text-lg font-semibold">Secure Transaction Processing</h3>
<p>Our secure transaction processing services ensure the safety and integrity of your financial transactions. Leverage our advanced security measures to protect your clients' data and maintain trust in your financial services.</p>
</div>
<div>
<img src="https://picsum.photos/id/3/300/200" alt="Secure Transaction Processing">
</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="Advanced Analytics">
</div>
<div>
<h3 class="text-lg font-semibold">Advanced Analytics</h3>
<p>Utilize our advanced analytics tools to gain insights into your financial operations. Our platform provides comprehensive data analysis and reporting capabilities to help you make informed decisions and drive growth.</p>
</div>
</div>
<!-- Section 5 -->
<div class="grid grid-cols-2 gap-4 p-6">
<div>
<h3 class="text-lg font-semibold">Customer Relationship Management</h3>
<p>Enhance your customer relationships with our integrated CRM solutions. Our platform helps you manage customer interactions, track customer data, and improve customer satisfaction and loyalty.</p>
</div>
<div>
<img src="https://picsum.photos/id/5/300/200" alt="Customer Relationship Management">
</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="Regulatory Compliance">
</div>
<div>
<h3 class="text-lg font-semibold">Regulatory Compliance</h3>
<p>Ensure compliance with industry regulations and standards with our comprehensive compliance management tools. Our platform helps you stay up-to-date with regulatory requirements and maintain compliance effortlessly.</p>
</div>
</div>
</div>
</div>
</div>