-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmindset.html
More file actions
132 lines (117 loc) · 4.98 KB
/
mindset.html
File metadata and controls
132 lines (117 loc) · 4.98 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
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
<!DOCTYPE HTML>
<!--
Strongly Typed by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Violin Lessons - Prasanthi Matharu</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="no-sidebar is-preload">
<div id="page-wrapper">
<!-- Header -->
<section id="header">
<div class="container">
<!-- Logo -->
<h1 id="logo"><a href="index.html">Violin Lessons</a></h1>
<!-- Nav -->
<nav id="nav">
<ul>
<li><a class="icon solid fa-home" href="index.html"><span>Home</span></a></li>
<li>
<a href="#" class="icon fa-music"><span>Music Lessons</span></a>
<ul>
<li><a href="clarity.html">Piano Lessons</a></li>
<li><a href="mindset.html">Violin Lessons</a></li>
<li><a href="music-theory.html">Music Theory</a></li>
</ul>
</li>
<li><a class="icon solid fa-info" href="left-sidebar.html"><span>Teaching Approach</span></a></li>
<li><a class="icon solid fa-chart-bar" href="bespoke.html"><span>Bespoke Coaching</span></a></li>
<!-- <li><a class="icon solid fa-retweet" href="right-sidebar.html"><span>Blog</span></a></li> -->
<li><a class="icon solid fa-sitemap" href="no-sidebar.html"><span>About Me</span></a></li>
</ul>
</nav>
</div>
</section>
<!-- Main -->
<section id="main">
<div class="container">
<div id="content">
<!-- Post -->
<article class="box post">
<header>
<h2>Express Yourself Through the Beautiful Sound of Violin</h2>
</header>
<span class="image featured"><img src="images/Violins_image.png" alt="" /></span>
<p>The violin is one of the most expressive and rewarding instruments to learn. My violin lessons
combine technical excellence with musical artistry, helping you develop both the skill and passion
necessary to make beautiful music.</p>
<p>Whether you're a complete beginner or looking to advance your existing skills, I provide
personalised instruction that focuses on proper technique, musical understanding, and the joy
of creating beautiful sounds. Each lesson is tailored to your individual goals and learning style.</p>
<p>From your very first lesson, you'll begin developing the foundation that will serve you
throughout your musical journey, building confidence and skills that will last a lifetime.</p>
<p>In violin lessons, you'll develop:</p>
<ul>
<li>Proper violin posture, bow hold, and fundamental techniques</li>
<li>Essential bowing techniques including legato, staccato, and spiccato</li>
<li>Intonation skills and developing a keen musical ear</li>
<li>Music reading, rhythm, and sight-reading abilities</li>
<li>Classical repertoire from beginner etudes to advanced pieces</li>
<li>Musical expression, phrasing, and performance confidence</li>
<li>Preparation for ABRSM grading exams, auditions, and performances</li>
</ul>
<p><strong>Ready to start your violin journey? Book your first lesson!</strong></p>
<ul class="actions">
<li><a href="#footer" class="button icon solid fa-music">Book Your Lesson</a></li>
</ul>
</article>
</div>
</div>
</section>
<!-- Footer -->
<section id="footer">
<div class="container">
<header>
<h2>Book your first violin lesson <strong>today</strong></h2>
</header>
<div class="row">
<div class="col-12 col-12-medium">
<section>
<div class="row">
<div class="col-12">
<ul class="icons">
<li class="icon solid fa-phone">
+44735 207 1661
</li>
<li class="icon solid fa-envelope">
<a href="mailto:bespoke.music.coaching@gmail.com">bespoke.music.coaching@gmail.com</a>
</li>
</ul>
</div>
</div>
</section>
</div>
</div>
</div>
<div id="copyright" class="container">
<ul class="links">
<li>© Untitled. All rights reserved.</li><li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</div>
</section>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>