generated from Coderic/coderic.co
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplatform.html
86 lines (86 loc) · 5.6 KB
/
platform.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: PLATFORM AS A SERVICE (PaaS)
---
<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><path d="m28,28H4c-1.1028,0-2-.8972-2-2v-6h2v6h24v-6h2v6c0,1.1028-.8972,2-2,2Z"/><path d="m17,17v4c0,.5522.4477,1,1,1h4c.5523,0,1-.4478,1-1v-4c0-.5523-.4477-1-1-1h-4c-.5523,0-1,.4477-1,1Zm2,1h2v2h-2v-2Z"/><path d="m9,17v4c0,.5522.4477,1,1,1h4c.5523,0,1-.4478,1-1v-4c0-.5523-.4477-1-1-1h-4c-.5523,0-1,.4477-1,1Zm2,1h2v2h-2v-2Z"/><path d="m17,9v4c0,.5522.4477,1,1,1h4c.5523,0,1-.4478,1-1v-4c0-.5523-.4477-1-1-1h-4c-.5523,0-1,.4477-1,1Zm2,1h2v2h-2v-2Z"/><path d="m5,5v8c0,.5522.4477,1,1,1h8c.5523,0,1-.4478,1-1V5c0-.5523-.4477-1-1-1H6c-.5523,0-1,.4477-1,1Zm2,1h6v6h-6v-6Z"/><rect id="_Transparent_Rectangle_" data-name="&lt;Transparent Rectangle&gt;" class="cls-1" width="32" height="32" style="fill: none"/></svg>
PaaS: Platform as a service
</large>
<h1 class="text-6xl font-bold mb-4 mt-4">
Accelerate Your Development with PaaS.</h1>
<p class="text-lg mb-4">Containerization, service deployment, and managed services to streamline your application development and deployment.</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">
<img src="{{ Vite::asset('resources/assets/img/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">Containerization</h3>
<p>We offer containerization services using Docker and Kubernetes. This allows clients to deploy applications in isolated containers, ensuring consistency across different environments and simplifying the deployment process.</p>
</div>
<div>
<img src="https://via.placeholder.com/150" alt="Containerization">
</div>
</div>
<!-- Section 2 -->
<div class="grid grid-cols-2 gap-4 p-6">
<div>
<img src="https://via.placeholder.com/150" alt="Service Deployment">
</div>
<div>
<h3 class="text-lg font-semibold">Service Deployment</h3>
<p>With our PaaS, clients can easily deploy services and applications. Our platform supports a variety of programming languages and frameworks, making it simple to get your applications up and running quickly.</p>
</div>
</div>
<!-- Section 3 -->
<div class="grid grid-cols-2 gap-4 p-6">
<div>
<h3 class="text-lg font-semibold">Scalability</h3>
<p>Our PaaS solutions are designed to scale with your business. Whether you need to handle increased traffic or add more resources, we make it easy to scale your applications seamlessly.</p>
</div>
<div>
<img src="https://via.placeholder.com/150" alt="Scalability">
</div>
</div>
<!-- Section 4 -->
<div class="grid grid-cols-2 gap-4 p-6">
<div>
<img src="https://via.placeholder.com/150" alt="Managed Services">
</div>
<div>
<h3 class="text-lg font-semibold">Managed Services</h3>
<p>We provide managed services for your applications. Our team handles the infrastructure, updates, and maintenance, allowing you to focus on developing and improving your applications.</p>
</div>
</div>
<!-- Section 5 -->
<div class="grid grid-cols-2 gap-4 p-6">
<div>
<h3 class="text-lg font-semibold">Integration</h3>
<p>Our PaaS platform supports integration with various third-party services and APIs. This enables you to extend the functionality of your applications and connect with other tools and services seamlessly.</p>
</div>
<div>
<img src="https://via.placeholder.com/150" alt="Integration">
</div>
</div>
<!-- Section 6 -->
<div class="grid grid-cols-2 gap-4 p-6">
<div>
<img src="https://via.placeholder.com/150" alt="Support">
</div>
<div>
<h3 class="text-lg font-semibold">Support</h3>
<p>We provide comprehensive support for all our PaaS solutions. Our team of experts is available to assist with any issues or questions, ensuring that your applications run smoothly and efficiently.</p>
</div>
</div>
</div>
</div>
</div>