-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
474 lines (432 loc) · 23.2 KB
/
index.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
467
468
469
470
471
472
473
474
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x" crossorigin="anonymous">
<!---External CSS --------->
<link href="style.css" rel="stylesheet">
<title>psAcoDer Website</title>
<!--------Font Styling---------->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
integrity="sha512-SfTiTlX6kk+qitfevl/7LibUOeJWlt9rbyDn92a1DqWOw9vWG2MFoays0sgObmWazO5BQPiFucnnEAjpAB+/Sw=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
<body>
<!-------Navbar------->
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<div class="container-fluid">
<a class="navbar-brand logo" href="#">psAcoDer</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-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 p-2 ">
<li class="nav-item mx-2">
<a class="nav-link active" aria-current="page" href="#">Home</a>
</li>
<li class="nav-item mx-2">
<a class="nav-link" href="#service">Services</a>
</li>
<li class="nav-item mx-2">
<a class="nav-link" href="#products"> Products</a>
</li>
<li class="nav-item mx-2">
<a class="nav-link" href="#about">About</a>
</li>
<li class="nav-item mx-2">
<a class="nav-link" href="#contact">Contact Us</a>
</li>
</ul>
</div>
</div>
</nav>
<!------header-------->
<section>
<div class="header">
<div class="header-2 my-5">
<h1 class="heading">The Best Android Developer </h1>
<p><strong>We creates the best Androids Apps</strong></p>
<p> <strong> 24 * 7 hrs. Service available </strong></p>
<a href="https://www.valuecoders.com/android-app-development-company-india?utm_source=gglads&utm_medium=cpc&campaignid=10147172865&adgroupid=103059232233&keyword=android%20mobile%20app%20development&matchtype=e&content=437828147495&network=g&device=c&gclid=CjwKCAjwtdeFBhBAEiwAKOIy52ZxTzjM3lg6XaRWS-Hpkxgc4VX8yY0ceuzaOeamtDxkkj_5dl4vfBoCpnUQAvD_BwE"
target="_blank" class="btn btn-outline-light bg-info my-4 " tabindex="-1" role="button">
<h5>Android Development</h5>
</a>
</div>
</div>
</section>
<!---Section 2 of Cards------->
<section>
<div class="container">
<div class="section2">
<div class="row">
<div class="col-sm-6">
<div class="card my-3">
<div class="card-body">
<h2 class="card-title">Cost-Effective Development</h2>
<p class="card-text">
We are offering outstanding services that are cost-effective too.
Being an authentic service provider, We are providing best services in the budget.
</p>
<a href="#" class="btn btn-outline-light bg-info">View Details</a>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="card my-3">
<div class="card-body">
<h2 class="card-title">Well-Secured Source Code</h2>
<p class="card-text">
We asked the clients to sign an agreement of for fulling the purpose
security of source code . This help us to maintain security and make us
confident.
</p>
<a href="#" class="btn btn-outline-light bg-info ">View Details</a>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="card my-3">
<div class="card-body">
<h2 class="card-title">Proficient Android Developers</h2>
<p class="card-text">
We are the the best-skilled team of Android developer. As they are well educated
with the best skills. Our team has been providing session with latest
tools.</p>
<a href="#" class="btn btn-outline-light bg-info">View Details</a>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="card my-3">
<div class="card-body">
<h2 class="card-title">On-priority Customer Support</h2>
<p class="card-text">
Our customer support is fulltime available. Hence, we ensures our customer that we
will contact them within 24hours of query being sent by them.
</p>
<a href="#" class="btn btn-outline-light bg-info">View Details</a>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="sectionoffered " id="service">
<div class="container heading text-center my-5">
<h1 class="text-center font-wieght-bolder Shead">What Do We Offer</h1>
<p class="text-center Spara"> We provides the knowledge of all given Technologies.</p>
</div>
<div class="container">
<div class="row mx-2">
<div class=" progressstyyle col-lg-6 col-10 col-md-12 offset-1 offset-lg-0">
<div class="name my-1">
<h2>JAVA</h2>
<div class="progress w-75 ">
<div class="progress-bar bg-primary progress-bar-striped progress-bar-animated"
style="width:100%">100%
</div>
</div>
</div>
<div class="name my-3">
<h2>Android Stdio</h2>
<div class="progress w-75 ">
<div class="progress-bar bg-success progress-bar-striped progress-bar-animated"
style="width:80%">80%
</div>
</div>
</div>
<div class="name my-3">
<h2>Android SDK</h2>
<div class="progress w-75 ">
<div class="progress-bar bg-dark progress-bar-striped progress-bar-animated"
style="width:70%">
70%
</div>
</div>
</div>
<div class="name my-3">
<h2>API's</h2>
<div class="progress w-75 ">
<div class="progress-bar bg-danger progress-bar-striped progress-bar-animated"
style="width:76%">75%
</div>
</div>
</div>
<div class="name my-3">
<h2>Database</h2>
<div class="progress w-75 ">
<div class="progress-bar bg-info progress-bar-striped progress-bar-animated"
style="width:83%">
83%
</div>
</div>
</div>
<div class="name my-3">
<h2>XML</h2>
<div class="progress w-75 ">
<div class="progress-bar bg-warning progress-bar-striped progress-bar-animated"
style="width:87%">87%
</div>
</div>
</div>
</div>
<div class="col-lg-6 col-md-12 col-12 servicediv">
<div class="row">
<div class="col-lg-2 col-12 service-icons">
<i class="fa-5x fa fa-android" aria-hidden="true"></i>
</div>
<div class="col-lg-10 col-10 column1 ">
<h2>Android Development</h2>
<p>Android is a popular computing platform based on the Linux® operating system. The
initial
commercial version of Android
hit the market in 2008 in the form of a mobile phone platform.</p>
</div>
</div>
<div class="row">
<div class="col-lg-2 col-12 service-icons">
<i class="fa-4x fa fa-desktop" aria-hidden="true"></i>
</div>
<div class="col-lg-10 col-10 column1 ">
<h2>Programming In JAVA</h2>
<p>ava is a powerful general-purpose programming language. It is used to develop desktop and
mobile applications, big data
processing, embedded systems, and so on. According to Oracle, the company that owns
Java, Java runs on 3 billion devices
worldwide, which makes Java one of the most popular programming languages.</p>
</div>
</div>
<div class="row">
<div class="col-lg-2 col-12 service-icons">
<i class="fa-5x fa fa-phone" aria-hidden="true"></i>
</div>
<div class="col-lg-10 col-10 column1 ">
<h2>Customer Support</h2>
<p>
Our customer support is fulltime available. Hence, we ensures our customer that we
will contact them within 24hours of query being sent by them.
It results in affective communiction between clients and customers and this leads to
good reviews for the website. </p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Our Best Price Of Develepment Projects-------->
<section>
<div class="container" id="products">
<div class="heading2">
<h1>Our Exclusive Offers</h1>
<div class="underline">
<hr>
</div>
</div>
<div class="row2">
<div class="column2">
<div class="card text-black card2 my-5 mb-3" style="max-width: 18rem;">
<div class="card-header"><b>BASIC Project</b></div>
<div class="card-body">
<div class="card-text">
<li>$ <span>20</span> Website</li>
<li>Fully Responsive</li>
<li>Technology Used- Java</li>
<li>Hosting for 1 year</li>
<li>Front-End & Back-End</li>
<li>Customer Support</li>
<li>Topic-Tours & Travel</li>
<li>Webmail Support</li>
<button type="button" class="btn btn-outline-primary btn-lg my-2">Purchase</button>
</div>
</div>
</div>
</div>
<div class="column2">
<div class="card text-black card2 my-5 mb-3" style="max-width: 18rem;">
<div class="card-header"><b>INTERMEDIATE Project</b></div>
<div class="card-body">
<div class="card-text">
<li>$ <span>60</span> Android Application</li>
<li>Technology Used-</li>
<li>Android Stdio Java</li>
<li>Placing Orders</li>
<li>Swing & Applet</li>
<li>Customer Support</li>
<li>Location (map)</li>
<li>Webmail Support</li>
<button type="button" class="btn btn-outline-primary btn-lg my-2">Purchase</button>
</div>
</div>
</div>
</div>
<div class="column2">
<div class="card text-black card2 my-5 mb-3" style="max-width: 18rem;">
<div class="card-header"><b>ADVANCE Project</b></div>
<div class="card-body">
<div class="card-text">
<li>$ <span>120</span> Web Application</li>
<li>Topic - Management </li>
<li>Technology Used- Java</li>
<li>JSPs & Sevelets</li>
<li>Dynamic Website</li>
<li>Customer Support</li>
<li>High-Performance</li>
<li>Webmail Support</li>
<button type="button" class="btn btn-outline-primary btn-lg my-2">Purchase</button>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--- Our reviews of Clients-->
<section>
<div class="album py-5 bg-light" id="about">
<div class="container">
<div class="heading3">
<h1>Our Clients Reviews</h1>
<div class="underline2">
<hr>
</div>
<div class="row">
<div class="col-md-4">
<div class="card2 my-2 mb-4 box-shadow">
<img class="card-img-top"
data-src="holder.js/100px225?theme=thumb&bg=55595c&fg=eceeef&text=Thumbnail"
alt="Thumbnail [100%x225]" style="height: 225px; width: 100%; display: block;"
src="c1.jpg" data-holder-rendered="true">
<div class="card-body2">
<p class="card-text2">
Since having our new website built by Thrive, we have seen a 200% increase in
the number of online contact forms being
filled out and returned to us. Matt and his team worked closely with us to
provide a site that met all of the criteria
that we were looking for. The end result was a website that is attractive,
organized and effective. Thanks to Thrive for
all of your hard work and support!
</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card2 my-2 mb-4 box-shadow">
<img class="card-img-top"
data-src="holder.js/100px225?theme=thumb&bg=55595c&fg=eceeef&text=Thumbnail"
alt="Thumbnail [100%x225]" src="c2.jpg" data-holder-rendered="true"
style="height: 225px; width: 100%; display: block;">
<div class="card-body2">
<p class="card-text2">
We found Thrive after years of searching for the right SEO company and failing.
They were a much needed blessing and
exceeded our expectations in every way. After years of paying and not receiving
what we were paying for, at the cost of
our business and financial growth, we cannot say enough about them and highly
recommend them. They are honest,
straight-forward.
</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card2 my-2 mb-4 box-shadow">
<img class="card-img-top"
data-src="holder.js/100px225?theme=thumb&bg=55595c&fg=eceeef&text=Thumbnail"
alt="Thumbnail [100%x225]" src="c4.jpg" data-holder-rendered="true"
style="height: 225px; width: 100%; display: block;">
<div class="card-body2">
<p class="card-text2">
I speak for the trolley district when I tell you how pleased we are with the web
site you designed for us. The district
needed a site that addressed varied aspects of our operation. You have met those
needs and then some! We have had
nothing but rave comments about the site from those who are closest to it and
rely on it the most. I personally want to
thank you.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!---Contact Us Form-->
<section>
<div class="contact" id="contact">
<div class="container">
<div class="heading4">
<h1>Contact Us</h1>
<p> We are here to answer all your queries and messages and suggestion.</p>
<div class="underline2">
<hr>
</div>
<div class="name contact-edit">
<input class="form-control" type="text" placeholder="Enter Your Name">
</div>
<div class="email contact-edit">
<input class="form-control" type="text" placeholder="Enter Your E-mail">
</div>
<div class="address contact-edit">
<input class="form-control" type="text" placeholder="Enter Your Address">
</div>
<div class="mobile contact-edit">
<input class="form-control" type="text" placeholder="Enter Your Mobile No.">
</div>
<div class="message contact-edit">
<div class="form-group">
<textarea class="form-control" id="exampleFormControlTextarea1"
placeholder="Enter Your Message OR Query" rows="3"></textarea>
</div>
<div class="submit">
<button type="button" class="btn btn-outline-light bg-
primaryt btn-lg submit">Submit</button>
</div>
</div>
</div>
</div>
</div>
</section>
<!--Sybscribe-->
<div class="subscribe">
<div class="container my-5">
<div class="heading4">
<h3>SUBSCRIBE To NEWSLETTER </h3>
<div class="underline2">
<hr>
</div>
<div class="input-group my-5 mb-3">
<input type="text" class="form-control border" placeholder="WRITE YOUR E-MAIL ">
<div class="input-group-append border">
<span class="input-group-text">
<b>SUBSCRIBE</b>
</span>
</div>
</div>
</div>
</div>
<!----footer----->
<footer class="container">
<hr>
<p style="text-align: center;"><a href="#">Back to top</a></p>
<p style="text-align: center;">© 2017–2021 Company, Inc. · <a href="#">Privacy</a> · <a href="#">Terms</a>
</p>
</footer>
<!-- Optional JavaScript; choose one of the two! -->
<!-- Option 1: Bootstrap Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-gtEjrD/SeCtmISkJkNUaaKMoLD0//ElJ19smozuHV6z3Iehds+3Ulb9Bn9Plx0x4"
crossorigin="anonymous"></script>
<!-- Option 2: Separate Popper and Bootstrap JS -->
<!--
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" integrity="sha384-IQsoLXl5PILFhosVNubq5LC7Qb9DXgDA9i+tQ8Zj3iwWAwPtgFTxbJ8NT4GN1R8p" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-Atwg2Pkwv9vp0ygtn1JAojH0nYbwNJLPhwyoVbhoPwBhjQPR5VtM2+xf0Uwh9KtT" crossorigin="anonymous"></script>
-->
</body>
</html>