-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhomepad.html
More file actions
86 lines (80 loc) · 4.08 KB
/
Copy pathhomepad.html
File metadata and controls
86 lines (80 loc) · 4.08 KB
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
<!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>Document</title>
<link rel="stylesheet" href="homepad.css">
<script src="homepad.js"></script>
</head>
<body>
<section class="homepod-section">
<div class="homepod-container">
<div class="homepod">
<div class="device"></div>
<div class="part-1"></div>
<div class="part-2"></div>
<div class="part-3"></div>
<div class="part-4"></div>
<div class="ending"></div>
</div>
</div>
<div class="description-container">
<div class="description">
<h3>Deep bass with range you can feel</h3>
<p>
The Apple-designed high-excursion woofer is posistioned at the top of speaker
facing upward, creating a wide range of deep bass that surpasses any traditional speaker.
A six-microphone array, along with an internal bass-EQ microphone, analyzes and compensates for
the effect of the room on the bass response, providing rich, consistent sound. And a powerful motor
drives the diaphragm a remarkable 20 mm, so the bass shines through even when the volume is low.
</p>
</div>
<div class="description">
<h3>Far and away an incredible listener.</h3>
<p>Six microphones positioned around HomePod allow it to pick up all the sound in a room. When you say
“Hey Siri,”
advanced signal processing, together with echo and noise cancellation, allows HomePod to hear you
without the
need to raise your voice — even if you’re across the room with loud music playing. After HomePod
recognizes the
words “Hey Siri,” what you say is encrypted and sent anonymously to Apple servers without being tied
to your
Apple ID.</p>
</div>
<div class="description">
<h3>High-fidelity audio that’s all around you.</h3>
<p>A custom-designed array of seven beamforming tweeters, each with its own amplifier, creates
tremendous
directional control. Placed around the base and using a folded-horn design, they send the flow of
music toward
the center and then out the bottom in a 360-degree pattern, resulting in an all-encompassing sense
of space.
This virtually eliminates early table reflections and allows for consistent high-definition sound.
</p>
</div>
<div class="description">
<h3>The biggest brain ever in a speaker.</h3>
<p>An Apple-designed A8 chip orchestrates all the remarkable audio innovations inside HomePod. Like
advanced signal
processing so Siri can hear you over the music. Real-time studio-level processing that maximizes the
bass while
minimizing distortion. Buffering that’s even faster than real time. And upmixing of both direct and
ambient
audio. You get amazing sound, every single time.</p>
</div>
<div class="description">
<h3>Designed to be seen and heard.</h3>
<p>HomePod is wrapped in a seamless mesh fabric designed for aesthetics and acoustic performance.
Available in white
and space gray, it’s gorgeous from every angle — yet virtually transparent to the sound waves
passing through
it.</p>
</div>
</div>
</div>
</section>
<section class="other-section"></section>
</body>
</html>