-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathartists.html
74 lines (66 loc) · 5.58 KB
/
artists.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
<!DOCTYPE>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="artists.css">
<link href="https://fonts.googleapis.com/css?family=Josefin+Sans:400,600&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Cinzel&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons"
rel="stylesheet">
</head>
<body>
<!--Navbar start-->
<nav class="navbar navbar-expand-lg fixed-top">
<a class="navbar-brand" href="#"><span class="display-5 font-weight-bold text-light" style="font-size: 20px;">MAGICAL-FLUTE</span></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse ml-5" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item m-3">
<a class="btn btn-outline-warning btn1" href="param.html" style="font-size: 15px;">Home<span class="sr-only">(current)</span></a>
</li>
<li class="nav-item m-3">
<a class="btn btn-outline-warning btn2" href="about.html" style="font-size: 15px;">About</a>
</li>
<li class="nav-item m-3">
<a class=" btn btn-outline-warning btn3" href="contact.html" style="font-size: 15px;">Contact</a>
</li>
<li class="nav-item m-3">
<a class=" btn btn-outline-warning" href="#" style="font-size: 15px;">Developers</a>
</li>
</ul>
</div>
</nav>
<!-- Navbar ended -->
<div class="container text-center">
<p>Many of the best flutists on the list can still be found playing in orchestra front of thousands of people and teaching at the best music schools. Because of their contribution, the flute continues to grow in popularity thanks to the diversity and richness of the industry.</p>
<button class="artist-link"><a href="https://www.cmuse.org/famous-flutist/" target="_blank" style="text-decoration: none; font-size: 1.5rem; color: #fff;"> Famous Flutists You Should Know </a></button>
</div>
<div class="container">
<div class="row text-center justify-content-center">
<div class="col-12">
<h1>Famous flute artist in the world</h1>
<img class="img-fluid img-thumbnail" src="images/James-Galway.jpg" alt="James-Galway" width="300px">
<p> <span class="artist">James Galway</span> is considered by many seasoned and newbie flute players as the greatest flute players and the most famous in the world. Popularly referred to as the man with the golden flute, James Galway has experienced success like no other flute player; he has headlined myriad shows and still continues to tour successfully. He is also credited with his intricate performances that have resulted in over 30 million albums sold. Additionally, he has performed in front of world leaders, presidents, and dignitaries as well as work alongside other major artists such as Andrea Bocelli and Stevie Wonder. Because of his illustrious career, Galway has set a standard for other flute players of the world to aspire to.</p>
<button class="artist-link"><a href="http://www.jamesgalway.com/" target="_blank" style="text-decoration: none; font-size: 1.5rem; color: #fff;"> More about James Galway </a></button>
<hr class="my-5">
</div>
<div class="col-12 ">
<h1>Famous flute artist in the India</h1>
<img class="img-fluid img-thumbnail" src="images/hariprasad.jpg" alt="James-Galway" width="500px">
<p> <span class="artist">Hariprasad Chaurasia</span> (b. 1st July 1938) is known internationally as the greatest living master of the bansuri, the North Indian bamboo flute. Chaurasia is among the small but growing number of classicists who have made a conscious effort to reach out and expand the audience for classical music. He is probably the most accessible Hindustani musician, and has done much to popularise the bansuri and classical music.</p>
<p>
Hariprasad Chaurasia was born into a non-musical family in Allahabad. His father was a wrestler. His mother died when he was very young. Hariprasad had to learn music almost in secret, scared of the father who wanted him to become a wrestler. First he started learning vocal music from Pt. Rajaram at the age of 15. Later, he switched to playing the flute under the tutelage of Pt. Bholanath of Varanasi. Much later, while working for All India Radio, he received guidance from the reclusive Smt. Annapurna Devi (daughter of Baba Allaudin Khan).</p>
<button class="artist-link"><a href="https://www.indiatoday.in/pandit-hariprasad-chaurasia" target="_blank" style="text-decoration: none; font-size: 1.5rem; color: #fff;"> More about Hariprasad Chaurasia </a></button>
</div>
</div>
</body>
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script>
<script src="magical-flute.js"></script>
</html>