-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathabout-us.html
466 lines (447 loc) · 20.5 KB
/
about-us.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
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
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About - Ribbash Digital</title>
<!-- CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css" media="all" />
<link rel="stylesheet" href="css/all.min.css" media="all" />
<link rel="stylesheet" href="css/owl.carousel.min.css" media="all" />
<link rel="stylesheet" href="css/owl.theme.default.min.css" media="all" />
<link rel="stylesheet" href="css/animate.min.css" media="all" />
<link rel="stylesheet" href="css/el_style.css">
<link rel="stylesheet" href="css/style.css" media="all" />
<link rel="stylesheet" href="css/colors.css" media="all" />
<link rel="stylesheet" href="css/responsive.css" media="all" />
<link rel="icon" href="img/favicon.svg" type="image/svg+xml" sizes="any" />
</head>
<body>
<div class="rd-wrap">
<!--Header Section Start-->
<header class="rd-header fixed-top rd-header-white">
<div class="container">
<nav class="navbar navbar-expand-lg navbar-light px-0 rd-navbar">
<a class="navbar-brand rd-logo py-0" href="index.html">
<img src="img/logo-black.svg" alt="logo" />
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#defaultNavbar1" aria-controls="defaultNavbar1" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="defaultNavbar1">
<ul class="navbar-nav ml-auto rd-navmenu">
<li class="nav-item active">
<a class="nav-link pl-3 pr-3" href="index.html">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle pl-3 pr-3" href="#" id="ourWorkDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Our Work</a>
<div class="dropdown-menu rd-dropdown-work" aria-labelledby="ourWorkDropdown">
<div class="container">
<div class="row row-cols-1 row-cols-lg-6 align-items-center justify-content-sm-center">
<div class="col">
<a class="dropdown-item" href="nomad.html" data-toggle="tooltip" data-placement="bottom" title="Nomad">
<img src="img/Nomad.svg" alt="Nomad" />
<span>Nomad</span>
</a>
</div>
<div class="col">
<a class="dropdown-item" href="onshore.html" data-toggle="tooltip" data-placement="bottom" title="Onshore Momentum">
<img src="img/Onshore-Momentum.svg" alt="Onshore" />
<span>Onshore Momentum</span>
</a>
</div>
<div class="col">
<a class="dropdown-item" href="one-gift.html" data-toggle="tooltip" data-placement="bottom" title="OneGift">
<img src="img/OneGift.svg" alt="OneGift" />
<span>OneGift</span>
</a>
</div>
<div class="col">
<a class="dropdown-item" href="no-bs-dashboard.html" data-toggle="tooltip" data-placement="bottom" title="NO-BS Dashboard">
<img src="img/NO-BS.svg" alt="NO-BS Dashboard" />
<span>NO-BS Dashboard</span>
</a>
</div>
<div class="col">
<a class="dropdown-item" href="yor-hero.html" data-toggle="tooltip" data-placement="bottom" title="YOR Hero">
<img src="img/YorHero.svg" alt="YOR Hero" />
<span>YOR Hero</span>
</a>
</div>
</div>
</div>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle pl-3 pr-3" href="#" id="servicesDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Services</a>
<div class="dropdown-menu rd-dropdown-services" aria-labelledby="servicesDropdown">
<div class="container">
<div class="row row-cols-1 row-cols-lg-3">
<div class="col">
<a class="dropdown-item" href="ui-ux.html">
<img src="img/ui-ux-icon.svg" alt="ui-ux-icon" />
<span>UI/UX Design</span>
</a>
</div>
<div class="col">
<a class="dropdown-item" href="web-development.html">
<img src="img/web-development-icon.svg" alt="web-developer-icon" />
<span>Web Development</span>
</a>
</div>
<div class="col">
<a class="dropdown-item" href="mobile-development.html">
<img src="img/mobile-development-icon.svg" alt="mobile-developer-icon" />
<span>Mobile Development</span>
</a>
</div>
</div>
</div>
</div>
</li>
<!-- <li class="nav-item"><a class="nav-link pl-3 pr-3" href="#">Jobs</a></li> -->
<li class="nav-item"><a class="nav-link pl-3 pr-3" href="about-us.html">About Us</a></li>
<li class="nav-item px-3 px-lg-0"><a class="btn btn-light rd-button rd-button-green rd-button-effect1" href="contact-us.html">Contact Us</a></li>
</ul>
</div>
</nav>
</div>
</header>
<!--Header Section End-->
<!--Intro Section Start-->
<section class="rd-pt-180 rd-pb-65">
<div class="container">
<div class="row justify-content-md-center mb-4">
<div class="col-12">
<div class="rd-infobox text-center rd-text-dark wow fadeInUp">
<h2 class="rd-title rd-title-strip rd-title-strip-green rd-title-strip-center mb-3">
<span class="font-weight-normal">Hello! We are</span>
<span class="font-weight-bold">Ribbash</span>
</h2>
<p class="rd-text">We build Digital Product Web & Mobile</p>
</div>
</div>
</div>
<div class="row align-items-md-center mb-5">
<div class="col-12 col-md-6 mb-5 mb-md-0">
<figure class="wow fadeInUp">
<img src="img/who-we-are.svg" alt="who we are" />
</figure>
</div>
<div class="col-12 col-md-6 pl-md-5">
<div class="rd-infobox rd-text-dark">
<h2 class="rd-mini-title rd-title-strip rd-title-strip-green mb-3 wow fadeInUp">
<span class="font-weight-normal">Who</span>
<span class="font-weight-bold">We Are?</span>
</h2>
<p class="rd-sub-text mb-0 wow fadeInUp">Ribbash, a company that can cater to all the technology-based issues under one roof. Its apex body has contributed phenomenally to develop the IT-based products and provide the solutions for empowering the companies in improving their business operations, strategies, manufacturing, and management processes.</p>
</div>
</div>
</div>
<div class="row align-items-md-center mb-5 flex-column-reverse flex-md-row">
<div class="col-12 col-md-6 pr-md-5">
<div class="rd-infobox rd-text-dark">
<h2 class="rd-mini-title rd-title-strip rd-title-strip-green mb-3 wow fadeInUp">
<span class="font-weight-normal">Our</span>
<span class="font-weight-bold">Vision</span>
</h2>
<p class="rd-sub-text mb-0 wow fadeInUp">When someone thinks web designing, development, mobile app development, IoT, Business Automation Processes, graphic designing, and E-Commerce Business Solutions, he will think Ribbash.</p>
</div>
</div>
<div class="col-12 col-md-6 mb-5 mb-md-0">
<figure class="wow fadeInUp">
<img src="img/our-vision.jpg" alt="Our vision" />
</figure>
</div>
</div>
<div class="row align-items-md-center">
<div class="col-12 col-md-6 mb-5 mb-md-0">
<figure class="wow fadeInUp">
<img src="img/our-mission.svg" alt="Our Mission" />
</figure>
</div>
<div class="col-12 col-md-6 pl-md-5">
<div class="rd-infobox rd-text-dark">
<h2 class="rd-mini-title rd-title-strip rd-title-strip-green mb-3 wow fadeInUp">
<span class="font-weight-normal">Our</span>
<span class="font-weight-bold">Mission</span>
</h2>
<p class="rd-sub-text mb-0 wow fadeInUp">To help the businesses become trustworthy and innovative in their respective industries via providing Top-Notch IT services and products globally</p>
</div>
</div>
</div>
</div>
</section>
<!--Intro Section End-->
<!--What We Do Section Start-->
<section class="rd-pt-65 rd-pb-65">
<div class="container">
<div class="row">
<div class="col">
<div class="rd-infobox text-center rd-text-dark">
<h2 class="rd-mini-title rd-title-strip rd-title-strip-green rd-title-strip-center mb-3 wow fadeInUp">
<span class="font-weight-bold">What</span>
<span class="font-weight-normal">we do?</span>
</h2>
<p class="rd-sub-text wow fadeInUp">Ribbash shows great concerns over the toughest challenges faced by our clients by handling all their issues related to
developing strategy, consultation regarding technology advancements, digital marketing, improve business operations,
and improve online look and feel. We are focused on providing innovation to our clients and improving their working
procedures and lives. With the expertise of providing IT solutions across more than 20 industries, we deliver results
that can address all the needs for a new digital world that has become demanding and challenging now.</p>
</div>
<div class="rd-video wow fadeInUp">
<iframe width="100%" height="506" src="https://www.youtube.com/embed/Db9TaKlDi80" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
</div>
</div>
</section>
<!--What We Do Section End-->
<!--Intro Section Start-->
<section class="rd-pt-180 rd-pb-65">
<div class="container">
<div class="row align-items-md-center">
<div class="col-12 col-md-5 col-xl-6 pr-xl-5 mb-4 mb-md-0">
<div class="rd-infobox rd-text-dark">
<h2 class="rd-mini-title rd-title-strip rd-title-strip-green mb-3 wow fadeInUp">
<span class="font-weight-normal">Our</span>
<span class="font-weight-bold">Core Values</span>
</h2>
<p class="rd-sub-text mb-0 wow fadeInUp">Our core values describe the character of our
company and define our culture in the organization.
These values and culture are largely dependent on
individual behaviors, and our team is ready to
accept the challenge of acting in the organization and making decisions.</p>
</div>
</div>
<div class="col-12 col-md-7 col-xl-6">
<div class="row">
<div class="col-6 col-lg-4 py-3 align-self-center">
<h4 class="rd-mini-title text-center text-uppercase rd-text-dark rd-value-title wow fadeInUp">
<span>Our Key</span>
<span>Values are</span>
</h4>
</div>
<div class="col-6 col-lg-4 py-3">
<figure class="rd-value wow fadeInUp">
<img src="img/hand-shake.svg" alt="our values" />
<figcaption>Client Value Creation</figcaption>
</figure>
</div>
<div class="col-6 col-lg-4 py-3">
<figure class="rd-value wow fadeInUp">
<img src="img/global-networking.svg" alt="our values" />
<figcaption>Global Networking</figcaption>
</figure>
</div>
<div class="col-6 col-lg-4 py-3">
<figure class="rd-value wow fadeInUp">
<img src="img/respect-for-all.svg" alt="our values" />
<figcaption>Respect for all</figcaption>
</figure>
</div>
<div class="col-6 col-lg-4 py-3">
<figure class="rd-value wow fadeInUp">
<img src="img/integrity.svg" alt="our values" />
<figcaption>Integrity</figcaption>
</figure>
</div>
<div class="col-6 col-lg-4 py-3">
<figure class="rd-value wow fadeInUp">
<img src="img/stewardship.svg" alt="our values" />
<figcaption>Stewardship</figcaption>
</figure>
</div>
</div>
</div>
</div>
</div>
</section>
<!--Intro Section End-->
<!--Contact Form Section Start-->
<section class="rd-contact-form-section rd-pt-65">
<div class="container-fluid">
<div class="rd-contact-form-box rd-container-1170 wow pulse">
<div class="rd-infobox text-center">
<h2 class="rd-title rd-title-strip rd-title-strip-dark rd-title-strip-center rd-text-dark mb-3">
<span class="font-weight-bold">Let Us Help In Your Next Project</span>
</h2>
</div>
<form class="rd-contact-form" action="includes/contact-form-handler.php" method="post">
<div class="row">
<div class="form-group col-md-4 mb-4">
<label for="full-name">Full Name</label>
<input type="text" name="full-name" id="full-name" class="form-control" placeholder="John Smiths">
</div>
<div class="form-group col-md-4 mb-4">
<label for="email">Email</label>
<input type="email" name="email" id="email" class="form-control" placeholder="[email protected]" required>
</div>
<div class="form-group col-md-4 mb-4">
<label for="website">Website</label>
<input type="text" name="website" id="website" class="form-control" placeholder="https://www.example.com/">
</div>
</div>
<div class="form-group">
<label for="message">Message</label>
<textarea class="form-control" name="message" id="message" rows="3" required></textarea>
</div>
<div class="text-center">
<button class="btn btn-light rd-button rd-gradient-bg-orient-blue rd-button-effect1 mt-4" type="submit">Submit</button>
</div>
</form>
</div>
</div>
</section>
<!--Contact Form Section End-->
<!--Footer Section Start-->
<footer class="rd-footer">
<div class="rd-footer-top rd-gradient-bg-orient-blue pb-5 rd-clip-bg-top-left font-weight-light">
<div class="container">
<div class="row d-none">
<div class="col">
<div class="rd-infobox text-center">
<h2 class="rd-title rd-title-strip rd-title-strip-center text-white mb-3">
<span class="font-weight-bold">Company News</span>
</h2>
</div>
<!--Owl-Carousel Start-->
<div class="owl-carousel owl-theme rd-blog-carousel">
<div class="card rd-blog-item border-0">
<figure class="rd-blog-img mb-0">
<img src="img/mask-group--14.jpg" srcset="img/[email protected] 2x, img/[email protected] 3x" alt="">
</figure>
<div class="card-body d-flex flex-column rd-blog-content">
<h4 class="rd-blog-title">
<a href="#">Lorem Ipsum is simply dummy text of the printing</a>
</h4>
<div class="rd-blog-metadata mt-auto">
<span class="rd-blog-published"><i class="far fa-calendar-alt"></i>2 Days Ago</span>
<span class="rd-blog-time"><i class="far fa-clock"></i>2 mint</span>
</div>
</div>
</div>
<div class="card rd-blog-item border-0">
<figure class="rd-blog-img mb-0">
<img src="img/mask-group--11.jpg" srcset="img/[email protected] 2x, img/[email protected] 3x" alt="">
</figure>
<div class="card-body d-flex flex-column rd-blog-content">
<h4 class="rd-blog-title">
<a href="#">Porem Ipsum is simply dummy of the printing and typesetting.</a>
</h4>
<div class="rd-blog-metadata mt-auto">
<span class="rd-blog-published"><i class="far fa-calendar-alt"></i>2 Days Ago</span>
<span class="rd-blog-time"><i class="far fa-clock"></i>2 mint</span>
</div>
</div>
</div>
<div class="card rd-blog-item border-0">
<figure class="rd-blog-img mb-0">
<img src="img/people-inside-room-3184657.jpg" srcset="img/[email protected] 2x, img/[email protected] 3x" alt="">
</figure>
<div class="card-body d-flex flex-column rd-blog-content">
<h4 class="rd-blog-title">
<a href="#">Horem Ipsum has been the industrys standard dummy text ever since.</a>
</h4>
<div class="rd-blog-metadata mt-auto">
<span class="rd-blog-published"><i class="far fa-calendar-alt"></i>2 Days Ago</span>
<span class="rd-blog-time"><i class="far fa-clock"></i>2 mint</span>
</div>
</div>
</div>
<div class="card rd-blog-item border-0">
<figure class="rd-blog-img mb-0">
<img src="img/mask-group--11.jpg" srcset="img/[email protected] 2x, img/[email protected] 3x" alt="">
</figure>
<div class="card-body d-flex flex-column rd-blog-content">
<h4 class="rd-blog-title">
<a href="#">Porem Ipsum is simply dummy of the printing and typesetting.</a>
</h4>
<div class="rd-blog-metadata mt-auto">
<span class="rd-blog-published"><i class="far fa-calendar-alt"></i>2 Days Ago</span>
<span class="rd-blog-time"><i class="far fa-clock"></i>2 mint</span>
</div>
</div>
</div>
</div>
<!--Owl-Carousel End-->
</div>
</div>
<span class="rd-divider w-100 mt-5 mb-5 d-none"></span>
<div class="row text-white">
<div class="col-12 col-md-4">
<div class="rd-footer-intro">
<a class="rd-footer-logo d-inline-block mb-4" href="index.html">
<img src="img/logo-white.svg" alt="logo" />
</a>
<p class="mb-0">When someone thinks web designing, development, mobile app development, IoT, Business Automation Processes, graphic designing, and E-Commerce Business Solutions, he will think Ribbash.</p>
</div>
</div>
<div class="col-12 col-md-8">
<div class="row">
<div class="col-12 col-md-4">
<h4 class="rd-sub-title mt-4 mb-3">Quick Links</h4>
<ul class="rd-footer-list rd-quick-links list-inline mb-0">
<li><a href="ui-ux.html">UI/UX Design</a></li>
<li><a href="web-development.html">Website Development</a></li>
<li><a href="mobile-development.html">Mobile Development</a></li>
</ul>
</div>
<div class="col-12 col-md-4">
<div class="rd-footer-links-wrap">
<h4 class="rd-sub-title mt-4 mb-3">Follow Us</h4>
<ul class="rd-footer-list rd-social-links-vr list-inline mb-0">
<li>
<i class="fab fa-facebook-f"></i>
<a href="#" target="_blank">Facebook</a>
</li>
<li>
<i class="fab fa-instagram"></i>
<a href="#" target="_blank">Instagram</a>
</li>
</ul>
</div>
</div>
<div class="col-12 col-md-4">
<div class="rd-footer-links-wrap">
<h4 class="rd-sub-title mt-4 mb-3">Contact Us</h4>
<ul class="rd-footer-list rd-contact-info list-inline mb-0">
<li>
<i class="fas fa-envelope"></i>
<a href="mailto:[email protected]">[email protected]</a>
</li>
<li class="d-flex align-items-baseline">
<i class="fas fa-map-marker-alt"></i>
<span>Main Boulevard, Gulberg III, Lahore, Punjab, Pakistan</span>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="rd-copyright-footer rd-text-dark">
<div class="container">
<div class="row">
<div class="col-12 text-center">
<p class="rd-sub-text mb-0 font-weight-normal">©2020 - Ribbash | All Right Reserved</p>
</div>
</div>
</div>
</div>
</footer>
<!--Footer End-->
</div>
<!-- jQuery library -->
<script src="js/jquery-3.4.1.min.js"></script>
<script src="js/bootstrap.bundle.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/wow.min.js"></script>
<script src="js/bodymovin.js"></script>
<script src="js/home_index.js"></script>
<script src="js/jquery.parallax-scroll.js"></script>
<script src="js/custom-script.js"></script>
</body>
</html>