-
Notifications
You must be signed in to change notification settings - Fork 0
/
service-model.html
415 lines (395 loc) · 22.7 KB
/
service-model.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
<!DOCTYPE html>
<html lang="zxx">
<head>
<meta charset="utf-8">
<title>Presear Softwares PVT LTD | The best place for customised softwares</title>
<meta name="title" content="Presear Softwares PVT LTD - The best place for customised softwares">
<meta name="description" content="Presear softwares builds quality apps which are functional and efficient at the same time as per the customer requirements, learn how.">
<meta name="keywords" content="android, ios, apps, hybrid, apps, website, python, software, consultancy, best, web app, Django, ">
<meta name="robots" content="index, follow">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="language" content="English">
<meta name="revisit-after" content="1 days">
<meta name="author" content="Presear Softwares PVT LTD">
<meta property="og:type" content="website" />
<meta property="og:url" content="https://www.presear.com" />
<meta property="og:title" content="Presear Softwares PVT LTD | Customizable software solutions" />
<meta property="og:description" content="Presear Softwares dominates in building solutions that can assist you with zeroing overheads
for technology and increasing mindfulness in your business." />
<meta property="og:image" content="https://i.postimg.cc/qqTYxdG1/Presear-Logo-final.png" />
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://www.presear.com" />
<meta property="twitter:title" content="Presear Softwares PVT LTD | Customizable software solutions" />
<meta property="twitter:description" content="Presear Softwares dominates in building solutions that can assist you with zeroing overheads
for technology and increasing mindfulness in your business." />
<meta property="twitter:image" content="https://i.postimg.cc/qqTYxdG1/Presear-Logo-final.png" />
<link rel="shortcut icon" href="https://i.postimg.cc/6p6p9kCJ/PRESEAR-LOGO-2.png" type="image/x-icon" />
<!-- mobile responsive meta -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- Bootstrap -->
<link rel="stylesheet" href="plugins/bootstrap/bootstrap.min.css">
<!-- magnific popup -->
<link rel="stylesheet" href="plugins/magnific-popup/magnific-popup.css">
<!-- Slick Carousel -->
<link rel="stylesheet" href="plugins/slick/slick.css">
<link rel="stylesheet" href="plugins/slick/slick-theme.css">
<!-- themify icon -->
<link rel="stylesheet" href="plugins/themify-icons/themify-icons.css">
<!-- animate -->
<link rel="stylesheet" href="plugins/animate/animate.css">
<!-- Aos -->
<link rel="stylesheet" href="plugins/aos/aos.css">
<!-- swiper -->
<link rel="stylesheet" href="plugins/swiper/swiper.min.css">
<!-- Stylesheets -->
<link href="css/style.css" rel="stylesheet">
<!--Favicon-->
<link rel="shortcut icon" href="images/favicon.png" type="image/x-icon">
<style>
.deskView {
display: block;
}
.mobView {
display: none;
}
@media only screen and (max-width: 400px) {
.deskView {
display: none;
}
.mobView {
display: block;
}
}
</style>
<!-- Google tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-E2BFPQX1MW">
</script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-E2BFPQX1MW');
</script>
</head>
<body>
<header>
<!-- top header -->
<div class="top-header">
<div class="container">
<div class="row">
<div class="col-12">
<ul class="list-inline text-lg-right text-center">
<li class="list-inline-item">
<a href="mailto:[email protected]">[email protected]</a>
</li>
<li class="list-inline-item">
<a href="callto:+917008187611">Call Us Now:
<span class="ml-2">+91-7008187611</span>
</a>
</li>
<!-- <li class="list-inline-item">
<a href="#" id="searchOpen">
<i class="ti-search"></i>
</a>
</li> -->
</ul>
</div>
</div>
</div>
</div>
<!-- nav bar -->
<div class="navigation">
<div class="container">
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<a style="padding-top:7px;" href="index.html">
<img src="images/logo.svg" alt="logo">
</a>
<!-- <p style="font-size:30px;padding:5px;color:black;">Presear Softwares</p> -->
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
About Us
</a>
<div class="dropdown-menu">
<a class="dropdown-item" href="who-we-serve.html">Whom we serve</a>
<!-- <a class="dropdown-item" href="about-2.html">Team</a> -->
<a class="dropdown-item" href="recognition.html">Recognition</a>
<a class="dropdown-item" href="partnerships.html">Partnership</a>
<a class="dropdown-item" href="service-model.html">Service Models</a>
<a class="dropdown-item" href="https://news.presear.com/">Newsroom</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Services
</a>
<div class="dropdown-menu">
<a class="dropdown-item" href="custom-software-development.html">Custom Software
Development</a>
<a class="dropdown-item" href="qa-testing.html">QA & Testing</a>
<a class="dropdown-item" href="research-development.html">Research & Development</a>
<a class="dropdown-item" href="cloud-architecture-support.html">Cloud Architecture & Support</a>
<a class="dropdown-item" href="software-maintenance-support.html">Software Maintenance &
Support</a>
<a class="dropdown-item" href="third-party-integrations.html">3rd Party Integration</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Technologies
</a>
<div class="dropdown-menu">
<a class="dropdown-item" href="artificial-intelligence.html">AI/ML</a>
<!-- <a class="dropdown-item" href="custom-software-development.html">Image Processing</a> -->
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Industries
</a>
<div class="dropdown-menu">
<a class="dropdown-item" href="healthcare.html">Healthcare</a>
<a class="dropdown-item" href="agriculture.html">Agriculture</a>
<a class="dropdown-item" href="ecommerce.html">Retail & E-commerce</a>
<a class="dropdown-item" href="edtech.html">EdTech</a>
<a class="dropdown-item" href="fintech.html">Fintech</a>
<a class="dropdown-item" href="real-estate.html">Real Estate</a>
<a class="dropdown-item" href="human-resource-management.html">HR Management</a>
<a class="dropdown-item" href="factory-management.html">Factory Management</a>
<a class="dropdown-item" href="digital-marketing.html">Digital Marketing</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Portfolio
</a>
<div class="dropdown-menu">
<a class="dropdown-item" href="hybrid-use-case.html">Hybrid Software &
Case-studies</a>
<a class="dropdown-item" href="web-app-usecase.html">Web Applications &
Case-studies</a>
<a class="dropdown-item" href="coming-soon.html">Opensource Web
Architectures</a>
<a class="dropdown-item" href="coming-soon.html">Data Extensive System
Designs</a>
<a class="dropdown-item" href="coming-soon.html">Data Science &
Research</a>
<a class="dropdown-item" href="https://consultancy.presear.com/">Consultancy</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact</a>
</li>
</ul>
</div>
</nav>
</div>
</div>
</header>
<section style="padding-top:70px;padding-bottom:40px">
<div class="container">
<div class="row">
<div style="padding-bottom:40px" class="col-12 text-center">
<h2 style="font-size: 4rem;color:#000000;" class="section-title section-title-border font-weight-bold">Service Model</h2>
</div>
</div>
<div class="row justify-content-center">
<!-- service item -->
<div style="padding:7px;" class="col-lg-4 col-sm-6 mb-5 mb-lg-0">
<div class="card text-center">
<!-- <h4 class="card-title pt-3">Fixed Price Model</h4> -->
<div class="card-body p-0">
<i class="square-icon translateY-33 rounded ti-calendar"></i>
<h4 class="card-title pt-3">Fixed Price Model</h4>
<p style="padding:14px;" class="card-text mx-2 mb-0">In this model the project timeline is decided before the development starts. Clients having a proper goal of their product release should prefer this model. In this model the budget stays the same as agreed earlier before the
development starts.
</p>
</div>
</div>
</div>
<div style="padding:7px;" class="col-lg-4 col-sm-6 mb-5 mb-lg-0">
<div class="card text-center">
<!-- <h4 class="card-title pt-3">Fixed Price Model</h4> -->
<div class="card-body p-0">
<i class="square-icon translateY-33 rounded ti-user"></i>
<h4 class="card-title pt-3">Outsourcing Model</h4>
<p style="padding:14px;" class="card-text mx-2 mb-0">In this model the requirements are not clear and the client pays for the number of hours to the developer, who is outsourced to the client. The client can decide the number of hours to be spent on the project.This model has
lot of communication and transparency.
</p>
</div>
</div>
</div>
<div style="padding:7px;" class="col-lg-4 col-sm-6 mb-5 mb-lg-0">
<div class="card text-center">
<!-- <h4 class="card-title pt-3">Fixed Price Model</h4> -->
<div class="card-body p-0">
<i class="square-icon translateY-33 rounded ti-location-arrow"></i>
<h4 class="card-title pt-3">On Site Model</h4>
<p style="padding:14px;" class="card-text mx-2 mb-0">In this model client may want additional resources. This engagement is cost-effective and team interaction is ensured.This model helps in achieving the deadline on time as there is continuous communication during the whole
process.
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<footer class="bg-secondary">
<div class="py-100 border-bottom" style="border-color: #454547 !important">
<div class="container">
<div class="row">
<div class="col-md-4">
<div class="mb-5 mb-md-0 text-center text-md-left">
<!-- logo -->
<img class="mb-30" src="images/logo-white.svg" alt="logo">
<p class="text-white mb-30">Presear Softwares dominates in building solutions that can assist you with zeroing overheads for technology and increasing mindfulness in your business.</p>
<!-- social icon -->
<ul class="list-inline">
<li class="list-inline-item">
<a class="social-icon-outline" href="https://twitter.com/presearOfficial">
<i class="ti-twitter-alt"></i>
</a>
</li>
<li class="list-inline-item">
<a class="social-icon-outline" href="https://www.linkedin.com/company/persear-softwares/">
<i class="ti-linkedin"></i>
</a>
</li>
</ul>
</div>
</div>
<!-- footer links -->
<div class="col-lg-2 col-md-4 col-6">
<h4 class="text-white mb-4">Resource</h4>
<ul class="footer-links">
<li>
<a href="https://blogs.presear.com/">Blog</a>
</li>
<li>
<a href="https://research.presear.com/">Open Research</a>
</li>
<li>
<a href="https://in.indeed.com/cmp/Presear-Softwares-Pvt-Ltd">Jobs(We are hiring)</a>
</li>
<li>
<a href="https://anchor.fm/presear-softwares-pvt-ltd">Podcast</a>
</li>
<li>
<a href="media_asset_PSPL.zip">Media Assets</a>
</li>
</ul>
</div>
<!-- footer links -->
<div class="col-lg-2 col-md-4 col-6">
<h4 class="text-white mb-4">Quick Link</h4>
<ul class="footer-links">
<li>
<a href="https://www.crunchbase.com/organization/presear-softwares-pvt-ltd">Crunchbase</a>
</li>
<li>
<a href="https://yourstory.com/companies/presear-softwares/amp">Yourstory</a>
</li>
<li>
<a href="https://extract.co/presearsoftwares">Extract.co</a>
</li>
<li>
<a href="contact.html">Contact us</a>
</li>
<li>
<a href="partnerships.html">Partnerships</a>
</li>
</ul>
</div>
<!-- subscribe form -->
<div class="col-lg-3 offset-lg-1">
<div class="mt-5 mt-lg-0 text-center text-md-left">
<a href="https://tree-nation.com/profile/impact/presear-softwares-pvt-ltd#co2" target="_blank" style="position:relative;cursor:pointer;display:block;z-index:999;">
<img src="https://tree-nation.com/images/tracking/label-co2-website-white-en.png" style="width:157px;height:auto;">
</a>
<script src="https://tree-nation.com/js/track.js"></script>
<script>
treenation_track("626de9ca99147");
</script><br>
<img src="images/ach-2.svg" style="width:157px;height:auto;">
</div>
</div>
</div>
</div>
</div>
<!-- copyright -->
<div class="pt-4 pb-3 position-relative">
<div class="container">
<div class="row">
<div class="col-lg-6 col-md-5">
<p class="text-white text-center text-md-left">
<span class="text-primary">Presear Softwares PVT LTD</span> © 2022 All Right Reserved
</p>
</div>
<div class="col-lg-6 col-md-7">
<ul class="list-inline text-center text-md-right">
<li class="list-inline-item mx-lg-3 my-lg-0 mx-2 my-2">
<a class="font-secondary text-white" href="https://www.termsofservicegenerator.net/live.php?token=GnBU6OpZr7nuXZZH7Sc8Oh5ksAw0ipqX">TOS</a>
</li>
<li class="list-inline-item mx-lg-3 my-lg-0 mx-2 my-2">
<a class="font-secondary text-white" href="https://www.freeprivacypolicy.com/live/1186cd4a-2870-4085-b177-9e57d6c9f1e1">Refund Policy</a>
</li>
<li class="list-inline-item mx-lg-3 my-lg-0 mx-2 my-2">
<a class="font-secondary text-white" href="https://www.freeprivacypolicy.com/live/0d9e17e3-4ded-4705-836c-61c9031469d2">Privacy Policy</a>
</li>
<li class="list-inline-item ml-lg-3 my-lg-0 ml-2 my-2 ml-0">
<a class="font-secondary text-white" href="https://www.termsofusegenerator.net/live.php?token=3HI01GgSyKqpcTzAJh2GpVggqHa0m40k">Terms of Use</a>
</li>
</ul>
</div>
</div>
</div>
<!-- back to top -->
<button class="back-to-top">
<i class="ti-angle-up"></i>
</button>
</div>
</footer>
<!-- /footer -->
<script type="text/javascript">
var Tawk_API = Tawk_API || {},
Tawk_LoadStart = new Date();
(function() {
var s1 = document.createElement("script"),
s0 = document.getElementsByTagName("script")[0];
s1.async = true;
s1.src = 'https://embed.tawk.to/61eb9d8d9bd1f31184d8afe2/1fq05usr3';
s1.charset = 'UTF-8';
s1.setAttribute('crossorigin', '*');
s0.parentNode.insertBefore(s1, s0);
})();
</script>
<!-- jQuery -->
<script src="plugins/jQuery/jquery.min.js"></script>
<!-- Bootstrap JS -->
<script src="plugins/bootstrap/bootstrap.min.js"></script>
<!-- magnific popup -->
<script src="plugins/magnific-popup/jquery.magnific.popup.min.js"></script>
<!-- slick slider -->
<script src="plugins/slick/slick.min.js"></script>
<!-- filter -->
<script src="plugins/filterizr/jquery.filterizr.min.js"></script>
<!-- Google Map -->
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBu5nZKbeK-WHQ70oqOWo-_4VmwOwKP9YQ"></script>
<script src="plugins/google-map/gmap.js"></script>
<!-- Syo Timer -->
<script src="plugins/syotimer/jquery.syotimer.js"></script>
<!-- aos -->
<script src="plugins/aos/aos.js"></script>
<!-- swiper -->
<script src="plugins/swiper/swiper.min.js"></script>
<!-- Main Script -->
<script src="js/script.js"></script>
</body>
</html>