-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHome.php
36 lines (30 loc) · 1018 Bytes
/
Home.php
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
<div class="wrap">
<div class="features">
<div class="row">
<div class="col-lg-4">
<img src="images/private-cloud.png" alt="" />
<h2>Secure File</h2>
<p>Provide File encryption technic for file storage</p>
</div><!-- /.col-lg-4 -->
<div class="col-lg-4">
<img src="images/dedicated-servers.png" alt="" />
<h2>Resource Management</h2>
<p>Provide services over the network</p>
</div><!-- /.col-lg-4 -->
<div class="col-lg-4">
<img src="images/hybrid-cloud.png" alt="" />
<h2>Security and Trust</h2>
<p>Here data can be use on-prem & Secure to access</p>
</div><!-- /.col-lg-4 -->
</div>
</div>
<div class="support">
<div class="container-fluid">
<div class="row">
<div class="col-lg-10">
<h2>24/7 Service & Support</h2>
</div>
</div>
</div>
</div>
</div>