added keymailer link

This commit is contained in:
Ellpeck 2019-11-22 00:03:34 +01:00
parent 7685c63543
commit 2befcbf343
2 changed files with 6 additions and 3 deletions

View File

@ -46,7 +46,7 @@
<h1>Get the Game</h1>
<p>You can buy Foe Frenzy for <strong>$12.99</strong> on any of the following platforms.</p>
<div class="store-buttons">
<div class="centered">
<a class="btn btn-success store-button" role="button" href="https://store.steampowered.com/app/1194170/">
<img src="media/steam.png" class="store-img" alt="Buy on Steam">
</a>
@ -133,8 +133,11 @@
If you want to create a video or write an article about Foe Frenzy, you are more than welcome to! If you want to have it featured on this site, you can send an e-mail to <a href="mailto:me@ellpeck.de">me@ellpeck.de</a>.
</p>
<p>
If you're a games journalist or a let's player and you would like to request a key for the game, you can also send an e-mail to the address above. Please include a link to a site that showcases your content. Thanks!
If you're a games journalist or a let's player and you would like to request a key for the game, you can also send an e-mail to the address above. Alternatively, you can request a key on Keymailer:
</p>
<div class="centered">
<iframe height="50px" scrolling="no" src="https://embed.keymailer.co/g/games/90201/request_button/_373e672e71" style="border: none" width="200px"></iframe>
</div>
<h2>Assets</h2>
<p>You're free to use the following images for your video or article about Foe Frenzy. Just right-click any of the images you would like to use and select <code>Save image as...</code> to save them.</p>

View File

@ -24,7 +24,7 @@ body {
margin-bottom: 20px;
}
.store-buttons {
.centered {
text-align: center;
}