generated from Coderic/coderic.co
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinfrastructure.html
101 lines (101 loc) · 6.56 KB
/
infrastructure.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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
---
layout: layout_en
navigation: portal.html
title: INFRASTRUCTURE AS A SERVICE (IaaS)
---
<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 32 32" fill="currentColor"><defs></defs><rect x="18" y="26" width="12" height="2"/><rect x="18" y="21" width="12" height="2"/><rect x="18" y="16" width="12" height="2"/><path d="M14,25H9.5A7.4964,7.4964,0,0,1,8.1782,10.124,10,10,0,0,1,28,12H26a7.999,7.999,0,0,0-15.9507-.87l-.09.8335L9.123,12.02A5.4962,5.4962,0,0,0,9.5,23H14Z" transform="translate(0 0)"/><rect id="_Transparent_Rectangle_" data-name="<Transparent Rectangle>" class="cls-1" width="32" height="32" style="fill: none"/></svg>
IaaS: Infrastructure as a service
</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="{{ route('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="{{ Vite::asset('resources/assets/img/iaas-hero.svg') }}" class="w-full float-right" />
</div>
</div>
<div class="py-12">
<div class="max-w-7xl my-6 mx-auto sm:px-6 lg:px-8">
<div class="bg-white py-6 overflow-hidden sm:rounded-lg">
<livewire:iaas.computing.vps>
</div>
</div>
<div class="max-w-7xl my-6 mx-auto sm:px-6 lg:px-8">
<div class="bg-white py-6 overflow-hidden sm:rounded-lg">
<livewire:iaas.computing.storage>
</div>
</div>
<div class="max-w-7xl my-6 mx-auto sm:px-6 lg:px-8">
<div class="bg-white p-6 overflow-hidden sm:rounded-lg">
<livewire:iaas.computing.vds>
</div>
</div>
<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://via.placeholder.com/150" alt="High-Performance Servers and VPS">
</div>
</div>
<!-- Section 2 -->
<div class="grid grid-cols-2 gap-4 p-6">
<div>
<img src="https://via.placeholder.com/150" 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://via.placeholder.com/150" alt="Scalable AWS Solutions">
</div>
</div>
<!-- Section 4 -->
<div class="grid grid-cols-2 gap-4 p-6">
<div>
<img src="https://via.placeholder.com/150" 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://via.placeholder.com/150" alt="Robust Google Cloud Services">
</div>
</div>
<!-- Section 6 -->
<div class="grid grid-cols-2 gap-4 p-6">
<div>
<img src="https://via.placeholder.com/150" 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>