171 lines
8.7 KiB
HTML
171 lines
8.7 KiB
HTML
<!DOCTYPE html>
|
||
<html>
|
||
|
||
<head>
|
||
<script type="text/javascript">
|
||
var RollAdvantage = {};
|
||
RollAdvantage.InitRegister = [];
|
||
</script>
|
||
|
||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
|
||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||
|
||
<!-- Begin Jekyll SEO tag v2.0.0 -->
|
||
<title>About - RollAdvantage</title>
|
||
<meta property="og:title" content="About" />
|
||
<meta name="description" content="A RPG tool site with a table top token app and dice roller for table top role playing games.. RollAdvantage aims to provide tools and resources for table top role playing games. All the tools aim to be easy to use, fast and accessible on the fly, and optionally in-depth if possible in order to make a GM’s life easier." />
|
||
<meta property="og:description" content="A RPG tool site with a table top token app and dice roller for table top role playing games.. RollAdvantage aims to provide tools and resources for table top role playing games. All the tools aim to be easy to use, fast and accessible on the fly, and optionally in-depth if possible in order to make a GM’s life easier." />
|
||
<link rel="canonical" href="../../localhost_4000/about/index.html" />
|
||
<meta property="og:url" content="http://localhost:4000/about/" />
|
||
<meta property="og:site_name" content="RollAdvantage" />
|
||
<meta name="twitter:card" content="summary" />
|
||
<meta name="twitter:site" content="@RollAdvantage" />
|
||
<script type="application/ld+json">
|
||
{
|
||
"@context": "http://schema.org",
|
||
"@type": "WebSite",
|
||
"name": "RollAdvantage",
|
||
"headline": "About",
|
||
"description": "A RPG tool site with a table top token app and dice roller for table top role playing games.. RollAdvantage aims to provide tools and resources for table top role playing games. All the tools aim to be easy to use, fast and accessible on the fly, and optionally in-depth if possible in order to make a GM’s life easier.",
|
||
"url": "http://localhost:4000/about/"
|
||
}
|
||
</script>
|
||
<!-- End Jekyll SEO tag -->
|
||
|
||
<link rel="apple-touch-icon" sizes="57x57" href="../assets/images/site/favicon/apple-icon-57x57.png" />
|
||
<link rel="apple-touch-icon" sizes="60x60" href="../assets/images/site/favicon/apple-icon-60x60.png" />
|
||
<link rel="apple-touch-icon" sizes="72x72" href="../assets/images/site/favicon/apple-icon-72x72.png" />
|
||
<link rel="apple-touch-icon" sizes="76x76" href="../assets/images/site/favicon/apple-icon-76x76.png" />
|
||
<link rel="apple-touch-icon" sizes="114x114" href="../assets/images/site/favicon/apple-icon-114x114.png" />
|
||
<link rel="apple-touch-icon" sizes="120x120" href="../assets/images/site/favicon/apple-icon-120x120.png" />
|
||
<link rel="apple-touch-icon" sizes="144x144" href="../assets/images/site/favicon/apple-icon-144x144.png" />
|
||
<link rel="apple-touch-icon" sizes="152x152" href="../assets/images/site/favicon/apple-icon-152x152.png" />
|
||
<link rel="apple-touch-icon" sizes="180x180" href="../assets/images/site/favicon/apple-icon-180x180.png" />
|
||
<link rel="icon" type="image/png" sizes="192x192" href="../assets/images/site/favicon/android-icon-192x192.png" />
|
||
<link rel="icon" type="image/png" sizes="32x32" href="../assets/images/site/favicon/favicon-32x32.png" />
|
||
<link rel="icon" type="image/png" sizes="96x96" href="../assets/images/site/favicon/favicon-96x96.png" />
|
||
<link rel="icon" type="image/png" sizes="16x16" href="../assets/images/site/favicon/favicon-16x16.png" />
|
||
<link rel="manifest" href="../assets/images/site/favicon/manifest.json" />
|
||
<meta name="msapplication-TileColor" content="#ffffff" />
|
||
<meta name="msapplication-TileImage" content="/assets/images/site/favicon/ms-icon-144x144.png" />
|
||
<meta name="theme-color" content="#ffffff" />
|
||
|
||
<link type="text/css" rel="stylesheet" href="../assets/importer.css">
|
||
|
||
<script>
|
||
(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');
|
||
|
||
if (location.hostname != "localhost") {
|
||
ga('create', 'UA-46823981-3', 'auto');
|
||
ga('send', 'pageview');
|
||
}
|
||
else {
|
||
ga('set', 'sendHitTask', null);
|
||
}
|
||
|
||
function ga_linkClick(action, label) {
|
||
ga('send', {hitType: 'event',eventCategory: 'link-click',eventAction: action,eventLabel: label});
|
||
}
|
||
function ga_singleTokenLinkClick(label, href) {
|
||
ga_linkClick("single-token-click", label);
|
||
window.open(href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=300,width=300');
|
||
}
|
||
function ga_tokenZip(label) {
|
||
ga_linkClick("token-zip", label);
|
||
}
|
||
function ga_socialMediaShare(label) {
|
||
ga_linkClick("social-media-share", label);
|
||
}
|
||
</script>
|
||
|
||
<script type="text/javascript" src="../assets/main.js"></script>
|
||
</head>
|
||
|
||
<body>
|
||
<header id="site-header" class="collapsed">
|
||
<div class="foundry-nav-button tooltip">
|
||
<a href="https://foundryvtt.com/" onClick="ga_linkClick('misc', 'foundry-navbar-button');">
|
||
<img title="Check out Foundry Virtual Tabletop!" src="../assets/images/foundry/foundry-virtual-tabletop-button-50px-2020-11-24.png" height="50" alt="Foundry Virtual Tabletop Logo">
|
||
</a>
|
||
<div class="tooltiptext">
|
||
RollAdvantage is sponsored by Foundry VTT, a modern self-hosted software for playing your favorite tabletop RPGs online with your friends.
|
||
</div>
|
||
</div>
|
||
<div class="logo"></div>
|
||
<nav id="site-navigation">
|
||
<a href="../index.html" class="button ">Home</a>
|
||
<a href="../tokenstamp/index.html" class="button ">Token Stamp</a>
|
||
<div class="spacer"></div>
|
||
<a href="../diceroller/index.html" class="button ">Dice Roller</a>
|
||
<a href="index.html" class="button selected">About</a>
|
||
</nav>
|
||
<div class="header-bottom-trim"></div>
|
||
</header>
|
||
<!--<div class="flash-message"></div>-->
|
||
<main id="site-content" class="about">
|
||
<article class="blog-post">
|
||
<h3 class="title">Mission Statement</h3>
|
||
<div class="post-body">
|
||
<p>
|
||
RollAdvantage aims to provide tools and resources for table top role playing games.
|
||
<br />
|
||
All the tools aim to be easy to use, fast and accessible on the fly, and optionally in-depth if possible in order to make a GM's life easier.
|
||
</p>
|
||
</div>
|
||
<footer class="post-footer"></footer>
|
||
</article>
|
||
<article class="blog-post">
|
||
<h3 class="title">Third Party Resources</h3>
|
||
<div class="post-body">
|
||
<ul>
|
||
<li><a href="http://jquery.com/" target="_blank">jQuery</a></li>
|
||
<li><a href="http://www.maxnov.com/getimagedata/" target="_blank">jQuery.getimagedata.js</a></li>
|
||
<li><a href="http://www.dematte.at/colorPicker/" target="_blank">colorPicker.js</a></li>
|
||
<li><a href="http://fabricjs.com/" target="_blank">fabric.js</a></li>
|
||
<li><a href="http://www.fontsquirrel.com/fonts/aleo" target="_blank">Aleo Font</a></li>
|
||
</ul>
|
||
</div>
|
||
<footer class="post-footer"></footer>
|
||
</article>
|
||
<article class="blog-post">
|
||
<h3 class="title">Credits</h3>
|
||
<div class="post-body">
|
||
<ul>
|
||
<li><a href="http://chadkeating.com/">Chad Keating - Site Creator</a></li>
|
||
<li>Jonathan Musso - Testing/Feedback and Design</li>
|
||
<li>Declan the DM - Testing/Feedback</li>
|
||
<li>Hypnoticae - Testing/Feedback</li>
|
||
<li>Joel "The Needy DM Begger" Elliott - Testing/Feedback</li>
|
||
<li>Joshua Hawthorne (Rurik Fireforge, Dwarf warrior) - Testing/Feedback</li>
|
||
<li>"oh, you're level 3? here a drider" GM - Testing/Feedback</li>
|
||
<li>Schabse Laks - Bug Hunting</li>
|
||
<li>Hatt</li>
|
||
</ul>
|
||
</div>
|
||
<footer class="post-footer"></footer>
|
||
</article>
|
||
|
||
</main>
|
||
|
||
<footer id="site-footer">
|
||
|
||
<div class="legal">Copyright © 2014-<script type="text/javascript">document.write(new Date().getFullYear());</script> RollAdvantage. The Token Stamp borders are licensed under the <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.</div>
|
||
|
||
</footer>
|
||
|
||
<script type="text/javascript">
|
||
$(document).ready(function () {
|
||
for (var x = 0; x < RollAdvantage.InitRegister.length; x++) {
|
||
RollAdvantage.InitRegister[x]();
|
||
}
|
||
});
|
||
</script>
|
||
</body>
|
||
|
||
</html>
|