-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcase-studies.html
More file actions
186 lines (182 loc) · 7.54 KB
/
Copy pathcase-studies.html
File metadata and controls
186 lines (182 loc) · 7.54 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
186
<!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 class="cards-grid">
<div class="card">
<i class="fas fa-hospital" style="font-size: 2.5rem"></i>
<h3>МИС для сети клиник</h3>
<p>
Разработка и внедрение медицинской информационной системы для 10
клиник с интеграцией лабораторных данных и телемедициной.
</p>
<div style="margin-top: 1rem; color: var(--gray)">
Срок: 8 месяцев
</div>
</div>
<div class="card">
<i class="fas fa-university" style="font-size: 2.5rem"></i>
<h3>Автоматизация банка</h3>
<p>
Внедрение CRM и системы управления рисками для регионального
банка, автоматизация кредитного конвейера.
</p>
<div style="margin-top: 1rem; color: var(--gray)">
Срок: 12 месяцев
</div>
</div>
<div class="card">
<i class="fas fa-shopping-cart" style="font-size: 2.5rem"></i>
<h3>Интернет-магазин + мобильное приложение</h3>
<p>
Создание омниканальной платформы для федеральной сети товаров для
дома с интеграцией 1С и маркетплейсов.
</p>
<div style="margin-top: 1rem; color: var(--gray)">
Срок: 6 месяцев
</div>
</div>
<div class="card">
<i class="fas fa-graduation-cap" style="font-size: 2.5rem"></i>
<h3>LMS для онлайн-университета</h3>
<p>
Платформа дистанционного обучения с видео-лекциями, тестами и
личными кабинетами для 50 000 студентов.
</p>
<div style="margin-top: 1rem; color: var(--gray)">
Срок: 9 месяцев
</div>
</div>
<div class="card">
<i class="fas fa-cloud" style="font-size: 2.5rem"></i>
<h3>Миграция в облако</h3>
<p>
Перенос инфраструктуры крупного ритейлера в AWS с оптимизацией
затрат и обеспечением отказоустойчивости.
</p>
<div style="margin-top: 1rem; color: var(--gray)">
Срок: 4 месяца
</div>
</div>
<div class="card">
<i class="fas fa-shield-alt" style="font-size: 2.5rem"></i>
<h3>Кибербезопасность для финтех-стартапа</h3>
<p>
Аудит, внедрение SIEM и защиты от DDoS, подготовка к прохождению
PCI DSS.
</p>
<div style="margin-top: 1rem; color: var(--gray)">
Срок: 3 месяца
</div>
</div>
</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>