-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
302 lines (281 loc) · 10.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
<link rel="stylesheet" href="style.css" />
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/locomotive-scroll.css"
/>
</head>
<body>
<div id="main">
<div id="page">
<video
src="https://www.apple.com/105/media/us/apple-vision-pro/2024/6e1432b2-fe09-4113-a1af-f20987bcfeee/anim/hero/medium_2x.mp4"
muted
></video>
<nav>
<h3>Vision Pro</h3>
<button>Notify me</button>
</nav>
<div id="page-bottom">
<h3>Introduction</h3>
<img
src="https://www.apple.com/v/apple-vision-pro/b/images/overview/hero/apple_vision_pro_logo__ux94yix23r6y_medium.png"
alt=""
/>
</div>
</div>
<div id="page1">
<h1>Welcome to the era of spatial computing</h1>
<video
src="https://www.apple.com/105/media/us/apple-vision-pro/2024/6e1432b2-fe09-4113-a1af-f20987bcfeee/anim/foundation-spatial-computing/medium.mp4"
autoplay
loop
muted
></video>
</div>
<div id="page2">
<h1>
Apple Vision Pro seamlessly blends <br />
digital content with your physical space.
</h1>
<video
src="https://www.apple.com/105/media/us/apple-vision-pro/2024/6e1432b2-fe09-4113-a1af-f20987bcfeee/anim/foundation-digital-canvas/medium.mp4"
autoplay
loop
muted
></video>
</div>
<div id="page3">
<div id="page3-upper">
<img
src="https://www.apple.com/v/apple-vision-pro/b/images/overview/intro/logo__4zgkuyebgtem_medium.png"
alt=""
/>
<div id="page3-upper-inner">
<h3>Watch the film</h3>
<h3>Watch the event ></h3>
</div>
</div>
<img src="./Apple vision image.png" alt="" />
<button>+ Take a closer look at Vision Pro</button>
</div>
<div id="page4">
<div id="center-page4">
<h5>Apps</h5>
<h1>
Free your desktop. <br />
And your apps will follow.
</h1>
</div>
<video
src="https://www.apple.com/105/media/us/apple-vision-pro/2024/6e1432b2-fe09-4113-a1af-f20987bcfeee/anim/foundation-inputs/medium.mp4"
autoplay
loop
muted
></video>
</div>
<div id="page5">
<div class="left5">
<h1>
Your apps live in <br />
your space.
</h1>
</div>
<div class="right5">
<h3>
With Apple Vision Pro, you have an infinite canvas that transforms
how you use the apps you love. Arrange apps anywhere and scale them
to the perfect size, making the workspace of your dreams a reality —
all while staying present in the world around you. Browse the web in
Safari, create a to-do list in Notes, chat in Messages, and
seamlessly move between them with a glance.
</h3>
<button>+ Learn more about apps</button>
</div>
</div>
<div id="page6">
<h3>Design</h3>
<h1>Designed by Apple.</h1>
<p>
Apple Vision Pro is the result of decades of experience designing
high-performance, mobile, and wearable devices — culminating in the
most ambitious product Apple has ever created. Apple Vision Pro
integrates incredibly advanced technology into an elegant, compact
form, resulting in an amazing experience every time you put it on.
</p>
</div>
<div id="page7">
<canvas></canvas>
</div>
<div id="page8">
<h1>
<span>Front.</span> A singular piece of three-dimensionally formed
laminated glass flows into an aluminum alloy frame that curves to wrap
around your face.
</h1>
</div>
<div id="page9">
<h1>
<span>Light Seal.</span> The Light Seal gently flexes to conform to
your face, delivering a precise fit while blocking out stray light.
</h1>
</div>
<div id="page10">
<h1>
<span>Head bands.</span> The Solo Knit Band provides cushioning,
breathability, and stretch, and a Fit Dial lets you adjust Apple
Vision Pro precisely to your head. The Dual Loop Band offers an
additional option for a personalized fit.
</h1>
</div>
<div id="page11">
<h1>
<span>Power.</span> The external battery supports up to 2 hours of
general use and up to 2.5 hours of video playback.
</h1>
</div>
<div id="page12">
<h1>
<span>Sound.</span> Speakers positioned close to your ears deliver
rich Spatial Audio while keeping you aware of your surroundings.
</h1>
</div>
<div id="page13">
<h1>
<span>EyeSight.</span> An outward display reveals your eyes while
wearing Apple Vision Pro, letting others know when you are using apps
or fully immersed.
</h1>
</div>
<div id="page14">
<div class="left14"></div>
<div class="right14"></div>
</div>
<div id="page15">
<div id="center-page15">
<video
src="https://www.apple.com/105/media/us/apple-vision-pro/2024/6e1432b2-fe09-4113-a1af-f20987bcfeee/anim/glass/medium_2x.mp4"
autoplay
loop
muted
></video>
</div>
</div>
<div id="page16">
<h2>
A singular piece of
<span>three-dimensionally formed laminated glass</span> acts as an
optical surface for the cameras and sensors that view the world. It
flows seamlessly into a <span>custom aluminum alloy frame</span> that
gently curves to wrap around your face while serving as an attachment
point for the <span>Light Seal.</span>
</h2>
<img
src="https://www.apple.com/v/apple-vision-pro/b/images/overview/design/light_seal__fo87cv0zkcmm_large.jpg"
alt=""
/>
<button>+ Learn more about design</button>
</div>
<div id="page17">
<h4>Technology</h4>
<h1>
Innovation you can <br />
see, hear, and feel.
</h1>
<p>
<span>Pushing boundaries from the inside out.</span> Spatial
experiences on Vision Pro are only possible through groundbreaking
Apple technology. Displays the size of a postage stamp that deliver
more pixels than a 4K TV to each eye. Incredible advances in Spatial
Audio. A revolutionary dual-chip design featuring custom Apple
silicon. A sophisticated array of cameras and sensors. All the
elements work together to create an unprecedented experience you have
to see to believe.
</p>
</div>
<div id="page18">
<canvas></canvas>
</div>
<div id="page19">
<h1>More pixels than a 4K TV. For each eye.</h1>
<h5>
The custom micro-OLED display system features 23 million pixels,
delivering stunning resolution and colors. And a specially designed
three-element lens creates the feeling of a display that's everywhere
you look.
</h5>
</div>
<div id="page20">
<video
src="https://www.apple.com/105/media/us/apple-vision-pro/2023/7e268c13-eb22-493d-a860-f0637bacb569/anim/spatial-audio/large.mp4"
autoplay
loop
muted
></video>
<div id="center-page20">
<h1>
Our most advanced <br />
Spatial Audio system ever.
</h1>
<p>
Dual-driver audio pods positioned next to each ear deliver
personalized sound while letting you hear what's around you. Ambient
Spatial Audio makes sounds feel like they're coming from your
surroundings. And with audio raytracing, Vision Pro analyzes your
room's acoustic properties — including the physical materials — to
adapt and match sound to your space.
</p>
</div>
</div>
<div id="page21">
<img
id="troff"
src="https://www.apple.com/v/apple-vision-pro/a/images/overview/technology/features/eye_tracking_off__fx6m2dj3mlqq_large.jpg"
alt=""
/>
<img
id="tron"
src="https://www.apple.com/v/apple-vision-pro/a/images/overview/technology/features/eye_tracking_on__ln11reqs6mi6_large.jpg"
alt=""
/>
</div>
<div id="page22">
<img
id="snroff"
src="https://www.apple.com/v/apple-vision-pro/a/images/overview/technology/features/sensors_off__cfzcmow4c3f6_large.jpg"
alt=""
/>
<img
id="snron"
src="https://www.apple.com/v/apple-vision-pro/a/images/overview/technology/features/sensors_all__dp0a8e4y4u4i_large.jpg"
alt=""
/>
</div>
<div id="page23">
<img
src="https://www.apple.com/v/apple-vision-pro/a/images/overview/technology/features/sensors_chips__s805s5o3gkii_medium.jpg"
alt=""
/>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/locomotive-scroll.js"></script>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.5/gsap.min.js"
integrity="sha512-7eHRwcbYkK4d9g/6tD/mhkf++eoTHwpNM9woBxtPUBWm67zeAfFC+HrdoE2GanKeocly/VxeLvIqwvCdk7qScg=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
></script>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.5/ScrollTrigger.min.js"
integrity="sha512-onMTRKJBKz8M1TnqqDuGBlowlH0ohFzMXYRNebz+yOcc5TQr/zAKsthzhuv0hiyUKEiQEQXEynnXCvNTOk50dg=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
></script>
<script src="script.js"></script>
</body>
</html>