summaryrefslogtreecommitdiffstats
path: root/pages/about.php
diff options
context:
space:
mode:
authorPatrick Davison <snapwilliam@gmail.com>2012-08-01 12:03:17 -0700
committerPatrick Davison <snapwilliam@gmail.com>2012-08-01 12:03:17 -0700
commite33b5d091f125b8b757f4fce6520324882f8010d (patch)
treeb3518305c680b48c7442b05ceda4441f9a064e32 /pages/about.php
parent2d290b23c402561ef30c1de665895c120dd79483 (diff)
downloadpathery-e33b5d091f125b8b757f4fce6520324882f8010d.tar.xz
Fix; Tutorial bandaid.
Fix; Scoreboard alignment issue. Update; About page.
Diffstat (limited to 'pages/about.php')
-rw-r--r--pages/about.php23
1 files changed, 19 insertions, 4 deletions
diff --git a/pages/about.php b/pages/about.php
index 77d7712..3276f0f 100644
--- a/pages/about.php
+++ b/pages/about.php
@@ -1,5 +1,5 @@
<?PHP
-htmlHeader(array());
+htmlHeader(array(), 'About', 'About Pathery.com');
?>
<link href="https://plus.google.com/105148482605711831543" rel="publisher" />
@@ -39,10 +39,16 @@ topbar($Links);
<h3>Created by:</h3>
Patrick Davison (Snap) and Rex Ounekeo
- <h3>Special thanks:</h3>
- <h4>Programmers:</h4>
+ <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
- <h4>Testers:</h4>
+ <h3>Testers:</h3>
Steven Gosling
<br />Patrick's Family
<br />Josh
@@ -51,7 +57,16 @@ topbar($Links);
<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();