-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFAQ.html
More file actions
107 lines (75 loc) · 3.93 KB
/
FAQ.html
File metadata and controls
107 lines (75 loc) · 3.93 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
<html class="no-js" lang="en" dir="ltr" id="html">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script src="js/vendor/modernizr.js"></script>
<title>Table of Contents</title>
<link href="https://fonts.googleapis.com/css?family=Amatic+SC|Neucha" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<link rel="stylesheet" href="css/foundation.css" />
<link rel="stylesheet" href="css/app.css">
<link href="https://fonts.googleapis.com/css?family=Righteous" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Quattrocento+Sans" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Khand" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Rancho" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Rubik" rel="stylesheet">
</head>
<body>
<div id="bodyy">
<div id="div3">
<nav class="top-bar" data-topbar role="navigation" id="topbar1">
<ul class="title-area">
<li class="name">
<h1><a href="index.html" id="topleft"> <img src="css/img/logo2.png"> </a> </h1>
</li>
<li class="toggle-topbar menu-icon"><a href="#">
<span></span></a></li>
</ul>
<section class="top-bar-section">
<!-- Right Nav Section -->
<ul class="right">
<li class="has-dropdown">
<a href="#" id="topbar1"> contact us </a>
<ul class="dropdown">
<li id="dropdown1"><a href="mailto:jgonza1427@gmail.com" id="dropdownlink">jgonza1427@gmail.com</a></li>
<li id="dropdown1"><a href="https://www.instagram.com/jpguitarofficial/" id="dropdownlink">instagram</a></li>
</ul>
</li>
</ul>
<ul class="left">
<li class="toplink"><a href="tableofcontents.html" id="topbar1">lessons</a></li>
<li class="toplink"> <a href="CommonChords.html" id="topbar1">chords</a></li>
<li class="toplink"><a href="Songs.html" id="topbar1">songs</a></li>
<li class="has-dropdown" id="toplink"><a href="#" id="topbar1"> more</a>
<ul class="dropdown">
<li id="dropdown1"><a href="FAQ.html" id="dropdownlink1"> FAQ </a> </li>
<li id="dropdown1"><a href="RecommendedLinks.html" id="dropdownlink1"> Recommended Links </a> </li>
</ul>
</li>
</ul>
</section>
</nav>
</div>
</div>
<div class="returnto"> <a id="returntolink" href=index.html> Click here to return to the main page </a> </div>
<div class="correctguitarposture">
<p id="guitarposture"> Frequently Asked Questions </p>
<p id="big2"> How much does it cost?</p>
<p id="small2"> JPGuitar is completely free of charge. What are you waiting for? Start learning now! </p>
<p id="big2"> Where can I buy a guitar?</p>
<p id="small2"> You can buy a guitar at many different places. The preffered place to buy a guitar would be at music stores, as the selection for guitars as well as the accessories are abundant. </p>
<p id="big2"> How come I'm not a master at guitar yet?</p>
<p id="small2"> JPGuitar is meant to be a beginner's introduction into learning guitar. Although you might have finished our lessons, the journey of learning guitar is far from over. The number one secret to mastering guitar? Practice! </p>
<p id="big2"> Where can I contact you? </p>
<p id="small2"> Our email is jgonza1427@gmail.com. You can also reach us on instagram @jpguitarofficial </p>
<p id="big2"> I've finished your guitar lessons. What now? </p>
<p id="small2">Practice, practice, practice! Please visit our recommended links page to find helpful material that'll help you on your journey. </p>
<a href=#topbar1 id="gobacktotop"> Go back to top </a>
</div>
<script src="js/vendor/jquery.js"></script>
<script src="js/foundation.min.js"></script>
<script>
$(document).foundation();
</script>
</body>
</html>