-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
148 lines (145 loc) · 5.73 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
<!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>iPhone 14</title>
<link rel="stylesheet" href="style.css"/>
<link rel="icon" type="image/png" href="./images/apple.webp"/>
</head>
<body>
<div class="container">
<div class="heading">
<h1>iPhone 14</h1>
</div>
<div >
<button class="btn1">
<a href="https://www.apple.com/in/shop/buy-iphone/iphone-14">Buy </a>
</button>
</div>
</div>
<div class="main">
<div class="main-img">
<img src="./images/iphone14.jpg" alt="iphone" width="100%">
</div>
<hr>
<div class="buy">
<h2>iPhone 14 and iPhone 14 Plus</h2>
<h3>From ₹79900.00* before trade‑in</h3>
</div>
<div >
<button class="btn2">
<a href="https://www.apple.com/in/shop/buy-iphone/iphone-14">Buy</a>
</button>
</div>
<div class="section">
<div class="phone">
<h1>Big and Bigger.</h1>
<img src="./images/photo4.png" alt="iphone">
<h3>iPhone 14<sup>1</sup></h3>
</div>
<div class="section2">
<div class="content">
<h1>iPhone 14</h1>
<center>
<p>The looongest<br> battery life of any <br>iPhone. Ever.<sup>2</sup></p></center>
</div>
<div class="content2">
<center>
<img src="./images/photo3.jpg" alt="iphone">
<h3>Ceremic Shield</h3>
<h1>Tougher than any<br> Smartphone glass</h1>
</center>
</div>
</div>
</div>
<div class="small-section">
<div class="content3">
<center>
<h1>Water<br>resistance</h1>
<p>(Phew.)</p>
</center>
</div>
<div class="content4">
<center><h3>Action mode
</h3>
<p>Shaky shots, stable video.</p></center>
<img src="./images/photo1.png" alt="video" class="back">
<iframe class="front" width="370px" height="180px" src="./images/iphone.mp4" title=" video player" frameborder="0" allow="autoplay" allowfullscreen></iframe>
</div>
</div>
<div class="section3">
<div class="section-column">
<div class="content5">
<img src="./images/chip.jpg" alt="iphone" width="100%">
</div>
<div class="content6">
<center>
<h3>Super-Speedy</h3>
<img src="./images/5g.png" alt="5g" width="95%" ></center>
</div>
</div>
<div class="content7">
<center>
<img src="./images/photo2.jpg" alt="iphone" width="100%"></center>
</div>
</div>
<div class="section4">
<div class="content8">
<iframe class="front" width="500px" height="280px" src="./images/phone.mp4" title=" video player" frameborder="0" allow="autoplay" allowfullscreen></iframe>
</div>
<div class="content9">
<img src="./images/crash.jpg" alt="iphone" width="400px" height="280px">
</div>
</div>
<div class="section5">
<div class="content10">
<center>
<p>Personalization</p>
<h1>Your photo. Your font.<br>Your widgets. Your iPhone</h1>
<img src="./images/photo5.jpg" alt="iphone">
</center>
</div>
<div class="content11">
<img src="./images/photo7.jpg" alt="iphone">
<div class="text">
Sharper, smarter <br>snappier selfies.
</div>
</div>
</div>
<div class="heading3">
<h1>Ways to save<br>on iPhone.</h1>
</div>
<div class="section6">
<div class="content13">
<h2>Trade in your current phone for<br>credit towars iPhone 14.</h2>
<p>Get ₹20000.00–₹57800.00 in credit when you trade <br>in iPhone 11 or higher.</p>
</div>
<div class="content14">
<h2>Pay with 3- or 6-month<br>
No Cost EMI.</h2>
<p>Choose the way that’s right for you.</p>
</div>
</div>
<div class="heading3">
<h1>Designed to make <br>a difference.</h1>
</div>
<div class="section7">
<div class="content15"><center>
<img src="./images/recycle.png" alt="recycle" width="200px">
<h2>Recycling<br>reimagined</h2>
<a href="https://www.apple.com/in/environment/">See how iPhone reuses materials<br> to conserve resources</a></center>
<img class=" recycle" src="./images/recy.png" alt="recycle" width="200px">
</div>
<div class="content16"><center>
<img src="./images/privacy.png" alt="privacy" width="200px" class="recycle">
<h2>Privacy.<br>That's iPhone.</h2>
<a href="https://www.apple.com/in/privacy/">Check out the latest privacy<br> features for iPhone</a>
</center>
<img class="apple" src="./images/photo6.png" alt="iphone" width="300px">
</div>
</div>
</div>
</body>
</html>