-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
108 lines (66 loc) · 1.72 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
<!DOCTYPE html>
<html>
<head>
<title>
ProDataLab
</title>
<meta name="description" content="Software Engineering">
<meta content="HTML,CSS,XML,JavaScript">
<link rel="stylesheet" type="text/css" href="default.css">
<style></style>
</head>
<body class="contact">
<div class="wrap-body">
<div id="header">
<div id="header-title">
ProDataLab
</div>
<div id="header-subtitle">
A Focus On Efficiency
</div>
</div>
<hr />
<div id="navbar">
<div id="navlist">
<ul>
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="projects.html">Projects</a>
</li>
<li id="active">
<a href="contact.html">Contact</a>
</li>
<li>
<a href="about.html">About</a>
</li>
<!-- <li>
<a href="for-hire.html">For Hire</a>
</li>-->
</ul>
</div>
</div>
<br />
<div id="contact-content">
<div id="contact-image">
<img alt="Image not available" id="contact-img-01" src="silverton-trout-lake.jpg">
</div>
<div id="contacv-info">
<h4>
ProDataLab, Peter Alexander<br />
Email: <a class="links" href="mailto:palexander@prodatalab.com">palexander@prodatalab.com</a><br />
</h4>
</div>
<div class="clear"></div>
<p>In the process of re-designing this website.. more info to come shortly.</p>
<div id="footer">
<hr />
<h4>
Copyright @2010–2012 Peter Alexander, ProDataLab
</h4>
<hr />
</div>
</div>
</body>
</html>