-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcloud-solutions.html
More file actions
185 lines (181 loc) · 7.05 KB
/
Copy pathcloud-solutions.html
File metadata and controls
185 lines (181 loc) · 7.05 KB
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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Облачные решения | ITOutsource</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"
/>
<link rel="stylesheet" href="css/style.css" />
</head>
<body>
<header>
<div class="container header-content">
<a href="index.html" class="logo">ITOutsource</a>
<nav>
<ul class="nav-menu">
<li><a href="index.html">Главная</a></li>
<li><a href="about.html">О нас</a></li>
<li class="dropdown">
<a href="services.html"
>Услуги <i class="fas fa-chevron-down"></i
></a>
<div class="dropdown-content">
<a href="it-consulting.html">IT-консалтинг</a>
<a href="cloud-solutions.html">Облачные решения</a>
<a href="cybersecurity.html">Кибербезопасность</a>
<a href="managed-it-services.html">Managed IT</a>
<a href="software-development.html">Разработка ПО</a>
</div>
</li>
<li class="dropdown">
<a href="industries.html"
>Отрасли <i class="fas fa-chevron-down"></i
></a>
<div class="dropdown-content">
<a href="healthcare.html">Здравоохранение</a>
<a href="finance.html">Финансы</a>
<a href="retail.html">Ритейл</a>
<a href="education.html">Образование</a>
</div>
</li>
<li><a href="case-studies.html">Кейсы</a></li>
<li><a href="contact.html">Контакты</a></li>
</ul>
</nav>
<div class="hamburger">
<span></span>
<span></span>
<span></span>
</div>
</div>
</header>
<div class="page-header">
<div class="container">
<h1>Облачные решения</h1>
</div>
</div>
<section>
<div class="container">
<div style="max-width: 800px; margin: 0 auto">
<i
class="fas fa-cloud"
style="
font-size: 4rem;
background: var(--gradient);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
display: block;
text-align: center;
margin-bottom: 2rem;
"
></i>
<h2 style="margin-bottom: 1rem">
Масштабируемые облачные инфраструктуры
</h2>
<p style="margin-bottom: 1rem">
Мы помогаем компаниям перенести свои системы в облако,
оптимизировать затраты и повысить доступность сервисов. Работаем с
AWS, Microsoft Azure, Google Cloud и российскими провайдерами.
</p>
<p style="margin-bottom: 2rem">
Предлагаем полный цикл услуг: от консультаций до миграции и
круглосуточной поддержки.
</p>
<h3>Наши компетенции:</h3>
<ul style="list-style: none; margin-top: 1rem">
<li style="margin-bottom: 0.5rem">
<i
class="fas fa-check"
style="color: var(--primary); margin-right: 0.5rem"
></i
>Проектирование облачной архитектуры
</li>
<li style="margin-bottom: 0.5rem">
<i
class="fas fa-check"
style="color: var(--primary); margin-right: 0.5rem"
></i
>Миграция приложений и данных
</li>
<li style="margin-bottom: 0.5rem">
<i
class="fas fa-check"
style="color: var(--primary); margin-right: 0.5rem"
></i
>Управление и мониторинг
</li>
<li style="margin-bottom: 0.5rem">
<i
class="fas fa-check"
style="color: var(--primary); margin-right: 0.5rem"
></i
>Оптимизация затрат (FinOps)
</li>
<li style="margin-bottom: 0.5rem">
<i
class="fas fa-check"
style="color: var(--primary); margin-right: 0.5rem"
></i
>Гибридные и мультиоблачные решения
</li>
</ul>
<a href="contact.html" class="btn" style="margin-top: 2rem"
>Обсудить проект</a
>
</div>
</div>
</section>
<footer>
<div class="container">
<div class="footer-grid">
<div>
<h4>ITOutsource</h4>
<p>Ваш надежный партнер в мире IT.</p>
</div>
<div>
<h4>Услуги</h4>
<ul>
<li><a href="it-consulting.html">IT-консалтинг</a></li>
<li><a href="cloud-solutions.html">Облачные решения</a></li>
<li><a href="cybersecurity.html">Кибербезопасность</a></li>
<li><a href="managed-it-services.html">Managed IT</a></li>
<li><a href="software-development.html">Разработка ПО</a></li>
</ul>
</div>
<div>
<h4>Отрасли</h4>
<ul>
<li><a href="healthcare.html">Здравоохранение</a></li>
<li><a href="finance.html">Финансы</a></li>
<li><a href="retail.html">Ритейл</a></li>
<li><a href="education.html">Образование</a></li>
</ul>
</div>
<div>
<h4>Контакты</h4>
<ul>
<li><i class="fas fa-phone"></i> +7 (495) 123-45-67</li>
<li><i class="fas fa-envelope"></i> info@itoutsource.ru</li>
<li>
<i class="fas fa-map-marker-alt"></i> Москва, ул. Тверская, 1
</li>
</ul>
</div>
</div>
<div class="copyright">
<p>© 2025 ITOutsource. Все права защищены.</p>
</div>
</div>
</footer>
<script src="js/script.js"></script>
</body>
</html>