-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.php
90 lines (71 loc) · 3.31 KB
/
contact.php
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="GENERATOR" content="Mozilla/4.61 [en] (Win98; U) [Netscape]">
<title>Andrew DeFaria</title>
<link rel="stylesheet" type="text/css" media="screen" href="/css/Default.css">
<link rel="stylesheet" type="text/css" media="print" href="/css/Print.css">
<link rel="SHORTCUT ICON" href="https://defaria.com/favicon.ico" type="image/png">
<?php include "site-functions.php"?>
</head>
<body>
<div class="heading">
<h1 class="centered">Andrew DeFaria's Contact Information</h1>
</div>
<div id="content">
<?php navigation_bar ("yes")?>
<h2>Home:</h2>
<blockquote>
<address>
Andrew DeFaria<br><a href="https://www.google.com/maps/place/2010+W+San+Marcos+Blvd,+San+Marcos,+CA+92078/@33.1349147,-117.2193893,1205m/data=!3m1!1e3!4m13!1m7!3m6!1s0x80dc75212f3c9fff:0x103842edc2818238!2s2010+W+San+Marcos+Blvd+UNIT+33,+San+Marcos,+CA+92078!3b1!8m2!3d33.1349147!4d-117.2172006!3m4!1s0x80dc752128c85183:0x191a5e07f6d59b1a!8m2!3d33.1349083!4d-117.2172925">
2010 West San Marcos Blvd, Unit 33<br>
San Marcos, California 92078<br></a>
</address>
</blockquote>
<blockquote><p>
<span class="standout">Phone:</span> (408) 596-4937<br>
<span class="standout">Email:</span> <a href="mailto:[email protected]">[email protected]</a><br>
<span class="standout">Alternate Email:</span> <a href="mailto:[email protected]">[email protected]</a><br>
<span class="standout">Page:</span> <a href="/">https://defaria.com</a><br>
</p></blockquote>
<h2>Current Employer:</h2>
<blockquote><p>
<address>
<a href="https://cpanel.net/">
<img src="/Images/cPanel.png"><br>
cPanel LLC</a><br>
2550 North Loop W., Suite 4006<br>
Houston, Texas 77092<br></a>
</address>
</blockquote>
<blockquote><p>
<span class="standout">Email:</span> <a href="mailto:[email protected]">[email protected]</a><br>
<span class="standout">Phone:</span> <i>What's a phone? :-)</i><br>
</p></blockquote>
<h2>Podcast OPML</h2>
<p>Here's on OPML file of the podcasts I listen to: <a href="/podcasts.opml">Podcasts.opml</a></p>
<h2>Instant Messenging:</h2>
<blockquote><p>
<span class="standout">AOL Instant Messenger (AIM):</span> defaria<br>
<span class="standout">MSN Messenger:</span> [email protected]<br>
<span class="standout">Yahoo Pager:</span> andrew_defaria<br>
<span class="standout">ICQ #:</span> 23552673<br>
<span class="standout">Skype:</span> adefaria</br>
<span class="standout">Skype (Work):</span> adefariaWork</br>
<span class="standout">Google Talk:</span> [email protected]</br>
</p></blockquote>
<h2>Social Networks</h2>
<p>I guess I succumbed - I don't know why - I'll probably regret this...</p>
<blockquote><p><strike>
<a href="http://www.facebook.com/profile.php?id=100000282058596&ref=name">Facebook</a><br>
<a href="http://twitter.com/adefaria">Twitter</a><br></strike>
<a href="https://plus.google.com/105126312267915112280">Google+</a><br>
</p></blockquote>
<p><i>"Facebook seems like an incredible waste of time"</i> - Betty White - 2010</p>
<?php copyright ("1960");?>
</div>
</div>
</body>
</html>