mirror of
https://github.com/ikrpg/ikrpg.github.io.git
synced 2026-05-13 14:27:22 +00:00
162 lines
No EOL
8.2 KiB
HTML
162 lines
No EOL
8.2 KiB
HTML
<!DOCTYPE html>
|
|
<html manifest="/ikrpg.appcache">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<title>{{ page.title }}</title>
|
|
<meta name="description" content="Unofficial Iron Kingdoms Role Playing Game (IKRPG) Resources: IKRPG content index and character sheets." />
|
|
<link rel="stylesheet" href="/static/stylesheets/index.css" />
|
|
<link rel="stylesheet" href="/static/stylesheets/content/datatables.css" />
|
|
|
|
<!--script src="/static/javascripts/expandable.js"></script>
|
|
<script src="/static/javascripts/opaquable.js"></script>
|
|
<script src="/static/javascripts/resizable.js"></script-->
|
|
|
|
<script type="text/javascript" src="//code.jquery.com/jquery-2.1.1.min.js"></script>
|
|
<script type="text/javascript" src="/static/javascripts/jquery-ui-1.11.4.min.js"></script>
|
|
<script type="text/javascript" src="//cdn.datatables.net/1.10.0/js/jquery.dataTables.min.js"></script>
|
|
<script type="text/javascript" src="//cdn.datatables.net/fixedheader/2.1.1/js/dataTables.fixedHeader.min.js"></script>
|
|
<script type="text/javascript" src="/static/javascripts/lz-string-1.3.3-min.js"></script>
|
|
<script type="text/javascript" src="/static/javascripts/pouchdb-3.3.1.min.js"></script>
|
|
<script type="text/javascript">
|
|
var db = new PouchDB('ikrpg');
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<script type="text/javascript">
|
|
function changeBackground(imageName, topX) {
|
|
$("body").css('background-image', 'url('+imageName+')');
|
|
$("body").css('background-position', '50% '+topX+'px');
|
|
$("#head").css('background-image', 'url('+imageName+')');
|
|
$("#head").css('background-position', '50% '+(topX-66)+'px');
|
|
$("#foot > div.banner").css('background-image', 'url('+imageName+')');
|
|
}
|
|
|
|
function setBackground(imageName, topX) {
|
|
changeBackground(imageName, topX);
|
|
|
|
db.get("bg", function(error, bg) {
|
|
if(!error) {
|
|
bg.name = imageName;
|
|
bg.topX = topX;
|
|
db.put(bg);
|
|
}
|
|
});
|
|
}
|
|
|
|
$(function() {
|
|
db.get("bg", function(error, bg) {
|
|
if(error) {
|
|
bg = {
|
|
_id: "bg",
|
|
name: "/static/images/bg-FMF.jpg",
|
|
topX: -370
|
|
};
|
|
db.put(bg);
|
|
}
|
|
changeBackground(bg.name, bg.topX);
|
|
});
|
|
});
|
|
</script>
|
|
<article itemscope itemtype="http://schema.org/Article">
|
|
<nav id="menu">
|
|
<ol>
|
|
<li><a href="/"></a></li>
|
|
<li><a href="mailto:philipp.wille@web.de"></a></li>
|
|
<li><a href="https://github.com/ikrpg/ikrpg.github.io/wiki/How-do-I-Participate%3F"></a></li>
|
|
<li><a href="https://github.com/ikrpg/ikrpg.github.io"></a></li>
|
|
<li><a href="http://prose.io/#ikrpg/ikrpg.github.io/edit/master/_posts/0000-01-01-{{ page.title | replace: ' ', '-' }}.html"></a></li>
|
|
<li><a href="#" class="js-resizable"></a></li>
|
|
<li><a href="#" class="js-opaquable"></a></li>
|
|
<li><a href="#" class="js-expandable"></a></li>
|
|
</ol>
|
|
</nav>
|
|
<header id="head">
|
|
<h1 itemprop="headline">{{ page.title }}</h1>
|
|
<nav>
|
|
<ol>
|
|
{% for tag in page.tags %}
|
|
<li><a href="#">{{ tag }}</a></li>
|
|
{% endfor %}
|
|
</ol>
|
|
</nav>
|
|
</header>
|
|
<section class="content" itemprop="articleBody">{{ content }}</section>
|
|
<footer id="foot">
|
|
<div class="banner"></div>
|
|
<p>Images originating from the <a href="http://privateerpress.com">Privateer Press website</a> are © 2001—2016
|
|
Privateer Press, Inc. All Rights Reserved.
|
|
<ul class="inline">
|
|
<li>Privateer Press ®</li>
|
|
<li>WARMACHINE ®</li>
|
|
<li>Cryx</li>
|
|
<li>Cygnar</li>
|
|
<li>Khador</li>
|
|
<li>Protectorate of Menoth</li>
|
|
<li>Retribution of Scryah</li>
|
|
<li>Steam-powered Miniatures Combat</li>
|
|
<li>warcaster</li>
|
|
<li>warjack</li>
|
|
<li>WARMACHINE: Prime</li>
|
|
<li>WARMACHINE: Escalation</li>
|
|
<li>WARMACHINE: Apotheosis</li>
|
|
<li>WARMACHINE: Superiority</li>
|
|
<li>WARMACHINE: Prime Remix</li>
|
|
<li>WARMACHINE: Legends</li>
|
|
<li>Forces of WARMACHINE: Pirates of the Broken Coast</li>
|
|
<li>Forces of WARMACHINE: Retribution of Scyrah</li>
|
|
<li>Forces of WARMACHINE: Cygnar</li>
|
|
<li>Forces of WARMACHINE: Khador</li>
|
|
<li>Forces of WARMACHINE: Cryx</li>
|
|
<li>Forces of WARMACHINE: Protectorate of Menoth</li>
|
|
<li>HORDES</li>
|
|
<li>Circle Orboros</li>
|
|
<li>Legion of Everblight</li>
|
|
<li>Skorne</li>
|
|
<li>Trollbloods</li>
|
|
<li>Trollblood</li>
|
|
<li>Monsterous Miniatures Combat</li>
|
|
<li>warbeast</li>
|
|
<li>HORDES: Primal</li>
|
|
<li>HORDES: Evolution</li>
|
|
<li>HORDES: Metamorphosis</li>
|
|
<li>Forces of HORDES: Circle Orboros</li>
|
|
<li>Forces of HORDES: Legion of Everblight</li>
|
|
<li>Forces of HORDES: Skorne</li>
|
|
<li>Forces of HORDES: Trollbloods</li>
|
|
<li>Iron Kingdoms</li>
|
|
<li>Immoren</li>
|
|
<li>The Witchfire Trilogy</li>
|
|
<li>Monsternomicon</li>
|
|
<li>Five Fingers: The Port of Deceit</li>
|
|
<li>Formula P3</li>
|
|
<li>Formula P3 Hobby Series</li>
|
|
<li>No Quarter Magazine</li>
|
|
</ul>
|
|
and their logos are trademarks of Privateer Press, Inc. Images and trademarks used without permission.
|
|
This website is unofficial and is not endorsed by Privateer Press.
|
|
The background images are taken from the warmachine video game's
|
|
<a href="http://whitemoondreams.com/warmachine/media/webkit-2">Webkit</a> and the free
|
|
<a href="http://www.drivethrurpg.com/product/146332/Iron-Kingdoms-Unleashed-An-Introduction-to-Savagery">Iron
|
|
Kingdoms Unleashed Adventure Kit PDF</a>.</p>
|
|
</footer>
|
|
</article>
|
|
<script type="text/javascript">
|
|
(function(){
|
|
var webappCache = window.applicationCache;
|
|
if (webappCache) {
|
|
webappCache.addEventListener("updateready", function() { webappCache.update(); webappCache.swapCache(); }, false);
|
|
}
|
|
})();
|
|
</script>
|
|
|
|
<script type="text/javascript">
|
|
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
|
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
|
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
|
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
|
|
|
ga('create', 'UA-64351555-1', 'auto');
|
|
ga('send', 'pageview');
|
|
</script>
|
|
</body>
|
|
</html> |