-
Notifications
You must be signed in to change notification settings - Fork 0
/
Index.html
49 lines (37 loc) · 1.37 KB
/
Index.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
<html>
<head>
<title>Sopelanlehinsounds</title>
<link rel="stylesheet" href="Mystyle.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<header>Sope Lanlehin</header>
<!--Heading with Main pages and Links -->
<nav>
<h6>
<a href="Index.html">About</a>
<a href="videos.html">Videos</a>
<a href="lessons.html">Lessons</a>
<a href="contact.html">Contact</a>
</h6>
</nav>
<!--Photo -->
<div id="img">
<img src="Profile_pic.jpg" width="30%" align="left">
</div>
<!--Text Section -->
<p class="maintext">
My name is Sope Lanlehin. I was born in 1989 in London, in the UK and I started
playing the Piano when I was 7 yrs old.
I had the opportunity to attend my 1st jazz concert when I was 12 and fell absolutely
in love with the genre that day and what was possible
on the piano.
</p>
<p class="maintext">
Ever since then I have developed my technique and my personal sound by taking college Music Jazz
courses, watching youtube videos, attending Jazz clubs, studying classical pieces and jazz standards.
I hope to inspire young musicians and share the joy that comes from truly loving the instrument.
</p>
<!-- -->
</body>
</html>