-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
667 lines (663 loc) · 41.5 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="Web application technology final project" />
<meta name="author" content="Mattia Vesperini, Giuseppe Rinaldi and Luis Sanchez" />
<title>Which Phone</title>
<!-- Favicon-->
<link rel="icon" type="image/x-icon" href="assets/favicon.ico" />
<!-- Font Awesome icons (free version)-->
<script src="https://use.fontawesome.com/releases/v5.15.3/js/all.js" crossorigin="anonymous"></script>
<!-- Google fonts-->
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css" />
<link href="https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic" rel="stylesheet" type="text/css" />
<!-- Core theme CSS (includes Bootstrap)-->
<link href="css/styles.css" rel="stylesheet" />
</head>
<body id="page-top">
<!-- Navbar-->
<nav class="navbar navbar-expand-lg bg-secondary text-uppercase fixed-top" id="mainNav">
<div class="container">
<a class="navbar-brand" href="">Which Phone</a>
<button class="navbar-toggler text-uppercase font-weight-bold bg-primary text-white rounded" type="button" data-bs-toggle="collapse" data-bs-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
<i class="fas fa-bars"></i>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ms-auto">
<li class="nav-item mx-0 mx-lg-1"><a class="nav-link py-3 px-0 px-lg-3 rounded" href="#devices">Devices</a></li>
<li class="nav-item mx-0 mx-lg-1"><a class="nav-link py-3 px-0 px-lg-3 rounded" href="#about">About us</a></li>
<li class="nav-item mx-0 mx-lg-1"><a class="nav-link py-3 px-0 px-lg-3 rounded" href="#ask">Ask us</a></li>
<li class="nav-item mx-0 mx-lg-1"><a class="nav-link py-3 px-0 px-lg-3 rounded" href="http://localhost:63342/startbootstrap-freelancer-gh-pages/hola.html">Find your perfect Phone</a></li>
<li class="nav-item"><a class="nav-link py-3 px-0 px-lg-3 rounded" href="http://localhost:63342/startbootstrap-freelancer-gh-pages/newlogin.html?_ijt=7mk8bg4f8vr35k7o53ldkv90jm">Sign in</a></li>
</ul>
</div>
</div>
</nav>
<!-- Carousel recommendations-->
<section id="carousel">
<div id="carouselExampleCaptions" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-indicators">
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="0" class="active" aria-current="true" aria-label="Slide 1"></button>
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="1" aria-label="Slide 2"></button>
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="2" aria-label="Slide 3"></button>
</div>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="assets/img/portfolio/iphone12-orizontal.jpg" class="d-block w-100" alt="iphone12_horizental">
<div class="carousel-caption d-none d-md-block">
<h5>Iphone 12</h5>
<p>The top of the range</p>
</div>
</div>
<div class="carousel-item">
<img src="assets/img/portfolio/blackHuawei.jpg" class="d-block w-100" alt="huawei">
<div class="carousel-caption d-none d-md-block">
<h5>Huawei P40 Pro</h5>
<p>The best Android without Google Services</p>
</div>
</div>
<div class="carousel-item">
<img src="assets/img/portfolio/poco-x3-pocobanner.jpg" class="d-block w-100" alt="leica">
<div class="carousel-caption d-none d-md-block">
<h5>Poco Phone X3</h5>
<p>Best Quality-Price</p>
</div>
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</section>
<!-- Best devices Section-->
<section class="page-section device" id="devices">
<div class="container">
<!-- Best devices Heading-->
<h2 class="page-section-heading text-center text-uppercase text-secondary mb-0">Best Devices</h2>
<div style='margin-top:20px;'></div>
<p style="text-align:center"> <B>Write a review about this smartphones!</B> </p>
<!-- Icon Divider-->
<div class="divider-custom">
<div class="divider-custom-line"></div>
<div class="divider-custom-icon"><i class="fas fa-star"></i></div>
<div class="divider-custom-line"></div>
</div>
<!-- Devices Grid I0'tems-->
<div class="row justify-content-center">
<!-- Device 1-->
<div class="col-md-6 col-lg-4 mb-5">
<div class="device-item mx-auto" data-bs-toggle="modal" data-bs-target="#deviceModal1">
<div class="device-item-caption d-flex align-items-center justify-content-center h-100 w-100">
<div class="device-item-caption-content text-center text-white"><i class="fas fa-plus fa-3x"></i></div>
</div>
<img class="img-fluid" src="assets/img/portfolio/iphone12.jpg" alt="..." />
</div>
</div>
<!-- Device 2-->
<div class="col-md-6 col-lg-4 mb-5">
<div class="device-item mx-auto" data-bs-toggle="modal" data-bs-target="#deviceModal2">
<div class="device-item-caption d-flex align-items-center justify-content-center h-100 w-100">
<div class="device-item-caption-content text-center text-white"><i class="fas fa-plus fa-3x"></i></div>
</div>
<img class="img-fluid" src="assets/img/portfolio/motorola%20edge+.jpg" alt="..." />
</div>
</div>
<!-- Device 3-->
<div class="col-md-6 col-lg-4 mb-5">
<div class="device-item mx-auto" data-bs-toggle="modal" data-bs-target="#deviceModal3">
<div class="device-item-caption d-flex align-items-center justify-content-center h-100 w-100">
<div class="device-item-caption-content text-center text-white"><i class="fas fa-plus fa-3x"></i></div>
</div>
<img class="img-fluid" src="assets/img/portfolio/p40pro.jpg" alt="..." />
</div>
</div>
<!-- Device 4-->
<div class="col-md-6 col-lg-4 mb-5 mb-lg-0">
<div class="device-item mx-auto" data-bs-toggle="modal" data-bs-target="#deviceModal4">
<div class="device-item-caption d-flex align-items-center justify-content-center h-100 w-100">
<div class="device-item-caption-content text-center text-white"><i class="fas fa-plus fa-3x"></i></div>
</div>
<img class="img-fluid" src="assets/img/portfolio/samsung%20a52.jpg" alt="..." />
</div>
</div>
<!--Device 5-->
<div class="col-md-6 col-lg-4 mb-5 mb-md-0">
<div class="device-item mx-auto" data-bs-toggle="modal" data-bs-target="#deviceModal5">
<div class="device-item-caption d-flex align-items-center justify-content-center h-100 w-100">
<div class="device-item-caption-content text-center text-white"><i class="fas fa-plus fa-3x"></i></div>
</div>
<img class="img-fluid" src="assets/img/portfolio/samsung%20s21.jpg" alt="..." />
</div>
</div>
<!-- Device 6-->
<div class="col-md-6 col-lg-4">
<div class="device-item mx-auto" data-bs-toggle="modal" data-bs-target="#deviceModal6">
<div class="device-item-caption d-flex align-items-center justify-content-center h-100 w-100">
<div class="device-item-caption-content text-center text-white"><i class="fas fa-plus fa-3x"></i></div>
</div>
<img class="img-fluid" src="assets/img/portfolio/mi%20note10.jpg" alt="..." />
</div>
</div>
</div>
</div>
</section>
<!-- About Section-->
<section>
<div class="container" id="about" style="background-color: #1abc9c" >
<div class="mgb-40 padb-30 auto-invert line-b-4 align-center">
<h4 class="font-cond-l fg-accent lts-md mgb-10" contenteditable="false">Not Yet Convinced?</h4>
<h1 class="font-cond-b fg-text-d lts-md fs-300 fs-300-xs no-mg" contenteditable="false">Read Customer Reviews</h1>
</div>
<ul class="hash-list cols-3 cols-1-xs pad-30-all align-center text-sm">
<li>
<img src="https://bootdey.com/img/Content/avatar/avatar1.png" class="wpx-100 img-round mgb-20" title="" alt="" data-edit="false" data-editor="field" data-field="src[Image Path]; title[Image Title]; alt[Image Alternate Text]">
<p class="fs-110 font-cond-l" contenteditable="false">" Team of real experts always kind and available for any question. I check this website to stay up to date on the latest news "</p>
<h5 class="font-cond mgb-5 fg-text-d fs-130" contenteditable="false">Krzysztof Kowalski </h5>
<small class="font-cond case-u lts-sm fs-80 fg-text-l" contenteditable="false">Business Man - Krakow</small>
</li>
<li>
<img src="https://bootdey.com/img/Content/avatar/avatar4.png" class="wpx-100 img-round mgb-20" title="" alt="" data-edit="false" data-editor="field" data-field="src[Image Path]; title[Image Title]; alt[Image Alternate Text]">
<p class="fs-110 font-cond-l" contenteditable="false">" Very useful website for choosing the phone according to your needs. I recommend it to all undecided! "</p>
<h5 class="font-cond mgb-5 fg-text-d fs-130" contenteditable="false">Joao Menage</h5>
<small class="font-cond case-u lts-sm fs-80 fg-text-l" contenteditable="false">Recording Artist - Paris</small>
</li>
<li>
<img src="https://bootdey.com/img/Content/avatar/avatar5.png" class="wpx-100 img-round mgb-20" title="" alt="" data-edit="false" data-editor="field" data-field="src[Image Path]; title[Image Title]; alt[Image Alternate Text]">
<p class="fs-110 font-cond-l" contenteditable="false">" I was very undecided on which smartphone to buy and this website helped me in making the correct choice regarding my needs "</p>
<h5 class="font-cond mgb-5 fg-text-d fs-130" contenteditable="false">Sean Carter</h5>
<small class="font-cond case-u lts-sm fs-80 fg-text-l" contenteditable="false">Fund Manager - Chicago</small>
</li>
</ul>
</div>
</section>
<div style='margin-top:400px;'></div>
<!-- Contact Section-->
<section class="page-section" id="ask">
<div class="container">
<!-- Contact Section Heading-->
<h2 class="page-section-heading text-center text-uppercase text-secondary mb-0">Write us yours questions</h2>
<!-- Icon Divider-->
<div class="divider-custom">
<div class="divider-custom-line"></div>
<div class="divider-custom-icon"><i class="fas fa-star"></i></div>
<div class="divider-custom-line"></div>
</div>
<!-- Contact Section Form-->
<div class="row justify-content-center">
<div class="col-lg-8 col-xl-7">
<form>
<div class="form-floating">
<input class="form-control" id="inputName" type="text" placeholder="Enter your name..." />
<label for="inputName">Name</label>
</div>
<div class="form-floating">
<input class="form-control" id="inputEmail" type="email" placeholder="Enter your email..." />
<label for="inputEmail">Email address</label>
</div>
<div class="form-floating">
<input class="form-control" id="inputPhone" type="tel" placeholder="Enter your phone number..." />
<label for="inputPhone">Phone Number</label>
</div>
<div class="form-floating">
<textarea class="form-control" id="inputMessage" placeholder="Enter your message here..." style="height: 12rem"></textarea>
<label for="inputMessage">Message</label>
</div>
<div style='margin-top:20px;'></div>
<br />
<button class="btn btn-primary btn-xl" type="submit">Send</button>
</form>
</div>
</div>
</div>
</section>
<!-- Footer-->
<footer class="footer text-center">
<div class="container">
<div class="row">
<!-- Footer Creator-->
<div class="col-lg-4 mb-5 mb-lg-0">
<h4 class="text-uppercase mb-4">Created by</h4>
<p class="lead mb-0">
Luis Sanchez
<br />
Mattia Vesperini
<br />
Giuseppe Rinaldi
</p>
</div>
<!-- Footer Social Icons-->
<div class="col-lg-4 mb-5 mb-lg-0">
<h4 class="text-uppercase mb-4">Follow us on the social</h4>
<a class="btn btn-outline-light btn-social mx-1" href="https://www.facebook.com/WhichPhone-107856431499641"><i class="fab fa-fw fa-facebook-f"></i></a>
<a class="btn btn-outline-light btn-social mx-1" href="https://twitter.com/whichphone_us"><i class="fab fa-fw fa-twitter"></i></a>
<a class="btn btn-outline-light btn-social mx-1" href="https://instagram.com/whichphone_agh?utm_medium=copy_link"><i class="fab fa-fw fa-instagram"></i></a>
</div>
<!-- Footer About Text-->
<div class="col-lg-4 mb-5 mb-lg-0">
<h4 class="text-uppercase mb-4">About Which phone</h4>
<p class="lead mb-0">
This website is our idea for the Web Application Technologies course project in our university
</p>
</div>
</div>
</div>
</footer>
<!-- Device Modals-->
<!-- Device Modal 1-->
<div class="device-modal modal fade" id="deviceModal1" tabindex="-1" aria-labelledby="deviceModal1" aria-hidden="true">
<div class="modal-dialog modal-xl">
<div class="modal-content">
<div class="modal-header border-0"><button class="btn-close" type="button" data-bs-dismiss="modal" aria-label="Close"></button></div>
<div class="modal-body text-center pb-5">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8 halfphoto">
<!-- Device Modal - Title-->
<h2 class="device-modal-title text-secondary text-uppercase mb-0">Iphone 12</h2>
<!-- Icon Divider-->
<div class="divider-custom">
<div class="divider-custom-line"></div>
<div class="divider-custom-icon"><i class="fas fa-star"></i></div>
<div class="divider-custom-line"></div>
</div>
<!-- device Modal - Image-->
<img class="img-fluid rounded mb-5" src="assets/img/portfolio/iphone12.jpg" alt="...">
<!-- device Modal - Text-->
<p class="mb-4"></p>
</div>
<div class="bg-white rounded shadow-sm p-4 mb-5 rating-review-select-page">
<h5 class="mb-4 ">Specifics</h5>
<p class="mb-2 ">
<B>OS: </B>
iOS
<br>
<B>Battery:</B>
2815mAh
<br>
<B>Display:</B>
OLED
<br>
<B>Camera:</B>
12 mPx
<br>
<B>Ram:</B>
4 GB
<br>
<B>Price:</B>
689
</p>
<div class="mb-4">
<span class="star-rating">
<a href="#"><i class="icofont-ui-rating icofont-2x"></i></a>
<a href="#"><i class="icofont-ui-rating icofont-2x"></i></a>
<a href="#"><i class="icofont-ui-rating icofont-2x"></i></a>
<a href="#"><i class="icofont-ui-rating icofont-2x"></i></a>
<a href="#"><i class="icofont-ui-rating icofont-2x"></i></a>
</span>
</div>
<form>
<div class="form-group">
<label><B>Your Comment</B></label>
<textarea class="form-control"></textarea>
</div>
<div style='margin-top:20px;'></div>
<div class="form-group">
<button class="btn btn-primary btn-sm" type="button"> Submit Comment </button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Device Modal 2-->
<div class="device-modal modal fade" id="deviceModal2" tabindex="-1" aria-labelledby="deviceModal2" aria-hidden="true">
<div class="modal-dialog modal-xl">
<div class="modal-content">
<div class="modal-header border-0"><button class="btn-close" type="button" data-bs-dismiss="modal" aria-label="Close"></button></div>
<div class="modal-body text-center pb-5">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8 halfphoto">
<!-- Device Modal - Title-->
<h2 class="device-modal-title text-secondary text-uppercase mb-0">Motorola edge+</h2>
<!-- Icon Divider-->
<div class="divider-custom">
<div class="divider-custom-line"></div>
<div class="divider-custom-icon"><i class="fas fa-star"></i></div>
<div class="divider-custom-line"></div>
</div>
<!-- Device Modal - Image-->
<img class="img-fluid rounded mb-5" src="assets/img/portfolio/motorola%20edge+.jpg" alt="..." />
<!-- Device Modal - Text-->
<p class="mb-4">
</p>
</div>
<div class="bg-white rounded shadow-sm p-4 mb-5 rating-review-select-page">
<h5 class="mb-4">Specifics</h5>
<p class="mb-2">
<B>OS: </B>
Android
<br>
<B>Battery:</B>
4500mAh
<br>
<B>Display:</B>
OLED
<br>
<B>Camera:</B>
64 mPx
<br>
<B>Ram:</B>
6 GB
<br>
<B>Price:</B>
€300
</p>
<div class="mb-4">
<span class="star-rating">
<a href="#"><i class="icofont-ui-rating icofont-2x"></i></a>
<a href="#"><i class="icofont-ui-rating icofont-2x"></i></a>
<a href="#"><i class="icofont-ui-rating icofont-2x"></i></a>
<a href="#"><i class="icofont-ui-rating icofont-2x"></i></a>
<a href="#"><i class="icofont-ui-rating icofont-2x"></i></a>
</span>
</div>
<form>
<div class="form-group">
<label><B>Your Comment</B></label>
<textarea class="form-control"></textarea>
</div>
<div style='margin-top:20px;'></div>
<div class="form-group">
<button class="btn btn-primary btn-sm" type="button"> Submit Comment </button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Device Modal 3-->
<div class="device-modal modal fade" id="deviceModal3" tabindex="-1" aria-labelledby="deviceModal3" aria-hidden="true">
<div class="modal-dialog modal-xl">
<div class="modal-content">
<div class="modal-header border-0"><button class="btn-close" type="button" data-bs-dismiss="modal" aria-label="Close"></button></div>
<div class="modal-body text-center pb-5">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8 halfphoto">
<!-- Device Modal - Title-->
<h2 class="device-modal-title text-secondary text-uppercase mb-0">Huawei P40 Pro</h2>
<!-- Icon Divider-->
<div class="divider-custom">
<div class="divider-custom-line"></div>
<div class="divider-custom-icon"><i class="fas fa-star"></i></div>
<div class="divider-custom-line"></div>
</div>
<!-- Device Modal - Image-->
<img class="img-fluid rounded mb-5" src="assets/img/portfolio/p40pro.jpg" alt="..." />
<!-- Device Modal - Text-->
<p class="mb-4 modal-phone-text"></p>
</div>
<div class="bg-white rounded shadow-sm p-4 mb-5 rating-review-select-page">
<h5 class="mb-4">Specifics</h5>
<p class="mb-2">
<B>OS: </B>
Android
<br>
<B>Battery: </B>
4200mAh
<br>
<B>Display: </B> OLED <br>
<B>Camera: </B> 52 Mpx
<br>
<B>Ram: </B> 8 GB
<br>
<B>Price:</B> €441</p>
<div class="mb-4">
<span class="star-rating">
<a href="#"><i class="icofont-ui-rating icofont-2x"></i></a>
<a href="#"><i class="icofont-ui-rating icofont-2x"></i></a>
<a href="#"><i class="icofont-ui-rating icofont-2x"></i></a>
<a href="#"><i class="icofont-ui-rating icofont-2x"></i></a>
<a href="#"><i class="icofont-ui-rating icofont-2x"></i></a>
</span>
</div>
<form>
<div class="form-group">
<label><B>Your Comment</B></label>
<textarea class="form-control"></textarea>
</div>
<div style='margin-top:20px;'></div>
<div class="form-group">
<button class="btn btn-primary btn-sm" type="button"> Submit Comment </button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- device Modal 4-->
<div class="device-modal modal fade" id="deviceModal4" tabindex="-1" aria-labelledby="deviceModal4" aria-hidden="true">
<div class="modal-dialog modal-xl">
<div class="modal-content">
<div class="modal-header border-0"><button class="btn-close" type="button" data-bs-dismiss="modal" aria-label="Close"></button></div>
<div class="modal-body text-center pb-5">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8 halfphoto">
<!-- Device Modal - Title-->
<h2 class="device-modal-title text-secondary text-uppercase mb-0">Samsung a52</h2>
<!-- Icon Divider-->
<div class="divider-custom">
<div class="divider-custom-line"></div>
<div class="divider-custom-icon"><i class="fas fa-star"></i></div>
<div class="divider-custom-line"></div>
</div>
<!-- Device Modal - Image-->
<img class="img-fluid rounded mb-5" src="assets/img/portfolio/samsung%20a52.jpg" alt="..." />
<!-- Device Modal - Text-->
</div>
<div class="bg-white rounded shadow-sm p-4 mb-5 rating-review-select-page">
<h5 class="mb-4">Specifics</h5>
<p class="mb-2">
<B>OS: </B>
Android
<br>
<B>Battery:</B>
4500mAh
<br>
<B>Display:</B>
AMOLED
<br>
<B>Camera:</B>
64 mPx
<br>
<B>Ram:</B>
6 GB
<br>
<B>Price:</B>
€303
</p>
<div class="mb-4">
<span class="star-rating">
<a href="#"><i class="icofont-ui-rating icofont-2x"></i></a>
<a href="#"><i class="icofont-ui-rating icofont-2x"></i></a>
<a href="#"><i class="icofont-ui-rating icofont-2x"></i></a>
<a href="#"><i class="icofont-ui-rating icofont-2x"></i></a>
<a href="#"><i class="icofont-ui-rating icofont-2x"></i></a>
</span>
</div>
<form>
<div class="form-group">
<label><B>Your Comment</B></label>
<textarea class="form-control"></textarea>
</div>
<div style='margin-top:20px;'></div>
<div class="form-group">
<button class="btn btn-primary btn-sm" type="button"> Submit Comment </button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Device Modal 5-->
<div class="device-modal modal fade" id="deviceModal5" tabindex="-1" aria-labelledby="deviceModal5" aria-hidden="true">
<div class="modal-dialog modal-xl">
<div class="modal-content">
<div class="modal-header border-0"><button class="btn-close" type="button" data-bs-dismiss="modal" aria-label="Close"></button></div>
<div class="modal-body text-center pb-5">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8 halfphoto">
<!-- Device Modal - Title-->
<h2 class="device-modal-title text-secondary text-uppercase mb-0">Samsung S21</h2>
<!-- Icon Divider-->
<div class="divider-custom">
<div class="divider-custom-line"></div>
<div class="divider-custom-icon"><i class="fas fa-star"></i></div>
<div class="divider-custom-line"></div>
</div>
<!-- Device Modal - Image-->
<img class="img-fluid rounded mb-5" src="assets/img/portfolio/samsung%20s21.jpg" alt="..." />
<!-- Device Modal - Text-->
</div>
<div class="bg-white rounded shadow-sm p-4 mb-5 rating-review-select-page">
<h5 class="mb-4">Specifics</h5>
<p class="mb-2">
<B>OS: </B>
Android
<br>
<B>Battery:</B>
4000mAh
<br>
<B>Display:</B>
Dynamic AMOLED 2x
<br>
<B>Camera:</B>
12 mPx
<br>
<B>Ram:</B>
8 GB
<br>
<B>Price:</B>
€562</p>
<div class="mb-4">
<span class="star-rating">
<a href="#"><i class="icofont-ui-rating icofont-2x"></i></a>
<a href="#"><i class="icofont-ui-rating icofont-2x"></i></a>
<a href="#"><i class="icofont-ui-rating icofont-2x"></i></a>
<a href="#"><i class="icofont-ui-rating icofont-2x"></i></a>
<a href="#"><i class="icofont-ui-rating icofont-2x"></i></a>
</span>
</div>
<form>
<div class="form-group">
<label><B>Your Comment</B></label>
<textarea class="form-control"></textarea>
</div>
<div style='margin-top:20px;'></div>
<div class="form-group">
<button class="btn btn-primary btn-sm" type="button"> Submit Comment </button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Device Modal 6-->
<div class="device-modal modal fade" id="deviceModal6" tabindex="-1" aria-labelledby="deviceModal6" aria-hidden="true">
<div class="modal-dialog modal-xl">
<div class="modal-content">
<div class="modal-header border-0"><button class="btn-close" type="button" data-bs-dismiss="modal" aria-label="Close"></button></div>
<div class="modal-body text-center pb-5">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8 halfphoto">
<!-- Device Modal - Title-->
<h2 class="device-modal-title text-secondary text-uppercase mb-0">Xiaomi mi note 10</h2>
<!-- Icon Divider-->
<div class="divider-custom">
<div class="divider-custom-line"></div>
<div class="divider-custom-icon"><i class="fas fa-star"></i></div>
<div class="divider-custom-line"></div>
</div>
<!-- Device Modal - Image-->
<img class="img-fluid rounded mb-5" src="assets/img/portfolio/mi%20note10.jpg" alt="..." />
<!-- Device Modal - Text-->
</div>
<div class="bg-white rounded shadow-sm p-4 mb-5 rating-review-select-page">
<h5 class="mb-4">Specifics</h5>
<p class="mb-2">
<B>OS: </B>
Android
<br>
<B>Battery: </B>
5260mAh
<br>
<B>Display: </B>
AMOLED <br>
<B>Camera: </B>
108 Mpx
<br>
<B>Ram: </B>
6 GB
<br>
<B>Price:</B>
€415
</p>
<div class="mb-4">
<span class="star-rating">
<a href="#"><i class="icofont-ui-rating icofont-2x"></i></a>
<a href="#"><i class="icofont-ui-rating icofont-2x"></i></a>
<a href="#"><i class="icofont-ui-rating icofont-2x"></i></a>
<a href="#"><i class="icofont-ui-rating icofont-2x"></i></a>
<a href="#"><i class="icofont-ui-rating icofont-2x"></i></a>
</span>
</div>
<form>
<div class="form-group">
<label><B>Your Comment</B></label>
<textarea class="form-control"></textarea>
</div>
<div style='margin-top:20px;'></div>
<div class="form-group">
<button class="btn btn-primary btn-sm" type="button"> Submit Comment </button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Bootstrap core JS-->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/js/bootstrap.bundle.min.js"></script>
<!-- Core theme JS-->
<script src="js/scripts.js"></script>
</body>
</html>