-
Notifications
You must be signed in to change notification settings - Fork 0
/
cars99.html
executable file
·764 lines (735 loc) · 22.5 KB
/
cars99.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
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
<!DOCTYPE html>
<html>
<head>
<title></title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="bootstrap4/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="bootstrap4/font/fontawesome/web-fonts-with-css/css/fontawesome-all.min.css">
<style type="text/css">
header
{
background: url(images/cars/emil-vilsek-377013-unsplash.jpg);
width: 100%;
height: 500px;
background-size: cover;
background-position: center center;
}
.babo{
background: url(images/cars/emil-vilsek-377013-unsplash.jpg);
width: 100%;
opacity: 0.9;
height: 850px;
background-size: cover;
background-position: center center;
color:white;
padding: 50px;
}
.coke{
background: url(images/cars/pierre-chatel-innocenti-627645-unsplash.jpg);
background-attachment: fixed;
width: 100%;
opacity: 0.9;
background-size: cover;
background-position: center center;
}
.work .kaka img{width:550px;height: 400px}
.kaka:hover
{
background-color: black;
color: black;
}
.content
{
position: absolute;
right: 0;
bottom: 0;
background: rgba(0,0,0,0.5);
color: white;
width: 100%;
padding: 20px;
}
.content:hover
{
background-color: rgba(0,0,0,0.2);
}
.navbar-custom
{
background-color: transparent;
}
.navbar-custom .navbar-nav .nav-link
{
color: white;
font-family: sakkal majalla;
font-size: 25px
}
.bab{
width: 100px;background-color: white;color: black;border:1px solid black;border-radius: 20px;
}
.bab:hover
{
border:1px solid #78A5AF;color: #78A5AF;
}
.babo-babo
{padding: 10px;font-size: 16px
}
.lamboo
{
height: 750px;
}
.format
{
background: url(images/cars/pierre-chatel-innocenti-627645-unsplash.jpg);
background-attachment: fixed;
width: 100%;
opacity: 0.9;
background-size: cover;
background-position: center center;
}
.inpo
{
position: absolute;
top: 7pc;
left: 2%;
font-size: 60px;
color: white;
}
.inpo-two
{
position: absolute;
top: 12pc;
left:2%;
font-size: 20px;
color: white;
}
.inpoo
{
margin-top: 40px;
width: 400px;
height: 50px;
margin-left: 50px;
border-radius: 5px;
border-style: none;
padding: 10px
}
.sego
{
font-size: 23px;font-family: segoe UI black
}
.sego-sego
{
font-size: 35px;font-family: segoe UI black
}
.icon
{
position: fixed;
right: 0;
bottom: 0;
padding:10px;
margin-bottom: 20px;
margin-right: 20px;
border:2px solid #FFA733;
border-radius: 50%;
background-color: #FFA733
}
.work
{
display:inline-block;margin: 20px;margin-bottom: 50px;margin-left: 75px
}
.content p
{
font-size: 30px;font-family: segoe UI black;
}
.fa-2x
{color:white;margin-bottom: 5px;background-color: #FFA733}
footer footer
{
font-size: 12px;margin-left: 350px;padding: 10px;
}
@media(max-width: 350px) and (min-width: 1px)
{
.inpo{
position: absolute;
top: 360px;
font-size: 30px;
}
.inpo-two{
position: absolute;
top: 400px;
}
.babo
{
display: none;
}
.work .kaka img{width:200px;height: 150px}
.content{display: none;}
}
@media(max-width: 399px) and (min-width: 350px)
{
.inpo{
position: absolute;
top: 360px;
font-size: 30px;
}
.inpo-two{
position: absolute;
top: 400px;
}
.babo
{
display: none;
}
.work .kaka img{width:280px;height: 200px}
}
@media(max-width: 499px) and (min-width: 400px)
{
.inpo{
position: absolute;
top: 360px;
font-size: 30px;
}
.inpo-two{
position: absolute;
top: 400px;
}
.babo
{
display: none;
}
.work .kaka img{width:280px;height: 200px}
.content{width: 300px}
}
@media(max-width: 849px) and (min-width: 500px)
{ .navbar-brand
{
margin-right: 10pc;
}
.inpo{font-size: 50px;
position:absolute;
top:10pc;
}
.inpo-two{
position: absolute;
top:14pc;
}
.work .kaka img{width:280px;height: 200px}
.babo-babo
{
font-size: 9px;
}
.content p
{
font-size: 20px;
}
.sego
{
font-size: 20px;
}
.sego-sego
{
font-size: 30px;
}
}
@media(max-width: 1119px) and (min-width: 850px)
{ .navbar-brand
{
margin-right: 25pc;
}
.work .kaka img{width:400px;height: 300px}
.babo-babo
{
font-size: 13px;
}
}
@media(max-width: 1700px) and (min-width: 1200px)
{
.navbar-brand
{
margin-right: 40pc;
}
}
</style>
</head>
<body ng-app="myApp">
<div ng-controller="set">
<header>
<nav class="navbar navbar-dark navbar-custom navbar-expand-sm sticky-top">
<div class="container-fluid">
<a href="index.html" class="navbar-brand" style="font-size: 60px;font-family: freestyle script">Cars99</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#me">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="me">
<ul class="navbar-nav">
<li class="nav-item">
<a href="#" class="nav-link">Main</a>
</li>
<li class="nav-item">
<a href="about.html" class="nav-link">About us</a>
</li>
<li class="nav-item">
<a href="contact.html" class="nav-link">Contact |</a>
</li>
<li class="nav-item">
<a href="#" class="nav-link">Sign up</a>
</li>
<div class="dropdown">
<button style="background-color: transparent;color: white;margin-top: 5px;border:1px solid white;border-radius: 20px" type="button" class="btn dropdown-toggle" data-toggle="dropdown">
Cart<span class="fa fa-cart-plus"></span>
</button>
<div class="dropdown-menu" ng-repeat="det in details">
<a class="dropdown-item" href="#">Range Rover</a>
<a class="dropdown-item" href="#">Rolls Royce</a>
<a class="dropdown-item" href="#">Bentley Intercontinental GT</a>
</div>
</div>
</ul>
</div>
</div>
</nav>
<div class="container-fluid">
<div class="inpo text-center"><b>Best New Cars</b></div> <br> <div class="inpo-two">Get your favourites for 2018</div>
</div>
</header>
<main>
<div ng-view>
</div>
<div class="container mt-4" >
<div class="row">
<div class="col-md-6 mt-4">
<img src="images/cars/dhiva-krishna-491392-unsplash.jpg" class="img-fluid">
</div>
<div class="col-md-6" style="font-size: 16px">
<div class="text-center sego-sego">Our Expert Reviews</div>
<span class="mt-2">
<span class="sego"><b>Mercedes-Benz’s latest C63 AMG </b></span><br/><div class="babo-babo" >The juicy details including news the car will come in two flavors for the first time: a standard model and a more potent S-badged version. We’ve also learned that the car’s official title has been changed to Mercedes-AMG C63 to better reflect the fact it’s a product of Mercedes-AMG based in Affalterbach rather than your run-of-the-mill Mercedes.
</div>
</span>
<div>
<span class="sego">What's New?</span>
<div class="babo-babo">Both versions feature AMG’s all-new twin-turbocharged 4.0-liter V-8, which has been tuned to deliver 469 horsepower and 479 pound-feet of torque in the C63, and 503 hp and 516 lb-ft in the C63 S (note, the C63’s engine code is M177 versus M178 in the GT sports car). We know what you’re thinking: the hp figure of the C63 S matches the output of the GT S sports car but the torque figure is actually 37 lb-ft higher! By comparison, the 2015 BMW M3 is rated at just 425 hp and 406 lb-ft, while the 2015 Lexus RC F makes do with 467 hp and 389 lb-ft.
</div>
</div>
<div>
<span class="sego">Speed and Acceleration</span>
<div class="babo-babo">
With all functions set to their most optimal settings via the AMG DYNAMIC SELECT system, AMG estimates the new C63 will sprint to 62 mph from rest in just 4.0 seconds, while the C63 S will achieve the same feat in 3.9 seconds. Top speed for both is limited to 155 mph. The weight of the C63 is approximately 3,615 lbs, while the C63 S is slightly heavier at 3,648 lbs.
</div>
</div>
</div>
</div>
</div>
<div class=" mt-4 babo" >
<div class="row">
<div class="col-md-3 col-xs-3 col-sm-3 col-lg-3">
<span class="text-center sego-sego">Lamborghini Reventon</span>
<div>
<div class="babo-babo">
The Lamborghini Reventon is a 2 door coupé style road car with a mid positioned engine driving through all four wheels. The 12 cylinder, double overhead camshaft naturally aspirated powerplant has 4 valves per cylinder and a volume of 6.5 litres. This unit provides power and torque figures of 650 bhp (659 PS/485 kW) at 8000 rpm and 660 Nm (487 lbft/67.3 kgm) at 6000 rpm respectively. Lubrication is of the dry sump-type. A 6 speed manual 'box transmits the power to the wheels. The quoted kerb weight is 1665 kg. Maximum quoted speed is 340 km/h, or 211 mph, quoted fuel consumption is 32.3/15.0/21.3 l/100km urban/extra-urban/combined, and carbon dioxide emissions are 495.0 g/km.
The Lamborghini Reventon is a 2 door coupé style road car with a mid positioned engine driving through all four wheels. The 12 cylinder, double overhead camshaft naturally aspirated powerplant has 4 valves per cylinder and a volume of 6.5 litres.
</div>
</div>
</div>
<div class="col-md-5 col-xs-5 col-sm-5 col-lg-5">
<img src="images/cars/dhiva-krishna-490776-unsplash.jpg" class="img-fluid lamboo">
</div>
<div class="col-md-4 col-xs-4 col-sm-4 col-lg-4">
<span class="text-center sego-sego">Exterior & Interior</span>
<div class="babo-babo">
The Lamborghini Reventon is designed and created at Sant’Agata Bolognese, Italy which is the birthplace of Lamborghini cars. It was developed at Lamborghini Research and Development by the company’s car experts and people from Centro Stile. The made sure that in creating the Reventon that it will be a super class car that has no equals.
There are many features that make the Lamborghini Reventon stand out. One of those is the improvement on this supercar. The front of the car was specifically designed as an acute angled arrow to improve its intake of air which easily cools down the 12 cylinder calipers and carbon disks brakes while accelerating.
The Lamborghini Reventon is designed and created at Sant’Agata Bolognese, Italy which is the birthplace of Lamborghini cars. It was developed at Lamborghini Research and Development by the company’s car experts and people from Centro Stile. The made sure that in creating the Reventon that it will be a super class car that has no equals.
There are many features that make the Lamborghini Reventon stand out. One of those is the improvement on this supercar. The front of the car was specifically designed as an acute angled arrow to improve its intake of air which easily cools down the 12 cylinder calipers and carbon disks brakes while accelerating.
</div>
</div>
</div>
</div>
<div class="container mt-4">
<div class="row">
<div class="col-md-6">
<div class="text-center sego-sego">Another Review</div>
<div style="font-size: 16px">
<span class="sego">Ferrari 458 Spyder</span>
<div class="babo-babo">
The new Ferrari 458 Spider joins the 458 Italia, widening the range of Ferrari's mid-rear engined V8s and offering the same uncompromising technological solutions, handling and performance in a refined open-top configuration. It is equipped with a Ferrari patented, fully retractable hard top, a world first for a sports car with this lay-out.
</div>
<div>
<span class="sego">What's New</span>
<div class="babo-babo">
The rear of the car is characterised by innovative forms with the buttresses designed to optimise the flow of air to the engine intakes and the clutch and gearbox oil radiators.
The result is a car that is truly exciting to drive, blending extreme performance with the responsiveness that has always characterised Ferrari's open-top berlinettas.
Its category-topping performance aside, the new car also boasts class-leading fuel consumption and emissions levels. Thanks to the HELE (High Emotion Low Emission) system, in fact, fuel consumption on the combined urban cycle stands at 11.8 l/100 km with CO2 emissions of 275 g/km.
</div>
</div>
<div>
<span class="sego">Speed and Acceleration</span>
<div class="babo-babo">
The Ferrari 458 Spider is powered by Ferrari's 570 CV 4,499 cc V8 which was named International Engine of the Year 2011. The power is transferred to the road by Ferrari's class-leading dual-clutch F1 paddle-shift transmission through the sophisticated E-Diff, itself integrated with the F1-Trac traction control and high-performance ABS for maximum handling dynamics. The car delivers 0 to 100 km/h acceleration in under 3.4 seconds and a top speed of 320 km/h.
</div>
</div>
</div>
</div>
<div class="col-md-6">
<img src="images/cars/adam-birkett-456231-unsplash.jpg" class="img-fluid">
</div>
</div>
</div>
<hr>
<div class=" mt-4" style="color: black;">
<div class="text-center" style="font-size: 35px;padding-top:0px">
<b>Best New Cars for 2018</b>
</div>
<div class="work card" id="sear" ng-repeat="det in details |orderBy: bring |filter: search |limitTo: page:start" style="display:inline-block;margin: 20px;margin-bottom: 50px;margin-left: 75px;">
<div class="kaka"><a href="{{det.ref}}" target="_self"><img src="{{det.pic}}"></a>
<div class="content">
<p>{{det.name}}</p>
<span>{{det.price | currency}}</span>
<button class="btn bacon" ><span class="fa fa-cart-plus"></span></button>
</div>
</div>
</div>
</div>
<div class="container mt-2" >
<div class="mb-3 offset-5">
<span><b>Order By:</b></span>
<button class="btn btn-dark" ng-click="ox()" >Name</button>
<button class="btn btn-dark" ng-click="oy()">Price</button>
</div>
<div class="mb-3 offset-5" >
<button ng-click="ax()" class="btn bab"><i class="fa fa-angle-double-left"></i>Previous</button>
<button ng-click="ay()" class="btn bab">Next<i class="fa fa-angle-double-right"></i></button>
</div>
</main>
<div class="format" style="padding:20px">
<div class="text-center" style="color: white;font-size: 35px">
Product Form
</div>
<div class="row">
<div class="col-md-4">
</div>
<div class="form col-md-4" style="padding: 10px;background-color: white;border-radius: 20px;width: 500px;">
<div>
<label>Name</label>
<i class="fa fa-user"></i><input type="text" name="" class="form-control">
</div>
<div>
<label>Price</label>
<input type="number" name="" class="form-control">
</div>
<button class="btn btn-dark mt-2">Submit</button>
</div>
<div class="col-md-4">
</div>
</div>
</div>
<div class="icon">
<i class="fa fa-envelope-open fa-2x"></i>
</div>
<footer>
<div class="text-muted container-fluid" style="background-color: #343a40;">
<div class="row" style="padding: 50px">
<div class="col-lg-3 col-md-3 col-sm-3 col-xs-3 col-3" >
<div style="padding: 5px">
<span class="input-group">
<input type="text" name="">
<span class="input-group-addon">
<i class="fa fa-mobile"></i>
</span>
</span>
</div>
<div style="padding: 5px">
<span class="input-group">
<input type="text" name="">
<span class="input-group-addon">
<i class="fa fa-mobile"></i>
</span>
</span>
</div>
</div>
<div class="col-lg-3 col-md-3 col-sm-3 col-xs-3 col-3">
<div style="font-size: 16px;padding-bottom: 5px"><b>About</b></div>
<div style="font-size: 13px;">Cars99</div>
<div style="font-size: 13px;">Terms of Use</div>
<div style="font-size: 13px;">Privacy Policy</div>
<div style="font-size: 13px;">Business License</div>
</div>
<div class="col-lg-3 col-md-3 col-sm-3 col-xs-3 col-3">
<div style="font-size: 16px;padding-bottom: 5px"><b>Other Services</b></div>
<div style="font-size: 13px;">Timing</div>
<div style="font-size: 13px;">Operation</div>
</div>
<div class="col-lg-3 col-md-3 col-sm-3 col-xs-3 col-3">
<div style="font-size: 16px;padding-bottom: 5px"><b>Contact Us</b></div>
<div style="font-size: 13px;">Website Feedback</div>
<div style="font-size: 13px;">Customer Support</div>
</div>
</div><!--
<footer style="font-size: 12px;margin-left: 350px;padding: 10px">Copyright©.All Right Reserved</footer> -->
</div>
</footer>
<script type="text/javascript" src="bootstrap4/js/popper.js"></script>
<script type="text/javascript" src="bootstrap4/js/jquery-3.2.1.min.js"></script>
<script type="text/javascript" src="bootstrap4/js/bootstrap.min.js"></script>
<script type="text/javascript" src="AngularJS/angular.js"></script>
<script type="text/javascript" src="bootstrap4/angular-route/angular-route.min.js"></script>
<script type="text/javascript" src="bower-angular-route-master/angular-route.js"></script>
<!-- <script type="text/javascript" src="bower-angular-route-master/angular.min.js"></script> -->
<script type="text/javascript">
$(document).ready(function(){
var scroll_start = 0;
var startchange = $('#me');
var offset = startchange.offset();
if (startchange.length){
$(document).scroll(function(){
scroll_start = $(document).scrollTop();
if(scroll_start < 400) {
$(".sticky-top").css('background-color','transparent');
} else {
$(".sticky-top").css('background-color','rgba(0,0,0,0.6)');
}
});
}
});
$(document).ready(function () {
//var cart = [a,b,c];
$('.bacon').on('click',function () {
$('.dropdown-menu').append('<a class="dropdown-item" href="#" ng-repeat="det in details">{{det.name}}</a>');
});
});
// function addto(argument)
// {
// var cart = [a,b,c];
// }
var app = angular.module('myApp',["ngRoute"]);
app.controller('set',function($scope)
{
$scope.page = 6;
$scope.start = 0;
$scope.details=[
{
"pic":"images/cars/alfa.jpg",
"name":"Alfa Romeo 5 Series Rival",
"ref":"a.html",
"price":38000
},
{
"pic":"images/cars/alfat.jpg",
"name":"Alfa Romeo Stelvio Quadrifoglio",
"ref":"b.html",
"price":68000
},
{
"pic":"images/cars/ast.jpg",
"name":"Aston Martin Vanquish",
"ref":"c.html",
"price":225000
},
{
"pic":"images/cars/asto.jpg",
"name":"Aston Martin V8 Vantage",
"ref":"d.html",
"price":125000
},
{
"pic":"images/cars/audi.jpg",
"name":"Audi A1",
"ref":"e.html",
"price":20000
},
{
"pic":"images/cars/audit.jpg",
"name":"Audi A6",
"ref":"f.html",
"price":40000
},
{
"pic":"images/cars/auditt.jpg",
"name":"Audi SQ2",
"price":40000
},
{
"pic":"images/cars/bentayga.jpg",
"name":"Bentley Bentayga PHEV",
"price":160000
},
{
"pic":"images/cars/bentley.jpg",
"name":"Bentley Intercontinental GT",
"price":180000
},
{
"pic":"images/cars/bmw.jpg",
"name":"BMW 3 Series)",
"price":30000
},
{
"pic":"images/cars/bmw5.jpg",
"name":"BMW M5 Series",
"price":90000
},
{
"pic":"images/cars/bmwi8.jpg",
"name":"BMW i8 Roadster",
"price":125000
},
{
"pic":"images/cars/bmwx.jpg",
"name":"BMW X4",
"price":45000
},
{
"pic":"images/cars/bmwz4.jpg",
"name":"BMW Z4",
"price":40000
},
{
"pic":"images/cars/bwmx7.jpg",
"name":"BMW X7",
"price":70000
},
{
"pic":"images/cars/cit.jpg",
"name":"Citroen C5 Aircross",
"price":25000
},
{
"pic":"images/cars/ferrari.jpg",
"name":"Ferrrari 488 pista",
"price":220000
},
{
"pic":"images/cars/ford.jpg",
"name":"Ford focus",
"price":20000
},
{
"pic":"images/cars/fordm.jpg",
"name":"Ford Mustang",
"price":40000
},
{
"pic":"images/cars/hyfe.jpg",
"name":"Hyundai Santa Fe",
"price":32500
},
{
"pic":"images/cars/hyundainexo.jpg",
"name":"Hyundai Nexo",
"price":65000
},
{
"pic":"images/cars/jag.jpg",
"name":"Jaguar I-pace",
"price":60000
},
{
"pic":"images/cars/jeep.jpg",
"name":"Jeep Compas",
"price":25000
},
{
"pic":"images/cars/kiasorento.jpg",
"name":"Kia Sorento",
"price":30000
},
{
"pic":"images/cars/lam.jpg",
"name":"Lamboghini Urus",
"price":170000
},
{
"pic":"images/cars/lamb.jpg",
"name":"Lamboghini Huracan Spyder Performante",
"price":240000
},
{
"pic":"images/cars/lambo.jpg",
"name":"Lamboghini Aventador S Roadster",
"price":225000
},
{
"pic":"images/cars/lexus ux.jpg",
"name":"Lexus ux",
"price":30000
},
{
"pic":"images/cars/mer.jpg",
"name":"Mercedes AMG A 45",
"price":50000
},
{
"pic":"images/cars/merce c.jpg",
"name":"Mercedes C class",
"price":40000
},
{
"pic":"images/cars/merce.jpg",
"name":"Mercedes AMG GLC 63",
"price":70000
},
{
"pic":"images/cars/mini.jpg",
"name":"Mini Cooper",
"price":18000
},
{
"pic":"images/cars/nissanl.jpg",
"name":"Nissan Leaf",
"price":25000
},
{
"pic":"images/cars/peu.jpg",
"name":"Peugeot 508",
"price":28000
},
{
"pic":"images/cars/pors.jpg",
"name":"Porshe Macan",
"price":50000
},
{
"pic":"images/cars/rr.jpg",
"name":"Range Rover SV Coupe",
"price":250000
},
{
"pic":"images/cars/rrc.jpg",
"name":"Rolls Royce Cullinan",
"price":305000
}];
$scope.ox=function()
{
$scope.bring ="name";
}
$scope.oy=function()
{
$scope.bring = "price";
}
$scope.ax=function()
{
$scope.start-=$scope.page;
}
$scope.ay=function()
{
$scope.start+=$scope.page;
}
});
// app.config(function($routeProvider)
// {
// $routeProvider
// .when("/", {
// templateUrl : "cars98.html",
// })
// .when("/about", {
// templateUrl : "ab.html",
// controller : "aboutCtrl"
// })
// .when("/contact", {
// templateUrl : "contact.html",
// controller : "contactCtrl"
// })
// });
</script>
</div>
</body>
</html>