-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
78 lines (58 loc) · 1.87 KB
/
about.html
File metadata and controls
78 lines (58 loc) · 1.87 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
<!doctype html>
<html>
<head>
<title> LLuthier </title>
<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='universal.css'>
<link rel='stylesheet' type='text/css' href='about.css'>
</head>
<body>
<div class="header">
<a href='index.html'>
<i id='logo' class="fas fa-guitar header-text">
</i>
</a>
<div class="head-text header-but" >
<a href='appraisals.html'>
Appraisals
</a>
</div>
<div class="head-text header-but" >
<a href='about.html'>
About / Contact
</a>
</div>
</div>
<div class="title" id='about-title'>
<div class="title-text">About Larry</div>
</div>
<div class="body-background">
<p id='bio'>
Hello! I'm Larry. I'm a third generation luthier, so I've been
holding tools since before I could walk. These days, I'm
Boston's premiere luthier. I've fixed
Itzhak Perlman's cracked bridge, Joshua Bell's backplate hole,
and even Steve Martin's broken banjo head. But I dont just
work with the best. Most of my business comes from students and
local professionals. I'm always happy to help, no matter the
magnitude of the fix or project. Broken string? Shattered neck?
Head over to my appraisals page from the link above, and
I'll get back to you within the day.
</p>
<div id='contact'>
<h1>Find / Contact Me: </h1>
<p>Location: 123 Commonwealth Ave
      
10 - 5 MTWRFS</p>
<p>Phone: 123-456-7890
Email: LLuthier@email.org</p>
</div>
</div>
</div>
</body>
</html>