-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
334 lines (305 loc) · 17 KB
/
index.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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<!-- Raleway font -->
<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=Raleway:wght@400;500;700;800&display=swap" rel="stylesheet">
<!-- Font awesome -->
<script src="https://kit.fontawesome.com/0571020acb.js" crossorigin="anonymous"></script>
<title>Profi Comm</title>
<link rel="shortcut icon" href="images/icon.png" type="image/x-icon">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/mobile.css">
<script type = "text/babel" src="js/index.js"></script>
</head>
<body>
<nav class="navbar navbar-expand-lg bg-body-tertiary navbar-light bg-light">
<div class="container ms-auto">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavAltMarkup"
aria-controls="navbarNavAltMarkup" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<a class="nav-link navbar-brand col-2 mx-auto" href="#hero">
<img src="images/logo-profi.png" height="36px">
</a>
<div class="collapse navbar-collapse" id="navbarNavAltMarkup">
<ul class="navbar-nav mx-auto mb-7 mb-lg-0">
<li class="nav-item">
<a class="nav-link active" href="#hero" i18nKey="title">Home<span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class=" nav-link" href="#about-us">About us</a>
</li>
<li class="nav-item">
<a class=" nav-link" href="#expertise">Expertise</a>
</li>
<li class="nav-item">
<a class=" nav-link" href="#directions-section">Directions</a>
</li>
<li class="nav-item">
<a class=" nav-link" href="#our-team">Team</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#advantages">Achievements</a>
</li>
<li class="nav-item">
<a class=" nav-link" href="#portfolio">Our clients</a>
</li>
<li class="nav-item">
<a class=" nav-link" href="#footer">Contact us</a>
</li>
<li class="nav-item">
<a class="nav-link lang" href="?lng=en" translated>EN</a>
</li>
<li class="nav-item">
<a class="nav-link lang" href="?lng=ru" translated>RU</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- MAIN BLOCK -->
<div class="hero-back">
<div class="d-flex justify-content-center align-items-center h-500 container" id="hero">
<div class="row">
<div class="text-block text-center">
<h1 class="heading display-4">PRofiComm is your reliable development partner in the era of digital transformation and digital communications</h1> <br>
<p class="heading-md">We are the One-Stop Consulting Shop that guides you into the digital age - full expertise with the custom development of ecosystem digital business models for your transformation and public opinion management.</p>
</div>
<div class="image-back ">
</div>
</div>
</div>
</div>
<!-- About us -->
<section class="about-us-section container" id="about-us">
<h2>About us</h2>
<p>A consulting agency with international expertise in the areas of strategic communications and digital transformation. </p>
<p> We are the One-Stop Consulting Shop that guides you into the digital age - full expertise with the custom development of ecosystem digital business models for your transformation and public opinion management.</p>
<p>In addition to digital business and PR strategies, and brand reputation management, we also work with personal brands and community management, with the media, support events and special projects, develop corporate social responsibility policies, and conduct training.<br></p>
<p>You can order both strategies with turnkey implementation and custom components for transforming and promoting yourself, your business, or your organization.</p>
<hr>
</section>
<!-- Expertise section -->
<section class="expertise-text-section container" id="expertise">
<h3>Expertise</h3>
<h4>Trust not advertising, but expertise.</h4>
</section>
<div class="background-class-expertise">
<div class="columns-text-expertise container">
<div class="row">
<div class="col-sm-auto col-lg-6">
<p><b>Expertise in creating and implementing digital business strategies </b> is confirmed as academic knowledge at world-class business schools - Harvard Business School, pre-MBA international advanced training programs. In addition, the experience of the national team in this field is confirmed in donor projects, at the state level, with the business sector for more than 10 years.</p>
</div>
<div class="col-sm-auto col-lg-6">
<p><b>Expertise in strategic communications </b> is confirmed by the profile education of the key members of our team and more than 20 years of experience in this area at the level of international companies and projects.</p>
</div>
</div>
</div>
</div>
<div class="continued-expertise-text container">
<p>We also work with international experts through well-established partnerships and, if necessary, jointly implement projects for our clients.</p>
<p> The agency's business model is a comprehensive solution to the client's pain points. We are more than PR.</p>
<p>Cross-functional expertise is our unique approach to solving our clients' strategic and tactical tasks in the digital era.</p>
</div>
<!-- Directions Section -->
<section class="directions-sections" id="directions-section">
<div class="container">
<h2>Directions</h2>
<h4>Strategic level</h4>
<div class="row">
<div class="direction first col-sm-auto col-lg-6">
<h5>Strategic communications</h5>
<ul>
<li>Digital business and communication strategies (particularly personal branding)</li>
<li>Anti-crisis strategies</li>
<li>Setting up processes for internal and external communications</li>
<li>Political PR</li>
<li>Support of IT projects and start-ups launch</li>
<li>Digital Sales Funnels</li>
</ul>
</div>
<div class="direction second col-sm-auto col-lg-6">
<h5>Digital Transformation</h5>
<ul>
<li>Digital readiness assessment</li>
<li>Digital and change management strategies</li>
<li>Custom development of digital infrastructure and solutions architecture (from automation to digitalization)</li>
<li>Development of cybersecurity management systems</li>
</ul>
</div>
</div>
<h4>Tactical level</h4>
<div class="row">
<div class="direction first col-sm-auto col-lg-6">
<h5>Strategic communications</h5>
<ul>
<li>Working with the media, bloggers, and opinion leaders</li>
<li>Preparation of various presentation materials</li>
<li>Copywriting (interviews, speeches, articles, releases)</li>
<li>Maintenance of personal and corporate pages in social networks</li>
<li>Creation of multimedia content (rollers, vines, video interviews, etc.)</li>
<li>PR training</li>
</ul>
</div>
<div class="direction second col-sm-auto col-lg-6">
<h5>Digital Transformation</h5>
<ul>
<li>Development of regulatory policies, sub-policies, and instructions</li>
<li>Deployment of digital infrastructure and solutions (custom development integration of legacy solutions)</li>
<li>Development of solutions for process automation</li>
<li>Maintenance of digital infrastructure and solutions</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- Our team section -->
<section class="team-section container" id="our-team">
<h2>Team</h2>
<div class="container">
<div class="card mx-auto" style="max-width: 18rem;">
<img class="card-img-top" src="images/photo-ceo.jpeg" alt="CEO">
<div class="card-body m-auto">
<h5 class="card-title ">Tatyana Shahin</h5>
<h6 class="card-subtitle text-muted">Founder and CEO</h6>
<ul class="social mb-0 list-inline mt-3">
<li class="list-inline-item"><a href="https://www.facebook.com/tatyana.shahinbaylo" class="social-link"><i
class="fa fa-facebook-f"></i></a></li>
<li class="list-inline-item"><a href="https://www.linkedin.com/in/tatyana-shahin-baylo-523aa316b/" class="social-link"><i
class="fa fa-linkedin"></i></a></li>
</ul>
</div>
</div>
</div><!-- End -->
<div class="container">
<div class="row ">
<div class="team-block col-sm-auto col-lg-6" id="one">
<h5>Strategic communications:</h5>
<ul>
<li>Alexandra Bagdasarova - strategic communications expert</li>
<li>Oksana Polyakova - PR expert</li>
<li>Inna Kokhlevskaya - smm expert</li>
<li>Ermek Tokoldoshev - digital marketer and SEO expert</li>
<li>Asela Kuttubai - marketing expert</li>
</ul>
</div>
<div class="team-block col-sm-auto col-lg-6" id="two">
<h5>Digital transformation (Agile team of partners):</h5>
<ul>
<li>Ainura Dzhoroeva - international development institutions, digital transformation.</li>
<li>Kubanych Zakenaev – quality management systems, cybersecurity, CISM, CISSM, ISO 27001 LI/LA/IA, ISO 9001 MG/IA</li>
<li>Azimbek Sagynbaev – product management, software development, blockchain, fintech</li>
<li>Timur Alkhozhoev - digital lawyer.</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- Achievements section -->
<section class="achievements-section" id="advantages">
<div class="px-5 py-5">
<div class="row">
<div class="col mx-1">
<h6>37</h6>
<p>communication strategies development with supporting awareness campaigns</p>
</div>
<div class="col mx-1">
<h6>18</h6>
<p>business strategies development (updating, mapping, new points for growth) with the introduction of modern solutions</p>
</div>
<div class="col mx-1">
<h6>4</h6>
<p>digital strategies/brand transformation development</p>
</div>
<div class="col smx-1">
<h6>11</h6>
<p>personal branding</p>
</div>
<div class="col mx-1">
<h6>3</h6>
<p>development of digital transformation strategies for the public sector (as part of working groups)</p>
</div>
<div class="col mx-1">
<h6>10</h6>
<p>development of tactics for anti-crisis campaigns with promotion support</p>
</div>
<div class="col mx-1">
<h6>16</h6>
<p>custom trainings developed (3 training for political parties with the support of the Representative Office of the International Republican Institute)</p>
</div>
</div>
</div>
</section>
<!-- Client 1 - HCF Bootstrap 5 Component -->
<section class="portfolio-section bg-light py-5 py-xl-6" id="portfolio">
<h2>Clients</h2>
<div class="container">
<div class="text-center">
<p>International companies and organizations<b> - 7</b></p>
<p>Local companies and organizations<b> – 22</b></p>
<p>Government agencies<b> - 6</b></p>
</div>
</div>
</div>
<div class="container ">
<h4 class="display-7 text-center">Consulting/Expertise in donors' projects</h4>
<hr class="mb-0 text-secondary">
<ol>
<li>UNDP project in the Kyrgyz Republic 'Strong parliamentary democracy with the active participation of citizens' (as part of a consortium)'</li>
<li>UNDP project in the Kyrgyz Republic 'Digital Skills and Opportunities for Engaging Youth in the Digital Economy of the Kyrgyz Republic'</li>
<li>ADB project in the Kyrgyz Republic 'Joining the Eurasian Economic Union - Opportunities and Eliminating Risks'</li>
<li>OSCE project in the Kyrgyz Republic 'Assistance in the implementation of the State Strategy for Anti-Corruption Policy and the promotion of digital transformation.'</li>
<li>OSCE project in the Kyrgyz Republic 'Assistance in combating corruption and promoting digital transformation.'</li>
<li>DT Global Idev Europe S.L. 'Promotion of e-Government'</li>
<li>Representation of the International Republican Institute</li>
</ol>
</div>
</section>
<!-- Back To Top Button -->
<a href="#top" id="back-to-top" title="Back to top" class="show"><i class="fa fa-arrow-circle-o-up"
style="font-size:22px;"></i></a>
<div class="footer" id="footer">
<div class="container">
<div class="row">
<div class="contact-block col-lg-6">
<h5>CONTACT US</h5>
<p>Email - [email protected]</p>
<p>Phone - +996 775 971 444</p>
</div>
<div class="links-block col-lg-6">
<ul class="social list-inline mt-3">
<li class="list-inline-item"><a href="https://www.facebook.com/tatyana.shahinbaylo"
class="social-link"><i class="fa fa-facebook-f"></i></a>
</li>
<li class="list-inline-item"><a href="https://www.linkedin.com/in/tatyana-shahin-baylo-523aa316b/"
class="social-link"><i class="fa fa-linkedin"></i></a>
</li>
</ul>
</div>
</div>
</div>
</div>
<script src="https://unpkg.com/i18nextify@^3.2.1" id="i18nextify" fallbacklng="en"></script>
<script src="https://unpkg.com/i18nextify@^3.2.1" id="i18nextify" fallbacklng="ru"></script>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js"
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/gh/cferdinandi/smooth-scroll/dist/smooth-scroll.polyfills.min.js"></script>
<script>
var scroll = new SmoothScroll('a[href*="#"]');
</script>
</body>
</html>