-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
104 lines (102 loc) · 3.46 KB
/
index.html
File metadata and controls
104 lines (102 loc) · 3.46 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
<!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
href="https://cdn.jsdelivr.net/npm/remixicon@2.5.0/fonts/remixicon.css"
rel="stylesheet"
/>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div id="main">
<div id="nav">
<h2>Acoustic Piano</h2>
<div id="links">
<a class="lnk" href="#">Piaonos</a>
<a class="lnk" href="#">Guitars</a>
<a class="lnk" href="#">Audio Balance</a>
<a class="lnk" href="#">Creative Instruments</a>
<a class="lnk" href="#">Reviews</a>
</div>
<div id="right">
<i class="ri-search-line"></i>
<i class="ri-disc-line"></i>
<i class="ri-store-2-line"></i>
<i class="ri-wallet-3-line"></i>
</div>
</div>
<div class="lnk" id="prev">
<h3>yamaha<br />piano</h3>
<i class="ri-arrow-left-line"></i>
</div>
<div class="lnk" id="next">
<h3>stuart &<br />Sons</h3>
<i class="ri-arrow-right-line"></i>
</div>
<div id="center">
<div id="textd">
<h1>D-274</h1>
<br />
<h3>
From Carnegie Hall to the Elbphilharmonie, this concert grand is the
flagship of Steinway & Sons and the magnificent centrepiece on major
international stages. Its unique quality is matched by its visual
and musical power. Its keyboard, sensitive mechanics and volume
range offer pianists complete freedom of expression. The Model D is
every pianist’s dream.
</h3>
</div>
<i id="pause" class="ri-pause-mini-line"></i>
<img
class="o1"
class="shift"
src="./piano_main-removebg-preview.png"
alt=""
/>
<img
class="o2"
class="lnk1"
id="rightimg"
src="./Daco_562667.png"
alt=""
/>
<img class="lnk" id="leftimg" src="./files/violinside.png" alt="" />
</div>
<div class="shift" id="specs">
<h4>Musical Instrument</h4>
<h1>Steinway concert grand piano<br />D-274</h1>
<h5>$175,700 USD</h5>
</div>
<div class="shift" id="stars">
<i class="ri-star-s-fill"></i>
<i class="ri-star-s-fill"></i>
<i class="ri-star-s-fill"></i>
<i class="ri-star-s-fill"></i>
<i class="ri-star-half-s-fill"></i>
<h4>User Reviews</h4>
</div>
<button class="shift" id="play">Play Now</button>
<div id="player">
<i class="ri-disc-line"></i>
<div id="text">
<h3>Winter Wind (Etude Op. 25,No. 11 By Frederic Chopin)</h3>
<div id="song">
<div id="prg"></div>
</div>
</div>
</div>
</div>
<audio src="./Chopin-winter-wind/Chopin-winter-wind.mp3"></audio>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.8.0/gsap.min.js"
integrity="sha512-eP6ippJojIKXKO8EPLtsUMS+/sAGHGo1UN/38swqZa1ypfcD4I0V/ac5G3VzaHfDaklFmQLEs51lhkkVaqg60Q=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
></script>
<script src="script.js"></script>
</body>
</html>