-
Notifications
You must be signed in to change notification settings - Fork 2
/
credentials.html
221 lines (205 loc) · 13.5 KB
/
credentials.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
<!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://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.min.js"></script>
<script defer src="https://cdn.jsdelivr.net/gh/fancyapps/fancybox@3.5.7/dist/jquery.fancybox.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/fancyapps/fancybox@3.5.7/dist/jquery.fancybox.min.css" />
<!-- -------------------FONTAWSOME------ -->
<script 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. Documents and qualification credentials</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-lightlanguage-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="inactive">Cases</h6>
</a>
</li>
<li class="list-inline-item">
<a href="credentials.html" style="text-decoration:none;">
<h6 class="active">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>
<!-- -------------- MAIN-CONTENT --------------------- -->
<section class="container">
<!-- --------------------- CONTENT-SECTION-TITLE-- -->
<div class="container">
<div class="row">
<div class="col-12">
<h1 class="title">Credentials</h1>
</div>
</div>
<div class="col-sm-12 col-md-8 col-lg-8 offset-md-2 offset-lg-2 conteiner">
<div class="row">
<div class="col">
<h6> On this page below you will find registration and official qualification
documents - certificates, diplomas, registers:
</h6>
<hr>
</div>
</div>
<p class="imglist credentials-galery">
<a href="assets/docs/registration_it.jpg" data-fancybox="images"
data-caption="Registration of ASK Solutions Srls in Italy" >
<img src="assets/docs/registration_it.jpg" alt="ASK registration in Italy" class="credential-image shadow"/>
</a>
<a href="assets/docs/diploma_finance.jpg" data-fancybox="images"
data-caption="BBa in International Finance from HES Amsterdam, The Netherlands">
<img src="assets/docs/diploma_finance.jpg" alt="diploma in finance" class="credential-image shadow"/>
</a>
<a href="assets/docs/certificate_gs.jpg" data-fancybox="images"
data-caption="GoogleSheets and Data-Studio professional certificate, LABA">
<img src="assets/docs/certificate_gs.jpg" alt="GS certificate" class="credential-image shadow"/>
</a>
<a href="assets/docs/certificate_excel.jpg" data-fancybox="images"
data-caption="Advanced Excel for Business Analysis from McQuire University on coursera.">
<img src="assets/docs/certificate_excel.jpg" alt="Excel certificate" class="credential-image shadow"/>
</a>
<a href="assets/docs/certificate_pbi.jpg" data-fancybox="images"
data-caption="Power BI, Business Analytics professional certificate, LABA">
<img src="assets/docs/certificate_pbi.jpg" alt="Power BI certificate" class="credential-image shadow"/>
</a>
<a href="assets/docs/registration_ua.jpg" data-fancybox="images"
data-caption="Enterpreneur registration in Ukraine">
<img src="assets/docs/registration_ua.jpg" alt="Registration in Ukeaine" class="credential-image shadow"/>
</a>
</p>
</div>
</div>
</div>
</section>
<footer class="flex-footer">
<!-- ------------------------------- FOOTER SECTION--------- -->
<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">
<a href="contact.html">
<button type="submit" class="btn btn-primary">Contact us!</button>
</a>
</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>