-
Notifications
You must be signed in to change notification settings - Fork 0
/
services.html
95 lines (84 loc) · 7.05 KB
/
services.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
<!DOCTYPE html>
<html>
<head>
<title>Services | Saga IT</title>
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="vendors/css/animate.css">
<link rel="stylesheet" href='http://fonts.googleapis.com/css?family=Lato:100,300,400,300italic'>
</head>
<body>
<header class="header-1">
<div class="col-row">
<div class="col-6">
<div class="header-1--logo">
<img src="image/logo_transparent1.png" alt="Saga logo">
</div>
<div class="header-1--logo-2">
<img src="image/logo_transparent.png" alt="Saga logo 2">
</div>
</div>
<div class="col-6">
<div class="header-1--nav js--main-nav">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About us</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="partners.html">Partners</a></li>
<li><a href="contact.html">Contacts</a></li>
</div>
</div>
</div>
</header>
<section class="services">
<div class="slideshow-container-1">
<div class="mySlides-1 fade-1">
<div class="services-content">
<p class="services-content--text">
<span>IT Security</span> Security in IT protects all digital information and IT assets from both external and internal accidental and malicious threats. A business can implement all sorts of cyber security measures, but if its employees don’t get training to avoid cyber traps, cyber-attacks are just a few clicks away. Our team helps organizations identify risk areas and how malicious attackers can exploit vulnerabilities to gain unauthorized access to infrastructures. Employees receive training using social engineering risks-assessments and tests that simulate real-life events and mimic attacks. Our team provides online and onsite training and can customize programs based on individual needs and requirements. IT faces intense pressure to address the threats while also meeting compliance requirements. Taking on the challenge to ensure security and protect information requires investments in advanced technologies. IT must also allocate multiple resources to manage several critical tasks: Detecting changes in network traffic that signal an attack Monitoring individual devices to detect unusual activity Remediating potential security issues Providing detailed reports on security performance to key stakeholders and regulatory bodies.</p></div>
<div class="text">Caption Text</div>
</div>
<div class="mySlides-1 fade-1">
<div class="services-content">
<p class="services-content--text">
<span>Data center solutions</span> Our Team provides a portfolio of cost-effective, efficient, and flexible data center solutions. These powerful solutions are built upon proven core technologies with an open architecture that integrates software products and high-performance hardware: Virtualization of computing, storage, and network resources Service continuity with disaster prevention and recovery Our team provides a variety of installations, including a container data center solution, modular data center solution, or data center consolidation and migration solution. Each solution enables customers to build highly efficient, agile, and elastic cloud data centers, and increase productivity through innovative business models.</p></div>
<div class="text">Caption Two</div>
</div>
<div class="mySlides-1 fade-1">
<div class="services-content">
<p class="services-content--text">
<span>Technology consulting</span> The success of any modern business depends on proper choice of system and stability of its work. This will help you to choose IT system that complies with the requirements of business to maximum extent and provides competitiveness of the company in the market. Our company shall perform complex and strategic IT consulting. Enterprise Architecture We review and evaluate your IT architecture to eliminate bottlenecks and enable system scalability. We choose tools and platforms that are the most suitable for your purposes. As a result, your IT spending drops and your revenue rises. Performance Improvements Cloud Consulting As we analyze how efficiently the software uses system resources and how much time it spends on each function, then you receive pragmatic recommendations for how to improve your product performance.</p></div>
<div class="text">Caption Three</div>
</div>
<div class="mySlides-1 fade-1">
<div class="services-content">
<p class="services-content--text">
<span>Software development</span> The software solutions offered by our company allow our customers to achieve high-quality, innovative results with a minimum of risk. The software supports processes and results of work, changes, configurations, reports, as well as monitoring of risks and verifying their solutions. Our highly qualified team of companies offers competitive products corresponding to market trends, developing software that meets modern standards and customer requirements.</p></div>
<div class="text">Caption Three</div>
</div>
<div class="mySlides-1 fade-1">
<div class="services-content">
<p class="services-content--text">
<span>Mobile application development</span> Saga IT has extensive experience in developing multimedia applications for all types of mobile platforms, including iOS, Android, BlackBerry OS and Windows Mobile. In addition, specializing in the production of products that support HTML5, we can work up cross-mobile applications that will be in effect on any platform.</p></div>
<div class="text">Caption Three</div>
</div>
<a class="prev" onclick="plusSlides(-1)">❮</a>
<a class="next" onclick="plusSlides(1)">❯</a>
</div>
<br>
</section>
<footer class="footer">
<div class="container">
<div class="col-row">
<div class="col-12">
<p class="footer--text mb-50">2019 <a href="about.html">SAGA IT</a>. All rights reserved.</p>
</div>
</div>
</div>
</footer>
<script src="js/vendors/jquery/jquery.min.js"></script>
<script src="//cdn.jsdelivr.net/respond/1.4.2/respond.min.js"></script>
<script src="//cdn.jsdelivr.net/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="//cdn.jsdelivr.net/selectivizr/1.0.3b/selectivizr.min.js"></script>
<script src="vendors/js/jquery.waypoints.min.js"></script>
<script src="js/script.js"></script>
</body>
</html>