blob: 3276f0fc5882ba9ec250bd6a166c0c07f38d0429 (
plain)
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
|
<?PHP
htmlHeader(array(), 'About', 'About Pathery.com');
?>
<link href="https://plus.google.com/105148482605711831543" rel="publisher" />
<body>
<?php
topbar($Links);
?>
<div class="wrapper">
<h2>About Pathery</h2>
Send us feedback using the <a href='feedback'>Feedback Page</a>
<br /><br />
Email us: <a href='mailto:snap@pathery.com'>snap@pathery.com</a>
<br /><br />Follow us on twitter:
<a href="https://twitter.com/Pathery" class="twitter-follow-button" data-show-count="false">Follow @Pathery</a>
<script src="//platform.twitter.com/widgets.js" type="text/javascript"></script>
<br /><br />Like us on facebook:
<iframe id='facebook' src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com/pages/Pathery/176985129018434&layout=button_count&show_faces=false&width=90&action=like&font&colorscheme=dark&height=21"></iframe>
<br /><br />Plus 1 us with Google
<!-- Place this tag where you want the +1 button to render -->
<div class="g-plusone" data-size="medium" data-annotation="inline" data-width="https://plus.google.com/u/0/b/105148482605711831543/" data-href="https://plus.google.com/u/0/b/105148482605711831543/"></div>
<!-- Place this render call where appropriate -->
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>
<br /><br />
<h3>Created by:</h3>
Patrick Davison (Snap) and Rex Ounekeo
<h2>Special thanks:</h2>
<h3>Inspirations:</h3>
<h4>Tower defense games like:</h4>
Goa's Random TD game on Starcraft 2
<br />Xeno Tactics
<br />Desktop Tower Defense
<br />The original; - Sunken Defense and it's many clones. From Starcraft.
<h3>Programmers:</h3>
raylu
<h3>Testers:</h3>
Steven Gosling
<br />Patrick's Family
<br />Josh
<br />Rory Matthias Quentin Maison
<br />Matt
<br />Radivel
<br />Splax
<br />chord
<h3>Other Mentions:</h3>
Mixpanel has been friendly and helpful:
<br />
<a href='https://mixpanel.com/f/partner'><img src='https://mixpanel.com/site_media/images/partner/badge_blue.png' alt='Mobile Analytics' /></a>
</div>
<br />
<?php
htmlFooter();
?>
|