-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
75 lines (53 loc) · 1.8 KB
/
index.html
File metadata and controls
75 lines (53 loc) · 1.8 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
<!doctype html>
<html>
<head>
<script src="https://kit.fontawesome.com/748bb466e3.js"></script>
<link href="https://fonts.googleapis.com/css?family=Lato|Raleway&display=swap" rel="stylesheet">
<style type="text/css">
html,body {font-family: arial, helvetica;}
</style>
<link rel='stylesheet' type = "text/css" href="home.css">
<link rel='stylesheet' type='text/css' href="universal.css">
</head>
<body>
<div class="front-header">
<a href='index.html'>
<i id='logo' class="fas fa-guitar front-logo">
</i>
</a>
<div class="head-text front-butt" >
<a href='appraisals.html'>
Appraisals
</a>
</div>
<div class="head-text front-butt" >
<a href='about.html'>
About / Contact
</a>
</div>
</div>
<div class='front-display'>
<div class='front-text'> Larry the Luthier </div>
<img src="cello1.jpg" alt='Cello being played' class='front-image'>
</div>
<div class="reviews body-background">
<div class='reviewers'>
<h2 class="reviewer">Ramsey Zhoult</h2>
<h2 class="reviewer">Chuckney Falvon</h2>
<h2 class="reviewer" >Susie Tyile </h2>
</div>
<div class="quotes">
<p class="quote"> "Stunning, flawless work. Larry has always
been my go to luthier. Whenever I'm in town, I
make sure he gives my viola a once over."</p>
<P class='quote '> "Larry is the nicest guy, he's gives the
same attention he gives my Stradivarious to my
daughter's learner instrument. His quality of work
never changes."</P>
<p class="quote">"Larry put a new bass rod in my mandolin.
It's never felt more
powerful or resonant. Im ecstatic!"</p>
</div>
</div>
</body>
</html>