-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgame_resources.php
More file actions
25 lines (25 loc) · 1.93 KB
/
game_resources.php
File metadata and controls
25 lines (25 loc) · 1.93 KB
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
<?php include("include/header.php"); ?>
<div class="article">
<h2>Publisher Information</h2>
<a href="http://www.catalystgamelabs.com"><img class="image" src="../images/catalyst.png" alt="Catalyst Game Labs Logo"></a>
<p>Catalyst Game Labs is the current publisher of the BattleTech game. You can follow along with their latest news with their
twitter feed below. Beneath that is a link to their webpage.</p>
<div align="center">
<a class="twitter-timeline" data-dnt="true" href="https://twitter.com/CGL_BattleTech" data-widget-id="709526507828469760">Tweets by @CGL_BattleTech</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</div>
<h3>Game Information</h3>
<p>Sarna.net is the wikipedia for BattleTech Universe. There you can find game information, faction details and the history of the Inner Sphere as well as some free downloads.</p>
<p>Please visit their website below:</p>
<a href="http://www.sarna.net"><img class="image" src="../images/sarna.png" alt="Sarna.net logo"></a>
<p>The Master Unit List is a regular updated compilation of all the units avaiable to use in a BattleTech game. It is also a vital tool when looking for the cards used in Alpha Strike. You can download them for free!</p>
<p>Please visit their site here: <a href="http://www.masterunitlist.info">Master Unit List</a></p>
</div>
<?php include("include/footer.php"); ?>
</div>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"
integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS"
crossorigin="anonymous">
</script>
</body>
</html>