|
@@ -1,28 +1,66 @@
|
1
|
1
|
<!DOCTYPE html>
|
2
|
2
|
<html lang="en">
|
3
|
|
- <head>
|
|
3
|
+
|
|
4
|
+<head>
|
4
|
5
|
<meta charset="UTF-8" />
|
5
|
6
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
6
|
7
|
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
|
7
|
|
-
|
8
|
|
- <link rel="stylesheet" href="../../../libs/bootstrap/css/bootstrap.min.css" />
|
|
8
|
+
|
|
9
|
+ <link rel="stylesheet" href="../../../libs/bootstrap/css/bootstrap.min.css" />
|
9
|
10
|
<link rel="stylesheet" href="./../../css/main.css" />
|
10
|
11
|
<title>project</title>
|
11
|
|
- </head>
|
12
|
|
- <body>
|
13
|
|
- <div class=" bg-green vw-100 vh-100">
|
14
|
|
- <div class="container h-100 text-white">
|
15
|
|
- <div class="col-sm-4 padding_top_12 ">
|
16
|
|
- <h1 class="banner_heading_4">Anwi xCreate</h1>
|
17
|
|
- <div class="subtitle_12">2.5 Resolution | 120 Hz Refresh Rate</div>
|
|
12
|
+</head>
|
|
13
|
+
|
|
14
|
+<body>
|
|
15
|
+ <header class=" bg-green">
|
|
16
|
+ <div class="container vh-85 text-white ">
|
|
17
|
+ <div class="row h-100">
|
|
18
|
+ <div class="col-sm-4 padding_top_14 ">
|
|
19
|
+ <h1 class="banner_heading_4">Anwi XCreate</h1>
|
|
20
|
+ <div class="subtitle_1">2.5K Resolution | 120 Hz Refresh Rate</div>
|
|
21
|
+ </div>
|
|
22
|
+ <div class="col-sm-7 h-100">
|
|
23
|
+ <div class="d-flex align-items-end justify-content-end h-100">
|
|
24
|
+ <div class="photo_dual">
|
|
25
|
+ <img class="w-100 h-100" src="./../../assets/laptop.png" alt="laptop">
|
|
26
|
+ </div>
|
|
27
|
+ </div>
|
|
28
|
+ </div>
|
18
|
29
|
</div>
|
19
|
|
- <div class="col-sm-7">
|
20
|
30
|
|
|
31
|
+ </div>
|
|
32
|
+ <div class="price_footer vh-15 py-4 ">
|
|
33
|
+ <div class="d-flex align-items-center container justify-content-between">
|
|
34
|
+ <div class="d-flex">
|
|
35
|
+ <div class="boxImgContainer">
|
|
36
|
+ <img class="w-100 h-100" src="./../../assets/box.png" alt="box" />
|
|
37
|
+ </div>
|
|
38
|
+ <div class="ps-3">
|
|
39
|
+ <div class="fw-bold">Delivery</div>
|
|
40
|
+ <div>See estimated delivery times by</div>
|
|
41
|
+ <div>entering your PIN code</div>
|
|
42
|
+ </div>
|
|
43
|
+ </div>
|
|
44
|
+ <div class="d-flex align-items-center">
|
|
45
|
+ <div class="pe-5">
|
|
46
|
+ <div class="font-1_5 fw-bold">$69,999.00</div>
|
|
47
|
+ <div class="d-flex align-items-center justify-content-end gap-1 priceCut_multi">
|
|
48
|
+ <span class="text-decoration-line-through pe-3">$ 89,999</span><span> Save $ 19,999</span>
|
|
49
|
+ </div>
|
|
50
|
+ </div>
|
|
51
|
+ <div>
|
|
52
|
+ <div>
|
|
53
|
+ <button>Add to Cart</button>
|
|
54
|
+ </div>
|
|
55
|
+ <div>No Cost EMI Available <span>Learn more</span></div>
|
|
56
|
+ </div>
|
|
57
|
+ </div>
|
21
|
58
|
</div>
|
22
|
59
|
</div>
|
23
|
60
|
|
24
|
|
- </div>
|
|
61
|
+ </header>
|
|
62
|
+
|
|
63
|
+ <script src="../../../libs/bootstrap/js/bootstrap.bundle.min.js"></script>
|
|
64
|
+</body>
|
25
|
65
|
|
26
|
|
- <script src="../../../libs/bootstrap/js/bootstrap.bundle.min.js"></script>
|
27
|
|
- </body>
|
28
|
66
|
</html>
|