-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathservice-single.html
More file actions
431 lines (406 loc) · 30.6 KB
/
Copy pathservice-single.html
File metadata and controls
431 lines (406 loc) · 30.6 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
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
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
<!DOCTYPE html>
<html lang="zxx">
<head>
<title>Digital Strategy — Gentium</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="msapplication-TileColor" content="#E9204F">
<meta name="theme-color" content="#E9204F">
<link rel="apple-touch-icon" sizes="180x180" href="assets/images/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/images/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/images/favicon-16x16.png">
<link rel="manifest" href="assets/images/site.webmanifest">
<link rel="mask-icon" href="images/safari-pinned-tab.svg" color="#E9204F">
<link rel="stylesheet" href="assets/css/normalize.min.css" />
<link rel="stylesheet" href="assets/css/pr.animation.css" />
<link rel="stylesheet" href="assets/css/owl.carousel.min.css" />
<link rel="stylesheet" href="assets/css/uikit.min.css" />
<link rel="stylesheet" href="assets/css/fonts.css" />
<link rel="stylesheet" href="assets/css/pixeicons.css" />
<link href="style.css" rel="stylesheet">
</head>
<body class="page-template page-template-default single single-service-item">
<div id="loader" class="preloader pr__dark">
<span class="loading">
<span class="txt">Loading</span>
<span class="progress">
<span class="bar-loading"></span>
</span>
</span>
</div><!-- Preloader End -->
<div class="pr__mobile__nav" id="navbar-mobile" data-uk-offcanvas="overlay: true; flip: true; mode: none">
<div class="uk-offcanvas-bar">
<button class="uk-offcanvas-close" type="button" data-uk-close="ratio: 2;"></button>
<nav class="menu" data-uk-scrollspy-nav="offset: 0; closest: li; scroll: true">
<ul data-uk-scrollspy="target: > li; cls:uk-animation-slide-right; delay: 100; repeat: true;">
<li><a href="#pr__hero">Home</a></li>
<li><a href="#pr__services">Services</a></li>
<li><a href="#pr__works">Works</a></li>
<li><a href="#pr__about">About</a></li>
<li><a href="#pr__clients">Clients</a></li>
<li><a href="#pr__blog">Blog</a></li>
<li><a href="#pr__contact">Contact</a></li>
</ul>
</nav>
</div><!-- Off Canvas Bar End -->
</div><!-- Mobile Nav End -->
<div class="pr__wrapper" id="site-wrapper">
<div class="pr__hero__wrap pr__dark" style="background-image: url('assets/images/hero_03.jpg');" data-uk-parallax="bgy: -200" id="site-hero">
<header class="pr__header" data-uk-sticky="top: 443; animation: uk-animation-slide-top;">
<div class="uk-container">
<div class="inner">
<div class="logo">
<a href="index.html">
<div class="brand"></div>
</a>
</div>
<div class="navbar pr-font-second">
<nav class="menu" data-uk-scrollspy-nav="offset: 0; closest: li; scroll: true">
<ul>
<li><a href="#pr__hero">Home</a></li>
<li><a href="#pr__services">Services</a></li>
<li><a href="#pr__works">Works</a></li>
<li><a href="#pr__about">About</a></li>
<li><a href="#pr__clients">Clients</a></li>
<li><a href="#pr__blog">Blog</a></li>
<li><a href="#pr__contact">Contact</a></li>
</ul>
</nav>
<div class="lang">
<div data-uk-form-custom="target: true">
<select>
<option value="English">En</option>
<option value="Germany">Ge</option>
</select>
<span></span>
<i class="icon pr-chevron-down"></i>
</div>
</div>
</div>
<div class="navbar-tigger" data-uk-toggle="target: #navbar-mobile">
<span></span>
<span></span>
<span></span>
</div>
</div>
</div>
</header><!-- Site Header End -->
<section class="pr__hero uk-section" id="pr__hero">
<div class="uk-container">
<div class="section-inner">
<div class="hero-content">
<hr class="line pr__hr__secondary">
<h2 class="page-title uk-heading-primary">Digital Strategy.</h2>
<ul class="breadcrumbs uk-breadcrumb">
<li><a href="#">Services</a></li>
<li><span>Digital Strategy</span></li>
</ul>
</div>
</div>
</div>
</section><!-- Site Hero End -->
</div><!-- Hero Wrap End -->
<div class="pr__content" id="site-content">
<div class="pr__primary uk-section uk-section-large has-sidebar" id="site-primary">
<div class="outer">
<div class="uk-container uk-position-relative">
<div class="inner uk-grid uk-grid-large uk-grid-match" data-uk-grid="">
<div class="uk-width-expand">
<main class="pr__main" id="site-main">
<article class="uk-article page type-page">
<div class="outer">
<div class="inner">
<div class="entry-body">
<h5 class="uk-h4">Content in the digital age is the life-blood of any business <br /> or organisation.</h5>
<p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward,
a new normal that has evolved from generation X is on the runway heading towards a streamlined cloud solution. User
generated content in real-time will have multiple touchpoints for offshoring.
</p>
<p>Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital
divide with additional clickthroughs from DevOps. Nanotechnology immersion along the information highway will close
the loop on focusing solely on the bottom line.
</p><p>Podcasting operational change management inside of workflows to establish a framework. Taking seamless key
performance indicators offline to maximise the long tail. Keeping your eye on the ball while performing a deep dive
on the start-up mentality to derive convergence on cross-platform integration.
</p>
<h6 class="uk-heading-line"><span>Output Includes:</span></h6>
<div class="uk-column-1-2@m uk-margin-medium">
<dl class="uk-description-list">
<dt><i class="icon pr-checkmark-circle"></i> Brand Strategy.</dt>
<dd>Objectively innovate empowered manufactured products whereas parallel platforms. Holisticly predominate extensible
testing procedures for reliable supply chains.</dd>
<dt><i class="icon pr-checkmark-circle"></i> Brand & Visual Identity Design.</dt>
<dd>Completely synergize resource taxing relationships via premier niche markets. Professionally cultivate one-to-one
customer service with robust ideas. Dynamically innovate resource-leveling customer service for state of the art
customer service.</dd>
<dt><i class="icon pr-checkmark-circle"></i> Communication Strategy.</dt>
<dd>Phosfluorescently engage worldwide methodologies with web-enabled technology. Interactively coordinate proactive
e-commerce via process-centric "outside the box" thinking.</dd>
<dt><i class="icon pr-checkmark-circle"></i> Marketing / Social Campaigns.</dt>
<dd>Collaboratively administrate empowered markets via plug-and-play networks. Dynamically procrastinate B2C users after
installed base benefits. Dramatically visualize customer directed convergence without revolutionary ROI.</dd>
</dl>
</div>
<p>Completely synergize resource taxing relationships via premier niche markets. Professionally cultivate one-to-one
customer service with robust ideas. Dynamically innovate resource-leveling customer service for state of the art
customer service.
</p>
<h6 class="uk-heading-line"><span>Testimonial:</span></h6>
<blockquote class="uk-text-left">
<p>With our core role in transforming a business’s digital presence - we are in the
unique position to reinvent their brand for a more digitally focused world through design, content and interaction.
The new signifiers of a modern digital brand - are user interface, integrated branded content and interaction.</p>
<footer><strong>Aron Larsson</strong> – CEO, Strategy Director</footer>
</blockquote>
<p>Completely synergize resource taxing relationships via premier niche markets. Professionally cultivate one-to-one
customer service with robust ideas. Dynamically innovate resource-leveling customer service for state of the art
customer service.
</p>
<h6 class="uk-heading-line"><span>Proccess:</span></h6>
<ul data-uk-accordion="">
<li class="uk-open">
<a class="uk-accordion-title" href="#">Step 1: Project Introduction</a>
<div class="uk-accordion-content">
<h6 class="uk-h6">Introduction:</h6>
<p>Credibly reintermediate backend ideas for cross-platform models. Continually reintermediate integrated processes
through technically sound intellectual capital. Holistically foster superior methodologies without market-driven
best practices.</p>
<p>Proactively fabricate one-to-one materials via effective e-business. Completely synergize scalable e-commerce rather
than high standards in e-services. Assertively iterate resource maximizing products after leading-edge intellectual
capital.</p>
</div>
</li>
<li>
<a class="uk-accordion-title" href="#">Step 2: Research & Concept</a>
<div class="uk-accordion-content">
<h6 class="uk-h6">Research:</h6>
<p>Globally incubate standards compliant channels before scalable benefits. Quickly disseminate superior deliverables
whereas web-enabled applications. Quickly drive clicks-and-mortar catalysts for change before vertical
architectures.</p>
<h6 class="uk-h6">Concept:</h6>
<p>Interactively procrastinate high-payoff content without backward-compatible data. Quickly cultivate optimal
processes and tactical architectures. Completely iterate covalent strategic theme areas via accurate e-markets.
</p>
</div>
</li>
<li>
<a class="uk-accordion-title" href="#">Step 3: Project Termination</a>
<div class="uk-accordion-content">
<h6 class="uk-h6">Q/A Test:</h6>
<p>Dynamically target high-payoff intellectual capital for customized technologies. Objectively integrate emerging core
competencies before process-centric communities. Dramatically evisculate holistic innovation rather than
client-centric data.
</p>
<h6 class="uk-h6">Termination & Delivery:</h6>
<p>Interactively procrastinate high-payoff content without backward-compatible data. Quickly cultivate optimal
processes and tactical architectures. Completely iterate covalent strategic theme areas via accurate e-markets.</p>
</div>
</li>
</ul>
</div>
</div>
</div>
</article>
</main>
</div>
<div class="uk-width-1-4@l">
<aside class="pr-sidebar widget-area" id="site-sidebar">
<div style="z-index: 1;" data-uk-sticky="offset: 120; bottom: true">
<section class="widget widget_nav_menu">
<h2 class="widget-title">Core Services</h2>
<ul class="content">
<li class="current"><a href="#">Digital Strategy</a></li>
<li><a href="#">Content Strategy</a></li>
<li><a href="#">Media Planing & Buying</a></li>
<li><a href="#">UX Design</a></li>
<li><a href="#">Brand Identity</a></li>
<li><a href="#">Product Design</a></li>
<li><a href="#">Social Media Promotion</a></li>
<li><a href="#">Search Optimization</a></li>
<li><a href="#">Constulation</a></li>
</ul>
</section>
</div>
</aside>
</div>
</div>
</div>
</div>
</div>
<section class="pr__works pr__section section-slider uk-section uk-section-medium uk-section-default" id="pr__works">
<div class="section-outer">
<div class="section-heading">
<div class="uk-container">
<div class="inner">
<div>
<hr class="line pr__hr__secondary">
<h2 class="title uk-h3 pr__heading__secondary">Related Projects.</h2>
</div>
</div>
</div>
</div>
<div class="section-inner">
<div class="uk-container">
<div class="items-listing works-boxes works-slider owl-carousel" data-items="3" data-margin="30" data-loop="true" data-center="true" data-autoplay="true" data-dots="true">
<div class="item work-box">
<div class="outer">
<div class="image pr__image__cover pr__ratio__square" data-src="assets/images/works/01.jpg" data-uk-img=""></div>
<div class="inner">
<h3 class="title uk-h4">Expedia Solutions</h3>
<p class="category">Marketing / App</p>
<a href="#" class="link uk-position-cover"></a>
</div>
</div>
</div>
<div class="item work-box">
<div class="outer">
<div class="image pr__image__cover pr__ratio__square" data-src="assets/images/works/02.jpg" data-uk-img=""></div>
<div class="inner">
<h3 class="title uk-h4">Bikeer</h3>
<p class="category">Design / Concept</p>
<a href="#" class="link uk-position-cover"></a>
</div>
</div>
</div>
<div class="item work-box">
<div class="outer">
<div class="image pr__image__cover pr__ratio__square" data-src="assets/images/works/06.jpg" data-uk-img=""></div>
<div class="inner">
<h3 class="title uk-h4">Interior Design</h3>
<p class="category">Architecture / Digital Art</p>
<a href="#" class="link uk-position-cover"></a>
</div>
</div>
</div>
<div class="item work-box">
<div class="outer">
<div class="image pr__image__cover pr__ratio__square" data-src="assets/images/works/05.jpg" data-uk-img=""></div>
<div class="inner">
<h3 class="title uk-h4">Electrica</h3>
<p class="category">UX Design / Web App</p>
<a href="#" class="link uk-position-cover"></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section><!-- Section: Works End -->
</div><!-- Site Content End -->
<footer class="pr__footer" id="site-footer">
<div class="pr__footer__top uk-section uk-section-large">
<div class="section-outer">
<div class="uk-container">
<div class="section-inner">
<div class="columns uk-grid" data-uk-grid="">
<div class="pr__cta column">
<div class="inner">
<h2 class="title uk-h1">Let's Talk?</h2>
</div>
</div>
<div class="pr__cta column">
<div class="inner">
<a id="pr__contact" href="#pr__contact__form" class="button uk-button uk-button-large uk-button-default" data-uk-toggle="">Make an enquiry</a>
</div>
</div>
<div class="pr__social column">
<div class="inner">
<a href="#" class="icon pr-logo-facebook"></a>
<a href="#" class="icon pr-logo-twitter"></a>
<a href="#" class="icon pr-logo-instagram"></a>
<a href="#" class="icon pr-logo-xing"></a>
</div>
</div>
</div>
</div><!-- Inner End-->
</div><!-- Container End-->
</div><!-- Outer End-->
</div><!-- Footer Top End-->
<div class="pr__footer__center uk-section uk-section-small">
<div class="uk-container">
<ul>
<li><a href="#">Berlin.<span class="phone">+21 30 310 0010</span></a></li>
<li><a href="#">Melbourne.<span class="phone">+21 201 161 0011</span></a></li>
</ul>
</div>
</div>
<div class="pr__footer__bottom uk-section">
<div class="section-outer">
<div class="uk-container">
<div class="section-inner">
<div class="columns uk-grid" data-uk-grid="">
<div class="pr__links column">
<div class="inner">
<a href="#">Terms of use</a>
<a href="#">Privacy Policy</a>
<a href="#">Cookie Policy</a>
</div>
</div>
<div class="pr__copyrights column">
<div class="inner">
<p>2018 © <a href="index.html">Gentium</a>, All rights reserved.</p>
</div>
</div>
</div>
</div><!-- Inner End-->
</div><!-- Container End-->
</div><!-- Outer End-->
</div><!-- Footer Bottom End-->
</footer><!-- Site Footer End-->
</div><!-- Site Wrapper End -->
<div id="pr__contact__form" class="pr__contact__form uk-modal-full" data-uk-modal="">
<div class="uk-modal-dialog" data-uk-height-viewport="">
<div class="form-outer">
<div class="uk-container uk-container-xsmall">
<div class="form-inner uk-position-relative">
<button class="uk-modal-close-full" type="button" data-uk-close="ratio: 2;"><span>Close</span></button>
<h2 class="uk-modal-title uk-h1">Let's Talk?</h2>
<p>Let’s make something awesome togheter</p>
<form class="pr__contact pr__form" action="includes/sendemail.php">
<div class="pr__form__group">
<label for="name">Your Name <span class="required">*</span></label>
<input class="pr-input" id="name" name="name" type="text" />
</div>
<div class="pr__form__group">
<label for="email">Your E-Mail <span class="required">*</span></label>
<input class="pr-input" id="email" name="email" type="text" />
</div>
<div class="pr__form__group">
<label for="subject">Your Subject <span class="required">*</span></label>
<input class="pr-input" id="subject" name="subject" type="text" />
</div>
<div class="pr__form__group">
<label for="budget">What's your budget range?</label>
<select class="uk-select" id="budget" name="budget">
<option> </option>
<option>Low budget</option>
<option>$1,000 — $2,000</option>
<option>$2,000 — $5,000</option>
<option>$5,000 — $10,000</option>
<option>$10,000+</option>
</select>
</div>
<div class="pr__form__group">
<label for="message">Your message <span class="required">*</span></label>
<textarea class="pr-textarea" id="message" name="message"></textarea>
</div>
<p class="pr__form__group uk-margin-large">
<button class="uk-button uk-button-large uk-button-primary" type="submit">Send message</button>
</p>
</form>
</div>
</div>
</div>
</div>
</div><!-- Contact Form Popup End -->
<!-- Needed Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/anime.min.js"></script>
<script src="assets/js/pr.animation.js"></script>
<script src="assets/js/uikit.min.js"></script>
<script src="assets/js/owl.carousel.min.js"></script>
<script src="assets/js/validate.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>