-
Notifications
You must be signed in to change notification settings - Fork 1
/
scales.html
203 lines (173 loc) · 8.61 KB
/
scales.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-186352798-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-186352798-1');
</script>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-5RVZ4ZP');</script>
<!-- End Google Tag Manager -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="icon" type="image.png" href="https://raw.githubusercontent.com/sergeipanov/mywebsite/main/f_hole_favicon.png">
<title>Sergei Panov</title>
<meta name="description" content="violin scales, violin scale book, scales and arpeggios for the violin">
<meta name="keywords" content="Violin, Scales, g major scale, scale book, violin technique, violin fundamentals.">
<meta name="author" content="Sergei Panov">
<!-- Bootstrap CSS link -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-giJF6kkoqNQ00vy+HMDP7azOuL0xtbfIcaT9wjKHr8RbDVddVHyTfAAsrekwKmP1" crossorigin="anonymous">
<!-- Font Homemade Apple -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Homemade+Apple&display=swap" rel="stylesheet">
<!-- Style Css Link -->
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5RVZ4ZP"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<!-- Structured Data for Book -->
<script type="application/ld+json">
{
"@context": "https://schema.org/",
"@type": "Product",
"name": "Violin Scale Book",
"image": [
"https://raw.githubusercontent.com/sergeipanov/mywebsite/main/scalebookfinalsmall.jpg",
"https://raw.githubusercontent.com/sergeipanov/mywebsite/main/gMinorSample.jpg",
"https://raw.githubusercontent.com/sergeipanov/mywebsite/main/gMajorSample.jpg"
],
"description": "This volume eases the daunting task of learning scales and arpeggios by presenting exercises in simple, easy to read and find formats. Students are guided through difficult spots, and simple advice is offered on how to improve and work on challenging sections.",
"sku": "978-0578825144",
"mpn": "978-0578825144",
"brand": {
"@type": "Brand",
"name": "KDP Amazon"
},
"review": {
"@type": "Review",
"reviewRating": {
"@type": "Rating",
"ratingValue": "5",
"bestRating": "5"
},
"author": {
"@type": "Person",
"name": "Sergei Panov"
}
},
"offers": {
"@type": "Offer",
"url": "https://amzn.to/3rA8bEq",
"priceCurrency": "USD",
"price": "12.99",
"priceValidUntil": "2024-11-20",
"availability": "https://schema.org/InStock"
}
}
</script>
<!-- Structured Data for Book -->
<!-- Navigation -->
<div class="container">
<nav class="navbar navbar-expand-lg navbar-light bg-transparent">
<div class="container-fluid">
<a class="navbar-brand" href="index.html">Sergei Panov</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-end" id="navbarNav">
<ul class="navbar-nav ml-auto">
<li class="nav-item active ">
<a class="mynavbtn btn btn-outline-dark btn-lg m-2 " href="scales.html" role="button">Scales</a>
</li>
<li class=" nav-item active ">
<a class="mynavbtn btn btn-outline-dark btn-lg m-2" href="worksheets.html" role="button">Worksheets</a>
</li>
<li class="nav-item active ">
<a class="mynavbtn btn btn-outline-dark btn-lg m-2" href="supplies.html" role="button">Supplies</a>
</li>
<li class="nav-item active">
<a class="mynavbtn btn btn-outline-dark btn-lg m-2" href="about.html" role="button">About</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Horizonal Ruler Below Nav -->
<div class="row">
<div class="col"><hr></div>
</div>
<!-- CARD GRID -->
<div class="row row-cols-1 row-cols-md-3 g-4">
<div class="col">
<div class="card h-100 p-4">
<img src="https://raw.githubusercontent.com/sergeipanov/mywebsite/main/gMajorSample.jpg" class="card-img-top" alt="Sample of G Major Scale Arpeggio and Octave Scale">
<div class="card-body">
<h5 class="card-title">G Major Scale</h5>
<p class="card-text">This is a sample of the G Major Scale from the "Practical Scales and Arpeggios for Violin"</p>
<div><hr></div>
<a class="btn btn-outline-dark btn-sm m-1 stretched-link" role="button" href="https://drive.google.com/file/d/1TwoYi3VAm8cjwjiJpJzkwCYWksjtHB6x/view?usp=sharing" target="_blank" download="proposed_file_name">Download</a>
</div>
</div>
</div>
<div class="col">
<div class="card h-100 p-4">
<img src="https://raw.githubusercontent.com/sergeipanov/mywebsite/main/gMinorSample.jpg" class="card-img-top" alt="Sample of G Minor Scale Arpeggio and Octave Scale">
<div class="card-body">
<h5 class="card-title">G Melodic Minor Scale </h5>
<p class="card-text">This is a sample of the G Major Scale from the "Practical Scales and Arpeggios for Violin"</p>
<div><hr></div>
<a class="btn btn-outline-dark btn-sm m-1 stretched-link" role="button" href="https://drive.google.com/file/d/1PUxxKBXPJ1eHkhwdHHCi6iQyddeWxcWD/view?usp=sharing" target="_blank" download="proposed_file_name">Download</a>
</div>
</div>
</div>
<div class="col">
<div class="card h-100 p-4">
<img src="https://raw.githubusercontent.com/sergeipanov/mywebsite/main/scalebookfinalsmall.jpg" class="card-img-top" alt="Cover pictur of Practical Scales and Arpeggios for Violin by Sergei Panov">
<div class="card-body">
<h5 class="card-title">Visit the Amazon Store</h5>
<p class="card-text">See the book in the Amazon store</p>
<div><hr></div>
<a class="btn btn-outline-dark btn-sm m-1 stretched-link" role="button" href="https://www.amazon.com/dp/B09DMP7VTC?ref_=pe_3052080_397514860" target="_blank">Go to Amazon </a>
</div>
</div>
</div>
<!-- Card Grid ending Div -->
</div>
<!-- Div for Main Container -->
</div>
<!-- Cookie Container -->
<div class="cookie-container">
<p>
We use Google Analytics, cookies and 3rd party re-marketing ads on our website to provide a better service and learn how to best support our community. To find out more, read our
<a href="privacy.html">privacy and cookie policy</a>
</p>
<button class="cookie-btn">
Okay
</button>
</div>
<!-- Copyright -->
<footer>
<div class="footer-copyright text-center py-3">Copyright 2021 ©
<a href="https://www.sergeipanov.com/index.html"> sergeipanov.com</a>
<br>
<a href="privacy.html">Privacy and cookies policy</a>
</div>
</footer>
<!-- Cookie Container JS -->
<script src="main.js"></script>
<!-- Boostrap Code -->
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" integrity="sha384-q2kxQ16AaE6UbzuKqyBE9/u/KzioAlnx2maXQHiDX9d4/zp8Ok3f+M7DPm+Ib6IU" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-pQQkAEnwaBkjpqZ8RU1fF1AKtTcHJwFl3pblpTlHXybJjHpMYo79HY3hIi4NKxyj" crossorigin="anonymous"></script>
</body>
</html>