-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·321 lines (301 loc) · 17.7 KB
/
index.html
File metadata and controls
executable file
·321 lines (301 loc) · 17.7 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
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
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Get serious about selling online. Team up with software experts that build to convert.">
<meta name="author" content="">
<link rel="shortcut icon" type='image/x-icon' href="favicon.ico">
<link rel="shortcut icon" type="image/png" href="/favicon.png"/>
<!-- Load build css file -->
<link rel="stylesheet" type="text/css" href="css/styles.css">
<link href='http://fonts.googleapis.com/css?family=Kaushan+Script' rel='stylesheet' type='text/css'>
</head>
<body>
<section class="hero">
<header>
<div class="container">
<a class="logo" href="#">SKOKOV</a>
<div class="navigation">
<nav>
<a href="#">HOME</a>
<a href="#">SERVICES</a>
<a href="#">ABOUT US</a>
<a href="#">NEWS</a>
<a href="#">CONTACT</a>
</nav>
<select>
<option value="home">new menu</option>
<option value="home">HOME</option>
<option value="home">SERVICES</option>
<option value="home">ABOUT US</option>
<option value="home">NEWS</option>
<option value="home">CONTACT</option>
</select>
</div>
</div>
</header>
<div class="container">
<div class="hero-txt">
<h1>Global management <br>
consulting agency</h1>
<p>Growth doesn't always go the way you expect. Our<br>
strategy consultants can help you climb.</p>
<div class="btn" id="left">
<a href="#">Get started</a>
</div>
<div class="btn" id="right">
<a href="#">learn more</a>
</div>
</div>
</div>
</section>
<section class="services">
<div class="container">
<h2>OUR SERVICES</h2>
<p>Our management consulting services focus on our clients' most critical issues and opportunities. We have proven<br>
a multiplier effect from optimizing the sum of the parts, not just the individual pieces.</p>
<div class="service-type">
<div class="item-1">
<img src="images/img-1.png">
<a href="#"><b>Performance<br>
Improvement</b> </a>
<p>Enabling companies to grow<br>
revenue, improve margins and<br>
reposition quickly.</p>
</div>
<div class="item-1" id="Customer">
<img src="images/img-2.png">
<a href="#"><b>Customer
Strategy & Marketing</b> </a>
<p>n-depth customer insights<br>
combined with economic and <br>
operational fundamentals</p>
</div>
<div class="item-1">
<img src="images/img-3.png">
<a href="#"><b>Information<br>
Technology</b> </a>
<p>Realizing the full potential<br>
of IT resources, investments<br>
and assets</p>
</div>
<div class="item-1">
<img src="images/img-4.png">
<a href="#"><b>Full Potential<br>
Transformation</b> </a>
<p>A cross-functional effort to alter<br>
the financial, operational and<br>
strategic trajectory of a business</p>
</div>
<div class="item-1" id="Strategy">
<img src="images/img-5.png">
<a href="#"><b>Strategy<br><br>
</b> </a>
<p>Tailored solutions that deliver <br>
results and achieve sustained<br>
growth</p>
</div>
<div class="item-1" id="Private">
<img src="images/img-6.png">
<a href="#"><b>Private Equity<br><br></b> </a>
<p>Advising investors across<br>
the entire investment life <br>
cycle</p>
</div>
<div class="item-1" id="digital">
<img src="images/img-7.png">
<a href="#"><b>Digital<br><br>
</b> </a>
<p>Deliver on core strategy,<br>
delight customers and operate<br>
smarter and faster</p>
</div>
<div class="item-1">
<img src="images/img-8.png">
<a href="#"><b>Results Delivery<br><br>
</b> </a>
<p>Predicting, measuring and<br>
managing risk associated with<br>
change management</p>
</div>
</div>
</div>
</section>
<section class="contact-us">
<div class="container">
<h3>Contact us for a FREE, NO OBLIGATION confidential<br>
exploration of your needs</h3>
<div class="btn" id="contact">
<a href="#">Contact us</a>
</div>
</div>
</section>
<section class="about-us">
<div class="container">
<h2>ABOUT US</h2>
<p class="sko">SKOKOV is one of the world's leading management consulting firms. We care for our clients' business as our<br>
own, they know we're in this together</p>
<div class="what">
<div class="top">
<big>WHAT WE DO</big>
</div>
<p>
When someone asks what we do SKOKOV, it’s tempting to point out our
four-decade track record for helping to transform the world’s great companies
into sharper, smarter, better versions of themselves. It’s true, our mission is to
help management teams create such high levels of economic value that together
we redefine our respective industries.
We work with top executives to help them make better decisions, convert those
decisions to actions, and deliver the sustainable success they desire. For forty
years, we've been passionate about achieving better results for our
clients-results that go beyond financial and are uniquely tailored, pragmatic,
holistic, and enduring.
We advise global leaders on their most critical issues and opportunities: strategy,
marketing, organization, operations, technology, transformations and
mergers & acquisitions, across all industries and geographies.
Our unique approach to traditional change management, called
Results Delivery®, helps clients measure and manage risk and overcome the
odds to realize results.
</p>
</div>
<div class="client">
<div class="top">
<big>OUR CLIENT</big>
</div>
<div class="client-imgs">
<a href="#"><img src="images/ORACLE.png"></a>
<a href="#"><img src="images/sony.png"></a>
<a href="#"><img src="images/san-disk.png"></a>
<a href="#"><img src="images/mcafe.png"></a>
<a href="#"><img src="images/net.png"></a>
<a href="#"><img src="images/sap.png"></a>
</div>
</div>
<div class="our-team">
<div class="top">
<big>OUR TEAM</big>
</div>
<div class="team-imgs">
<a href="#"><img src="images/c-img-1.png"></a>
<a href="#"><img src="images/c-img-2.png"></a>
<a href="#"><img src="images/c-img-3.png"></a>
<a href="#"><img src="images/c-img-4.png"></a>
<a href="#"><img src="images/c-img-5.png"></a>
<a href="#"><img src="images/c-img-6.png"></a>
<a href="#"><img src="images/c-img-7.png"></a>
<a href="#"><img src="images/c-img-8.png"></a>
<a href="#"><img src="images/c-img-9.png"></a>
<a href="#"><img src="images/c-img-10.png"></a>
<a href="#"><img src="images/c-img-11.png"></a>
<a href="#"><img src="images/c-img-12.png"></a>
</div>
</div>
</div>
</section>
<section class="play-video">
<div class="container">
<img src="images/play.png">
<h3>WE BLEND THE STRATEGIC WITH CREATIVE</h3>
<p>When someone asks what we do at SKOKOV, it’s tempting to point out our four-decade track record for helping to transform<br>
the world’s great companies into sharper, smarter, better versions of themselves.</p>
</div>
</section>
<section class="news">
<div class="container">
<h2>NEWS</h2>
<p class="sko">Together, we find value across boundaries, develop insights to act on, and energize teams to sustain success. We're passionate about<br>
always doing the right thing for our clients, our people and our communities, even if it isn't easy.</p>
<div class="news-images">
<div class="img-1">
<img src="images/buiilding.png">
</div>
<div class="img-2">
<big>Why financial <br>
institutions need <br>
a new IT model</big>
<small>Why old IT models are unlikely to<br>
deliver the competitive edge that<br>
banks, insurers and wealth<br>
management firms need from <br>
technology</small>
<p class="date"> <i>09.03.2014</i></p>
</div>
<div class="img-3">
<img src="images/nyc.png">
</div>
<div class="img-4">
<big>Reimagining IT <br>
for an <br>
omnichannel <br>
world</big>
<small>The technology that powers retail is <br>
evolving rapidly. Retailers and their IT<br>
groups will have to rise to stay ahead.</small>
<p class="date"> <i>09.03.2014</i></p>
</div>
<div class="img-5">
<img src="images/hall.png">
</div>
<div class="img-6">
<big>Making the most <br>
of generation<br>
assets in<br>
turbulent times</big>
<small>A thorough review of a power <br>
generation portfolio informs decisions <br>
about how to reduce costs, raise <br>
revenues and make strategic plans.</small>
<p class="date"> <i>09.03.2014</i></p>
</div>
</div>
</div>
</section>
<section class="skokov-contact">
<div class="container">
<div class="skokov-info">
<big>SKOKOV</big>
<p class="thank">Thank you for your interest in SKOKOV. Please contact us using the <br>
information below. To locate contacts in the SKOKOV office closest to <br>
you, visit our office websites. To get the latest updates from SKOKOV, <br>
subscribe to a newsletter or connect with us on social media.<br></p>
<div class="adress">
<img src="images/location.png">
<p>43 gagarina street, kharkov, ukraine</p>
</div>
<div class="adress">
<img src="images/phone.png">
<p>+38 (057) 777-05-05</p>
</div>
<div class="adress">
<img src="images/mail.png">
<p>mynameisskokov@gmail.com</p>
</div>
</div>
<div class="contact-coloum">
<big>CONTACT</big>
<P class="thank" id="please">Please contact us using contact form below.</p>
<input class="name" type="text" placeholder="Name"></imput>
<input class="e-mail" type="e-mail" placeholder="Email"></input>
<input class="subject" type="text" placeholder="Subject"></imput>
<input class="message" type="text" placeholder="Message"></imput>
<div class="btn">
<a href="#">Send</a>
</div>
</div>
</div>
</section>
<footer>
<div class="container">
<small>© 2014 SKOKOV - ALL RIGHT RESERVED</small>
<div class="social-links">
<a href="#"><img src="images/insta.png"></a>
<a href="#"><img src="images/line2.png"></a>
<a href="#"><img src="images/fb.png"></a>
<a href="#"><img src="images/line2.png"></a>
<a href="#"><img src="images/tw.png"></a>
<a href="#"><img src="images/line2.png"></a>
<a href="#"><img src="images/you.png"></a>
</div>
</div>
</footer>