-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcases.html
380 lines (364 loc) · 28.5 KB
/
cases.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
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
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css" type="text/css">
<script defer src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script>
<script defer src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script defer src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
<script defer src="https://kit.fontawesome.com/8bab7cf7fa.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="assets/css/style.css" type="text/css">
<title>ASK Solutions Srls. Service Cases</title>
</head>
<body>
<main>
<header class="flex-header">
<!-- ---------------------- LOGO ------------------ -->
<div class="flexheader-logo">
<a class="col-2" href="home.html">
<img src="assets/imgs/logo3.jpg" alt="Logo image AsK" class="logo">
</a>
</div>
<!-- --------------LANGUAGES- -->
<div class="flexheader-language">
<ul class="list-inline languages">
<li class="list-inline-item">
<a href="home.html" type="button" class="btn-outline-light language-item-active shadow">EN</a>
</li>
<li class="list-inline-item">
<a href="home.html" type="button" class="btn-outline-light language-item" data-toggle="modal" data-target="#language-modal">
RU
</a>
</li>
<li class="list-inline-item decoration-none">
<a href="home.html" type="button" class="btn-outline-light language-item" data-toggle="modal" data-target="#language-modal">
UA
</a>
</li>
</ul>
</div>
<!-- --------------------- NAVIGATION ---------------- -->
<div class="flexheader-nav desktop">
<ul class="list-inline nav">
<li class="list-inline-item">
<a href="home.html" >
<h6 class="inactive" style="text-decoration:none;">Home</h6>
</a>
</li>
<li class="list-inline-item">
<a href="cases.html" style="text-decoration:none;">
<h6 class="active">Cases</h6>
</a>
</li>
<li class="list-inline-item">
<a href="credentials.html" style="text-decoration:none;">
<h6 class="inactive">Credentials</h6>
</a>
</li>
</ul>
</div>
<!-- ------------------------ CONTACT BUTTON --------------- -->
<div class="col desktop">
<a href="contact.html" type="submit" class="btn btn-primary">Contact us</a>
</div>
</header>
<!-- ------------invisible button that appears on mobile version only- -->
<div class="offset-8 mobile">
<div class="btn-group">
<button type="button" class="btn1 btn-secondary" data-toggle="dropdown" data-display="static" aria-haspopup="true" aria-expanded="false">
<svg width="1.5em" height="1.5em" viewBox="0 0 16 16" class="bi bi-justify" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M2 12.5a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5zm0-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5zm0-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5zm0-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5z"/>
</svg>
</button>
<div class="dropdown-menu dropdown-menu-right">
<a href="home.html" class="dropdown-item" id="dropdown-item-common" type="button">Home</a>
<a href="cases.html" class="dropdown-item" id="dropdown-item-common" type="button">Cases</a>
<a href="credentials.html" class="dropdown-item" id="dropdown-item-common" type="button">Credentials</a>
<a href="contact.html" class="dropdown-item" id="dropdown-item-ask" type="button">Contact us</h3></a>
</div>
</div>
</div>
<!-- ------------------------ CONTENT-SECTION-TITLE------------ -->
<section class="container">
<div class="row">
<div class="col-12">
<h1 class="title">Service Cases</h1>
</div>
</div>
<!-- ------------------------ COLLAPSE ELEMENTS --------------- -->
<div class="row">
<div class="col-sm-12 col-md-8 offset-md-2 col-lg-8 offset-lg-2">
<div class="row">
<div class="col"><h6>In this section we will show you three typical business cases of
simple solutions we developed for our business partners.
Each case briefly describes actual result that were achieved, the description of the issue we dealt with,
actions we took and what the client think about it and opinion of our client
about this solutions:</h6>
</div>
</div>
<div class="row">
<div class="col">
<div class="accordion" id="products-item">
<!-- -----(1 of 3) COLLAPSE for FINANCIAL SECTION CARD--- -->
<section class="card">
<div class="card-header" id="headingOne">
<h2 class="mb-0">
<button class="btn btn-block text-left collapsed"
type="button" data-toggle="collapse" data-target="#collapseOne"
aria-expanded="flase" aria-controls="collapseOne">
<span>1. Making quick business opportunity decision:</span>
<span><i class="fas fa-angle-down"></i></span>
</button>
</h2>
</div>
<div id="collapseOne" class="collapse show" aria-labelledby="headingOne"
data-parent="#products-item">
<div class="card-body">
<div class="col case-explanation">
<div class="row">
<div class="col-sm-12 col-m-12 col-lg-12">
<h6 class="row case-subtitle">THE RESULT:
</h6>
<div class="row">
<div class="col-sm-4 col-md-4 col-lg-4 card-result shadow-sm">
<h2 class="card-large-digit">150%</h2>
<p class="card-small-comment">of return in 4 months</p>
</div>
<div class="col-sm-4 col-md-4 col-lg-4 card-result shadow-sm">
<h2 class="card-large-digit">Eur 10K </h2>
<p class="card-small-comment">monthly revenue</p>
</div>
</div>
<div class="row">
<h6 class="row case-subtitle">
THE SITUATION:
</h6>
<p>During COVID period tourist activity stpped, an owner of a taxi company in Rome asked
us to assess a potential business investment idea that would help them to keep his taxi-cab drivers crew busy
and get by the period of turblence.</p>
<h6 class="row case-subtitle">ACTIONS:</h6>
<p>Based on partners agreement we developed a payback model, found critical factors of success,
and agreed on major management rules to achieve result.</p>
<h6 class="row case-subtitle">
QUOTE FROM CLIENT:
</h6>
</div>
<div class="row">
<div class="col-sm-12 col-md-2 col-lg-2">
<img src="assets/imgs/quote-img1.jpg" class="client-logo1" alt="client logo in Rome">
</div>
<div class="col-sm-12 col-md-9 col-lg-9 client-quote-text">
<p> ...during difficult time of COVID,
I had to make quick decisions and asked Andriy to help.
He made a financial projection, now I can say his forecast was accurate 97%.
His recommendation becamea a GPS in an absolute unknown area..
now I even have a tool to monitor my return daily
<br>
<i><strong>Alexandr, Taxi-Company Owner</strong></i>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- -----(2 of 3) COLLAPSE for OPERATIONAL SECTION CARD- -->
<section class="card">
<div class="card-header" id="headingTwo">
<h2 class="mb-0">
<button class="btn btn-block text-left collapsed"
type="button" data-toggle="collapse" data-target="#collapseTwo"
aria-expanded="flase" aria-controls="collapseTwo">
<span>2. Reducing maintenance backlog:</span>
<span><i class="fas fa-angle-down"></i></span>
</button>
</h2>
</div>
<div id="collapseTwo" class="collapse" aria-labelledby="headingTwo"
data-parent="#products-item">
<div class="card-body">
<div class="col case-explanation">
<div class="row">
<div class="col-sm-12 col-m-12 col-lg-12">
<h6 class="row case-subtitle">THE RESULT:
</h6>
<div class="row">
<div class="col-sm-4 col-md-4 col-lg-4 card-result shadow-sm">
<h2 class="card-large-digit">+10%</h2>
<p class="card-small-comment">of productive time</p>
</div>
<div class="col-sm-4 col-md-4 col-lg-4 card-result shadow-sm">
<h2 class="card-large-digit">-40%</h2>
<p class="card-small-comment">of maintenance work backlog</p>
</div>
</div>
<div class="row">
<h6 class="row case-subtitle">
THE SITUATION:
</h6>
<p>Multinational oil and gas company started a global program to increase effective time
of maintenance personnel and solve systematic problems between operations and maintenance
at a gas transportation hub</p>
<h6 class="row case-subtitle">ACTIONS:</h6>
<p>We developed a a backlog management tool that make clear visible prioritisation of
all 8000 manhours of mainteance work.
We implemented weekly backlog management meeting and make regular decisions to reducs backlog.</p>
<h6 class="row case-subtitle">
QUOTE FROM CUSTOMER:
</h6>
</div>
<div class="row">
<div class="col-sm-12 col-md-2 col-lg-2">
<img src="assets/imgs/bp-logo1.jpg" class="client-logo1" alt="client logo in Rome">
</div>
<div class="col-sm-12 col-md-9 col-lg-9 client-quote-text">
<p> I was impressed how you managed to develop a pretty simple tool in excell to
manage complicated backlog database and resource worload.
I also appraciated that after developping the tool you
shared your knowledge with people to fully sustain it. It was very usefull!
<br>
<i><strong>Fuad, Site Integrator</strong></i>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- -----(3 of 3) COLLAPSE for MANAGEMENT SECTION CARD--- -->
<section class="card">
<div class="card-header" id="headingThree">
<h2 class="mb-0">
<button class="btn btn-block text-left collapsed"
type="button" data-toggle="collapse" data-target="#collapseThree"
aria-expanded="flase" aria-controls="collapseThree">
<span>3. Organising process and people management:</span>
<span><i class="fas fa-angle-down"></i></span>
</button>
</h2>
</div>
<div id="collapseThree" class="collapse" aria-labelledby="headingThree"
data-parent="#products-item">
<div class="card-body">
<div class="col case-explanation">
<div class="row">
<div class="col-sm-12 col-m-12 col-lg-12">
<h6 class="row case-subtitle">
THE SITUATION:
</h6>
<p>
Ukrainian bags manufacturing company had 2 critical issues. From one side the owners wanted to implement
new approach to process management to increase productivity. Another was more critical - they had serious
intrnal miscommunication issues that caused disruption in process.
</p>
<h6 class="row case-subtitle">
ACTIONS:
</h6>
<p>
We made a short 1-week analysis: reviewed technological process, observed how management
decisions are made executed daily, brainstormed ideas with 2 owners and developed recomendations
report with clear change actions. Because we did not implement anything it was done free of charge.
</p>
<h6 class="row case-subtitle">
QUOTE FROM CUSTOMER:
</h6>
<div class="row">
<div class="col-sm-3 col-md-2 col-lg-2">
<img src="assets/imgs/b-elit-logo.jpg" class="client-logo1" alt="client logo in Ukraine">
</div>
<div class="col-sm-9 col-md-9 col-lg-9 client-quote-text">
<p>
...Andriy did a quick analysis of our production process and developed a simple list of
recommendations on how to ballance our techological processes with available resources.
We optimised our manufacturing process and improved accountability of our personell.
Now things are more clear for everyone.
<br>
<i><strong>Grigoriy, Owner of B-Elite, bags and apparel production</strong></i>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
</div>
</div>
</div>
</div>
<!-- ------END OF COLLAPSE ELEMENT----------------------------- -->
</section>
<!-- --------------------------------- FOOTER ------------ -->
<footer class="flex-footer">
<div class="flexfooter-box1 desktop">
<div class="row list-inline ">
<p class="col list-inline-item footer-item1">
Registration:
</p>
<div class="list-inline-item">
<p class="col registration-detail">IVA no: 15828211001</p>
<p class="col registration-detail">REA no: RM-1616946 </p>
</div>
</div>
</div>
<div class="flexfooter-box2 desktop">
<div class="row list-inline">
<p class="col list-inline-item footer-item1">Address:</p>
<p class="col list-inline-item footer-item2">via Cervia 43P, Fregene, RM, Italy; <br> tel:+39 324 7917 555;
</div>
</div>
<div class="flexfooter-box3">
<ul class="list-inline social-media-box">
<li class="list-inline-item">
<a target="_blank" href="https://www.linkedin.com/in/asaltanchuk/" type="button" class="btn-outline-light language-item shadow">
<i class="fa fa-linkedin "></i>
</a>
</li>
<li class="list-inline-item">
<a target="_blank" href="https://askfrsltn.github.io/andriysaltanchuk_cv/" type="button" class="btn-outline-light language-item shadow">
<i class="fa fa-github"></i>
</a>
</li>
<li class="list-inline-item decoration-none">
<a target="_blank" href="https://askfrsltn.github.io/andriysaltanchuk_cv/" type="button" class="btn-outline-light language-item shadow">
<i class="fa fa-youtube"></i>
</a>
</li>
</ul>
</div>
<!-- -------------- MOBILE VERSION BUTTON ONLY - -->
<div class="col mobile">
<button type="submit" class="btn btn-primary">Contact us</button>
</div>
</footer>
</main>
<!-- -------------- LANGUAGES-MODAL for UA and RU - -->
<div class="modal fade" id="language-modal">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h4 class="modal-title">Message | Сообщение | Повідомлення </h4>
<button type="button" class="close" data-dismiss="modal"><span>×</span></button>
</div>
<div class="modal-body">
<p>[EN] Russian and Urkrainian pages are currently under construction, sorry for inconvenience</p>
<hr>
<p>[RU] Страницы на русском и украинском языках находятся в стадии разработки,
извините за временные неудобства</p>
<hr>
<p>[UA] Сторінки на українській та россійській мовах знаходяться в стані розробки,
вибачте за тимчасові незручності</p>
</div>
</div>
</div>
</div>
</body>
</html>