generated from Coderic/coderic.co
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsoftware.html
86 lines (86 loc) · 5.54 KB
/
software.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: SOFTWARE AS A SERVICE (SaaS)
---
<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" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" viewBox="0 0 32 32" xml:space="preserve" fill="currentColor"><path d="M29.391,14.527L17.473,2.609C17.067,2.203,16.533,2,16,2c-0.533,0-1.067,0.203-1.473,0.609L2.609,14.527 C2.203,14.933,2,15.466,2,16s0.203,1.067,0.609,1.473l11.917,11.917C14.933,29.797,15.467,30,16,30c0.533,0,1.067-0.203,1.473-0.609 l11.917-11.917C29.797,17.067,30,16.534,30,16S29.797,14.933,29.391,14.527z M16,28.036L3.965,16L16,3.964L28.036,16L16,28.036z"/><rect id="_x3C_Transparent_Rectangle_x3E__00000119812012335990934660000018356235523389216153_" class="st0" width="32" height="32" style="fill:none"/></svg>
SaaS: Software as a service
</large>
<h1 class="text-6xl font-bold mb-4 mt-4">
Empower Your Business with SaaS.</h1>
<p class="text-lg mb-4">Access a wide range of software solutions provided by trusted vendors, all managed and supported by our expert team.</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/saas-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 3 -->
<div class="grid grid-cols-2 gap-4 p-6">
<div>
<h3 class="text-lg font-semibold">Third-Party Software</h3>
<p>Coderic Cloud also offers third-party software as a service. Clients can access a wide range of software solutions provided by trusted third-party vendors, all managed and supported by Coderic Cloud.</p>
</div>
<div>
<img src="https://via.placeholder.com/150" alt="Third-Party Software">
</div>
</div>
<!-- Section 4 -->
<div class="grid grid-cols-2 gap-4 p-6">
<div>
<img src="https://via.placeholder.com/150" alt="Scalability">
</div>
<div>
<h3 class="text-lg font-semibold">Scalability</h3>
<p>Our SaaS solutions are designed to scale with your business. Whether you need to add more users, increase storage, or enhance functionality, Coderic Cloud makes it easy to scale your software environment as your business grows.</p>
</div>
</div>
<!-- Section 1 -->
<div class="grid grid-cols-2 gap-4 p-6">
<div>
<h3 class="text-lg font-semibold">Shared Platforms</h3>
<p>Coderic Cloud offers access to shared platforms where multiple clients can use the same software environment. This is a cost-effective solution for businesses looking to leverage powerful software without the need for dedicated resources.</p>
</div>
<div>
<img src="https://via.placeholder.com/150" alt="Shared Platforms">
</div>
</div>
<!-- Section 2 -->
<div class="grid grid-cols-2 gap-4 p-6">
<div>
<img src="https://via.placeholder.com/150" alt="Dedicated Platforms">
</div>
<div>
<h3 class="text-lg font-semibold">Dedicated Platforms</h3>
<p>For clients with specific needs, Coderic Cloud provides dedicated platforms. This ensures that the software environment is tailored to the client's requirements, offering enhanced performance and security.</p>
</div>
</div>
<!-- Section 5 -->
<div class="grid grid-cols-2 gap-4 p-6">
<div>
<h3 class="text-lg font-semibold">Security</h3>
<p>Security is a top priority at Coderic Cloud. Our SaaS offerings include robust security measures to protect your data and ensure compliance with industry standards.</p>
</div>
<div>
<img src="https://via.placeholder.com/150" alt="Security">
</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>Coderic Cloud provides comprehensive support for all our SaaS solutions. Our team of experts is available to assist with any issues or questions, ensuring that your software environment runs smoothly.</p>
</div>
</div>
</div>
</div>
</div>