-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (34 loc) · 1.46 KB
/
index.html
File metadata and controls
40 lines (34 loc) · 1.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Ayn Inserto</title>
</head>
<body>
<nav>
<a href="index.html">Home</a>
<a href="bio.html">Bio</a>
<a href="music.html">Music</a>
<a href="dates.html">Dates</a>
</nav>
<img src="images/main.png" id="mainImage" alt="Ayn Inserto">
<h1 id="maintitle">Ayn Inserto</h1>
<h2 id="subtitle">Composer · Arranger · Conductor · Educator</h2>
<p>Allan Chase gives a hint of what makes Inserto's pieces appealing for players and listeners alike: "They're hard, but
not too hard." Rhythms and note patterns, he says, "lay well" on the instruments, but they're never predictable. "I'm by
far the oldest member of the band," says Chase, 59. "And I'm totally on the edge of my seat playing the music. It's like
flying an airplane into the Grand Canyon: You can do this, but don't make a wrong turn."
</p>
<p>
-As noted by Jon Garelick in the Boston Globe on June 25, 2015:
</p>
<footer class="site-footer">
<a href="#" target="_blank" class="footer-link">Facebook</a>
<a href="#" target="_blank" class="footer-link">Instagram</a>
<a href="#" target="_blank" class="footer-link">YouTube</a>
<a href="mailto:#" class="footer-link">Email</a>
</footer>
</body>
</html>