-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfmi.html
86 lines (86 loc) · 5.91 KB
/
fmi.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: FINANCIAL MARKET INFRASTRUCTURE
---
<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" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M44 11C44 9.34315 42.6569 8 41 8H7C5.34315 8 4 9.34315 4 11V20H44V11Z" fill="currentColor" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M4.1123 39.0301L16.2879 26.7293L22.8672 33.0301L30.9105 26L35.391 30.368" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M44 18V37C44 38.6569 42.6569 40 41 40H12" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M19.1118 14H37.1118" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M11.1108 14H13.1108" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M4 18V27" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
FMI: Hello World
</large>
<h1 class="text-6xl font-bold mb-4 mt-4">
Power Your Business with IaaS.</h1>
<p class="text-lg mb-4">High-performance servers and VPS, flexible deployment, and managed services for AWS, Azure, Google Cloud, and Cloudflare.</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">High-Performance Servers and VPS</h3>
<p>We offer a variety of high-performance servers and VPS to meet your infrastructure needs. Our solutions provide reliability and scalability, ensuring your business can handle any workload efficiently.</p>
</div>
<div>
<img src="https://picsum.photos/id/1/300/200" alt="High-Performance Servers and VPS">
</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 Service Deployment">
</div>
<div>
<h3 class="text-lg font-semibold">Flexible Service Deployment</h3>
<p>Deploying services and applications in the cloud is seamless. Our platform supports various operating systems and configurations, allowing for quick and efficient implementation tailored to your business needs.</p>
</div>
</div>
<!-- Section 3 -->
<div class="grid grid-cols-2 gap-4 p-6">
<div>
<h3 class="text-lg font-semibold">Scalable AWS Solutions</h3>
<p>We provide AWS infrastructure services, offering scalable and secure solutions that grow with your business. Leverage the power of AWS to enhance your operations and drive innovation. We act as a Managed Service Provider, ensuring optimal management and support for your AWS services.</p>
</div>
<div>
<img src="https://picsum.photos/id/3/300/200" alt="Scalable AWS Solutions">
</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 Azure Capabilities">
</div>
<div>
<h3 class="text-lg font-semibold">Advanced Azure Capabilities</h3>
<p>We offer Azure infrastructure services, enabling clients to utilize Microsoft's advanced cloud capabilities. Enhance your business operations with Azure's robust and flexible solutions. As a Managed Service Provider, we ensure your Azure services are expertly managed and supported.</p>
</div>
</div>
<!-- Section 5 -->
<div class="grid grid-cols-2 gap-4 p-6">
<div>
<h3 class="text-lg font-semibold">Robust Google Cloud Services</h3>
<p>Our Google Cloud infrastructure services provide robust and scalable solutions for your business needs. Benefit from Google's powerful cloud platform to drive efficiency and growth. We act as a Managed Service Provider, offering comprehensive management and support for your Google Cloud services.</p>
</div>
<div>
<img src="https://picsum.photos/id/5/300/200" alt="Robust Google Cloud Services">
</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="Enhanced Security with Cloudflare">
</div>
<div>
<h3 class="text-lg font-semibold">Enhanced Security with Cloudflare</h3>
<p>We integrate Cloudflare services to enhance the security and performance of your cloud applications. Protect your data and ensure optimal performance with our comprehensive security solutions. As a Managed Service Provider, we manage and support your Cloudflare services to ensure maximum security and efficiency.</p>
</div>
</div>
</div>
</div>
</div>