-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.php
61 lines (60 loc) · 1.89 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
<!DOCTYPE html>
<html>
<head>
<title>Mercerenies - Contact</title>
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
<?php include('private/header.php'); ?>
<div class="page content">
<?php include('private/new_site_notice.php'); ?>
Here's how to get in touch with me. The ones nearer the top of the list are
the easier ways to reach me.
<ul>
<li>
Email: Mercerenies at comcast dot net
</li>
<li>
GMC Account:
<a target="new" href="https://forum.yoyogames.com/index.php?members/mercerenies.457/">
Mercerenies
</a>
</li>
<li>
Stack Overflow:
<a target="new" href="http://stackoverflow.com/users/2288659/silvio-mayolo">
Silvio Mayolo
</a>
</li>
<li>
GitHub:
<a target="new" href="https://github.com/Mercerenies">
Silvio Mayolo
</a>
</li>
<li>
Gamejolt:
<a target="new" href="http://gamejolt.com/profile/mercerenies/86590">
Mercerenies
</a>
</li>
<li>
LinkedIn:
<a target="new" href="https://www.linkedin.com/in/silvio-mayolo-872535b3?authType=NAME_SEARCH&authToken=SGZU&locale=en_US&srchid=4044240861474234566775&srchindex=1&srchtotal=1&trk=vsrp_people_res_name&trkInfo=VSRPsearchId%3A4044240861474234566775%2CVSRPtargetId%3A404424086%2CVSRPcmpt%3Aprimary%2CVSRPnm%3Atrue%2CauthType%3ANAME_SEARCH">
Silvio Mayolo
</a>
</li>
<li>
Backup Email: Mercerenies at gmail dot com
</li>
<li>
Steam:
<a target="new" href="http://steamcommunity.com/id/mercerenies">
mercerenies
</a>
</li>
</ul>
</div>
<?php include('private/footer.php'); ?>
</body>
</html>