-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
78 lines (74 loc) · 3.57 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="../css/style.css">
<title>STAR PIANIST BALI</title>
<script src="../js/nav.js"></script>
<script src="../js/slideshow.js"></script>
</head>
<body onload="showSlides(), plusSlides(), currentSlides()">
<header>
<div id="topnav" class="topnav">
<a href="../html/index.html">HOME</a>
<a href="../html/tutors.html">OUR TUTORS</a>
<a href="../html/events.html">OUR EVENTS</a>
<a href="../html/infoprice.html">COURSE PRICE LIST</a>
<a href="../html/testimonial.html">TESTIMONIALS</a>
<a href="../html/contact.html">CONTACT US</a>
<a href="javascript:void(0)" class="icon" onclick="burgerNav()">☰</a>
</div>
</header>
<div class="slideshow-wrapper">
<div class="slideshow-container">
<div class="mySlides fade">
<img src="../img/car1.jpg" alt="picSlide" class="picSlide">
</div>
<div class="mySlides fade">
<img src="../img/car2.jpg" alt="picSlide" class="picSlide">
</div>
<div class="mySlides fade">
<img src="../img/car3.jpg" alt="picSlide" class="picSlide">
</div>
<a class="prevButton" onclick="plusSlides(-1)">❮</a>
<a class="nextButton" onclick="plusSlides(1)">❯</a>
</div>
<br>
</div>
<br>
<div class="container">
<h1 class="headAboutUs">ABOUT US</h1>
<br>
<div class="desc">
<p> <img src="../img/logo.png" alt="logo" class="imgLogo"> <strong>STAR PIANIST BALI</strong> is a music
school
that has the best
way to prepare
students for careers in music through the study and practice of classical music. We have competent
tutors
that could help our students learning in classical music.
Our course is guaranteed to help you on your journey into music, whether that be professional or
purposefully recreational playing, Star pianist bali can get you there!<br>
<br>STAR PIANIST BALI has a learning method for students who do not have classical music experience. We
will
teach basic classical piano music, such as reading musical notes and a basic introduction to the
practice.
Then we will teach with the ABRSM curriculum in the form of exercise, scales, sight-reading, aural, and
theory.
</p>
</div>
</div>
<footer>
<p>Copyright © 2020 All rights reserved<br>
Designed by Renaldhi Fahrezi
</p>
<a href="https://validator.w3.org/nu/?doc=https%3A%2F%2Frenaldhif.github.io%2Fhtml%2Findex.html" target="_blank">
<img src="../img/html5.png" alt="HTML5 Valid" class="html5"></a>
<a href="https://jigsaw.w3.org/css-validator/validator?uri=renaldhif.github.io%2Fcss%2Fstyle.css&profile=css3svg&usermedium=all&warning=1&vextwarning=&lang=en" target="_blank">
<img src="../img/css3.png" alt="CSS3 Valid" class="css3"></a>
<a href="https://github.com/renaldhif/renaldhif.github.io" target="_blank"><img src="../img/github.png" alt="Github"
class="github"></a>
</footer>
</body>
</html>