-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
386 lines (350 loc) · 15.8 KB
/
about.html
File metadata and controls
386 lines (350 loc) · 15.8 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
<!DOCTYPE html>
<html>
<head>
<title>Codex</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link type="text/css" href="assets/css/bootstrap.min.css" media="screen" rel="stylesheet">
<!-- UIkit CSS -->
<!-- <link rel="stylesheet" href="assets/css/uikit.min.css" /> -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link rel="stylesheet" href="assets/css/font-awesome.min.css">
<link type="text/css" href="assets/css/bootstrap-grid.min.css" media="screen" rel="stylesheet">
<link type="text/css" href="assets/css/style.css" media="screen" rel="stylesheet">
</head>
<body>
<section class="sec-about">
<section class="sec-main-header about-img">
<nav class="navbar navbar-expand-md navbar-default navbar-dark hide-desktop-f">
<a class="navbar-brand" href="index.html">
<img src="assets/img/logo.png" alt="">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#collapsibleNavbar">
<span class="fa fa-bars"></span>
</button>
<div class="collapse navbar-collapse" id="collapsibleNavbar">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="project.html">Project</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact</a>
</li>
</ul>
</div>
</nav>
<div class="custom-container">
<nav class="navbar navbar-expand-md navbar-default navbar-dark hide-mobile-f">
<a class="navbar-brand" href="index.html">
<img src="assets/img/logo.png" alt="">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse"
data-target="#collapsibleNavbar">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="collapsibleNavbar">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="project.html">Project</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact</a>
</li>
</ul>
</div>
</nav>
<div class="main-header-heading">
<div class="content">
<h1>
Digital storytellers
</h1>
<p>
Hand crafting award winning digital experiences
</p>
</div>
</div>
</div>
</section>
<section class="sec-about-first">
<div class="custom-container">
<div class="row">
<div class="col-md-12">
<div class="top-heading">
<h2>
Our Services
</h2>
<p>
We strategically design beautiful brands, websites, digital products that actually work.
Creating a product <span class="line-break"></span>
that connects with your target group is essential for success, and we know how to do it
</p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4 col-md-4">
<div class="icons-main">
<img src="assets/img/icon1.png" alt="">
<h3>Webiste</h3>
<p>
UI/UX, Strategy, and Design.<span class="line-break"></span>
Creating outstanding websites<span class="line-break"></span>
is our bread and butter.
</p>
</div>
</div>
<div class="col-md-4 col-md-4">
<div class="icons-main">
<img src="assets/img/icon2.png" alt="">
<h3>Mobile Apps</h3>
<p>
We design beautiful apps<span class="line-break"></span>
that help enrich and bring<span class="line-break"></span>
value to people's lives.
</p>
</div>
</div>
<div class="col-md-4 col-md-4">
<div class="icons-main">
<img src="assets/img/icon3.png" alt="">
<h3>Branding</h3>
<p>
Tell the world who you really<span class="line-break"></span>
are, let's make you world class<span class="line-break"></span>
brand with our expertise
</p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4 col-md-4">
<div class="icons-main">
<img src="assets/img/icon4.png" alt="">
<h3>Animations</h3>
<p>
We produce high quality <span class="line-break"></span>
videos that promote your <span class="line-break"></span>
brand more loudly.
</p>
</div>
</div>
<div class="col-md-4 col-md-4">
<div class="icons-main">
<img src="assets/img/icon5.png" alt="">
<h3>Digital Marketing</h3>
<p>
Grow and lead with our depth<span class="line-break"></span>
Strategic digital marketing<span class="line-break"></span>
solutions in this digital era.
</p>
</div>
</div>
<div class="col-md-4 col-md-4">
<div class="icons-main">
<img src="assets/img/icon6.png" alt="">
<h3>SEO</h3>
<p>
Our SEO makes your business<span class="line-break"></span>
more vibrant. Don't take risks<span class="line-break"></span>
with your online future.
</p>
</div>
</div>
</div>
</div>
</section>
<section class="sec-second-index">
<div class="main-flex">
<div class="flex-child left-flex">
<div class="aligment">
<h3>We Are</h3>
<p>Humans</p>
<p>Branding Experts</p>
<p>Strategists</p>
<p>Designers</p>
<p>Illustrators</p>
<p>Consultants</p>
<p>Front-End Developers</p>
<p>Artists</p>
<p>Collaborators</p>
<p>Specialists</p>
</div>
</div>
<div class="flex-child right-flex">
<div class="aligment">
<h3>What We Do</h3>
<p>Brand Audit & Research</p>
<p>Brand Strategy & Positioning</p>
<p>UI / UX</p>
<p>Web & Mobile Apps</p>
<p>Visual Identity Design</p>
<p>Brand Guidelines</p>
<p>Brand Voice & Messaging</p>
<p>Packaging Design</p>
<p>Print Collateral</p>
<p>Illustration</p>
</div>
</div>
</div>
</section>
<section class="sec-about-third">
<div class="custom-container">
<div class="row">
<div class="col-md-12">
<div class="top-heading">
<h2>
Roadmap for success
</h2>
<p>
This is our tried and true process that ensures we're in alignment with the goals of
each project. <span class="line-break"></span>
We don't just make things pretty, we make them work while remaining on target.
</p>
</div>
</div>
</div>
<div class="flex-row">
<div class="col-2-flex">
<img src="assets/img/icon7.png" alt="">
<span class="line color1"></span>
<h3>1. Discover</h3>
<p>
The first part of our <span class="line-break"></span>
process is about <span class="line-break"></span>
learning all about <span class="line-break"></span>
your industry.
</p>
</div>
<div class="col-2-flex">
<img src="assets/img/icon8.png" alt="">
<span class="line color2"></span>
<h3>2. Strategy</h3>
<p>
Next, we determine the <span class="line-break"></span>
best way to strategically <span class="line-break"></span>
meet the design goals <span class="line-break"></span>
of your brand.
</p>
</div>
<div class="col-2-flex">
<img src="assets/img/icon9.png" alt="">
<span class="line color3"></span>
<h3>3. Design</h3>
<p>
The design phase is where <span class="line-break"></span>
we build out the usage <span class="line-break"></span>
guidelines, user experience, <span class="line-break"></span>
and prototype the product.
</p>
</div>
<div class="col-2-flex">
<img src="assets/img/icon10.png" alt="">
<span class="line color4"></span>
<h3>4. Build</h3>
<p>
we're connected with <span class="line-break"></span>
some pretty talented and <span class="line-break"></span>
creative devs, they'll get <span class="line-break"></span>
the job done right.
</p>
</div>
<div class="col-2-flex">
<img src="assets/img/icon11.png" alt="">
<span class="line color5"></span>
<h3>5. Deliver</h3>
<p>
Finally, we package it <span class="line-break"></span>
all up and deliver the <span class="line-break"></span>
product to you. On <span class="line-break"></span>
time and on budget.
</p>
</div>
</div>
</div>
</section>
<section class="sec-counter">
<div class="custom-container">
<div class="row">
<div class="col-md-12">
<div class="top-heading">
<h2>
Why choose us?
</h2>
<p>
We not only design, build and support brands, websites and videos for clients worldwide. <span class="line-break"></span>
We make your business stand out!
</p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-3">
<div class="counter-content">
<h3>09+</h3>
<p>Years of Experience</p>
</div>
</div>
<div class="col-md-3">
<div class="counter-content">
<h3>300+</h3>
<p>Projects Completed</p>
</div>
</div>
<div class="col-md-3">
<div class="counter-content">
<h3>220+</h3>
<p>Happy Customers</p>
</div>
</div>
<div class="col-md-3">
<div class="counter-content">
<h3>65+</h3>
<p>Countries Served</p>
</div>
</div>
</div>
</div>
</section>
</section>
<footer class="">
<div class="footer-content">
<h2>See where we can take you</h2>
<button class="btn">Let's Chat</button>
<div class="social-link">
<a href="#">
<span class="fa fa-facebook"></span>
</a>
<a href="#">
<span class="fa fa-linkedin"></span>
</a>
<a href="#">
<span class="fa fa-instagram"></span>
</a>
<a href="#">
<span class="fa fa-dribbble"></span>
</a>
<a href="#">
<span class="fa fa-behance"></span>
</a>
<a href="#">
<span class="fa fa-pinterest"></span>
</a>
</div>
</div>
</footer>
<script src="assets/js/jquery.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init({
duration: 2000,
});
</script>
</body>
</html>