Added social media links

This commit is contained in:
2017-08-29 14:14:32 +10:00
parent 78b7fab0e7
commit 3c3afad303
4 changed files with 5 additions and 1 deletions
+1
View File
@@ -1 +1,2 @@
Card Name;Cost;Type;Effect / Reminder Text;Power;Durability
Bomber;2;Mecha;Flight (This unit can't be attacked except by units with Flight or Reach). This Mecha can't attack units with Flight ;3;2
1 Card Name Cost Type Effect / Reminder Text Power Durability
2 Bomber 2 Mecha Flight (This unit can't be attacked except by units with Flight or Reach). This Mecha can't attack units with Flight 3 2
Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 KiB

+3
View File
@@ -1,3 +1,6 @@
<a href="https://facebook.com/KRGameStudios"><img src="https://en.facebookbrand.com/wp-content/uploads/2016/05/FB-fLogo-Blue-broadcast-2.png" alt="Facebook" width="32" height="32"></a>
<a href="https://twitter.com/KRGameStudios"><img src="img/twitter.png" alt="Twitter" width="32" height="32"></a>
Fight your way across vast expanses, conquer enemy batallions, and survive in this world of immense Mechas - wild combat machines commanded by the best pilots this side of the catastrophe.
::: mobileOnly
+1 -1
View File
@@ -1,5 +1,5 @@
//global markdown object and configuration
var markdown = window.markdownit()
var markdown = window.markdownit({html:true})
//allow HTML-style comments
.use(window.markdownitInlineComments)