-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
80 lines (59 loc) · 2.35 KB
/
contact.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
79
80
<!--Contact page for derekverbrugge.com-->
<!DOCTYPE html>
<html lang="en">
<head>
<link href="derekverbrugge.css" rel="stylesheet">
<title>DerekVerbrugge.com Contact</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<div class="header">
<p class="title"><b><a href="https://derekverbrugge.com/contact.html">DerekVerbrugge.com</a></b></p>
<!--<a href="https://derekverbrugge.com/contact.html">Contact</a>-->
</div>
<ul>
<li><a href="https://derekverbrugge.com">Home</a></li>
<li class="dropdown">
<!--<a href="javascript:void(0)" class="dropbtn">Portfolio</a>-->
<a href="https://derekverbrugge.com/about.html" class="dropbtn">About</a>
<div class="dropdown-content">
<!--<a href="https://derekverbrugge.com/interior-painting.html">Interior Painting</a>-->
<a href="https://derekverbrugge.com/software-and-digital-assets.html">Software and Digital Assets</a>
<a href="https://derekverbrugge.com/fine-art.html">Fine Art</a>
</div>
</li>
<!--<li><a href="https://derekverbrugge.com/about.html">About</a></li>-->
<li class="right"><a href="https://derekverbrugge.com/contact">Contact</a></li>
</ul>
<div class="row">
<div class="column">
<center><h2><a href="https://derekverbrugge.com/contact.html">Contact</a></h2></center>
<div class="column dark">
<div class="column">
<h3>Serving Manchester, NH and Southern New Hampshire</h3>
<h4>
Text or Call: (208) 691-4350<br>
Email: [email protected]<br>
</h4>
</div>
</div>
</div>
</div>
<br><br><br><br>
<div>
<ul>
<li>
<a href="https://derekverbrugge.com">Home</a> <br>
<!--<a href="https://derekverbrugge.com/portfolio.html">Portfolio</a></br>-->
<a href="https://derekverbrugge.com/about.html">About</a><br>
<a href="https://derekverbrugge.com/contact.html">Contact</a><br>
<br><br><br>
</li>
</ul>
<div class="footer">
Copywrite © 2020 Derek Verbrugge - All Rights Reserved
</div>
</div>
</body>
</html>