-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
165 lines (165 loc) · 5.63 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
rel="shortcut icon"
href="/Assests/favicon2.ico"
type="image/x-icon"
/>
<!-- locomotive css -->
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/locomotive-scroll.css"
/>
<!-- shery.js Recommended -->
<link rel="stylesheet" href="https://unpkg.com/sheryjs/dist/Shery.css" />
<!-- remixicon cdn -->
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/fonts/remixicon.css"
rel="stylesheet"
/>
<!-- My css file -->
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="style.css" />
<title>Apple Vision Pro</title>
</head>
<body>
<div id="main">
<div id="page1">
<div class="nav">
<div id="logo">
<img src="./Assests/apple_vision.jpg" />
</div>
<h1>Apple Vision Pro</h1>
<h2>Store</h2>
<h2>Mac</h2>
<h2>iPad</h2>
<h2>watch</h2>
<h2>AirPods</h2>
<h2>Vision</h2>
<h2>Tv&Home</h2>
<h2>Support</h2>
</div>
<div id="video">
<video
src="https://www.apple.com/105/media/us/apple-vision-pro/2023/7e268c13-eb22-493d-a860-f0637bacb569/anim/hero/large_2x.mp4"
muted
></video>
</div>
<div id="logoText">
<h1>Introduction</h1>
<img
src="./Images/apple_vision_pro_logo__ux94yix23r6y_medium.png"
alt=""
/>
</div>
</div>
<div id="page2">
<h1>Welcome to the era of spatial computing</h1>
<video
src="https://www.apple.com/105/media/us/apple-vision-pro/2023/7e268c13-eb22-493d-a860-f0637bacb569/anim/foundation-spatial-computing/large.mp4"
autoplay
loop
muted
></video>
</div>
<div id="page3">
<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/2023/7e268c13-eb22-493d-a860-f0637bacb569/anim/foundation-digital-canvas/large.mp4"
autoplay
loop
muted
></video>
</div>
<div id="page4">
<div id="page4_top">
<div id="page4_img">
<img src="./Images/image.png" />
</div>
</div>
<div id="page4_text">
<h3>WATCH THE FILM</h3>
<h3>WATCH THE EVENT ></h3>
</div>
<div id="page4_img2">
<img src="./Images/Apple vision image.png" alt="" />
</div>
<button>+ Take a closer look at Vision Pro</button>
</div>
<div id="page7">
<div class="text">
<h1>Design</h1>
<h2>Designed by Apple.</h2>
<h3>
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.
</h3>
</div>
<canvas></canvas>
</div>
<div id="page8">
<div class="developer-icons">
<img
src="https://www.apple.com/v/apple-vision-pro/e/images/overview/routers/developers__bxrd1uafspsi_large.png"
alt="3D Development Icon"
class="dev-icon"
/>
</div>
<div class="developer-content">
<h1>An all-new platform.</h1>
<h1>An all-new world for developers.</h1>
<p>
The possibilities for what developers can dream up and build for
Apple Vision Pro are endless. And with familiar tools and frameworks
like Xcode, SwiftUI, RealityKit, and ARKit, as well as support for
Unity and the 3D-content preparation app Reality Composer Pro,
developers have everything they need to create amazing spatial
experiences.
</p>
<a href="#" class="learn-more"
>Learn more about developing for visionOS ></a
>
</div>
</div>
<div id="page18">
<canvas></canvas>
</div>
</div>
</body>
<!-- locomotive js -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/locomotive-scroll.js"></script>
<!-- gsap -->
<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>
<!-- ScrollTrigger -->
<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>
<!-- Three JS cdn -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/0.155.0/three.min.js"></script>
<!-- controlKit for debunging -->
<script src="https://cdn.jsdelivr.net/gh/automat/controlkit.js@master/bin/controlKit.min.js"></script>
<!-- sheryjs Recommended -->
<script
type="text/javascript"
src="https://unpkg.com/sheryjs/dist/Shery.js"
></script>
<!-- my Js file -->
<script src="index.js"></script>
</html>