blob: be526b8a77faf97ab8ac86b3e320ed2f6ac94450 (
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
74
75
76
77
78
79
80
81
82
83
84
|
<?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 />
<hr />
<h2>Credits:</h2>
Created by Patrick Davison (Snap) and Rex Ounekeo
<h3>The Pathery Team</h3>
<ul>
<li>Patrick Davison</li>
<li>Rex Ounekeo</li>
<li>Danny Pflughoeft</li>
</ul>
<h3>Inspirations:</h3>
<ul>
<li>Goa's Random TD game on Starcraft 2</li>
<li>Xeno Tactics</li>
<li>Desktop Tower Defense</li>
<li>The original; - Sunken Defense and it's many clones. From Starcraft 1.</li>
</ul>
<h3>Initial Testers:</h3>
<ul>
<li>Steven Gosling</li>
<li>Donna Davison</li>
<li>Dan Davison</li>
<li>Lani Davison</li>
<li>Josh</li>
<li>Rory Matthias Quentin Maison</li>
<li>Matt</li>
<li>Radivel</li>
<li>Splax</li>
<li>chord</li>
</ul>
<hr />
<h2>Other Mentions:</h2>
Mixpanel has been friendly and helpful:
<br />
<a href="https://mixpanel.com/f/partner"><img src="//cdn.mxpnl.com/site_media/images/partner/badge_blue.png" alt="Mobile Analytics" /></a>
</div>
<br />
<?php
htmlFooter();
?>
|