-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsmartphone.html
177 lines (177 loc) · 11 KB
/
smartphone.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ontech - Gadget Store</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;400;500;600&display=swap" rel="stylesheet">
<link rel="stylesheet" href="assets/css/style.css">
<link rel="shortcut icon" href="assets/img/icon/favicon.png" type="image/x-icon">
<script src="https://kit.fontawesome.com/1f9b6a1a6b.js" crossorigin="anonymous"></script>
</head>
<body>
<div class="container space">
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<div class="container-fluid">
<a class="navbar-brand" href="#"><img src="assets/img/logo/logo.png" alt="ontech logo" class="logo w-25"></a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNavAltMarkup" aria-controls="navbarNavAltMarkup" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-end" id="navbarNavAltMarkup">
<div class="navbar-nav text-center">
<a class="nav-link active" aria-current="page" href="index.html">Home</a>
<a class="nav-link" href="index.html#products">Products</a>
<a class="nav-link" href="index.html#subscribe">About Us</a>
<a class="nav-link" href="index.html#subscribe">Contact Us</a>
</div>
</div>
</div>
</nav>
</div>
<div class="container space">
<h1 class="text-center sp-header">Smartphones</h1>
<div class="row row-cols-1 row-cols-md-3 row-cols-lg-4 g-4">
<div class="col">
<div class="card h-100 text-center">
<img src="assets/img/mobile/iphone-12-purple.png" class="card-img-top w-75 mx-auto" alt="iphone 12 purple">
<div class="card-body">
<h5 class="card-title">iPhone 12</h5>
<p class="card-text light-slate-grey">The iPhone 12 features a 6.1-inch (15 cm) display with Super Retina XDR OLED technology at a resolution of 2532×1170 pixels and a pixel density of about 460 ppi.</p>
<h5>$799</h5>
<button class="btn btn-dark">Buy Now <i class="fa-solid fa-arrow-right"></i></button>
</div>
</div>
</div>
<div class="col">
<div class="card h-100 text-center">
<img src="assets/img/mobile/iphone-13-blue.png" class="card-img-top w-75 mx-auto" alt="iphone 13 midnight">
<div class="card-body">
<h5 class="card-title">iPhone 13</h5>
<p class="card-text light-slate-grey">The iPhone 13 features a 6.5-inch display with Super Retina XDR OLED technology at a resolution of 2532×1170 pixels and a pixel density of about 460 ppi.</p>
<h5>$899</h5>
<button class="btn btn-dark">Buy Now <i class="fa-solid fa-arrow-right"></i></button>
</div>
</div>
</div>
<div class="col">
<div class="card h-100 text-center">
<img src="assets/img/mobile/iphone-12-red.png" class="card-img-top w-75 mx-auto" alt="iphone 12 red">
<div class="card-body">
<h5 class="card-title">iPhone 13 Pro</h5>
<p class="card-text light-slate-grey">The iPhone 12 features a 6.1-inch (15 cm) display with Super Retina XDR OLED technology at a resolution of 2532×1170 pixels and a pixel density of about 460 ppi.</p>
<h5>$1099</h5>
<button class="btn btn-dark">Buy Now <i class="fa-solid fa-arrow-right"></i></button>
</div>
</div>
</div>
<div class="col">
<div class="card h-100 text-center">
<img src="assets/img/mobile/iphone-11-green.png" class="card-img-top w-75 mx-auto" alt="iphone 12 red">
<div class="card-body">
<h5 class="card-title">iPhone 11 Pro</h5>
<p class="card-text light-slate-grey">The iPhone 12 features a 6.1-inch (15 cm) display with Super Retina XDR OLED technology at a resolution of 2532×1170 pixels and a pixel density of about 460 ppi.</p>
<h5>$999</h5>
<button class="btn btn-dark">Buy Now <i class="fa-solid fa-arrow-right"></i></button>
</div>
</div>
</div>
<div class="col">
<div class="card h-100 text-center">
<img src="assets/img/mobile/iphone-12-green.png" class="card-img-top w-75 mx-auto" alt="iphone 12 red">
<div class="card-body">
<h5 class="card-title">iPhone 12 Pro Max</h5>
<p class="card-text light-slate-grey">The iPhone 12 features a 6.1-inch (15 cm) display with Super Retina XDR OLED technology at a resolution of 2532×1170 pixels and a pixel density of about 460 ppi.</p>
<h5>$1299</h5>
<button class="btn btn-dark">Buy Now <i class="fa-solid fa-arrow-right"></i></button>
</div>
</div>
</div>
<div class="col">
<div class="card h-100 text-center">
<img src="assets/img/mobile/iphone-13-midnight.png" class="card-img-top w-75 mx-auto" alt="iphone 12 red">
<div class="card-body">
<h5 class="card-title">iPhone 12 Pro</h5>
<p class="card-text light-slate-grey">The iPhone 12 features a 6.1-inch (15 cm) display with Super Retina XDR OLED technology at a resolution of 2532×1170 pixels and a pixel density of about 460 ppi.</p>
<h5>$899</h5>
<button class="btn btn-dark">Buy Now <i class="fa-solid fa-arrow-right"></i></button>
</div>
</div>
</div>
<div class="col">
<div class="card h-100 text-center">
<img src="assets/img/mobile/iphone-13-pro-grey.png" class="card-img-top w-75 mx-auto" alt="iphone 12 red">
<div class="card-body">
<h5 class="card-title">iPhone 13 Pro</h5>
<p class="card-text light-slate-grey">The iPhone 12 features a 6.1-inch (15 cm) display with Super Retina XDR OLED technology at a resolution of 2532×1170 pixels and a pixel density of about 460 ppi.</p>
<h5>$1599</h5>
<button class="btn btn-dark">Buy Now <i class="fa-solid fa-arrow-right"></i></button>
</div>
</div>
</div>
<div class="col">
<div class="card h-100 text-center">
<img src="assets/img/mobile/iphone-13-pro-max-silver.png" class="card-img-top w-75 mx-auto" alt="iphone 12 red">
<div class="card-body">
<h5 class="card-title">iPhone 13 Pro Max</h5>
<p class="card-text light-slate-grey">The iPhone 12 features a 6.1-inch (15 cm) display with Super Retina XDR OLED technology at a resolution of 2532×1170 pixels and a pixel density of about 460 ppi.</p>
<h5>$1699</h5>
<button class="btn btn-dark">Buy Now <i class="fa-solid fa-arrow-right"></i></button>
</div>
</div>
</div>
<div class="col">
<div class="card h-100 text-center">
<img src="assets/img/mobile/iphone-12-purple.png" class="card-img-top w-75 mx-auto" alt="iphone 12 red">
<div class="card-body">
<h5 class="card-title">iPhone 12</h5>
<p class="card-text light-slate-grey">The iPhone 12 features a 6.1-inch (15 cm) display with Super Retina XDR OLED technology at a resolution of 2532×1170 pixels and a pixel density of about 460 ppi.</p>
<h5>$799</h5>
<button class="btn btn-dark">Buy Now <i class="fa-solid fa-arrow-right"></i></button>
</div>
</div>
</div>
<div class="col">
<div class="card h-100 text-center">
<img src="assets/img/mobile/iphone-12-red.png" class="card-img-top w-75 mx-auto" alt="iphone 12 red">
<div class="card-body">
<h5 class="card-title">iPhone 13</h5>
<p class="card-text light-slate-grey">The iPhone 12 features a 6.1-inch (15 cm) display with Super Retina XDR OLED technology at a resolution of 2532×1170 pixels and a pixel density of about 460 ppi.</p>
<h5>$1399</h5>
<button class="btn btn-dark">Buy Now <i class="fa-solid fa-arrow-right"></i></button>
</div>
</div>
</div>
<div class="col">
<div class="card h-100 text-center">
<img src="assets/img/mobile/iphone-13-blue.png" class="card-img-top w-75 mx-auto" alt="iphone 12 red">
<div class="card-body">
<h5 class="card-title">iPhone 11</h5>
<p class="card-text light-slate-grey">The iPhone 12 features a 6.1-inch (15 cm) display with Super Retina XDR OLED technology at a resolution of 2532×1170 pixels and a pixel density of about 460 ppi.</p>
<h5>$699</h5>
<button class="btn btn-dark">Buy Now <i class="fa-solid fa-arrow-right"></i></button>
</div>
</div>
</div>
<div class="col">
<div class="card h-100 text-center">
<img src="assets/img/mobile/iphone-12-purple.png" class="card-img-top w-75 mx-auto" alt="iphone 12 red">
<div class="card-body">
<h5 class="card-title">iPhone 13 Pro</h5>
<p class="card-text light-slate-grey">The iPhone 12 features a 6.1-inch (15 cm) display with Super Retina XDR OLED technology at a resolution of 2532×1170 pixels and a pixel density of about 460 ppi.</p>
<h5>$1099</h5>
<button class="btn btn-dark">Buy Now <i class="fa-solid fa-arrow-right"></i></button>
</div>
</div>
</div>
</div>
</div>
<footer>
<p class="text-center footer-text">Developed by Ashraful Islam © 2022</p>
</footer>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script>
</body>
</html>