@ -0,0 +1,385 @@ |
|||||||
|
/* Main */ |
||||||
|
|
||||||
|
body { |
||||||
|
font-family:'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, sans-serif; |
||||||
|
font-weight:400; |
||||||
|
background-color:#fff; |
||||||
|
font-size:20px; |
||||||
|
} |
||||||
|
|
||||||
|
a { |
||||||
|
text-decoration: none; |
||||||
|
color: #4fb47f; |
||||||
|
} |
||||||
|
|
||||||
|
main { |
||||||
|
padding: 15px; |
||||||
|
margin: 0 auto; |
||||||
|
max-width: 800px; |
||||||
|
} |
||||||
|
|
||||||
|
header { |
||||||
|
margin-bottom: 20px; |
||||||
|
} |
||||||
|
|
||||||
|
.menu a { |
||||||
|
color: #777; |
||||||
|
} |
||||||
|
|
||||||
|
.menu a:hover { |
||||||
|
color: #4fb47f; |
||||||
|
} |
||||||
|
|
||||||
|
.large { |
||||||
|
font-weight:600; |
||||||
|
font-size:64px; |
||||||
|
} |
||||||
|
|
||||||
|
.titleicon { |
||||||
|
background-color: #567; |
||||||
|
} |
||||||
|
|
||||||
|
.wrapper (min-width: 600px) { |
||||||
|
padding: 0 50px; |
||||||
|
margin: 0 auto; |
||||||
|
} |
||||||
|
|
||||||
|
/* maintitle */ |
||||||
|
|
||||||
|
.topmargin { |
||||||
|
margin-top: 50px; |
||||||
|
} |
||||||
|
|
||||||
|
.topmargin10 { |
||||||
|
margin-top: 100px; |
||||||
|
} |
||||||
|
|
||||||
|
.icon { |
||||||
|
height: 100px; |
||||||
|
width: 100px; |
||||||
|
} |
||||||
|
|
||||||
|
@media (min-width: 900px) { |
||||||
|
.fifty { |
||||||
|
width: 720px; |
||||||
|
} |
||||||
|
} |
||||||
|
|
||||||
|
.padded { |
||||||
|
padding: 10px; |
||||||
|
} |
||||||
|
/* .maintitle { |
||||||
|
margin-top: 30px; |
||||||
|
} */ |
||||||
|
|
||||||
|
.maintitle .title { |
||||||
|
/* padding: 10px; */ |
||||||
|
/* max-width: 280px; */ |
||||||
|
/* margin: 20px auto 50px auto; */ |
||||||
|
} |
||||||
|
|
||||||
|
.maintitle h1 { |
||||||
|
font-weight:600; |
||||||
|
font-size:64px; |
||||||
|
/* font-family: SanFrancisco-Ultralight, 'Helvetica Neue Light'; */ |
||||||
|
line-height: 0.9em; |
||||||
|
color: #4fb47f; |
||||||
|
/* letter-spacing: 0.05em; */ |
||||||
|
} |
||||||
|
|
||||||
|
.maintitle h2 { |
||||||
|
font-weight:400; |
||||||
|
font-size:18px; |
||||||
|
/* font-family: SanFrancisco-Ultralight, 'Helvetica Neue Light'; */ |
||||||
|
line-height: 0.9em; |
||||||
|
color: #6ec47e; |
||||||
|
} |
||||||
|
|
||||||
|
.hero h2 { |
||||||
|
font-weight: 800; |
||||||
|
font-size: 28px; |
||||||
|
line-height: 1.2em; |
||||||
|
} |
||||||
|
|
||||||
|
.heroimg { |
||||||
|
width: auto; |
||||||
|
height: 500px; |
||||||
|
} |
||||||
|
|
||||||
|
.mediumbox { |
||||||
|
width: 500px; |
||||||
|
text-align: center; |
||||||
|
} |
||||||
|
|
||||||
|
/* Secondary Pages */ |
||||||
|
|
||||||
|
.question { |
||||||
|
font-weight: 600; |
||||||
|
} |
||||||
|
|
||||||
|
.portrait { |
||||||
|
max-width: 250px; |
||||||
|
text-align: center; |
||||||
|
display: inline-block; |
||||||
|
vertical-align: top; |
||||||
|
padding: 20px; |
||||||
|
} |
||||||
|
|
||||||
|
.templatetitle { |
||||||
|
/* display: block; */ |
||||||
|
/* float: left; */ |
||||||
|
width: 600px; |
||||||
|
/* clear: both; */ |
||||||
|
} |
||||||
|
|
||||||
|
.titlecontainer { |
||||||
|
/* margin: 40px 0; */ |
||||||
|
width: 50%; |
||||||
|
background-color: #444; |
||||||
|
} |
||||||
|
|
||||||
|
.leftmargin { |
||||||
|
margin-left: 20px; |
||||||
|
} |
||||||
|
|
||||||
|
.middlealign { |
||||||
|
vertical-align: middle; |
||||||
|
} |
||||||
|
|
||||||
|
.inlinedisplay { |
||||||
|
display: inline-block; |
||||||
|
} |
||||||
|
|
||||||
|
.maintitle .title { |
||||||
|
/* text-align: center; */ |
||||||
|
} |
||||||
|
|
||||||
|
.title { |
||||||
|
/* width: 500px; */ |
||||||
|
/* color: #6ec47e; */ |
||||||
|
/*display: inline-block;*/ |
||||||
|
clear: right; |
||||||
|
padding: 0px 20px; |
||||||
|
} |
||||||
|
|
||||||
|
.featuregroup { |
||||||
|
margin: 20px 0px; |
||||||
|
border-bottom-width: 1px; |
||||||
|
border-bottom-style: solid; |
||||||
|
border-bottom-color: #ccc; |
||||||
|
} |
||||||
|
|
||||||
|
.featuretitle { |
||||||
|
width: 200px; |
||||||
|
} |
||||||
|
|
||||||
|
.featuretitle h2 { |
||||||
|
font-size: 32px; |
||||||
|
font-weight: 300; |
||||||
|
/* margin-top: 14px; */ |
||||||
|
} |
||||||
|
|
||||||
|
.featurecontent { |
||||||
|
max-width: 620px; |
||||||
|
font-size: 20px; |
||||||
|
margin-top: 12px; |
||||||
|
} |
||||||
|
|
||||||
|
.featurecontent li { |
||||||
|
padding-bottom: 4px; |
||||||
|
margin-left: 20px; |
||||||
|
} |
||||||
|
|
||||||
|
.featureblock { |
||||||
|
display: inline-block; |
||||||
|
vertical-align: top; |
||||||
|
} |
||||||
|
|
||||||
|
.watch { |
||||||
|
height: 360px; |
||||||
|
width: auto; |
||||||
|
} |
||||||
|
|
||||||
|
.picto28 { |
||||||
|
height: 28px; |
||||||
|
width: 28px; |
||||||
|
} |
||||||
|
|
||||||
|
.picto { |
||||||
|
height: 100px; |
||||||
|
width: 100px; |
||||||
|
} |
||||||
|
|
||||||
|
.big_picto { |
||||||
|
height: 200px; |
||||||
|
width: 200px; |
||||||
|
} |
||||||
|
|
||||||
|
/* Body */ |
||||||
|
|
||||||
|
section { |
||||||
|
padding: 20px 0; |
||||||
|
margin: 30px 0; |
||||||
|
} |
||||||
|
|
||||||
|
.center { |
||||||
|
text-align: center; |
||||||
|
} |
||||||
|
|
||||||
|
.rightalign { |
||||||
|
margin-left:auto; |
||||||
|
margin-right:0; |
||||||
|
} |
||||||
|
|
||||||
|
.centeralign { |
||||||
|
margin: 0 auto; |
||||||
|
} |
||||||
|
|
||||||
|
.imgcenter { |
||||||
|
margin-left: auto; |
||||||
|
margin-right: auto; |
||||||
|
display: block; |
||||||
|
} |
||||||
|
|
||||||
|
.floatleft { |
||||||
|
float: left; |
||||||
|
} |
||||||
|
|
||||||
|
.clearleft { |
||||||
|
clear:left; |
||||||
|
} |
||||||
|
|
||||||
|
.descriptionbg { |
||||||
|
background-color: #8ef6a1; |
||||||
|
|
||||||
|
padding: 20px; |
||||||
|
margin: 0 auto; |
||||||
|
} |
||||||
|
|
||||||
|
.description { |
||||||
|
margin: 0 auto; |
||||||
|
max-width: 700px; |
||||||
|
} |
||||||
|
|
||||||
|
.fz36 { |
||||||
|
font-size:36px; |
||||||
|
line-height: 1.2em; |
||||||
|
} |
||||||
|
|
||||||
|
.bb { |
||||||
|
background-color: #999; |
||||||
|
} |
||||||
|
.bbb { |
||||||
|
background-color: #ccc; |
||||||
|
} |
||||||
|
|
||||||
|
/* Comments */ |
||||||
|
|
||||||
|
.comment { |
||||||
|
/* text-align: left; */ |
||||||
|
max-width: 320px; |
||||||
|
/* vertical-align: top; */ |
||||||
|
font-size:18px; |
||||||
|
margin-bottom: 20px; |
||||||
|
padding: 0px 20px; |
||||||
|
} |
||||||
|
|
||||||
|
.commenttitle { |
||||||
|
font-size:28px; |
||||||
|
color: #6ec47e; |
||||||
|
line-height: 1.3em; |
||||||
|
} |
||||||
|
|
||||||
|
/* Features */ |
||||||
|
|
||||||
|
|
||||||
|
.feature-2 { |
||||||
|
max-width: 300px; |
||||||
|
} |
||||||
|
|
||||||
|
.feature { |
||||||
|
/* padding: 20px; */ |
||||||
|
vertical-align: top; |
||||||
|
text-align: center; |
||||||
|
/* max-width: 300px; */ |
||||||
|
} |
||||||
|
|
||||||
|
.feature h2 { |
||||||
|
font-size:32px; |
||||||
|
font-weight: 300; |
||||||
|
margin: 0; |
||||||
|
margin-top: 10px; |
||||||
|
} |
||||||
|
|
||||||
|
.greybg { |
||||||
|
background-color: #f8f8f8; |
||||||
|
} |
||||||
|
|
||||||
|
.screenshot { |
||||||
|
width: 275px; |
||||||
|
height: 550px; |
||||||
|
} |
||||||
|
|
||||||
|
.line { |
||||||
|
margin: 20px 0; |
||||||
|
} |
||||||
|
|
||||||
|
/* Plans */ |
||||||
|
|
||||||
|
.plans { |
||||||
|
margin: 0 auto; |
||||||
|
max-width: 600px; |
||||||
|
} |
||||||
|
|
||||||
|
.comparison { |
||||||
|
table-layout:fixed; |
||||||
|
border-collapse:collapse; |
||||||
|
margin: 0 auto; |
||||||
|
margin-top: 40px; |
||||||
|
margin-bottom: 15px; |
||||||
|
font-size: 20px; |
||||||
|
color: #444a43; |
||||||
|
} |
||||||
|
|
||||||
|
.comparison th, td { |
||||||
|
padding: 4px; |
||||||
|
border-bottom: solid; |
||||||
|
border-width: 1px; |
||||||
|
border-color: #ccc; |
||||||
|
font-weight: 400; |
||||||
|
} |
||||||
|
|
||||||
|
.dl_button_height { |
||||||
|
height: 60px; |
||||||
|
width: auto; |
||||||
|
} |
||||||
|
|
||||||
|
.dl_button_width { |
||||||
|
height: auto; |
||||||
|
width: 200px; |
||||||
|
} |
||||||
|
|
||||||
|
.separatorH20 { |
||||||
|
height: 20px; |
||||||
|
} |
||||||
|
|
||||||
|
.nostyle { |
||||||
|
list-style: none; |
||||||
|
} |
||||||
|
|
||||||
|
/* Footer */ |
||||||
|
|
||||||
|
footer a { |
||||||
|
display: block; |
||||||
|
} |
||||||
|
|
||||||
|
footer { |
||||||
|
font-size: 16px; |
||||||
|
background-color: #eee; |
||||||
|
margin-top: 40px; |
||||||
|
padding: 0px 40px 40px 40px; |
||||||
|
} |
||||||
|
|
||||||
|
footer .cell { |
||||||
|
padding: 40px 0px 0px 0px; |
||||||
|
} |
||||||
@ -0,0 +1,148 @@ |
|||||||
|
<!doctype html> |
||||||
|
<html class="no-js" lang="en" dir="ltr"> |
||||||
|
<head> |
||||||
|
<meta charset="utf-8"> |
||||||
|
<meta http-equiv="x-ua-compatible" content="ie=edge"> |
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
||||||
|
<meta name="description" content="Comment nous contacter à propos Poker Analytics, l'app de tracking favorite des pros"/> |
||||||
|
<meta name="keywords" content="poker,analytics,tracker,app,bankroll,stats,iphone,iOS,android"/> |
||||||
|
<meta name="apple-itunes-app" content="app-id=1073540690"> |
||||||
|
|
||||||
|
<meta name="twitter:card" content="app"> |
||||||
|
<meta name="twitter:site" content="@paapptweet"> |
||||||
|
<meta name="twitter:description" content="Track your sessions, analyze your results, record your hands and prepare yourself to crush the poker tables with the finest poker tracking app."> |
||||||
|
<meta name="twitter:app:country" content="US"> |
||||||
|
<meta name="twitter:app:name:iphone" content="Poker Analytics"> |
||||||
|
<meta name="twitter:app:id:iphone" content="1073540690"> |
||||||
|
<meta name="twitter:app:url:iphone" content="https://itunes.apple.com/app/poker-analytics-4-poker-tracker/id1073540690?ls=1&mt=8"> |
||||||
|
<meta name="twitter:app:name:ipad" content="Poker Analytics"> |
||||||
|
<meta name="twitter:app:id:ipad" content="1073540690"> |
||||||
|
<meta name="twitter:app:url:ipad" content="https://itunes.apple.com/app/poker-analytics-4-poker-tracker/id1073540690?ls=1&mt=8"> |
||||||
|
|
||||||
|
<title>Poker Analytics, poker tracker pour iOS et Android - A propos</title> |
||||||
|
<link rel="stylesheet" href="../css/foundation.css"> |
||||||
|
<link rel="stylesheet" href="../css/app.css"> |
||||||
|
<link rel="alternate" hreflang="fr" href="../fr/index.htm"> |
||||||
|
<link rel="icon" type="image/png" href="../img/favicon.png" /> |
||||||
|
|
||||||
|
<!-- Matomo --> |
||||||
|
<script> |
||||||
|
var _paq = window._paq = window._paq || []; |
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */ |
||||||
|
_paq.push(['trackPageView']); |
||||||
|
_paq.push(['enableLinkTracking']); |
||||||
|
(function() { |
||||||
|
var u="//www.staxriver.com/matomo/"; |
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']); |
||||||
|
_paq.push(['setSiteId', '2']); |
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; |
||||||
|
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s); |
||||||
|
})(); |
||||||
|
</script> |
||||||
|
<!-- End Matomo Code --> |
||||||
|
|
||||||
|
</head> |
||||||
|
<body> |
||||||
|
|
||||||
|
<!-- Navigation --> |
||||||
|
<header> |
||||||
|
<nav> |
||||||
|
<ul class="menu align-center"> |
||||||
|
<li><a href="index.html">Accueil</a></li> |
||||||
|
<li><a href="features.html">Fonctionnalités</a></li> |
||||||
|
<li><a href="philosophy.html">Philosophie</a></li> |
||||||
|
<li><a href="faq.html">FAQ</a></li> |
||||||
|
<li><a href="#">A propos</a></li> |
||||||
|
<li><a href="../blog">Blog</a></li> |
||||||
|
</ul> |
||||||
|
</nav> |
||||||
|
</header> |
||||||
|
|
||||||
|
<!-- Header with title --> |
||||||
|
<div class="maintitle wrapper centeralign fifty"> |
||||||
|
|
||||||
|
<div class="floatleft padded"> |
||||||
|
<img class="icon" src="../img/icon200x200.png" alt="Poker Analytics icon"/> |
||||||
|
</div> |
||||||
|
<div class="floatleft padded"> |
||||||
|
<h1>Poker Analytics</h1> |
||||||
|
<h2>Tracking & Bankroll management</h2> |
||||||
|
</div> |
||||||
|
|
||||||
|
</div> |
||||||
|
<div class="clearleft"/> |
||||||
|
|
||||||
|
<!-- Some Section --> |
||||||
|
<section> |
||||||
|
|
||||||
|
<main> |
||||||
|
|
||||||
|
<div> |
||||||
|
|
||||||
|
<p>Nous aimons le poker depuis le début des années 2000.</p> |
||||||
|
<p>Vous pouvez nous contacter par différent moyen. Nous serons heureux de vous répondre au plus vite!</p> |
||||||
|
|
||||||
|
<ul> |
||||||
|
<li>par email depuis l'application</li> |
||||||
|
<li><a href="https://www.instagram.com/pokeranalytics/">sur instagram</a></li> |
||||||
|
<li>sur twitter: <a href="https://twitter.com/paapptweet">@paapptweet</a></li> |
||||||
|
<li><a href="https://www.facebook.com/pages/Poker-Analytics/171053452998758">sur facebook</a></li> |
||||||
|
</ul> |
||||||
|
|
||||||
|
<div class="center"> |
||||||
|
<div class="portrait"> |
||||||
|
<img src="../img/raz.png" alt="Razmig Sarkissian"/> |
||||||
|
<span>Razmig</span> |
||||||
|
</div> |
||||||
|
<div class="portrait"> |
||||||
|
<img src="../img/laurent.png" alt="Laurent Morvillier"/> |
||||||
|
<span>Laurent</span> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
|
||||||
|
</div> |
||||||
|
|
||||||
|
</main> |
||||||
|
|
||||||
|
</section> |
||||||
|
|
||||||
|
<!-- Footer --> |
||||||
|
<footer> |
||||||
|
<div class="grid-x grid-padding-x"> |
||||||
|
<div class="cell medium-2 large-1 medium-offset-4 large-offset-5"> |
||||||
|
<a href="index.html">Accueil</a> |
||||||
|
<a href="features.html">Fonctionnalités</a> |
||||||
|
<a href="philosophy.html">Philosophie</a> |
||||||
|
<a href="faq.html">FAQ</a> |
||||||
|
<a href="#">A propos</a> |
||||||
|
<a href="../blog">Blog</a> |
||||||
|
</div> |
||||||
|
<div class="cell medium-2 large-1"> |
||||||
|
<a href="https://www.instagram.com/pokeranalytics">Instagram</a> |
||||||
|
<a href="https://twitter.com/paapptweet">Twitter</a> |
||||||
|
<a href="https://www.facebook.com/pages/Poker-Analytics/171053452998758">Facebook</a> |
||||||
|
<br/> |
||||||
|
|
||||||
|
<a href="../terms.html#english">Termes d'utilisation</a> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
|
||||||
|
<div class="grid-x grid-padding-x"> |
||||||
|
<div class="cell center"> |
||||||
|
<a href="../us/about.html">English</a> |
||||||
|
<br/> |
||||||
|
|
||||||
|
<span class="copyright">Copyright © 2022 Stax River.</span> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
|
||||||
|
|
||||||
|
</footer> |
||||||
|
|
||||||
|
|
||||||
|
<script src="js/vendor/jquery.js"></script> |
||||||
|
<script src="js/vendor/what-input.js"></script> |
||||||
|
<script src="js/vendor/foundation.js"></script> |
||||||
|
<script src="js/app.js"></script> |
||||||
|
</body> |
||||||
|
</html> |
||||||
@ -0,0 +1,232 @@ |
|||||||
|
<!doctype html> |
||||||
|
<html class="no-js" lang="en" dir="ltr"> |
||||||
|
<head> |
||||||
|
<meta charset="utf-8"> |
||||||
|
<meta http-equiv="x-ua-compatible" content="ie=edge"> |
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
||||||
|
<meta name="description" content="Toutes vos questions sur Poker Analytics, l'app de tracking favorite des pros"/> |
||||||
|
<meta name="keywords" content="poker,analytics,tracker,app,bankroll,stats,iphone,iOS,android"/> |
||||||
|
<meta name="apple-itunes-app" content="app-id=1073540690"> |
||||||
|
|
||||||
|
<meta name="twitter:card" content="app"> |
||||||
|
<meta name="twitter:site" content="@paapptweet"> |
||||||
|
<meta name="twitter:description" content="Track your sessions, analyze your results, record your hands and prepare yourself to crush the poker tables with the finest iOS poker tracking app."> |
||||||
|
<meta name="twitter:app:country" content="US"> |
||||||
|
<meta name="twitter:app:name:iphone" content="Poker Analytics"> |
||||||
|
<meta name="twitter:app:id:iphone" content="1073540690"> |
||||||
|
<meta name="twitter:app:url:iphone" content="https://itunes.apple.com/app/poker-analytics-4-poker-tracker/id1073540690?ls=1&mt=8"> |
||||||
|
<meta name="twitter:app:name:ipad" content="Poker Analytics"> |
||||||
|
<meta name="twitter:app:id:ipad" content="1073540690"> |
||||||
|
<meta name="twitter:app:url:ipad" content="https://itunes.apple.com/app/poker-analytics-4-poker-tracker/id1073540690?ls=1&mt=8"> |
||||||
|
|
||||||
|
<title>Poker Analytics, poker tracker pour iOS et Android - FAQ</title> |
||||||
|
<link rel="stylesheet" href="../css/foundation.css"> |
||||||
|
<link rel="stylesheet" href="../css/app.css"> |
||||||
|
<link rel="alternate" hreflang="fr" href="../fr/faql.htm"> |
||||||
|
<link rel="icon" type="image/png" href="../img/favicon.png" /> |
||||||
|
|
||||||
|
<!-- Matomo --> |
||||||
|
<script> |
||||||
|
var _paq = window._paq = window._paq || []; |
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */ |
||||||
|
_paq.push(['trackPageView']); |
||||||
|
_paq.push(['enableLinkTracking']); |
||||||
|
(function() { |
||||||
|
var u="//www.staxriver.com/matomo/"; |
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']); |
||||||
|
_paq.push(['setSiteId', '2']); |
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; |
||||||
|
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s); |
||||||
|
})(); |
||||||
|
</script> |
||||||
|
<!-- End Matomo Code --> |
||||||
|
|
||||||
|
</head> |
||||||
|
<body> |
||||||
|
|
||||||
|
<!-- Navigation --> |
||||||
|
<header> |
||||||
|
<nav> |
||||||
|
<ul class="menu align-center"> |
||||||
|
<li><a href="index.html">Accueil</a></li> |
||||||
|
<li><a href="features.html">Fonctionnalités</a></li> |
||||||
|
<li><a href="philosophy.html">Philosophie</a></li> |
||||||
|
<li><a href="#">FAQ</a></li> |
||||||
|
<li><a href="about.html">Contact</a></li> |
||||||
|
<li><a href="../blog">Blog</a></li> |
||||||
|
</ul> |
||||||
|
</nav> |
||||||
|
</header> |
||||||
|
|
||||||
|
<!-- Header with title --> |
||||||
|
<div class="maintitle wrapper centeralign fifty"> |
||||||
|
|
||||||
|
<div class="floatleft padded"> |
||||||
|
<img class="icon" src="../img/icon200x200.png" alt="Poker Analytics icon"/> |
||||||
|
</div> |
||||||
|
<div class="floatleft padded"> |
||||||
|
<h1>Poker Analytics</h1> |
||||||
|
<h2>Tracking & Bankroll management</h2> |
||||||
|
</div> |
||||||
|
|
||||||
|
</div> |
||||||
|
<div class="clearleft"/> |
||||||
|
|
||||||
|
<!-- Some Section --> |
||||||
|
<section> |
||||||
|
<main> |
||||||
|
<h1>FAQ</h1> |
||||||
|
|
||||||
|
<p class="question"> |
||||||
|
Que deviennent mes données lorsque mon abonnement s'arrête ? |
||||||
|
</p> |
||||||
|
<p> |
||||||
|
Rien de spécial, tout reste en place. Vous pouvez continuez d'explorer vos résultats et vous pouvez exporter vos données. |
||||||
|
</p> |
||||||
|
|
||||||
|
<p class="question"> |
||||||
|
Puis-je importer mes historiques de mains ? |
||||||
|
</p> |
||||||
|
<p> |
||||||
|
Les mains ne peuvent pas être importées et l'application ne se connecte à aucun site de poker. Poker Analytics regroupe tous vos résultats de sessions, live, online, cash game, tournois, parties entre amis pour établir un bilan global. A chaque session peut être affecté une série de paramètres qui vous permettra d'analyser en profondeur votre jeu selon le contexte. |
||||||
|
</p> |
||||||
|
|
||||||
|
<p class="question"> |
||||||
|
Comment annuler son abonnement ? |
||||||
|
</p> |
||||||
|
<p> |
||||||
|
<a href="https://support.apple.com/en-us/HT202039">Apple</a> et <a href="https://support.google.com/googleplay/answer/7018481?co=GENIE.Platform%3DAndroid&hl=en">Google</a> gèrent les paiements et votre abonnement. |
||||||
|
</p> |
||||||
|
|
||||||
|
<p class="question"> |
||||||
|
Serait-il possible d’ajouter des configurations de sessions pour rapidement choisir les paramètres de jeux ? |
||||||
|
</p> |
||||||
|
<p> |
||||||
|
Nous avons développé deux manières d’accélérer la saisie des paramètres. Tout d’abord, Poker Analytics utilise votre position géographique pour déterminer votre type de session préféré par lieu. Vérifiez que Poker Analytics peut bien accéder à votre position dans les réglages de l’iPhone. |
||||||
|
</p> |
||||||
|
<p> |
||||||
|
De plus, il est possible de dupliquer une session en faisant un appui long sur une session existante pour dupliquer ses paramètres. |
||||||
|
</p> |
||||||
|
|
||||||
|
<p class="question"> |
||||||
|
Peut-on mettre à jour massivement des sessions ? |
||||||
|
</p> |
||||||
|
<p> |
||||||
|
C'est possible sur iOS. Nous avons choisi de cacher au mieux cette fonctionnalité, il faudra donc taper 3 fois sur le titre "Journal" en haut de l'écran. Toutes les sessions sélectionnées sont modifiées, vous pouvez donc d'abord choisir un filtre pour modifier uniquement les sessions qui vous intéressent. |
||||||
|
</p> |
||||||
|
|
||||||
|
<p class="question"> |
||||||
|
Est-ce que l'application est disponible sur ordinateur ? |
||||||
|
</p> |
||||||
|
<p> |
||||||
|
Si vous avez un mac et une puce Apple Silicon, c'est un oui ! Vous pouvez télécharger l'app sur <a href="https://apps.apple.com/app/poker-analytics-5/id1073540690">le Mac App Store</a>. |
||||||
|
</p> |
||||||
|
|
||||||
|
<p class="question"> |
||||||
|
Est-il possible d'ajouter des sessions déjà terminées ? |
||||||
|
</p> |
||||||
|
<p> |
||||||
|
Oui bien sûr ! Dans le tab "Nouveau", créez le type de partie qui vous convient. Ensuite, en bas dans les Réglages, tappez sur "Date" pour régler le début et la fin de la session. |
||||||
|
</p> |
||||||
|
|
||||||
|
<p class="question"> |
||||||
|
Puis-je créer mes propres rapports ? |
||||||
|
</p> |
||||||
|
<p> |
||||||
|
Oui. Le moteur de Poker Analytics est ouvert de façon à ce que chaque utilisateur puisse créer les rapports qui lui correspondent le mieux. |
||||||
|
</p> |
||||||
|
|
||||||
|
<p class="question"> |
||||||
|
Peut-on enregistrer des parties à plusieurs ? |
||||||
|
</p> |
||||||
|
<p> |
||||||
|
C'est possible sur iOS uniquement. Nous avons repoussé le développement de la fonctionnalité sur Android. |
||||||
|
</p> |
||||||
|
|
||||||
|
<p class="question"> |
||||||
|
Est-il possible de filtrer mes résultats ? |
||||||
|
</p> |
||||||
|
<p> |
||||||
|
Oui, la liste des vos sessions peut être filtrée. C'est également le cas de la vue statistiques, qui vous permettra de sortir des calculs en fonction des sessions filtrées. Les filtres servent enfin lors de la création de vos rapports personnalisés. |
||||||
|
</p> |
||||||
|
|
||||||
|
<p class="question"> |
||||||
|
Est-il possible de récupérer mes sessions sous forme de fichier ? |
||||||
|
</p> |
||||||
|
<p> |
||||||
|
Poker Analytics propose d'exporter vos sessions sous forme de CSV. Il est également possible de faire des sauvegarde de vos données au format XML pour réimporter vos données. |
||||||
|
</p> |
||||||
|
|
||||||
|
<p class="question"> |
||||||
|
J'utilise un tracker pour suivre mes parties en ligne. Est-il possible de récupérer ces données ? |
||||||
|
</p> |
||||||
|
<p> |
||||||
|
Poker Analytics permet d'importer les sessions provenant de certains trackers, vérifiez les <a href="features.html">versions disponibles</a>. |
||||||
|
</p> |
||||||
|
|
||||||
|
<p class="question"> |
||||||
|
Mes sessions importées ne contiennent que mon résultat et la date, est-ce normal ? |
||||||
|
</p> |
||||||
|
<p> |
||||||
|
Cela peut effectivement arriver si vous multi-tablez sur des tables de type différents. Il est recommandé de découper les fichiers CSV provenant de votre tracker en filtrant vos sessions par valeur de blinde et par type de jeu afin d'importer dans Poker Analytics un maximum d'informations. |
||||||
|
|
||||||
|
Pensez aussi à bien remplir les préselection de champ pour affecter une valeur à chacune des sessions importées. |
||||||
|
</p> |
||||||
|
|
||||||
|
<p class="question"> |
||||||
|
J’aimerais ou j’ai besoin d’une fonctionnalité qui n’est pas disponible, que dois-je faire pour vous prévenir ? |
||||||
|
</p> |
||||||
|
<p> |
||||||
|
Utilisez <a href="about.htm">les différents moyens de nous contacter</a> pour nous faire partager vos remarques et demandes d’évolutions. |
||||||
|
</p> |
||||||
|
|
||||||
|
<p class="question"> |
||||||
|
Où est passé le clavier de mains disponible sur iOS ? |
||||||
|
</p> |
||||||
|
<p> |
||||||
|
Nous l'avons sorti de l'app pour en faire une <a href="https://itunes.apple.com/app/poker-hh-keyboard/id1275497900?l=fr&ls=1&mt=8">application indépendante</a>! |
||||||
|
</p> |
||||||
|
|
||||||
|
</main> |
||||||
|
|
||||||
|
</section> |
||||||
|
|
||||||
|
<!-- Footer --> |
||||||
|
<footer> |
||||||
|
<div class="grid-x grid-padding-x"> |
||||||
|
<div class="cell medium-2 large-1 medium-offset-4 large-offset-5"> |
||||||
|
<a href="index.html">Accueil</a> |
||||||
|
<a href="features.html">Fonctionnalités</a> |
||||||
|
<a href="philosophy.html">Philosophie</a> |
||||||
|
<a href="#">FAQ</a> |
||||||
|
<a href="about.html">Contact</a> |
||||||
|
<a href="../blog">Blog</a> |
||||||
|
</div> |
||||||
|
<div class="cell medium-2 large-1"> |
||||||
|
<a href="https://www.instagram.com/pokeranalytics">Instagram</a> |
||||||
|
<a href="https://twitter.com/paapptweet">Twitter</a> |
||||||
|
<a href="https://www.facebook.com/pages/Poker-Analytics/171053452998758">Facebook</a> |
||||||
|
<br/> |
||||||
|
|
||||||
|
<a href="../terms.html#english">Termes d'utilisation</a> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
|
||||||
|
<div class="grid-x grid-padding-x"> |
||||||
|
<div class="cell center"> |
||||||
|
<a href="../us/faq.html">English</a> |
||||||
|
<br/> |
||||||
|
|
||||||
|
<span class="copyright">Copyright © 2022 Stax River.</span> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
|
||||||
|
|
||||||
|
</footer> |
||||||
|
|
||||||
|
<script src="js/vendor/jquery.js"></script> |
||||||
|
<script src="js/vendor/what-input.js"></script> |
||||||
|
<script src="js/vendor/foundation.js"></script> |
||||||
|
<script src="js/app.js"></script> |
||||||
|
</body> |
||||||
|
</html> |
||||||
@ -0,0 +1,340 @@ |
|||||||
|
<!doctype html> |
||||||
|
<html class="no-js" lang="en" dir="ltr"> |
||||||
|
<head> |
||||||
|
<meta charset="utf-8"> |
||||||
|
<meta http-equiv="x-ua-compatible" content="ie=edge"> |
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
||||||
|
<meta name="description" content="Toutes les fonctionnalités de Poker Analytics, l'app de tracking favorite des pros"/> |
||||||
|
<meta name="keywords" content="poker,analytics,tracker,app,bankroll,stats,iphone,iOS,android"/> |
||||||
|
<meta name="apple-itunes-app" content="app-id=1073540690"> |
||||||
|
|
||||||
|
<meta name="twitter:card" content="app"> |
||||||
|
<meta name="twitter:site" content="@paapptweet"> |
||||||
|
<meta name="twitter:description" content="Track your sessions, analyze your results, record your hands and prepare yourself to crush the poker tables with the finest iOS poker tracking app."> |
||||||
|
<meta name="twitter:app:country" content="US"> |
||||||
|
<meta name="twitter:app:name:iphone" content="Poker Analytics"> |
||||||
|
<meta name="twitter:app:id:iphone" content="1073540690"> |
||||||
|
<meta name="twitter:app:url:iphone" content="https://itunes.apple.com/app/poker-analytics-4-poker-tracker/id1073540690?ls=1&mt=8"> |
||||||
|
<meta name="twitter:app:name:ipad" content="Poker Analytics"> |
||||||
|
<meta name="twitter:app:id:ipad" content="1073540690"> |
||||||
|
<meta name="twitter:app:url:ipad" content="https://itunes.apple.com/app/poker-analytics-4-poker-tracker/id1073540690?ls=1&mt=8"> |
||||||
|
|
||||||
|
<title>Poker Analytics, poker tracker pour iOS et Android - Fonctionnalités</title> |
||||||
|
<link rel="stylesheet" href="../css/foundation.css"> |
||||||
|
<link rel="stylesheet" href="../css/app.css"> |
||||||
|
<link rel="alternate" hreflang="fr" href="../fr/features.htm"> |
||||||
|
<link rel="icon" type="image/png" href="../img/favicon.png" /> |
||||||
|
|
||||||
|
<!-- Matomo --> |
||||||
|
<script> |
||||||
|
var _paq = window._paq = window._paq || []; |
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */ |
||||||
|
_paq.push(['trackPageView']); |
||||||
|
_paq.push(['enableLinkTracking']); |
||||||
|
(function() { |
||||||
|
var u="//www.staxriver.com/matomo/"; |
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']); |
||||||
|
_paq.push(['setSiteId', '2']); |
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; |
||||||
|
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s); |
||||||
|
})(); |
||||||
|
</script> |
||||||
|
<!-- End Matomo Code --> |
||||||
|
|
||||||
|
</head> |
||||||
|
<body> |
||||||
|
|
||||||
|
<!-- Navigation --> |
||||||
|
<header> |
||||||
|
<nav> |
||||||
|
<ul class="menu align-center"> |
||||||
|
<li><a href="index.html">Accueil</a></li> |
||||||
|
<li><a href="#">Fonctionnalités</a></li> |
||||||
|
<li><a href="philosophy.html">Philosophie</a></li> |
||||||
|
<li><a href="faq.html">FAQ</a></li> |
||||||
|
<li><a href="about.html">Contact</a></li> |
||||||
|
<li><a href="../blog">Blog</a></li> |
||||||
|
</ul> |
||||||
|
</nav> |
||||||
|
</header> |
||||||
|
|
||||||
|
<!-- Header with title --> |
||||||
|
<div class="maintitle wrapper centeralign fifty"> |
||||||
|
|
||||||
|
<div class="floatleft padded"> |
||||||
|
<img class="icon" src="../img/icon200x200.png" alt="Poker Analytics icon"/> |
||||||
|
</div> |
||||||
|
<div class="floatleft padded"> |
||||||
|
<h1>Poker Analytics</h1> |
||||||
|
<h2>Tracking & Bankroll management</h2> |
||||||
|
</div> |
||||||
|
|
||||||
|
</div> |
||||||
|
<div class="clearleft"/> |
||||||
|
|
||||||
|
<!-- Some Section --> |
||||||
|
<section> |
||||||
|
|
||||||
|
<main> |
||||||
|
|
||||||
|
<div> |
||||||
|
<h1>Fonctionnalités</h1> |
||||||
|
|
||||||
|
* indique une fonctionnalité disponible sur iOS uniquement |
||||||
|
|
||||||
|
<div class="featuregroup"> |
||||||
|
|
||||||
|
<div class="featureblock featuretitle"> |
||||||
|
<h2>Tracking</h2> |
||||||
|
</div> |
||||||
|
<div class="featureblock featurecontent"> |
||||||
|
|
||||||
|
<p>Poker: cash game & tournois</p> |
||||||
|
<p>Sessions de casino *</p> |
||||||
|
<p>Paris *</p> |
||||||
|
<p>Investissements *</p> |
||||||
|
<p>Transactions</p> |
||||||
|
</div> |
||||||
|
|
||||||
|
</div> |
||||||
|
|
||||||
|
<div class="featuregroup"> |
||||||
|
|
||||||
|
<div class="featureblock featuretitle"> |
||||||
|
<h2>Poker Tracking</h2> |
||||||
|
</div> |
||||||
|
<div class="featureblock featurecontent"> |
||||||
|
|
||||||
|
<p>Saisie semi-automatique basée sur paramètres de jeu favoris</p> |
||||||
|
<p>Duplicata de sessions</p> |
||||||
|
<p>Saisie de sessions anciennes</p> |
||||||
|
<p>Parameters personnalisés</p> |
||||||
|
<p>Blindes flexibles</p> |
||||||
|
<p>Nombre de mains par heure personnalisable</p> |
||||||
|
<p>Contrôle de sélection des parties</p> |
||||||
|
<p>Variation de bankroll</p> |
||||||
|
<p>Raccourcis 3D touch *</p> |
||||||
|
</div> |
||||||
|
|
||||||
|
</div> |
||||||
|
|
||||||
|
<div class="featuregroup"> |
||||||
|
|
||||||
|
<div class="featureblock featuretitle"> |
||||||
|
<h2>Transactions</h2> |
||||||
|
</div> |
||||||
|
<div class="featureblock featurecontent"> |
||||||
|
|
||||||
|
<p>Par défaut: dépôts, retraits, bonus, rakeback</p> |
||||||
|
<p>Transfert inter-bankrolls</p> |
||||||
|
<p>Types de transactions personnalisables</p> |
||||||
|
</div> |
||||||
|
|
||||||
|
</div> |
||||||
|
|
||||||
|
<div class="featuregroup"> |
||||||
|
|
||||||
|
<div class="featureblock featuretitle"> |
||||||
|
<h2>Rapports</h2> |
||||||
|
</div> |
||||||
|
<div class="featureblock featurecontent"> |
||||||
|
<p>30+ statistiques</p> |
||||||
|
<p>Graphiques d'évolution par statistique</p> |
||||||
|
<p>Aggrégation par mois ou par an</p> |
||||||
|
<p>10+ rapports par défaut</p> |
||||||
|
<p>Rapport calendaire par mois ou année</p> |
||||||
|
<p>Jeux de données personnalisables *</p> |
||||||
|
<p>Rapports personnalisés:</p> |
||||||
|
<ul> |
||||||
|
<li>Sélection des statistiques</li> |
||||||
|
<li>30 critères de comparaison + paramètres personnalisés</li> |
||||||
|
<li>Filtres</li> |
||||||
|
<li>Résultat moyen heure par heure</li> |
||||||
|
<li>Position géographique</li> |
||||||
|
</ul> |
||||||
|
|
||||||
|
</div> |
||||||
|
|
||||||
|
</div> |
||||||
|
|
||||||
|
<div class="featuregroup"> |
||||||
|
|
||||||
|
<div class="featureblock featuretitle"> |
||||||
|
<h2>Rapports spécialisés poker</h2> |
||||||
|
</div> |
||||||
|
<div class="featureblock featurecontent"> |
||||||
|
<p>Statistiques et graphiques pour les champs perso</p> |
||||||
|
<p>Notifications d'arrêt pour le cash game</p> |
||||||
|
|
||||||
|
</div> |
||||||
|
|
||||||
|
</div> |
||||||
|
|
||||||
|
<div class="featuregroup"> |
||||||
|
|
||||||
|
<div class="featureblock featuretitle"> |
||||||
|
<h2>Gestion de bankroll</h2> |
||||||
|
</div> |
||||||
|
<div class="featureblock featurecontent"> |
||||||
|
|
||||||
|
<p>Gestion des devises et des taux d'échanges</p> |
||||||
|
<p>Risque de ruine</p> |
||||||
|
<p>Bankroll live & online</p> |
||||||
|
<p>Types de transactions personnalisés</p> |
||||||
|
<p>Liens entre session et transactions</p> |
||||||
|
<p>Filtres</p> |
||||||
|
<p>Cryptomonnaies disponible pour les devises *</p> |
||||||
|
</div> |
||||||
|
|
||||||
|
</div> |
||||||
|
|
||||||
|
<div class="featuregroup"> |
||||||
|
|
||||||
|
<div class="featureblock featuretitle"> |
||||||
|
<h2>Historiques de mains</h2> |
||||||
|
</div> |
||||||
|
<div class="featureblock featurecontent"> |
||||||
|
|
||||||
|
<p>Enregistrement des mains</p> |
||||||
|
<p>Partage des mains</p> |
||||||
|
<ul> |
||||||
|
<li>Vidéo</li> |
||||||
|
<li>Image</li> |
||||||
|
<li>Texte</li> |
||||||
|
</ul> |
||||||
|
</div> |
||||||
|
|
||||||
|
</div> |
||||||
|
|
||||||
|
<div class="featuregroup"> |
||||||
|
|
||||||
|
<div class="featureblock featuretitle"> |
||||||
|
<h2>Joueurs</h2> |
||||||
|
</div> |
||||||
|
<div class="featureblock featurecontent"> |
||||||
|
|
||||||
|
<p>Prise de note</p> |
||||||
|
<p>Couleurs</p> |
||||||
|
<p>Attache des joueurs aux sessions et aux mains</p> |
||||||
|
</div> |
||||||
|
|
||||||
|
</div> |
||||||
|
|
||||||
|
<div class="featuregroup"> |
||||||
|
|
||||||
|
<div class="featureblock featuretitle"> |
||||||
|
<h2>Produits</h2> |
||||||
|
</div> |
||||||
|
<div class="featureblock featurecontent"> |
||||||
|
<p>Android</p> |
||||||
|
<p>iPhone</p> |
||||||
|
<p>iPad</p> |
||||||
|
<p>Extension Apple Watch pour la gestion des sessions</p> |
||||||
|
<ul> |
||||||
|
<li>Démarrage</li> |
||||||
|
<li>Arrêt</li> |
||||||
|
<li>Pause</li> |
||||||
|
<li>Notes des joueurs</li> |
||||||
|
</ul> |
||||||
|
</div> |
||||||
|
|
||||||
|
</div> |
||||||
|
|
||||||
|
<div class="featuregroup"> |
||||||
|
|
||||||
|
<div class="featureblock featuretitle"> |
||||||
|
<h2>Sauvegarde</h2> |
||||||
|
</div> |
||||||
|
<div class="featureblock featurecontent"> |
||||||
|
<p>iCloud *</p> |
||||||
|
<p>Backups XML</p> |
||||||
|
</div> |
||||||
|
|
||||||
|
</div> |
||||||
|
|
||||||
|
<div class="featuregroup"> |
||||||
|
|
||||||
|
<div class="featureblock featuretitle"> |
||||||
|
<h2>Export</h2> |
||||||
|
</div> |
||||||
|
<div class="featureblock featurecontent"> |
||||||
|
<p>Export des sessions au format CSV</p> |
||||||
|
<p>Export des transactions au format CSV</p> |
||||||
|
<p>Support iCloud pour les fichiers exportés *</p> |
||||||
|
</div> |
||||||
|
|
||||||
|
</div> |
||||||
|
|
||||||
|
<div class="featuregroup"> |
||||||
|
|
||||||
|
<div class="featureblock featuretitle"> |
||||||
|
<h2>Import</h2> |
||||||
|
</div> |
||||||
|
<div class="featureblock featurecontent"> |
||||||
|
<p>Poker Income</p> |
||||||
|
<p>Poker Journal *</p> |
||||||
|
<p>Poker Bankroll Tracker<sup> alpha</sup></p> |
||||||
|
<p>Poker Track<sup> alpha</p> |
||||||
|
<p>Holdem Manager 1</p> |
||||||
|
<p>Poker Tracker 3 & 4</p> |
||||||
|
<p>Rungood: contactez-nous</p> |
||||||
|
</div> |
||||||
|
|
||||||
|
</div> |
||||||
|
<div class="featuregroup"> |
||||||
|
|
||||||
|
<div class="featureblock featuretitle"> |
||||||
|
<h2>Autres</h2> |
||||||
|
</div> |
||||||
|
<div class="featureblock featurecontent"> |
||||||
|
<p>Thèmes graphique: trèfle & carreau</p> |
||||||
|
<p>Verrouillage de l'application avec PIN code, Touch ID (*) & Face ID (*)</p> |
||||||
|
<p>Calculator du facteur M</p> |
||||||
|
<p>Langues: Français, anglais, allemand, chinois, italien, espagnol, japonais, portugais et russe</p> |
||||||
|
<p>Langues du support technique: français et anglais</p> |
||||||
|
</div> |
||||||
|
|
||||||
|
</div> |
||||||
|
|
||||||
|
</main> |
||||||
|
|
||||||
|
</section> |
||||||
|
|
||||||
|
<!-- Footer --> |
||||||
|
<footer> |
||||||
|
<div class="grid-x grid-padding-x"> |
||||||
|
<div class="cell medium-2 large-1 medium-offset-4 large-offset-5"> |
||||||
|
<a href="index.html">Accueil</a> |
||||||
|
<a href="#">Fonctionnalités</a> |
||||||
|
<a href="philosophy.html">Philosophie</a> |
||||||
|
<a href="faq.html">FAQ</a> |
||||||
|
<a href="about.html">Contact</a> |
||||||
|
<a href="../blog">Blog</a> |
||||||
|
</div> |
||||||
|
<div class="cell medium-2 large-1"> |
||||||
|
<a href="https://www.instagram.com/pokeranalytics">Instagram</a> |
||||||
|
<a href="https://twitter.com/paapptweet">Twitter</a> |
||||||
|
<a href="https://www.facebook.com/pages/Poker-Analytics/171053452998758">Facebook</a> |
||||||
|
<br/> |
||||||
|
|
||||||
|
<a href="../terms.html#english">Termes d'utilisation</a> |
||||||
|
<a href="../privacypolicy.html#eglish">Politique de confidentialité</a> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
|
||||||
|
<div class="grid-x grid-padding-x"> |
||||||
|
<div class="cell center"> |
||||||
|
<a href="../us/features.html">English</a> |
||||||
|
<br/> |
||||||
|
<span class="copyright">Copyright © 2022 Stax River.</span> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
|
||||||
|
</footer> |
||||||
|
|
||||||
|
<script src="js/vendor/jquery.js"></script> |
||||||
|
<script src="js/vendor/what-input.js"></script> |
||||||
|
<script src="js/vendor/foundation.js"></script> |
||||||
|
<script src="js/app.js"></script> |
||||||
|
</body> |
||||||
|
</html> |
||||||
|
After Width: | Height: | Size: 29 KiB |
|
After Width: | Height: | Size: 278 KiB |
|
After Width: | Height: | Size: 196 KiB |
|
After Width: | Height: | Size: 16 KiB |
|
After Width: | Height: | Size: 204 KiB |
|
After Width: | Height: | Size: 294 KiB |
|
After Width: | Height: | Size: 315 KiB |
|
After Width: | Height: | Size: 205 KiB |
@ -0,0 +1,365 @@ |
|||||||
|
<!doctype html> |
||||||
|
<html class="no-js" lang="en" dir="ltr"> |
||||||
|
<head> |
||||||
|
<meta charset="utf-8"> |
||||||
|
<meta http-equiv="x-ua-compatible" content="ie=edge"> |
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
||||||
|
<meta name="description" content="Poker Analytics est l'app de tracking favorite des pros, disponible sur iOS et Android"/> |
||||||
|
<meta name="keywords" content="poker,analytics,tracker,app,bankroll,stats,iphone,iOS,android"/> |
||||||
|
<meta name="apple-itunes-app" content="app-id=1073540690"> |
||||||
|
|
||||||
|
<meta name="twitter:card" content="app"> |
||||||
|
<meta name="twitter:site" content="@paapptweet"> |
||||||
|
<meta name="twitter:description" content="Track your sessions, analyze your results, record your hands and prepare yourself to crush the poker tables with the finest iOS poker tracking app."> |
||||||
|
<meta name="twitter:app:country" content="US"> |
||||||
|
<meta name="twitter:app:name:iphone" content="Poker Analytics"> |
||||||
|
<meta name="twitter:app:id:iphone" content="1073540690"> |
||||||
|
<meta name="twitter:app:url:iphone" content="https://itunes.apple.com/app/poker-analytics-4-poker-tracker/id1073540690?ls=1&mt=8"> |
||||||
|
<meta name="twitter:app:name:ipad" content="Poker Analytics"> |
||||||
|
<meta name="twitter:app:id:ipad" content="1073540690"> |
||||||
|
<meta name="twitter:app:url:ipad" content="https://itunes.apple.com/app/poker-analytics-4-poker-tracker/id1073540690?ls=1&mt=8"> |
||||||
|
|
||||||
|
<title>Poker Analytics, poker tracker pour iOS et Android</title> |
||||||
|
<link rel="stylesheet" href="../css/foundation.css"> |
||||||
|
<link rel="stylesheet" href="../css/app.css"> |
||||||
|
<link rel="alternate" hreflang="fr" href="../index.html"> |
||||||
|
<link rel="icon" type="image/png" href="../img/favicon.png" /> |
||||||
|
|
||||||
|
<!-- Matomo --> |
||||||
|
<script> |
||||||
|
var _paq = window._paq = window._paq || []; |
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */ |
||||||
|
_paq.push(['trackPageView']); |
||||||
|
_paq.push(['enableLinkTracking']); |
||||||
|
(function() { |
||||||
|
var u="//www.staxriver.com/matomo/"; |
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']); |
||||||
|
_paq.push(['setSiteId', '2']); |
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; |
||||||
|
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s); |
||||||
|
})(); |
||||||
|
</script> |
||||||
|
<!-- End Matomo Code --> |
||||||
|
|
||||||
|
</head> |
||||||
|
<body> |
||||||
|
|
||||||
|
<!-- Navigation --> |
||||||
|
<header> |
||||||
|
<nav> |
||||||
|
<ul class="menu align-center"> |
||||||
|
<li><a href="#">Accueil</a></li> |
||||||
|
<li><a href="features.html">Fonctionnalités</a></li> |
||||||
|
<li><a href="philosophy.html">Philosophie</a></li> |
||||||
|
<li><a href="faq.html">FAQ</a></li> |
||||||
|
<li><a href="about.html">Contact</a></li> |
||||||
|
<li><a href="../blog">Blog</a></li> |
||||||
|
</ul> |
||||||
|
</nav> |
||||||
|
</header> |
||||||
|
|
||||||
|
<div class="maintitle wrapper centeralign fifty"> |
||||||
|
|
||||||
|
<div class="floatleft padded"> |
||||||
|
<img class="icon" src="../img/icon200x200.png" alt="Poker Analytics icon"/> |
||||||
|
</div> |
||||||
|
<div class="floatleft padded"> |
||||||
|
<h1>Poker Analytics</h1> |
||||||
|
<h2>Tracking & Bankroll management</h2> |
||||||
|
</div> |
||||||
|
|
||||||
|
</div> |
||||||
|
<div class="clearleft"/> |
||||||
|
|
||||||
|
<!-- Hero --> |
||||||
|
<section class="hero wrapper"> |
||||||
|
|
||||||
|
<div class="grid-x grid-margin-x"> |
||||||
|
<div class="cell medium-6 large-3 large-offset-3 topmargin"> |
||||||
|
<img class="imgcenter heroimg" src="img/iphone.png" alt="Poker Analytics on iPhone"/> |
||||||
|
</div> |
||||||
|
<div class="cell medium-6 large-3 center topmargin"> |
||||||
|
|
||||||
|
<h2>Incarnez enfin le joueur que vous souhaitez être</h2> |
||||||
|
|
||||||
|
<p>Apprenez exactement combien vous gagnez, choisissez vos parties à partir de vraies données, prenez toutes les informations possible pour être enfin en phase avec vos objectifs et atteindre de nouveaux sommets.</p> |
||||||
|
|
||||||
|
<br/> |
||||||
|
|
||||||
|
<ul class="nostyle"> |
||||||
|
<li> |
||||||
|
<a href="https://itunes.apple.com/app/poker-analytics-4-poker-tracker/id1073540690?ls=1&mt=8"> |
||||||
|
<img class="dl_button_width" src="img/Download_on_the_App_Store_Badge_FR_small.png" alt="Download on the App Store"/> |
||||||
|
</a> |
||||||
|
</li> |
||||||
|
<li> |
||||||
|
<img src="../img/separator.png"/> |
||||||
|
</li> |
||||||
|
<li> |
||||||
|
<a href="https://play.google.com/store/apps/details?id=net.pokeranalytics.android"> |
||||||
|
<img class="dl_button_width" src="img/google-play-badge.png" alt="Download on Google Play"/> |
||||||
|
</a> |
||||||
|
</li> |
||||||
|
</ul> |
||||||
|
|
||||||
|
</div> |
||||||
|
</div> |
||||||
|
</section> |
||||||
|
|
||||||
|
<!-- Intro --> |
||||||
|
<section> |
||||||
|
<div class="descriptionbg center wrapper"> |
||||||
|
<div class="description"> |
||||||
|
<p class="fz36">Alignez enfin vos objectifs avec votre état d'esprit</p> |
||||||
|
<p>Plus vos ambitions augmentent, et plus vous devez utilisez les bons outils pour vous assister. |
||||||
|
A la fois simple et puissant, Poker Analytics offre les meilleurs outils d'analyse de résultats destinés aux débutants comme aux meilleurs pros.</p> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
</section> |
||||||
|
|
||||||
|
<!-- Features #1 --> |
||||||
|
<section class="features"> |
||||||
|
<div class="wrapper"> |
||||||
|
<div class="grid-x grid-margin-x"> |
||||||
|
<div class="cell medium-6 large-4 large-offset-2"> |
||||||
|
<div class="feature centeralign"> |
||||||
|
<div> |
||||||
|
<img src="img/stats.png" class="screenshot" alt="Statistics screen in Poker Analytics"/> |
||||||
|
</div> |
||||||
|
<h2>STATISTIQUES</h2> |
||||||
|
<div> |
||||||
|
Sachez exactement où vous en êtes grâce à nos large palette de statistiques et filtres. |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
<div class="cell medium-6 large-4"> |
||||||
|
<div class="feature centeralign"> |
||||||
|
<div> |
||||||
|
<img src="img/comparison.png" class="screenshot" alt="Comparison chart in Poker Analytics"/> |
||||||
|
</div> |
||||||
|
<h2>RAPPORTS</h2> |
||||||
|
<div> |
||||||
|
Comparez vos données sous toutes les coutures pour enfin connaître vos forces et (peut-être) vos faiblesses. |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
</section> |
||||||
|
|
||||||
|
<!-- Comments --> |
||||||
|
<section class="greybg"> |
||||||
|
<div class="grid-x grid-padding-x"> |
||||||
|
|
||||||
|
<div class="cell medium-4 large-3 large-offset-2"> |
||||||
|
<div class="comment"> |
||||||
|
<div class="commenttitle"> |
||||||
|
Le meilleur tracker ★★★★★ |
||||||
|
</div> |
||||||
|
<span> |
||||||
|
Interface sublime. Extrêmement personnalisable. L'écran de statistiques est très intuitif et fonctionne à merveille. Le support technique est au top. - Chezz, Australia |
||||||
|
</span> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
<div class="cell medium-4 large-3"> |
||||||
|
<div class="comment"> |
||||||
|
<div class="commenttitle"> |
||||||
|
Happy happy happy!!!!!! ★★★★★ |
||||||
|
</div> |
||||||
|
<span> |
||||||
|
La meilleure dépense que j'ai fait! Si vous êtes sérieux ou essayez de l'être, la chose la plus importante est de suivre votre progression. Cette app est le must pour les joueurs en devenir! Merci encore! |
||||||
|
- Sophia, UK |
||||||
|
</span> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
<div class="cell medium-4 large-3"> |
||||||
|
<div class="comment"> |
||||||
|
<div class="commenttitle"> |
||||||
|
La meilleure app pour le live ★★★★★ |
||||||
|
</div> |
||||||
|
<span> |
||||||
|
Cette app est fantastique. Ma fonctionnalité préférée est l'enregistrement des mains, incroyablement réalisée pour une saisie ultra rapide. Je suis un pro et je ne peux que recommander cette application. - Adam, Australia |
||||||
|
</span> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
|
||||||
|
</div> |
||||||
|
</section> |
||||||
|
|
||||||
|
|
||||||
|
<!-- Features #2 --> |
||||||
|
<section class="features"> |
||||||
|
<div class="wrapper"> |
||||||
|
<div class="grid-x grid-margin-x"> |
||||||
|
<div class="cell medium-6 large-4 large-offset-2"> |
||||||
|
<div class="feature centeralign"> |
||||||
|
<div> |
||||||
|
<img src="img/handhistory.png" class="screenshot" alt="Hand histories in Poker Analytics"/> |
||||||
|
</div> |
||||||
|
<h2>MAINS</h2> |
||||||
|
<div> |
||||||
|
Enregistrez rapidement vos historiques de mains et restez concentré sur la partie. |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
|
||||||
|
</div> |
||||||
|
<div class="cell medium-6 large-4"> |
||||||
|
<div class="feature centeralign"> |
||||||
|
<div> |
||||||
|
<img src="img/bankroll.png" class="screenshot" alt="Bankroll screen in Poker Analytics"/> |
||||||
|
</div> |
||||||
|
<h2>BANKROLL</h2> |
||||||
|
<div> |
||||||
|
Suivez de près vos rentrées et dépenses grâce à notre gestion de bankroll sur mesure. |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
|
||||||
|
</div> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
|
||||||
|
</section> |
||||||
|
|
||||||
|
<!-- Features #3 --> |
||||||
|
<section class="greybg"> |
||||||
|
<div class="wrapper"> |
||||||
|
<div class="grid-x grid-margin-x"> |
||||||
|
<div class="feature cell medium-6 large-6 large-offset-3"> |
||||||
|
<div class="centeralign"> |
||||||
|
<div> |
||||||
|
<img src="../img/picto_bank.png" class="big_picto"/> |
||||||
|
</div> |
||||||
|
<h2>Bien plus que le poker !</h2> |
||||||
|
<div> |
||||||
|
Enregistrez vos paris, investissements et jeux de casino avec les mêmes capacités que nos puissants outils pour le poker. |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
|
||||||
|
</div> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
|
||||||
|
</section> |
||||||
|
|
||||||
|
<!-- Apple Watch --> |
||||||
|
<section> |
||||||
|
<div class="wrapper"> |
||||||
|
<div class="grid-x grid-margin-x"> |
||||||
|
<div class="cell"> |
||||||
|
|
||||||
|
<div class="feature centeralign"> |
||||||
|
<h2>Apple Watch</h2> |
||||||
|
<div class="line"> |
||||||
|
<img class="watch" src="img/watch.png" alt="Extension Apple Watch pour Poker Analytics"/> |
||||||
|
</div> |
||||||
|
<div> |
||||||
|
Gérez vos sessions depuis votre Apple Watch d'une seule main. |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
|
||||||
|
</section> |
||||||
|
|
||||||
|
<section> |
||||||
|
|
||||||
|
<div class="plans"> |
||||||
|
<div class="center"> |
||||||
|
<h2>Abonnements</h2> |
||||||
|
</div> |
||||||
|
|
||||||
|
<table class="comparison"> |
||||||
|
<colgroup> |
||||||
|
<col width="50%"/> |
||||||
|
<col width="25%"/> |
||||||
|
<col width="25%"/> |
||||||
|
</colgroup> |
||||||
|
|
||||||
|
<tbody> |
||||||
|
<tr> |
||||||
|
<th></th> |
||||||
|
<th>Gratuit</th> |
||||||
|
<th>Pro</th> |
||||||
|
</tr> |
||||||
|
|
||||||
|
<tr class=""> |
||||||
|
<td>Suivi illimité</td> |
||||||
|
<th></th> |
||||||
|
<th><img src="../img/checkmark.png" class="picto28" /></th> |
||||||
|
</tr> |
||||||
|
|
||||||
|
<tr class=""> |
||||||
|
<td>Historique de mains illimité</td> |
||||||
|
<th><img src="../img/checkmark.png" class="picto28" /></th> |
||||||
|
<th><img src="../img/checkmark.png" class="picto28" /></th> |
||||||
|
</tr> |
||||||
|
|
||||||
|
<tr class=""> |
||||||
|
<td>Gestion de bankroll</td> |
||||||
|
<th><img src="../img/checkmark.png" class="picto28" /></th> |
||||||
|
<th><img src="../img/checkmark.png" class="picto28" /></th> |
||||||
|
</tr> |
||||||
|
|
||||||
|
</tbody> |
||||||
|
</table> |
||||||
|
|
||||||
|
<div class="center"> |
||||||
|
Accédez à tous les abonnements et prix directement dans l'app |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
|
||||||
|
</section> |
||||||
|
|
||||||
|
<div class="grid-x"> |
||||||
|
<div class="cell medium-2 large-2 large-offset-4 center"> |
||||||
|
<a href="https://itunes.apple.com/app/poker-analytics-4-poker-tracker/id1073540690?ls=1&mt=8"> |
||||||
|
<img class="dl_button_height" src="img/Download_on_the_App_Store_Badge_FR_small.png" alt="Download on the App Store"/> |
||||||
|
</a> |
||||||
|
</div> |
||||||
|
<div class="cell medium-2 large-2 center"> |
||||||
|
<a href="https://play.google.com/store/apps/details?id=net.pokeranalytics.android"> |
||||||
|
<img class="dl_button_height" src="img/google-play-badge.png" alt="Download on Google Play"/> |
||||||
|
</a> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
|
||||||
|
<!-- Footer --> |
||||||
|
<footer> |
||||||
|
<div class="grid-x grid-padding-x"> |
||||||
|
<div class="cell medium-2 large-1 medium-offset-4 large-offset-5"> |
||||||
|
<a href="#">Accueil</a> |
||||||
|
<a href="features.html">Fonctionnalités</a> |
||||||
|
<a href="philosophy.html">Philosophie</a> |
||||||
|
<a href="faq.html">FAQ</a> |
||||||
|
<a href="about.html">Contact</a> |
||||||
|
<a href="../blog">Blog</a> |
||||||
|
</div> |
||||||
|
<div class="cell medium-2 large-1"> |
||||||
|
<a href="https://www.instagram.com/pokeranalytics">Instagram</a> |
||||||
|
<a href="https://twitter.com/paapptweet">Twitter</a> |
||||||
|
<a href="https://www.facebook.com/pages/Poker-Analytics/171053452998758">Facebook</a> |
||||||
|
<br/> |
||||||
|
|
||||||
|
<a href="../terms.html#english">Termes d'utilisation</a> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
|
||||||
|
<div class="grid-x grid-padding-x"> |
||||||
|
<div class="cell center"> |
||||||
|
<a href="../index.html">English</a> |
||||||
|
<br/> |
||||||
|
|
||||||
|
<span class="copyright">Copyright © 2022 Stax River.</span> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
|
||||||
|
|
||||||
|
</footer> |
||||||
|
|
||||||
|
<script src="js/vendor/jquery.js"></script> |
||||||
|
<script src="js/vendor/what-input.js"></script> |
||||||
|
<script src="js/vendor/foundation.js"></script> |
||||||
|
<script src="js/app.js"></script> |
||||||
|
</body> |
||||||
|
</html> |
||||||
@ -0,0 +1,140 @@ |
|||||||
|
<!doctype html> |
||||||
|
<html class="no-js" lang="en" dir="ltr"> |
||||||
|
<head> |
||||||
|
<meta charset="utf-8"> |
||||||
|
<meta http-equiv="x-ua-compatible" content="ie=edge"> |
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
||||||
|
<meta name="description" content="Notre philosophie derrière Poker Analytics, l'app de tracking favorite des pros"/> |
||||||
|
<meta name="keywords" content="poker,analytics,tracker,app,bankroll,stats,iphone,iOS,android"/> |
||||||
|
<meta name="apple-itunes-app" content="app-id=1073540690"> |
||||||
|
|
||||||
|
<meta name="twitter:card" content="app"> |
||||||
|
<meta name="twitter:site" content="@paapptweet"> |
||||||
|
<meta name="twitter:description" content="Track your sessions, analyze your results, record your hands and prepare yourself to crush the poker tables with the finest iOS poker tracking app."> |
||||||
|
<meta name="twitter:app:country" content="US"> |
||||||
|
<meta name="twitter:app:name:iphone" content="Poker Analytics"> |
||||||
|
<meta name="twitter:app:id:iphone" content="1073540690"> |
||||||
|
<meta name="twitter:app:url:iphone" content="https://itunes.apple.com/app/poker-analytics-4-poker-tracker/id1073540690?ls=1&mt=8"> |
||||||
|
<meta name="twitter:app:name:ipad" content="Poker Analytics"> |
||||||
|
<meta name="twitter:app:id:ipad" content="1073540690"> |
||||||
|
<meta name="twitter:app:url:ipad" content="https://itunes.apple.com/app/poker-analytics-4-poker-tracker/id1073540690?ls=1&mt=8"> |
||||||
|
|
||||||
|
<title>Poker Analytics, poker tracker pour iOS et Android - Philosophie</title> |
||||||
|
<link rel="stylesheet" href="../css/foundation.css"> |
||||||
|
<link rel="stylesheet" href="../css/app.css"> |
||||||
|
<link rel="alternate" hreflang="fr" href="../fr/philosophy.htm"> |
||||||
|
<link rel="icon" type="image/png" href="../img/favicon.png" /> |
||||||
|
|
||||||
|
<!-- Matomo --> |
||||||
|
<script> |
||||||
|
var _paq = window._paq = window._paq || []; |
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */ |
||||||
|
_paq.push(['trackPageView']); |
||||||
|
_paq.push(['enableLinkTracking']); |
||||||
|
(function() { |
||||||
|
var u="//www.staxriver.com/matomo/"; |
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']); |
||||||
|
_paq.push(['setSiteId', '2']); |
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; |
||||||
|
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s); |
||||||
|
})(); |
||||||
|
</script> |
||||||
|
<!-- End Matomo Code --> |
||||||
|
|
||||||
|
</head> |
||||||
|
<body> |
||||||
|
|
||||||
|
<!-- Navigation --> |
||||||
|
<header> |
||||||
|
<nav> |
||||||
|
<ul class="menu align-center"> |
||||||
|
<li><a href="index.html">Accueil</a></li> |
||||||
|
<li><a href="features.html">Fonctionnalités</a></li> |
||||||
|
<li><a href="#">Philosophie</a></li> |
||||||
|
<li><a href="faq.html">FAQ</a></li> |
||||||
|
<li><a href="about.html">Contact</a></li> |
||||||
|
<li><a href="../blog">Blog</a></li> |
||||||
|
</ul> |
||||||
|
</nav> |
||||||
|
</header> |
||||||
|
|
||||||
|
<!-- Header with title --> |
||||||
|
<div class="maintitle wrapper centeralign fifty"> |
||||||
|
|
||||||
|
<div class="floatleft padded"> |
||||||
|
<img class="icon" src="../img/icon200x200.png" alt="Poker Analytics icon"/> |
||||||
|
</div> |
||||||
|
<div class="floatleft padded"> |
||||||
|
<h1>Poker Analytics</h1> |
||||||
|
<h2>Tracking & Bankroll management</h2> |
||||||
|
</div> |
||||||
|
|
||||||
|
</div> |
||||||
|
<div class="clearleft"/> |
||||||
|
|
||||||
|
<!-- Some Section --> |
||||||
|
<section> |
||||||
|
<main> |
||||||
|
|
||||||
|
<div> |
||||||
|
<h1>Philosophie</h1> |
||||||
|
|
||||||
|
<p>Le poker rassemble des joueurs de tous horizons, tous avec le même but, mais chacun avec sa propre préparation.</p> |
||||||
|
|
||||||
|
<p>Chacun a sa propre façon d'apprendre, simplement en jouant, en lisant des livres, en rejouant ses coups, en faisant appel à un coach, ou encore en utilisant des applications pour analyser son jeu. Certains ne font que jouer, et d'autres s'investissent à 100%.</p> |
||||||
|
|
||||||
|
<p>Poker Analytics est un outil de suivi de résultats - un tracker - spécialisé pour le live, mais également parfaitement adapté pour les parties en ligne, visant à devenir le compagnon de votre vie de joueur. |
||||||
|
L'application apporte de multiples outils, tous conçus pour les besoins des joueurs. Poker Analytics vise à apporter l'expérience la plus fluide tout proposant les informations les plus pertinentes.</p> |
||||||
|
|
||||||
|
<p>Le suivi est incontournable non seulement puisqu'il permet l'analyse des résultats, mais parce qu'il apporte bien plus.</p> |
||||||
|
|
||||||
|
<p>Démarrer le suivi de ses performances c'est montrer sa volonté d'accomplir un objectif, et prouve un engagement dans cette direction. Suivre ses résultats nous rend conscient de ce que l'on fait et développe notre conscience envers le jeu. Cette demarche permet de penser plus profondément au jeu, entraine l'esprit, et permet de rester honnête avec ses résultats.</p> |
||||||
|
|
||||||
|
<p>Poker Analytics essaie de servir au mieux ce double intéret et cherche à créer une génération des joueurs les mieux préparés.</p> |
||||||
|
|
||||||
|
</div> |
||||||
|
|
||||||
|
</main> |
||||||
|
|
||||||
|
</section> |
||||||
|
|
||||||
|
<!-- Footer --> |
||||||
|
<footer> |
||||||
|
<div class="grid-x grid-padding-x"> |
||||||
|
<div class="cell medium-2 large-1 medium-offset-4 large-offset-5"> |
||||||
|
<a href="index.html">Accueil</a> |
||||||
|
<a href="features.html">Fonctionnalités</a> |
||||||
|
<a href="#">Philosophie</a> |
||||||
|
<a href="faq.html">FAQ</a> |
||||||
|
<a href="about.html">Contact</a> |
||||||
|
<a href="../blog">Blog</a> |
||||||
|
</div> |
||||||
|
<div class="cell medium-2 large-1"> |
||||||
|
<a href="https://www.instagram.com/pokeranalytics">Instagram</a> |
||||||
|
<a href="https://twitter.com/paapptweet">Twitter</a> |
||||||
|
<a href="https://www.facebook.com/pages/Poker-Analytics/171053452998758">Facebook</a> |
||||||
|
<br/> |
||||||
|
|
||||||
|
<a href="../terms.html#english">Termes d'utilisation</a> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
|
||||||
|
<div class="grid-x grid-padding-x"> |
||||||
|
<div class="cell center"> |
||||||
|
<a href="../us/philosophy.html">English</a> |
||||||
|
<br/> |
||||||
|
|
||||||
|
<span class="copyright">Copyright © 2022 Stax River.</span> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
|
||||||
|
|
||||||
|
</footer> |
||||||
|
|
||||||
|
|
||||||
|
<script src="js/vendor/jquery.js"></script> |
||||||
|
<script src="js/vendor/what-input.js"></script> |
||||||
|
<script src="js/vendor/foundation.js"></script> |
||||||
|
<script src="js/app.js"></script> |
||||||
|
</body> |
||||||
|
</html> |
||||||
@ -0,0 +1 @@ |
|||||||
|
google-site-verification: google05fdbac0972c9896.html |
||||||
|
After Width: | Height: | Size: 2.4 KiB |
|
After Width: | Height: | Size: 2.7 KiB |
|
After Width: | Height: | Size: 19 KiB |
|
After Width: | Height: | Size: 30 KiB |
|
After Width: | Height: | Size: 28 KiB |
|
After Width: | Height: | Size: 37 KiB |
|
After Width: | Height: | Size: 137 KiB |
|
After Width: | Height: | Size: 64 KiB |
|
After Width: | Height: | Size: 19 KiB |
|
After Width: | Height: | Size: 18 KiB |
|
After Width: | Height: | Size: 21 KiB |
|
After Width: | Height: | Size: 15 KiB |
|
After Width: | Height: | Size: 83 KiB |
|
After Width: | Height: | Size: 606 B |
@ -0,0 +1,408 @@ |
|||||||
|
<!doctype html> |
||||||
|
<html class="no-js" lang="en" dir="ltr"> |
||||||
|
<head> |
||||||
|
<meta charset="utf-8"> |
||||||
|
<meta http-equiv="x-ua-compatible" content="ie=edge"> |
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
||||||
|
<meta name="description" content="Poker Analytics is the favorite poker tracking app of pros. Available on iPhone, iPad and Android."/> |
||||||
|
<meta name="keywords" content="poker,analytics,tracker,app,iphone,bankroll,stats"/> |
||||||
|
<meta name="apple-itunes-app" content="app-id=1073540690"> |
||||||
|
|
||||||
|
<meta name="twitter:card" content="app"> |
||||||
|
<meta name="twitter:site" content="@paapptweet"> |
||||||
|
<meta name="twitter:description" content="Track your sessions, analyze your results, record your hands and prepare yourself to crush the poker tables with the finest iOS & Android poker tracking app."> |
||||||
|
<meta name="twitter:app:country" content="US"> |
||||||
|
<meta name="twitter:app:name:iphone" content="Poker Analytics"> |
||||||
|
<meta name="twitter:app:id:iphone" content="1073540690"> |
||||||
|
<meta name="twitter:app:url:iphone" content="https://itunes.apple.com/app/poker-analytics-4-poker-tracker/id1073540690?ls=1&mt=8"> |
||||||
|
<meta name="twitter:app:name:ipad" content="Poker Analytics"> |
||||||
|
<meta name="twitter:app:id:ipad" content="1073540690"> |
||||||
|
<meta name="twitter:app:url:ipad" content="https://itunes.apple.com/app/poker-analytics-4-poker-tracker/id1073540690?ls=1&mt=8"> |
||||||
|
|
||||||
|
<title>Poker Analytics, poker tracker for iOS and Android</title> |
||||||
|
<link rel="stylesheet" href="css/foundation.css"> |
||||||
|
<link rel="stylesheet" href="css/app.css"> |
||||||
|
<link rel="alternate" hreflang="fr" href="fr/index.html"> |
||||||
|
<link rel="icon" type="image/png" href="img/favicon.png" /> |
||||||
|
|
||||||
|
<!-- Matomo --> |
||||||
|
<script> |
||||||
|
var _paq = window._paq = window._paq || []; |
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */ |
||||||
|
_paq.push(['trackPageView']); |
||||||
|
_paq.push(['enableLinkTracking']); |
||||||
|
(function() { |
||||||
|
var u="//www.staxriver.com/matomo/"; |
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']); |
||||||
|
_paq.push(['setSiteId', '2']); |
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; |
||||||
|
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s); |
||||||
|
})(); |
||||||
|
</script> |
||||||
|
<!-- End Matomo Code --> |
||||||
|
|
||||||
|
</head> |
||||||
|
<body> |
||||||
|
|
||||||
|
<!-- Navigation --> |
||||||
|
<header> |
||||||
|
<nav> |
||||||
|
<ul class="menu align-center"> |
||||||
|
<li><a href="#">Home</a></li> |
||||||
|
<li><a href="us/features.html">Features</a></li> |
||||||
|
<li><a href="us/philosophy.html">Philosophy</a></li> |
||||||
|
<li><a href="us/faq.html">FAQ</a></li> |
||||||
|
<li><a href="us/about.html">Contact</a></li> |
||||||
|
<li><a href="blog">Blog</a></li> |
||||||
|
</ul> |
||||||
|
</nav> |
||||||
|
</header> |
||||||
|
|
||||||
|
<div class="maintitle wrapper centeralign fifty"> |
||||||
|
|
||||||
|
<div class="floatleft padded"> |
||||||
|
<img class="icon" src="img/icon200x200.png" alt="Poker Analytics icon"/> |
||||||
|
</div> |
||||||
|
<div class="floatleft padded"> |
||||||
|
<h1>Poker Analytics</h1> |
||||||
|
<h2>Tracking & Bankroll management</h2> |
||||||
|
</div> |
||||||
|
|
||||||
|
</div> |
||||||
|
<div class="clearleft"/> |
||||||
|
|
||||||
|
<!-- Hero --> |
||||||
|
<section class="hero wrapper"> |
||||||
|
|
||||||
|
<div class="grid-x grid-margin-x"> |
||||||
|
<div class="cell medium-6 large-3 large-offset-3 topmargin"> |
||||||
|
<img class="imgcenter heroimg" src="us/img/iphone.png" alt="Poker Analytics on iPhone"/> |
||||||
|
</div> |
||||||
|
<div class="cell medium-6 large-3 center topmargin"> |
||||||
|
|
||||||
|
<h2>Become the poker player you want to be</h2> |
||||||
|
|
||||||
|
<p>Learn how much you win, make educated decisions about which games you should play, keep note of all the details that matters to get accountable and reach new levels.</p> |
||||||
|
|
||||||
|
<br/> |
||||||
|
|
||||||
|
<ul class="nostyle"> |
||||||
|
<li> |
||||||
|
<a href="https://itunes.apple.com/app/poker-analytics-4-poker-tracker/id1073540690?ls=1&mt=8"> |
||||||
|
<img class="dl_button_width" src="us/img/Download_on_the_App_Store_Badge_US_small.png" alt="Download on the App Store"/> |
||||||
|
</a> |
||||||
|
</li> |
||||||
|
<li> |
||||||
|
<img src="img/separator.png"/> |
||||||
|
</li> |
||||||
|
<li> |
||||||
|
<a href="https://play.google.com/store/apps/details?id=net.pokeranalytics.android"> |
||||||
|
<img class="dl_button_width" src="us/img/google-play-badge.png" alt="Download on Google Play"/> |
||||||
|
</a> |
||||||
|
</li> |
||||||
|
</ul> |
||||||
|
|
||||||
|
</div> |
||||||
|
</div> |
||||||
|
</section> |
||||||
|
|
||||||
|
<!-- Intro --> |
||||||
|
<section> |
||||||
|
<div class="descriptionbg center wrapper"> |
||||||
|
<div class="description"> |
||||||
|
<p class="fz36">Time has come to align your mindset with your goals.</p> |
||||||
|
<p>The more serious you become about your game, the more you need the appropriate tools to assist you.<br/> |
||||||
|
Poker Analytics has elite tracking capabilities that will cover all needs from novice players to top pros.</p> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
</section> |
||||||
|
|
||||||
|
<!-- Features #1 --> |
||||||
|
<section> |
||||||
|
<div class="wrapper"> |
||||||
|
<div class="grid-x grid-margin-x"> |
||||||
|
<div class="cell medium-6 large-4 large-offset-2"> |
||||||
|
<div class="feature feature-2 centeralign"> |
||||||
|
<div> |
||||||
|
<img src="us/img/stats.png" class="screenshot" alt="Statistics screen in Poker Analytics"/> |
||||||
|
</div> |
||||||
|
<h2>STATISTICS</h2> |
||||||
|
<div> |
||||||
|
Know exactly where you stand with all the stats and filters you need. |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
<div class="cell medium-6 large-4"> |
||||||
|
<div class="feature feature-2 centeralign"> |
||||||
|
<div> |
||||||
|
<img src="us/img/comparison.png" class="screenshot" alt="Comparison chart in Poker Analytics"/> |
||||||
|
</div> |
||||||
|
<h2>REPORTING</h2> |
||||||
|
<div> |
||||||
|
Compare your data under all angles to find your strengths and weaknesses. |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
</section> |
||||||
|
|
||||||
|
<!-- Comments --> |
||||||
|
<section class="greybg"> |
||||||
|
<div class="grid-x grid-padding-x"> |
||||||
|
|
||||||
|
<div class="cell medium-4 large-3 large-offset-2"> |
||||||
|
<div class="comment"> |
||||||
|
<div class="commenttitle"> |
||||||
|
The best for live poker ★★★★★ |
||||||
|
</div> |
||||||
|
<span> |
||||||
|
This tracker is awesome. My favourite feature is the ability to input hands for later review, this is very well designed for super fast input. I'm a live pro and can't recommend this app enough. - Adam, Australia |
||||||
|
</span> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
<div class="cell medium-4 large-3"> |
||||||
|
<div class="comment"> |
||||||
|
<div class="commenttitle"> |
||||||
|
Just awesome ★★★★★ |
||||||
|
</div> |
||||||
|
<span> |
||||||
|
I've had it for 3 years and I think it's probably saved me a couple grand. I track everything in it, profits, losses, tips...A recent report showed on my days off, I'm winning a lot. When I work then play, I lose. It crunches all the data into these awesome reports that are a gold mine. - Keith, USA |
||||||
|
</span> |
||||||
|
</div> |
||||||
|
|
||||||
|
</div> |
||||||
|
<div class="cell medium-4 large-3"> |
||||||
|
<div class="comment"> |
||||||
|
<div class="commenttitle"> |
||||||
|
Best Poker Tracking App ★★★★★ |
||||||
|
</div> |
||||||
|
<span> |
||||||
|
I’ve used every poker tracking app and this is by far the best and offers the most robust features. 100% worth the money for a serious player who wants to track results. - Sophia, UK |
||||||
|
</span> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
|
||||||
|
</div> |
||||||
|
</section> |
||||||
|
|
||||||
|
<!-- Features #2 --> |
||||||
|
<section> |
||||||
|
<div class="wrapper"> |
||||||
|
<div class="grid-x grid-margin-x"> |
||||||
|
<div class="cell medium-6 large-4 large-offset-2"> |
||||||
|
<div class="feature feature-2 centeralign"> |
||||||
|
<div> |
||||||
|
<img src="us/img/handhistory.png" class="screenshot" alt="Hand histories in Poker Analytics"/> |
||||||
|
</div> |
||||||
|
<h2>HAND HISTORIES</h2> |
||||||
|
<div> |
||||||
|
Quickly record hand histories and review them later. Share by text or video. |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
|
||||||
|
</div> |
||||||
|
<div class="cell medium-6 large-4"> |
||||||
|
<div class="feature feature-2 centeralign"> |
||||||
|
<div> |
||||||
|
<img src="us/img/bankroll.png" class="screenshot" alt="Bankroll screen in Poker Analytics"/> |
||||||
|
</div> |
||||||
|
<h2>BANKROLL</h2> |
||||||
|
<div> |
||||||
|
Precisely keep track of your bankroll with currency management and custom transaction types. |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
|
||||||
|
</div> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
|
||||||
|
</section> |
||||||
|
|
||||||
|
<!-- Features #3 --> |
||||||
|
<section class="greybg"> |
||||||
|
<div class="wrapper"> |
||||||
|
<div class="grid-x grid-margin-x"> |
||||||
|
<div class="feature cell medium-6 large-6 large-offset-3"> |
||||||
|
<div class="centeralign"> |
||||||
|
<div> |
||||||
|
<img src="img/picto_bank.png" class="big_picto"/> |
||||||
|
</div> |
||||||
|
<h2>Much more than poker</h2> |
||||||
|
<div> |
||||||
|
Record your bets, investments and your casino sessions with the same amazing reporting capabilities than our poker tools. |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
|
||||||
|
</div> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
|
||||||
|
</section> |
||||||
|
|
||||||
|
<!-- Apple Watch --> |
||||||
|
<section> |
||||||
|
<div class="wrapper"> |
||||||
|
<div class="grid-x grid-margin-x"> |
||||||
|
<div class="cell"> |
||||||
|
|
||||||
|
<div class="feature feature-2 centeralign"> |
||||||
|
<h2>Apple Watch</h2> |
||||||
|
<div class="line"> |
||||||
|
<img class="watch" src="us/img/watch.png" alt="Apple Watch extension for Poker Analytics"/> |
||||||
|
</div> |
||||||
|
<div> |
||||||
|
Start, stop and pause your sessions with the simple Apple Watch extension. |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
|
||||||
|
</section> |
||||||
|
|
||||||
|
<!-- Features #4 --> |
||||||
|
<section class="greybg"> |
||||||
|
<div class="wrapper"> |
||||||
|
<div class="grid-x grid-margin-x"> |
||||||
|
|
||||||
|
<div class="feature cell medium-2 large-2 large-offset-3"> |
||||||
|
<div class="centeralign"> |
||||||
|
<div> |
||||||
|
<img src="img/picto_plane.png" class="picto" alt="Offline first"/> |
||||||
|
</div> |
||||||
|
<h2>Offline first</h2> |
||||||
|
<div> |
||||||
|
Access your data anytime, no internet access required. |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
|
||||||
|
<div class="feature cell medium-2 large-2"> |
||||||
|
<div class="centeralign"> |
||||||
|
<div> |
||||||
|
<img src="img/picto_shield.png" class="picto" alt="Offline first"/> |
||||||
|
</div> |
||||||
|
<h2>Private</h2> |
||||||
|
<div> |
||||||
|
We know absolutely nothing of your results and don't sell your data. |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
<div class="feature cell medium-2 large-2"> |
||||||
|
<div class="centeralign"> |
||||||
|
<div> |
||||||
|
<img src="img/picto_file.png" class="picto" alt="Offline first"/> |
||||||
|
</div> |
||||||
|
<h2>Control</h2> |
||||||
|
<div> |
||||||
|
Your data is yours. Export it at anytime. |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
|
||||||
|
</div> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
|
||||||
|
</section> |
||||||
|
|
||||||
|
<section> |
||||||
|
|
||||||
|
<div class="plans"> |
||||||
|
|
||||||
|
<h2 class="center">Plans</h2> |
||||||
|
|
||||||
|
<table class="comparison"> |
||||||
|
<colgroup> |
||||||
|
<col width="50%"/> |
||||||
|
<col width="25%"/> |
||||||
|
<col width="25%"/> |
||||||
|
</colgroup> |
||||||
|
|
||||||
|
<tbody> |
||||||
|
<tr> |
||||||
|
<th></th> |
||||||
|
<th>Free</th> |
||||||
|
<th>Pro subscriber</th> |
||||||
|
</tr> |
||||||
|
|
||||||
|
<tr class=""> |
||||||
|
<td>Unlimited tracking</td> |
||||||
|
<th></th> |
||||||
|
<th><img src="img/checkmark.png" class="picto28" /></th> |
||||||
|
</tr> |
||||||
|
|
||||||
|
<tr class=""> |
||||||
|
<td>Unlimited hand history</td> |
||||||
|
<th><img src="img/checkmark.png" class="picto28" /></th> |
||||||
|
<th><img src="img/checkmark.png" class="picto28" /></th> |
||||||
|
</tr> |
||||||
|
|
||||||
|
<tr class=""> |
||||||
|
<td>Bankroll management</td> |
||||||
|
<th><img src="img/checkmark.png" class="picto28" /></th> |
||||||
|
<th><img src="img/checkmark.png" class="picto28" /></th> |
||||||
|
</tr> |
||||||
|
|
||||||
|
</tbody> |
||||||
|
</table> |
||||||
|
|
||||||
|
<div class="center line"> |
||||||
|
Check all plans and pricing inside the app |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
|
||||||
|
</section> |
||||||
|
|
||||||
|
<div class="grid-x"> |
||||||
|
<div class="cell medium-2 large-2 large-offset-4 center"> |
||||||
|
<a href="https://itunes.apple.com/app/poker-analytics-4-poker-tracker/id1073540690?ls=1&mt=8"> |
||||||
|
<img class="dl_button_height" src="us/img/Download_on_the_App_Store_Badge_US_small.png" alt="Download on the App Store"/> |
||||||
|
</a> |
||||||
|
</div> |
||||||
|
<div class="cell medium-2 large-2 center"> |
||||||
|
<a href="https://play.google.com/store/apps/details?id=net.pokeranalytics.android"> |
||||||
|
<img class="dl_button_height" src="us/img/google-play-badge.png" alt="Download on Google Play"/> |
||||||
|
</a> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
|
||||||
|
<!-- Footer --> |
||||||
|
<footer> |
||||||
|
<div class="grid-x grid-padding-x"> |
||||||
|
<div class="cell medium-2 large-1 medium-offset-4 large-offset-5"> |
||||||
|
<a href="#">Home</a> |
||||||
|
<a href="us/features.html">Features</a> |
||||||
|
<a href="us/philosophy.html">Philosophy</a> |
||||||
|
<a href="us/faq.html">FAQ</a> |
||||||
|
<a href="us/about.html">Contact</a> |
||||||
|
<a href="blog">Blog</a> |
||||||
|
</div> |
||||||
|
<div class="cell medium-2 large-2"> |
||||||
|
<a href="https://www.instagram.com/pokeranalytics">Instagram</a> |
||||||
|
<a href="https://twitter.com/paapptweet">Twitter</a> |
||||||
|
<a href="https://discord.gg/RwQXctJ">Discord</a> |
||||||
|
<br/> |
||||||
|
|
||||||
|
<a href="terms.html#english">Terms of use</a> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
|
||||||
|
<div class="grid-x grid-padding-x"> |
||||||
|
<div class="cell center"> |
||||||
|
<a href="fr/index.html">Français</a> |
||||||
|
<br/> |
||||||
|
|
||||||
|
<span class="copyright">Copyright © 2022 Stax River.</span> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
|
||||||
|
</footer> |
||||||
|
|
||||||
|
<script src="js/vendor/jquery.js"></script> |
||||||
|
<script src="js/vendor/what-input.js"></script> |
||||||
|
<script src="js/vendor/foundation.js"></script> |
||||||
|
<script src="js/app.js"></script> |
||||||
|
</body> |
||||||
|
</html> |
||||||
@ -0,0 +1,480 @@ |
|||||||
|
/** |
||||||
|
* what-input - A global utility for tracking the current input method (mouse, keyboard or touch). |
||||||
|
* @version v5.1.2 |
||||||
|
* @link https://github.com/ten1seven/what-input
|
||||||
|
* @license MIT |
||||||
|
*/ |
||||||
|
(function webpackUniversalModuleDefinition(root, factory) { |
||||||
|
if(typeof exports === 'object' && typeof module === 'object') |
||||||
|
module.exports = factory(); |
||||||
|
else if(typeof define === 'function' && define.amd) |
||||||
|
define("whatInput", [], factory); |
||||||
|
else if(typeof exports === 'object') |
||||||
|
exports["whatInput"] = factory(); |
||||||
|
else |
||||||
|
root["whatInput"] = factory(); |
||||||
|
})(this, function() { |
||||||
|
return /******/ (function(modules) { // webpackBootstrap
|
||||||
|
/******/ // The module cache
|
||||||
|
/******/ var installedModules = {}; |
||||||
|
|
||||||
|
/******/ // The require function
|
||||||
|
/******/ function __webpack_require__(moduleId) { |
||||||
|
|
||||||
|
/******/ // Check if module is in cache
|
||||||
|
/******/ if(installedModules[moduleId]) |
||||||
|
/******/ return installedModules[moduleId].exports; |
||||||
|
|
||||||
|
/******/ // Create a new module (and put it into the cache)
|
||||||
|
/******/ var module = installedModules[moduleId] = { |
||||||
|
/******/ exports: {}, |
||||||
|
/******/ id: moduleId, |
||||||
|
/******/ loaded: false |
||||||
|
/******/ }; |
||||||
|
|
||||||
|
/******/ // Execute the module function
|
||||||
|
/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__); |
||||||
|
|
||||||
|
/******/ // Flag the module as loaded
|
||||||
|
/******/ module.loaded = true; |
||||||
|
|
||||||
|
/******/ // Return the exports of the module
|
||||||
|
/******/ return module.exports; |
||||||
|
/******/ } |
||||||
|
|
||||||
|
|
||||||
|
/******/ // expose the modules object (__webpack_modules__)
|
||||||
|
/******/ __webpack_require__.m = modules; |
||||||
|
|
||||||
|
/******/ // expose the module cache
|
||||||
|
/******/ __webpack_require__.c = installedModules; |
||||||
|
|
||||||
|
/******/ // __webpack_public_path__
|
||||||
|
/******/ __webpack_require__.p = ""; |
||||||
|
|
||||||
|
/******/ // Load entry module and return exports
|
||||||
|
/******/ return __webpack_require__(0); |
||||||
|
/******/ }) |
||||||
|
/************************************************************************/ |
||||||
|
/******/ ([ |
||||||
|
/* 0 */ |
||||||
|
/***/ (function(module, exports) { |
||||||
|
|
||||||
|
'use strict'; |
||||||
|
|
||||||
|
module.exports = function () { |
||||||
|
/* |
||||||
|
* bail out if there is no document or window |
||||||
|
* (i.e. in a node/non-DOM environment) |
||||||
|
* |
||||||
|
* Return a stubbed API instead |
||||||
|
*/ |
||||||
|
if (typeof document === 'undefined' || typeof window === 'undefined') { |
||||||
|
return { |
||||||
|
// always return "initial" because no interaction will ever be detected
|
||||||
|
ask: function ask() { |
||||||
|
return 'initial'; |
||||||
|
}, |
||||||
|
|
||||||
|
// always return null
|
||||||
|
element: function element() { |
||||||
|
return null; |
||||||
|
}, |
||||||
|
|
||||||
|
// no-op
|
||||||
|
ignoreKeys: function ignoreKeys() {}, |
||||||
|
|
||||||
|
// no-op
|
||||||
|
specificKeys: function specificKeys() {}, |
||||||
|
|
||||||
|
// no-op
|
||||||
|
registerOnChange: function registerOnChange() {}, |
||||||
|
|
||||||
|
// no-op
|
||||||
|
unRegisterOnChange: function unRegisterOnChange() {} |
||||||
|
}; |
||||||
|
} |
||||||
|
|
||||||
|
/* |
||||||
|
* variables |
||||||
|
*/ |
||||||
|
|
||||||
|
// cache document.documentElement
|
||||||
|
var docElem = document.documentElement; |
||||||
|
|
||||||
|
// currently focused dom element
|
||||||
|
var currentElement = null; |
||||||
|
|
||||||
|
// last used input type
|
||||||
|
var currentInput = 'initial'; |
||||||
|
|
||||||
|
// last used input intent
|
||||||
|
var currentIntent = currentInput; |
||||||
|
|
||||||
|
// check for sessionStorage support
|
||||||
|
// then check for session variables and use if available
|
||||||
|
try { |
||||||
|
if (window.sessionStorage.getItem('what-input')) { |
||||||
|
currentInput = window.sessionStorage.getItem('what-input'); |
||||||
|
} |
||||||
|
|
||||||
|
if (window.sessionStorage.getItem('what-intent')) { |
||||||
|
currentIntent = window.sessionStorage.getItem('what-intent'); |
||||||
|
} |
||||||
|
} catch (e) {} |
||||||
|
|
||||||
|
// event buffer timer
|
||||||
|
var eventTimer = null; |
||||||
|
|
||||||
|
// form input types
|
||||||
|
var formInputs = ['input', 'select', 'textarea']; |
||||||
|
|
||||||
|
// empty array for holding callback functions
|
||||||
|
var functionList = []; |
||||||
|
|
||||||
|
// list of modifier keys commonly used with the mouse and
|
||||||
|
// can be safely ignored to prevent false keyboard detection
|
||||||
|
var ignoreMap = [16, // shift
|
||||||
|
17, // control
|
||||||
|
18, // alt
|
||||||
|
91, // Windows key / left Apple cmd
|
||||||
|
93 // Windows menu / right Apple cmd
|
||||||
|
]; |
||||||
|
|
||||||
|
var specificMap = []; |
||||||
|
|
||||||
|
// mapping of events to input types
|
||||||
|
var inputMap = { |
||||||
|
keydown: 'keyboard', |
||||||
|
keyup: 'keyboard', |
||||||
|
mousedown: 'mouse', |
||||||
|
mousemove: 'mouse', |
||||||
|
MSPointerDown: 'pointer', |
||||||
|
MSPointerMove: 'pointer', |
||||||
|
pointerdown: 'pointer', |
||||||
|
pointermove: 'pointer', |
||||||
|
touchstart: 'touch' |
||||||
|
|
||||||
|
// boolean: true if touch buffer is active
|
||||||
|
};var isBuffering = false; |
||||||
|
|
||||||
|
// boolean: true if the page is being scrolled
|
||||||
|
var isScrolling = false; |
||||||
|
|
||||||
|
// store current mouse position
|
||||||
|
var mousePos = { |
||||||
|
x: null, |
||||||
|
y: null |
||||||
|
|
||||||
|
// map of IE 10 pointer events
|
||||||
|
};var pointerMap = { |
||||||
|
2: 'touch', |
||||||
|
3: 'touch', // treat pen like touch
|
||||||
|
4: 'mouse' |
||||||
|
|
||||||
|
// check support for passive event listeners
|
||||||
|
};var supportsPassive = false; |
||||||
|
|
||||||
|
try { |
||||||
|
var opts = Object.defineProperty({}, 'passive', { |
||||||
|
get: function get() { |
||||||
|
supportsPassive = true; |
||||||
|
} |
||||||
|
}); |
||||||
|
|
||||||
|
window.addEventListener('test', null, opts); |
||||||
|
} catch (e) {} |
||||||
|
|
||||||
|
/* |
||||||
|
* set up |
||||||
|
*/ |
||||||
|
|
||||||
|
var setUp = function setUp() { |
||||||
|
// add correct mouse wheel event mapping to `inputMap`
|
||||||
|
inputMap[detectWheel()] = 'mouse'; |
||||||
|
|
||||||
|
addListeners(); |
||||||
|
doUpdate('input'); |
||||||
|
doUpdate('intent'); |
||||||
|
}; |
||||||
|
|
||||||
|
/* |
||||||
|
* events |
||||||
|
*/ |
||||||
|
|
||||||
|
var addListeners = function addListeners() { |
||||||
|
// `pointermove`, `MSPointerMove`, `mousemove` and mouse wheel event binding
|
||||||
|
// can only demonstrate potential, but not actual, interaction
|
||||||
|
// and are treated separately
|
||||||
|
var options = supportsPassive ? { passive: true } : false; |
||||||
|
|
||||||
|
// pointer events (mouse, pen, touch)
|
||||||
|
if (window.PointerEvent) { |
||||||
|
window.addEventListener('pointerdown', setInput); |
||||||
|
window.addEventListener('pointermove', setIntent); |
||||||
|
} else if (window.MSPointerEvent) { |
||||||
|
window.addEventListener('MSPointerDown', setInput); |
||||||
|
window.addEventListener('MSPointerMove', setIntent); |
||||||
|
} else { |
||||||
|
// mouse events
|
||||||
|
window.addEventListener('mousedown', setInput); |
||||||
|
window.addEventListener('mousemove', setIntent); |
||||||
|
|
||||||
|
// touch events
|
||||||
|
if ('ontouchstart' in window) { |
||||||
|
window.addEventListener('touchstart', eventBuffer, options); |
||||||
|
window.addEventListener('touchend', setInput); |
||||||
|
} |
||||||
|
} |
||||||
|
|
||||||
|
// mouse wheel
|
||||||
|
window.addEventListener(detectWheel(), setIntent, options); |
||||||
|
|
||||||
|
// keyboard events
|
||||||
|
window.addEventListener('keydown', eventBuffer); |
||||||
|
window.addEventListener('keyup', eventBuffer); |
||||||
|
|
||||||
|
// focus events
|
||||||
|
window.addEventListener('focusin', setElement); |
||||||
|
window.addEventListener('focusout', clearElement); |
||||||
|
}; |
||||||
|
|
||||||
|
// checks conditions before updating new input
|
||||||
|
var setInput = function setInput(event) { |
||||||
|
// only execute if the event buffer timer isn't running
|
||||||
|
if (!isBuffering) { |
||||||
|
var eventKey = event.which; |
||||||
|
var value = inputMap[event.type]; |
||||||
|
|
||||||
|
if (value === 'pointer') { |
||||||
|
value = pointerType(event); |
||||||
|
} |
||||||
|
|
||||||
|
var ignoreMatch = !specificMap.length && ignoreMap.indexOf(eventKey) === -1; |
||||||
|
|
||||||
|
var specificMatch = specificMap.length && specificMap.indexOf(eventKey) !== -1; |
||||||
|
|
||||||
|
var shouldUpdate = value === 'keyboard' && eventKey && (ignoreMatch || specificMatch) || value === 'mouse' || value === 'touch'; |
||||||
|
|
||||||
|
if (currentInput !== value && shouldUpdate) { |
||||||
|
currentInput = value; |
||||||
|
|
||||||
|
try { |
||||||
|
window.sessionStorage.setItem('what-input', currentInput); |
||||||
|
} catch (e) {} |
||||||
|
|
||||||
|
doUpdate('input'); |
||||||
|
} |
||||||
|
|
||||||
|
if (currentIntent !== value && shouldUpdate) { |
||||||
|
// preserve intent for keyboard typing in form fields
|
||||||
|
var activeElem = document.activeElement; |
||||||
|
var notFormInput = activeElem && activeElem.nodeName && formInputs.indexOf(activeElem.nodeName.toLowerCase()) === -1; |
||||||
|
|
||||||
|
if (notFormInput) { |
||||||
|
currentIntent = value; |
||||||
|
|
||||||
|
try { |
||||||
|
window.sessionStorage.setItem('what-intent', currentIntent); |
||||||
|
} catch (e) {} |
||||||
|
|
||||||
|
doUpdate('intent'); |
||||||
|
} |
||||||
|
} |
||||||
|
} |
||||||
|
}; |
||||||
|
|
||||||
|
// updates the doc and `inputTypes` array with new input
|
||||||
|
var doUpdate = function doUpdate(which) { |
||||||
|
docElem.setAttribute('data-what' + which, which === 'input' ? currentInput : currentIntent); |
||||||
|
|
||||||
|
fireFunctions(which); |
||||||
|
}; |
||||||
|
|
||||||
|
// updates input intent for `mousemove` and `pointermove`
|
||||||
|
var setIntent = function setIntent(event) { |
||||||
|
// test to see if `mousemove` happened relative to the screen to detect scrolling versus mousemove
|
||||||
|
detectScrolling(event); |
||||||
|
|
||||||
|
// only execute if the event buffer timer isn't running
|
||||||
|
// or scrolling isn't happening
|
||||||
|
if (!isBuffering && !isScrolling) { |
||||||
|
var value = inputMap[event.type]; |
||||||
|
if (value === 'pointer') { |
||||||
|
value = pointerType(event); |
||||||
|
} |
||||||
|
|
||||||
|
if (currentIntent !== value) { |
||||||
|
currentIntent = value; |
||||||
|
|
||||||
|
try { |
||||||
|
window.sessionStorage.setItem('what-intent', currentIntent); |
||||||
|
} catch (e) {} |
||||||
|
|
||||||
|
doUpdate('intent'); |
||||||
|
} |
||||||
|
} |
||||||
|
}; |
||||||
|
|
||||||
|
var setElement = function setElement(event) { |
||||||
|
if (!event.target.nodeName) { |
||||||
|
// If nodeName is undefined, clear the element
|
||||||
|
// This can happen if click inside an <svg> element.
|
||||||
|
clearElement(); |
||||||
|
return; |
||||||
|
} |
||||||
|
|
||||||
|
currentElement = event.target.nodeName.toLowerCase(); |
||||||
|
docElem.setAttribute('data-whatelement', currentElement); |
||||||
|
|
||||||
|
if (event.target.classList && event.target.classList.length) { |
||||||
|
docElem.setAttribute('data-whatclasses', event.target.classList.toString().replace(' ', ',')); |
||||||
|
} |
||||||
|
}; |
||||||
|
|
||||||
|
var clearElement = function clearElement() { |
||||||
|
currentElement = null; |
||||||
|
|
||||||
|
docElem.removeAttribute('data-whatelement'); |
||||||
|
docElem.removeAttribute('data-whatclasses'); |
||||||
|
}; |
||||||
|
|
||||||
|
// buffers events that frequently also fire mouse events
|
||||||
|
var eventBuffer = function eventBuffer(event) { |
||||||
|
// set the current input
|
||||||
|
setInput(event); |
||||||
|
|
||||||
|
// clear the timer if it happens to be running
|
||||||
|
window.clearTimeout(eventTimer); |
||||||
|
|
||||||
|
// set the isBuffering to `true`
|
||||||
|
isBuffering = true; |
||||||
|
|
||||||
|
// run the timer
|
||||||
|
eventTimer = window.setTimeout(function () { |
||||||
|
// if the timer runs out, set isBuffering back to `false`
|
||||||
|
isBuffering = false; |
||||||
|
}, 100); |
||||||
|
}; |
||||||
|
|
||||||
|
/* |
||||||
|
* utilities |
||||||
|
*/ |
||||||
|
|
||||||
|
var pointerType = function pointerType(event) { |
||||||
|
if (typeof event.pointerType === 'number') { |
||||||
|
return pointerMap[event.pointerType]; |
||||||
|
} else { |
||||||
|
// treat pen like touch
|
||||||
|
return event.pointerType === 'pen' ? 'touch' : event.pointerType; |
||||||
|
} |
||||||
|
}; |
||||||
|
|
||||||
|
// detect version of mouse wheel event to use
|
||||||
|
// via https://developer.mozilla.org/en-US/docs/Web/Events/wheel
|
||||||
|
var detectWheel = function detectWheel() { |
||||||
|
var wheelType = void 0; |
||||||
|
|
||||||
|
// Modern browsers support "wheel"
|
||||||
|
if ('onwheel' in document.createElement('div')) { |
||||||
|
wheelType = 'wheel'; |
||||||
|
} else { |
||||||
|
// Webkit and IE support at least "mousewheel"
|
||||||
|
// or assume that remaining browsers are older Firefox
|
||||||
|
wheelType = document.onmousewheel !== undefined ? 'mousewheel' : 'DOMMouseScroll'; |
||||||
|
} |
||||||
|
|
||||||
|
return wheelType; |
||||||
|
}; |
||||||
|
|
||||||
|
// runs callback functions
|
||||||
|
var fireFunctions = function fireFunctions(type) { |
||||||
|
for (var i = 0, len = functionList.length; i < len; i++) { |
||||||
|
if (functionList[i].type === type) { |
||||||
|
functionList[i].fn.call(undefined, type === 'input' ? currentInput : currentIntent); |
||||||
|
} |
||||||
|
} |
||||||
|
}; |
||||||
|
|
||||||
|
// finds matching element in an object
|
||||||
|
var objPos = function objPos(match) { |
||||||
|
for (var i = 0, len = functionList.length; i < len; i++) { |
||||||
|
if (functionList[i].fn === match) { |
||||||
|
return i; |
||||||
|
} |
||||||
|
} |
||||||
|
}; |
||||||
|
|
||||||
|
var detectScrolling = function detectScrolling(event) { |
||||||
|
if (mousePos['x'] !== event.screenX || mousePos['y'] !== event.screenY) { |
||||||
|
isScrolling = false; |
||||||
|
|
||||||
|
mousePos['x'] = event.screenX; |
||||||
|
mousePos['y'] = event.screenY; |
||||||
|
} else { |
||||||
|
isScrolling = true; |
||||||
|
} |
||||||
|
}; |
||||||
|
|
||||||
|
/* |
||||||
|
* init |
||||||
|
*/ |
||||||
|
|
||||||
|
// don't start script unless browser cuts the mustard
|
||||||
|
// (also passes if polyfills are used)
|
||||||
|
if ('addEventListener' in window && Array.prototype.indexOf) { |
||||||
|
setUp(); |
||||||
|
} |
||||||
|
|
||||||
|
/* |
||||||
|
* api |
||||||
|
*/ |
||||||
|
|
||||||
|
return { |
||||||
|
// returns string: the current input type
|
||||||
|
// opt: 'intent'|'input'
|
||||||
|
// 'input' (default): returns the same value as the `data-whatinput` attribute
|
||||||
|
// 'intent': includes `data-whatintent` value if it's different than `data-whatinput`
|
||||||
|
ask: function ask(opt) { |
||||||
|
return opt === 'intent' ? currentIntent : currentInput; |
||||||
|
}, |
||||||
|
|
||||||
|
// returns string: the currently focused element or null
|
||||||
|
element: function element() { |
||||||
|
return currentElement; |
||||||
|
}, |
||||||
|
|
||||||
|
// overwrites ignored keys with provided array
|
||||||
|
ignoreKeys: function ignoreKeys(arr) { |
||||||
|
ignoreMap = arr; |
||||||
|
}, |
||||||
|
|
||||||
|
// overwrites specific char keys to update on
|
||||||
|
specificKeys: function specificKeys(arr) { |
||||||
|
specificMap = arr; |
||||||
|
}, |
||||||
|
|
||||||
|
// attach functions to input and intent "events"
|
||||||
|
// funct: function to fire on change
|
||||||
|
// eventType: 'input'|'intent'
|
||||||
|
registerOnChange: function registerOnChange(fn, eventType) { |
||||||
|
functionList.push({ |
||||||
|
fn: fn, |
||||||
|
type: eventType || 'input' |
||||||
|
}); |
||||||
|
}, |
||||||
|
|
||||||
|
unRegisterOnChange: function unRegisterOnChange(fn) { |
||||||
|
var position = objPos(fn); |
||||||
|
|
||||||
|
if (position || position === 0) { |
||||||
|
functionList.splice(position, 1); |
||||||
|
} |
||||||
|
} |
||||||
|
}; |
||||||
|
}(); |
||||||
|
|
||||||
|
/***/ }) |
||||||
|
/******/ ]) |
||||||
|
}); |
||||||
|
; |
||||||
@ -0,0 +1,2 @@ |
|||||||
|
User-agent: * |
||||||
|
Allow: / |
||||||
@ -0,0 +1,118 @@ |
|||||||
|
<!doctype html> |
||||||
|
<html class="no-js" lang="en" dir="ltr"> |
||||||
|
<head> |
||||||
|
<meta charset="utf-8"> |
||||||
|
<meta http-equiv="x-ua-compatible" content="ie=edge"> |
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
||||||
|
<meta name="description" content="Poker Analytics is a poker tracker, a bankroll manager and a hand reviewer. The app works on iPhone, iPad and has an Apple Watch extension."/> |
||||||
|
<meta name="keywords" content="poker,analytics,tracker,app,iphone,bankroll,stats"/> |
||||||
|
<meta name="apple-itunes-app" content="app-id=1073540690"> |
||||||
|
|
||||||
|
<meta name="twitter:card" content="app"> |
||||||
|
<meta name="twitter:site" content="@paapptweet"> |
||||||
|
<meta name="twitter:description" content="Track your sessions, analyze your results, record your hands and prepare yourself to crush the poker tables with the finest iOS poker tracking app."> |
||||||
|
<meta name="twitter:app:country" content="US"> |
||||||
|
<meta name="twitter:app:name:iphone" content="Poker Analytics"> |
||||||
|
<meta name="twitter:app:id:iphone" content="1073540690"> |
||||||
|
<meta name="twitter:app:url:iphone" content="https://itunes.apple.com/app/poker-analytics-4-poker-tracker/id1073540690?ls=1&mt=8"> |
||||||
|
<meta name="twitter:app:name:ipad" content="Poker Analytics"> |
||||||
|
<meta name="twitter:app:id:ipad" content="1073540690"> |
||||||
|
<meta name="twitter:app:url:ipad" content="https://itunes.apple.com/app/poker-analytics-4-poker-tracker/id1073540690?ls=1&mt=8"> |
||||||
|
|
||||||
|
<title>Poker Analytics, poker tracker for iPhone and iPad</title> |
||||||
|
<link rel="stylesheet" href="css/foundation.css"> |
||||||
|
<link rel="stylesheet" href="css/app.css"> |
||||||
|
<link rel="alternate" hreflang="fr" href="fr/index.htm"> |
||||||
|
<link rel="icon" type="image/png" href="img/favicon.png" /> |
||||||
|
|
||||||
|
<!-- Matomo --> |
||||||
|
<script> |
||||||
|
var _paq = window._paq = window._paq || []; |
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */ |
||||||
|
_paq.push(['trackPageView']); |
||||||
|
_paq.push(['enableLinkTracking']); |
||||||
|
(function() { |
||||||
|
var u="//www.staxriver.com/matomo/"; |
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']); |
||||||
|
_paq.push(['setSiteId', '2']); |
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; |
||||||
|
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s); |
||||||
|
})(); |
||||||
|
</script> |
||||||
|
<!-- End Matomo Code --> |
||||||
|
|
||||||
|
</head> |
||||||
|
<body> |
||||||
|
|
||||||
|
<!-- Navigation --> |
||||||
|
<header> |
||||||
|
<nav> |
||||||
|
<ul class="menu align-center"> |
||||||
|
<li><a href="#">Home</a></li> |
||||||
|
<li><a href="us/features.html">Features</a></li> |
||||||
|
<li><a href="us/philosophy.html">Philosophy</a></li> |
||||||
|
<li><a href="us/faq.html">FAQ</a></li> |
||||||
|
<li><a href="us/about.html">Contact</a></li> |
||||||
|
<li><a href="blog">Blog</a></li> |
||||||
|
</ul> |
||||||
|
</nav> |
||||||
|
</header> |
||||||
|
|
||||||
|
<!-- Header with title --> |
||||||
|
<div class="titlecontainer center"> |
||||||
|
|
||||||
|
<div class="inlinedisplay"> |
||||||
|
<img src="img/icon100x100.png" alt="Poker Analytics icon"/> |
||||||
|
</div> |
||||||
|
|
||||||
|
<div class="title middlealign inlinedisplay"> |
||||||
|
<h1>poker analytics</h1> |
||||||
|
<h2>tracking & bankroll management</h2> |
||||||
|
</div> |
||||||
|
|
||||||
|
</div> |
||||||
|
|
||||||
|
<!-- Some Section --> |
||||||
|
<section> |
||||||
|
|
||||||
|
</section> |
||||||
|
|
||||||
|
<!-- Footer --> |
||||||
|
<footer> |
||||||
|
<div class="grid-x grid-padding-x"> |
||||||
|
<div class="cell medium-2 large-1 medium-offset-4 large-offset-5"> |
||||||
|
<a href="#">Home</a> |
||||||
|
<a href="us/features.htm">Features</a> |
||||||
|
<a href="us/philosophy.htm">Philosophy</a> |
||||||
|
<a href="us/faq.htm">FAQ</a> |
||||||
|
<a href="us/about.htm">About</a> |
||||||
|
<a href="blog">Blog</a> |
||||||
|
</div> |
||||||
|
<div class="cell medium-2 large-1"> |
||||||
|
<a href="https://www.instagram.com/pokeranalytics">Instagram</a> |
||||||
|
<a href="https://twitter.com/paapptweet">Twitter</a> |
||||||
|
<a href="https://www.facebook.com/pages/Poker-Analytics/171053452998758">Facebook</a> |
||||||
|
<br/> |
||||||
|
|
||||||
|
<a href="terms.htm#english">Terms of use</a> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
|
||||||
|
<div class="grid-x grid-padding-x"> |
||||||
|
<div class="cell center"> |
||||||
|
<a href="fr/index.html">Français</a> |
||||||
|
<br/> |
||||||
|
|
||||||
|
<span class="copyright">Copyright © 2018 Stax River.</span> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
|
||||||
|
|
||||||
|
</footer> |
||||||
|
|
||||||
|
<script src="js/vendor/jquery.js"></script> |
||||||
|
<script src="js/vendor/what-input.js"></script> |
||||||
|
<script src="js/vendor/foundation.js"></script> |
||||||
|
<script src="js/app.js"></script> |
||||||
|
</body> |
||||||
|
</html> |
||||||
@ -0,0 +1,148 @@ |
|||||||
|
<!doctype html> |
||||||
|
<html class="no-js" lang="en" dir="ltr"> |
||||||
|
<head> |
||||||
|
<meta charset="utf-8"> |
||||||
|
<meta http-equiv="x-ua-compatible" content="ie=edge"> |
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
||||||
|
<meta name="description" content="How to contact us on Poker Analytics, the favorite poker tracking app of pros"/> |
||||||
|
<meta name="keywords" content="poker,analytics,tracker,app,bankroll,stats,iphone,iOS,Android"/> |
||||||
|
<meta name="apple-itunes-app" content="app-id=1073540690"> |
||||||
|
|
||||||
|
<meta name="twitter:card" content="app"> |
||||||
|
<meta name="twitter:site" content="@paapptweet"> |
||||||
|
<meta name="twitter:description" content="Track your sessions, analyze your results, record your hands and prepare yourself to crush the poker tables with the finest iOS poker tracking app."> |
||||||
|
<meta name="twitter:app:country" content="US"> |
||||||
|
<meta name="twitter:app:name:iphone" content="Poker Analytics"> |
||||||
|
<meta name="twitter:app:id:iphone" content="1073540690"> |
||||||
|
<meta name="twitter:app:url:iphone" content="https://itunes.apple.com/app/poker-analytics-4-poker-tracker/id1073540690?ls=1&mt=8"> |
||||||
|
<meta name="twitter:app:name:ipad" content="Poker Analytics"> |
||||||
|
<meta name="twitter:app:id:ipad" content="1073540690"> |
||||||
|
<meta name="twitter:app:url:ipad" content="https://itunes.apple.com/app/poker-analytics-4-poker-tracker/id1073540690?ls=1&mt=8"> |
||||||
|
|
||||||
|
<title>Poker Analytics, poker tracker for iOS and Android - About</title> |
||||||
|
<link rel="stylesheet" href="../css/foundation.css"> |
||||||
|
<link rel="stylesheet" href="../css/app.css"> |
||||||
|
<link rel="alternate" hreflang="fr" href="../fr/index.htm"> |
||||||
|
<link rel="icon" type="image/png" href="../img/favicon.png" /> |
||||||
|
|
||||||
|
<!-- Matomo --> |
||||||
|
<script> |
||||||
|
var _paq = window._paq = window._paq || []; |
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */ |
||||||
|
_paq.push(['trackPageView']); |
||||||
|
_paq.push(['enableLinkTracking']); |
||||||
|
(function() { |
||||||
|
var u="//www.staxriver.com/matomo/"; |
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']); |
||||||
|
_paq.push(['setSiteId', '2']); |
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; |
||||||
|
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s); |
||||||
|
})(); |
||||||
|
</script> |
||||||
|
<!-- End Matomo Code --> |
||||||
|
|
||||||
|
</head> |
||||||
|
<body> |
||||||
|
|
||||||
|
<!-- Navigation --> |
||||||
|
<header> |
||||||
|
<nav> |
||||||
|
<ul class="menu align-center"> |
||||||
|
<li><a href="../index.html">Home</a></li> |
||||||
|
<li><a href="features.html">Features</a></li> |
||||||
|
<li><a href="philosophy.html">Philosophy</a></li> |
||||||
|
<li><a href="faq.html">FAQ</a></li> |
||||||
|
<li><a href="#">Contact</a></li> |
||||||
|
<li><a href="../blog">Blog</a></li> |
||||||
|
</ul> |
||||||
|
</nav> |
||||||
|
</header> |
||||||
|
|
||||||
|
<!-- Title --> |
||||||
|
<div class="maintitle wrapper centeralign fifty"> |
||||||
|
|
||||||
|
<div class="floatleft padded"> |
||||||
|
<img class="icon" src="../img/icon200x200.png" alt="Poker Analytics icon"/> |
||||||
|
</div> |
||||||
|
<div class="floatleft padded"> |
||||||
|
<h1>Poker Analytics</h1> |
||||||
|
<h2>Tracking & Bankroll management</h2> |
||||||
|
</div> |
||||||
|
|
||||||
|
</div> |
||||||
|
<div class="clearleft"/> |
||||||
|
|
||||||
|
<!-- Some Section --> |
||||||
|
<section> |
||||||
|
|
||||||
|
<main> |
||||||
|
|
||||||
|
<div> |
||||||
|
|
||||||
|
<p>We love poker since the early 2000's and Poker Analytics has been released in March 2012.</p> |
||||||
|
<p>You can contact us through various methods. We will be pleased to answer you, either in english or in french.</p> |
||||||
|
|
||||||
|
<ul> |
||||||
|
<li>by mail inside the app</li> |
||||||
|
<li><a href="https://www.instagram.com/pokeranalytics/">on instagram</a></li> |
||||||
|
<li>on twitter: <a href="https://twitter.com/paapptweet">@paapptweet</a></li> |
||||||
|
<li><a href="https://discord.gg/RwQXctJ">on discord</a></li> |
||||||
|
</ul> |
||||||
|
|
||||||
|
<div class="center"> |
||||||
|
<div class="portrait"> |
||||||
|
<img src="../img/raz.png" alt="Razmig Sarkissian"/> |
||||||
|
<span>Razmig</span> |
||||||
|
</div> |
||||||
|
<div class="portrait"> |
||||||
|
<img src="../img/laurent.png" alt="Laurent Morvillier"/> |
||||||
|
<span>Laurent</span> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
|
||||||
|
</div> |
||||||
|
|
||||||
|
</main> |
||||||
|
|
||||||
|
|
||||||
|
</section> |
||||||
|
|
||||||
|
<!-- Footer --> |
||||||
|
<footer> |
||||||
|
<div class="grid-x grid-padding-x"> |
||||||
|
<div class="cell medium-2 large-1 medium-offset-4 large-offset-5"> |
||||||
|
<a href="../index.html">Home</a> |
||||||
|
<a href="features.html">Features</a> |
||||||
|
<a href="philosophy.html">Philosophy</a> |
||||||
|
<a href="faq.html">FAQ</a> |
||||||
|
<a href="#">About</a> |
||||||
|
<a href="../blog">Blog</a> |
||||||
|
</div> |
||||||
|
<div class="cell medium-2 large-1"> |
||||||
|
<a href="https://www.instagram.com/pokeranalytics">Instagram</a> |
||||||
|
<a href="https://twitter.com/paapptweet">Twitter</a> |
||||||
|
<a href="https://www.facebook.com/pages/Poker-Analytics/171053452998758">Facebook</a> |
||||||
|
<br/> |
||||||
|
|
||||||
|
<a href="../terms.html#english">Terms of use</a> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
|
||||||
|
<div class="grid-x grid-padding-x"> |
||||||
|
<div class="cell center"> |
||||||
|
<a href="../fr/about.html">Français</a> |
||||||
|
<br/> |
||||||
|
|
||||||
|
<span class="copyright">Copyright © 2022 Stax River.</span> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
|
||||||
|
|
||||||
|
</footer> |
||||||
|
|
||||||
|
<script src="js/vendor/jquery.js"></script> |
||||||
|
<script src="js/vendor/what-input.js"></script> |
||||||
|
<script src="js/vendor/foundation.js"></script> |
||||||
|
<script src="js/app.js"></script> |
||||||
|
</body> |
||||||
|
</html> |
||||||
@ -0,0 +1,225 @@ |
|||||||
|
<!doctype html> |
||||||
|
<html class="no-js" lang="en" dir="ltr"> |
||||||
|
<head> |
||||||
|
<meta charset="utf-8"> |
||||||
|
<meta http-equiv="x-ua-compatible" content="ie=edge"> |
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
||||||
|
<meta name="description" content="All your questions about Poker Analytics, the favorite poker tracking app of pros"/> |
||||||
|
<meta name="keywords" content="poker,analytics,tracker,app,bankroll,stats,iphone,iOS,Android"/> |
||||||
|
<meta name="apple-itunes-app" content="app-id=1073540690"> |
||||||
|
|
||||||
|
<meta name="twitter:card" content="app"> |
||||||
|
<meta name="twitter:site" content="@paapptweet"> |
||||||
|
<meta name="twitter:description" content="Track your sessions, analyze your results, record your hands and prepare yourself to crush the poker tables with the finest iOS poker tracking app."> |
||||||
|
<meta name="twitter:app:country" content="US"> |
||||||
|
<meta name="twitter:app:name:iphone" content="Poker Analytics"> |
||||||
|
<meta name="twitter:app:id:iphone" content="1073540690"> |
||||||
|
<meta name="twitter:app:url:iphone" content="https://itunes.apple.com/app/poker-analytics-4-poker-tracker/id1073540690?ls=1&mt=8"> |
||||||
|
<meta name="twitter:app:name:ipad" content="Poker Analytics"> |
||||||
|
<meta name="twitter:app:id:ipad" content="1073540690"> |
||||||
|
<meta name="twitter:app:url:ipad" content="https://itunes.apple.com/app/poker-analytics-4-poker-tracker/id1073540690?ls=1&mt=8"> |
||||||
|
|
||||||
|
<title>Poker Analytics, poker tracker for iOS and Android - FAQ</title> |
||||||
|
<link rel="stylesheet" href="../css/foundation.css"> |
||||||
|
<link rel="stylesheet" href="../css/app.css"> |
||||||
|
<link rel="alternate" hreflang="fr" href="../fr/faq.html"> |
||||||
|
<link rel="icon" type="image/png" href="../img/favicon.png" /> |
||||||
|
|
||||||
|
<!-- Matomo --> |
||||||
|
<script> |
||||||
|
var _paq = window._paq = window._paq || []; |
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */ |
||||||
|
_paq.push(['trackPageView']); |
||||||
|
_paq.push(['enableLinkTracking']); |
||||||
|
(function() { |
||||||
|
var u="//www.staxriver.com/matomo/"; |
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']); |
||||||
|
_paq.push(['setSiteId', '2']); |
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; |
||||||
|
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s); |
||||||
|
})(); |
||||||
|
</script> |
||||||
|
<!-- End Matomo Code --> |
||||||
|
|
||||||
|
</head> |
||||||
|
<body> |
||||||
|
|
||||||
|
<!-- Navigation --> |
||||||
|
<header> |
||||||
|
<nav> |
||||||
|
<ul class="menu align-center"> |
||||||
|
<li><a href="../index.html">Home</a></li> |
||||||
|
<li><a href="features.html">Features</a></li> |
||||||
|
<li><a href="philosophy.html">Philosophy</a></li> |
||||||
|
<li><a href="#">FAQ</a></li> |
||||||
|
<li><a href="about.html">Contact</a></li> |
||||||
|
<li><a href="../blog">Blog</a></li> |
||||||
|
</ul> |
||||||
|
</nav> |
||||||
|
</header> |
||||||
|
|
||||||
|
<!-- Title --> |
||||||
|
<div class="maintitle wrapper centeralign fifty"> |
||||||
|
|
||||||
|
<div class="floatleft padded"> |
||||||
|
<img class="icon" src="../img/icon200x200.png" alt="Poker Analytics icon"/> |
||||||
|
</div> |
||||||
|
<div class="floatleft padded"> |
||||||
|
<h1>Poker Analytics</h1> |
||||||
|
<h2>Tracking & Bankroll management</h2> |
||||||
|
</div> |
||||||
|
|
||||||
|
</div> |
||||||
|
<div class="clearleft"/> |
||||||
|
|
||||||
|
|
||||||
|
<!-- Some Section --> |
||||||
|
<section> |
||||||
|
|
||||||
|
<main> |
||||||
|
<h1>FAQ</h1> |
||||||
|
|
||||||
|
<p class="question"> |
||||||
|
What happens with my sessions when I stop my subscription? |
||||||
|
</p> |
||||||
|
<p> |
||||||
|
Nothing. Everything stay in place so you can continue to see your results or export your data. |
||||||
|
</p> |
||||||
|
|
||||||
|
<p class="question"> |
||||||
|
Can I import hand histories? |
||||||
|
</p> |
||||||
|
<p> |
||||||
|
Poker Analytics does not manage hands and does not connect to any poker site. It focuses on the contextual analysis of your sessions, entered manually. It groups all your results from live, online, cash games and tournament to give you the clearest picture of your results. |
||||||
|
</p> |
||||||
|
|
||||||
|
<p class="question"> |
||||||
|
How can I cancel my subscription? |
||||||
|
</p> |
||||||
|
<p> |
||||||
|
<a href="https://support.apple.com/en-us/HT202039">Apple</a> and <a href="https://support.google.com/googleplay/answer/7018481?co=GENIE.Platform%3DAndroid&hl=en">Google</a> are managing payments and your subscription. |
||||||
|
</p> |
||||||
|
|
||||||
|
<p class="question"> |
||||||
|
Is there a way to have configurable setups for my sessions? |
||||||
|
</p> |
||||||
|
<p> |
||||||
|
We chose not to go that route for the time being. However, you have two ways to help you. Poker Analytics uses your current location to determine your favorite type of game at one location, so make sure that Poker Analytics is able to geolocate you. |
||||||
|
</p> |
||||||
|
|
||||||
|
<p> |
||||||
|
Also, you can duplicate a session by making a long tap on a session in the Sessions tab. |
||||||
|
</p> |
||||||
|
|
||||||
|
<p class="question"> |
||||||
|
Is it possible to mass edit sessions? |
||||||
|
</p> |
||||||
|
<p> |
||||||
|
It is possible on iOS. We decided to do our best to hide the feature, so you'll have tap 3 times of the Feed title at the top of the screen. The feature modifies the selection of sessions, so you can use a filter to only change the sessions you want. |
||||||
|
</p> |
||||||
|
|
||||||
|
<p class="question"> |
||||||
|
Is it possible to add a completed session? |
||||||
|
</p> |
||||||
|
<p> |
||||||
|
Yes you can. In the "New" tab, create the game of your choice. Then, at the bottom of the setup, select "Date" and choose the beginning and the end of your session. |
||||||
|
</p> |
||||||
|
|
||||||
|
<p class="question"> |
||||||
|
Is the app available on desktop? |
||||||
|
</p> |
||||||
|
<p> |
||||||
|
If you have a mac and an Apple Silicon chip, yes! You can check it out on the <a href="https://apps.apple.com/app/poker-analytics-5/id1073540690">Mac App Store</a>. |
||||||
|
</p> |
||||||
|
|
||||||
|
<p class="question"> |
||||||
|
Is it possible to export my data? |
||||||
|
</p> |
||||||
|
<p> |
||||||
|
Poker Analytics allows you to export your sessions to CSV file, which can be opened in Excel. It is also possible to export your data into XML in case you would like to import the data back into the application. Please note that XML export files doesn't include custom reports and hands. |
||||||
|
</p> |
||||||
|
|
||||||
|
<p class="question"> |
||||||
|
I use a tracker for my online games, can I retrieve this data? |
||||||
|
</p> |
||||||
|
<p> |
||||||
|
Poker Analytics allows you to import the sessions from specific desktop and iPhone trackers, check the <a href="features.html">compatible versions</a>. |
||||||
|
</p> |
||||||
|
|
||||||
|
<p class="question"> |
||||||
|
Can I create my own reports? |
||||||
|
</p> |
||||||
|
<p> |
||||||
|
Absolutely. The powerful Poker Analytics report engine is all yours. You will be able to sort, filter and compare your data as best suits your needs. |
||||||
|
</p> |
||||||
|
|
||||||
|
<p class="question"> |
||||||
|
Can I record my home games? |
||||||
|
</p> |
||||||
|
<p> |
||||||
|
It's possible for iOS users only. It's not a feature used by enough users, so at the moment we've decided to postpone the feature for Android. |
||||||
|
</p> |
||||||
|
|
||||||
|
<p class="question"> |
||||||
|
Can I filter my results? |
||||||
|
</p> |
||||||
|
<p> |
||||||
|
Yes, we have built filters so you can use them to filter your session list and stats directly. Filters are also of course available for your reports. |
||||||
|
</p> |
||||||
|
|
||||||
|
<p class="question"> |
||||||
|
My imported sessions only contain a result and a date, how so? |
||||||
|
</p> |
||||||
|
<p> |
||||||
|
This may happen if you play on several kind of tables when you play online. In that case, we recommend that you first filter your sessions in your tracker by blind value, game and size of the table. You will then have multiple CSV files to import into Poker Analytics, and the application will be able to get more data from these files. Also don't forget that you can use the presets in the import setup. |
||||||
|
</p> |
||||||
|
|
||||||
|
<p class="question"> |
||||||
|
Where is the iOS hand history keyboard? |
||||||
|
</p> |
||||||
|
<p> |
||||||
|
We removed it from the app and decided to put it in a <a href="https://itunes.apple.com/app/poker-hh-keyboard/id1275497900?l=fr&ls=1&mt=8">standalone app</a>. |
||||||
|
</p> |
||||||
|
|
||||||
|
</main> |
||||||
|
</section> |
||||||
|
|
||||||
|
<!-- Footer --> |
||||||
|
<footer> |
||||||
|
<div class="grid-x grid-padding-x"> |
||||||
|
<div class="cell medium-2 large-1 medium-offset-4 large-offset-5"> |
||||||
|
<a href="../index.html">Home</a> |
||||||
|
<a href="features.html">Features</a> |
||||||
|
<a href="philosophy.html">Philosophy</a> |
||||||
|
<a href="#">FAQ</a> |
||||||
|
<a href="about.html">Contact</a> |
||||||
|
<a href="../blog">Blog</a> |
||||||
|
</div> |
||||||
|
<div class="cell medium-2 large-1"> |
||||||
|
<a href="https://www.instagram.com/pokeranalytics">Instagram</a> |
||||||
|
<a href="https://twitter.com/paapptweet">Twitter</a> |
||||||
|
<a href="https://www.facebook.com/pages/Poker-Analytics/171053452998758">Facebook</a> |
||||||
|
<br/> |
||||||
|
|
||||||
|
<a href="../terms.html#english">Terms of use</a> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
|
||||||
|
<div class="grid-x grid-padding-x"> |
||||||
|
<div class="cell center"> |
||||||
|
<a href="../fr/faq.html">Français</a> |
||||||
|
<br/> |
||||||
|
|
||||||
|
<span class="copyright">Copyright © 2022 Stax River.</span> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
|
||||||
|
|
||||||
|
</footer> |
||||||
|
|
||||||
|
<script src="js/vendor/jquery.js"></script> |
||||||
|
<script src="js/vendor/what-input.js"></script> |
||||||
|
<script src="js/vendor/foundation.js"></script> |
||||||
|
<script src="js/app.js"></script> |
||||||
|
</body> |
||||||
|
</html> |
||||||
@ -0,0 +1,331 @@ |
|||||||
|
<!doctype html> |
||||||
|
<html class="no-js" lang="en" dir="ltr"> |
||||||
|
<head> |
||||||
|
<meta charset="utf-8"> |
||||||
|
<meta http-equiv="x-ua-compatible" content="ie=edge"> |
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
||||||
|
<meta name="description" content="All the features of Poker Analytics, the favorite poker tracking app of pros"/> |
||||||
|
<meta name="keywords" content="poker,analytics,tracker,app,bankroll,stats,iphone,iOS,Android"/> |
||||||
|
<meta name="apple-itunes-app" content="app-id=1073540690"> |
||||||
|
|
||||||
|
<meta name="twitter:card" content="app"> |
||||||
|
<meta name="twitter:site" content="@paapptweet"> |
||||||
|
<meta name="twitter:description" content="Track your sessions, analyze your results, record your hands and prepare yourself to crush the poker tables with the finest iOS poker tracking app."> |
||||||
|
<meta name="twitter:app:country" content="US"> |
||||||
|
<meta name="twitter:app:name:iphone" content="Poker Analytics"> |
||||||
|
<meta name="twitter:app:id:iphone" content="1073540690"> |
||||||
|
<meta name="twitter:app:url:iphone" content="https://itunes.apple.com/app/poker-analytics-4-poker-tracker/id1073540690?ls=1&mt=8"> |
||||||
|
<meta name="twitter:app:name:ipad" content="Poker Analytics"> |
||||||
|
<meta name="twitter:app:id:ipad" content="1073540690"> |
||||||
|
<meta name="twitter:app:url:ipad" content="https://itunes.apple.com/app/poker-analytics-4-poker-tracker/id1073540690?ls=1&mt=8"> |
||||||
|
|
||||||
|
<title>Poker Analytics, poker tracker for iOS and Android - Features</title> |
||||||
|
<link rel="stylesheet" href="../css/foundation.css"> |
||||||
|
<link rel="stylesheet" href="../css/app.css"> |
||||||
|
<link rel="alternate" hreflang="fr" href="../fr/features.htm"> |
||||||
|
<link rel="icon" type="image/png" href="../img/favicon.png" /> |
||||||
|
|
||||||
|
<!-- Matomo --> |
||||||
|
<script> |
||||||
|
var _paq = window._paq = window._paq || []; |
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */ |
||||||
|
_paq.push(['trackPageView']); |
||||||
|
_paq.push(['enableLinkTracking']); |
||||||
|
(function() { |
||||||
|
var u="//www.staxriver.com/matomo/"; |
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']); |
||||||
|
_paq.push(['setSiteId', '2']); |
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; |
||||||
|
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s); |
||||||
|
})(); |
||||||
|
</script> |
||||||
|
<!-- End Matomo Code --> |
||||||
|
|
||||||
|
</head> |
||||||
|
<body> |
||||||
|
|
||||||
|
<!-- Navigation --> |
||||||
|
<header> |
||||||
|
<nav> |
||||||
|
<ul class="menu align-center"> |
||||||
|
<li><a href="../index.html">Home</a></li> |
||||||
|
<li><a href="#">Features</a></li> |
||||||
|
<li><a href="philosophy.html">Philosophy</a></li> |
||||||
|
<li><a href="faq.html">FAQ</a></li> |
||||||
|
<li><a href="about.html">Contact</a></li> |
||||||
|
<li><a href="../blog">Blog</a></li> |
||||||
|
</ul> |
||||||
|
</nav> |
||||||
|
</header> |
||||||
|
|
||||||
|
<!-- Title --> |
||||||
|
<div class="maintitle wrapper centeralign fifty"> |
||||||
|
|
||||||
|
<div class="floatleft padded"> |
||||||
|
<img class="icon" src="../img/icon200x200.png" alt="Poker Analytics icon"/> |
||||||
|
</div> |
||||||
|
<div class="floatleft padded"> |
||||||
|
<h1>Poker Analytics</h1> |
||||||
|
<h2>Tracking & Bankroll management</h2> |
||||||
|
</div> |
||||||
|
|
||||||
|
</div> |
||||||
|
<div class="clearleft"/> |
||||||
|
|
||||||
|
<!-- Some Section --> |
||||||
|
<section> |
||||||
|
|
||||||
|
<main> |
||||||
|
|
||||||
|
<div> |
||||||
|
<h1>Features</h1> |
||||||
|
|
||||||
|
* denotes a feature available on iOS only |
||||||
|
|
||||||
|
<div class="featuregroup"> |
||||||
|
|
||||||
|
<div class="featureblock featuretitle"> |
||||||
|
<h2>Tracking</h2> |
||||||
|
</div> |
||||||
|
<div class="featureblock featurecontent"> |
||||||
|
<p>Poker cash games and tournaments</p> |
||||||
|
<p>Casino sessions *</p> |
||||||
|
<p>Bets *</p> |
||||||
|
<p>Investments *</p> |
||||||
|
<p>Transactions</p> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
|
||||||
|
<div class="featuregroup"> |
||||||
|
|
||||||
|
<div class="featureblock featuretitle"> |
||||||
|
<h2>Poker Tracking</h2> |
||||||
|
</div> |
||||||
|
<div class="featureblock featurecontent"> |
||||||
|
<p>Fast input with presets based on favorite locations</p> |
||||||
|
<p>Session duplicating</p> |
||||||
|
<p>Past session tracking</p> |
||||||
|
<p>Custom parameters</p> |
||||||
|
<p>Game selection control</p> |
||||||
|
<p>Flexible blinds</p> |
||||||
|
<p>Custom hands per hour rates</p> |
||||||
|
<p>Bankroll variation</p> |
||||||
|
<p>3D touch shortcuts *</p> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
|
||||||
|
<div class="featuregroup"> |
||||||
|
|
||||||
|
<div class="featureblock featuretitle"> |
||||||
|
<h2>Transactions</h2> |
||||||
|
</div> |
||||||
|
<div class="featureblock featurecontent"> |
||||||
|
<p>By default: deposits, withdrawals, bonus, rakeback</p> |
||||||
|
<p>Transfer between bankrolls</p> |
||||||
|
<p>Custom transaction types</p> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
|
||||||
|
<div class="featuregroup"> |
||||||
|
|
||||||
|
<div class="featureblock featuretitle"> |
||||||
|
<h2>Reports</h2> |
||||||
|
</div> |
||||||
|
<div class="featureblock featurecontent"> |
||||||
|
<p>30+ statistics</p> |
||||||
|
<p>Evolution graphs</p> |
||||||
|
<p>Aggregation by month or year</p> |
||||||
|
<p>10+ default reports</p> |
||||||
|
<p>Calendar reports by month or year</p> |
||||||
|
<p>Custom data sets *</p> |
||||||
|
<p>Custom reports:</p> |
||||||
|
<ul> |
||||||
|
<li>Statistics selection</li> |
||||||
|
<li>About 30 comparison criteria, plus custom parameters</li> |
||||||
|
<li>Filters</li> |
||||||
|
<li>Statistical effiency by time of day</li> |
||||||
|
<li>Maps</li> |
||||||
|
</ul> |
||||||
|
|
||||||
|
</div> |
||||||
|
</div> |
||||||
|
|
||||||
|
<div class="featuregroup"> |
||||||
|
|
||||||
|
<div class="featureblock featuretitle"> |
||||||
|
<h2>Poker reports</h2> |
||||||
|
</div> |
||||||
|
<div class="featureblock featurecontent"> |
||||||
|
|
||||||
|
<p>Custom parameters statistics</p> |
||||||
|
<p>Cash game stop notifications</p> |
||||||
|
|
||||||
|
</div> |
||||||
|
</div> |
||||||
|
|
||||||
|
<div class="featuregroup"> |
||||||
|
|
||||||
|
<div class="featureblock featuretitle"> |
||||||
|
<h2>Bankroll management</h2> |
||||||
|
</div> |
||||||
|
<div class="featureblock featurecontent"> |
||||||
|
|
||||||
|
<p>International currencies support</p> |
||||||
|
<p>Poker risk of ruin</p> |
||||||
|
<p>Online & live bankrolls</p> |
||||||
|
<p>Link between session and transactions</p> |
||||||
|
<p>Filters</p> |
||||||
|
<p>Cryptocurrencies support *</p> |
||||||
|
</div> |
||||||
|
|
||||||
|
</div> |
||||||
|
|
||||||
|
<div class="featuregroup"> |
||||||
|
|
||||||
|
<div class="featureblock featuretitle"> |
||||||
|
<h2>Hands history</h2> |
||||||
|
</div> |
||||||
|
<div class="featureblock featurecontent"> |
||||||
|
<p>Hands recording</p> |
||||||
|
<p>Hands sharing</p> |
||||||
|
<ul> |
||||||
|
<li>Video</li> |
||||||
|
<li>Image</li> |
||||||
|
<li>Text</li> |
||||||
|
</ul> |
||||||
|
</div> |
||||||
|
|
||||||
|
</div> |
||||||
|
|
||||||
|
<div class="featuregroup"> |
||||||
|
|
||||||
|
<div class="featureblock featuretitle"> |
||||||
|
<h2>Players</h2> |
||||||
|
</div> |
||||||
|
<div class="featureblock featurecontent"> |
||||||
|
<p>Notes</p> |
||||||
|
<p>Colors</p> |
||||||
|
<p>Attachment to sessions and hand histories</p> |
||||||
|
</div> |
||||||
|
|
||||||
|
</div> |
||||||
|
|
||||||
|
<div class="featuregroup"> |
||||||
|
|
||||||
|
<div class="featureblock featuretitle"> |
||||||
|
<h2>Devices</h2> |
||||||
|
</div> |
||||||
|
<div class="featureblock featurecontent"> |
||||||
|
<p>Android</p> |
||||||
|
<p>iPhone</p> |
||||||
|
<p>iPad</p> |
||||||
|
<p>Apple Watch extension for session management</p> |
||||||
|
<ul> |
||||||
|
<li>start</li> |
||||||
|
<li>end</li> |
||||||
|
<li>pause</li> |
||||||
|
<li>player notes</li> |
||||||
|
</ul> |
||||||
|
</div> |
||||||
|
|
||||||
|
</div> |
||||||
|
|
||||||
|
<div class="featuregroup"> |
||||||
|
|
||||||
|
<div class="featureblock featuretitle"> |
||||||
|
<h2>Backups</h2> |
||||||
|
</div> |
||||||
|
<div class="featureblock featurecontent"> |
||||||
|
<p>iCloud *</p> |
||||||
|
<p>XML backups *</p> |
||||||
|
</div> |
||||||
|
|
||||||
|
</div> |
||||||
|
|
||||||
|
<div class="featuregroup"> |
||||||
|
|
||||||
|
<div class="featureblock featuretitle"> |
||||||
|
<h2>Export</h2> |
||||||
|
</div> |
||||||
|
<div class="featureblock featurecontent"> |
||||||
|
<p>CSV sessions export</p> |
||||||
|
<p>CSV transactions export</p> |
||||||
|
<p>iCloud support for exported files *</p> |
||||||
|
</div> |
||||||
|
|
||||||
|
</div> |
||||||
|
|
||||||
|
<div class="featuregroup"> |
||||||
|
|
||||||
|
<div class="featureblock featuretitle"> |
||||||
|
<h2>Import</h2> |
||||||
|
</div> |
||||||
|
<div class="featureblock featurecontent"> |
||||||
|
<p>Poker Income</p> |
||||||
|
<p>Poker Journal *</p> |
||||||
|
<p>Poker Bankroll Tracker<sup> alpha</sup></p> |
||||||
|
<p>Poker Track<sup> alpha *</p> |
||||||
|
<p>Holdem Manager 1 *</p> |
||||||
|
<p>Poker Tracker 3 & 4 *</p> |
||||||
|
<p>Rungood: contact us</p> |
||||||
|
</div> |
||||||
|
|
||||||
|
</div> |
||||||
|
<div class="featuregroup"> |
||||||
|
|
||||||
|
<div class="featureblock featuretitle"> |
||||||
|
<h2>Others</h2> |
||||||
|
</div> |
||||||
|
<div class="featureblock featurecontent"> |
||||||
|
<p>Graphical themes: clover & diamond (*)</p> |
||||||
|
<p>PIN code / Touch ID (*) / Face ID (*) lock down</p> |
||||||
|
<p>M-Factor calculator</p> |
||||||
|
<p>App languages: english, german, french, russian, italian, spanish, japanese, portuguese and chinese</p> |
||||||
|
<p>Support languages: english and french</p> |
||||||
|
</div> |
||||||
|
|
||||||
|
</div> |
||||||
|
|
||||||
|
</main> |
||||||
|
|
||||||
|
</section> |
||||||
|
|
||||||
|
<!-- Footer --> |
||||||
|
<footer> |
||||||
|
<div class="grid-x grid-padding-x"> |
||||||
|
<div class="cell medium-2 large-1 medium-offset-4 large-offset-5"> |
||||||
|
<a href="../index.html">Home</a> |
||||||
|
<a href="#">Features</a> |
||||||
|
<a href="philosophy.html">Philosophy</a> |
||||||
|
<a href="faq.html">FAQ</a> |
||||||
|
<a href="about.html">Contact</a> |
||||||
|
<a href="../blog">Blog</a> |
||||||
|
</div> |
||||||
|
<div class="cell medium-2 large-1"> |
||||||
|
<a href="https://www.instagram.com/pokeranalytics">Instagram</a> |
||||||
|
<a href="https://twitter.com/paapptweet">Twitter</a> |
||||||
|
<a href="https://www.facebook.com/pages/Poker-Analytics/171053452998758">Facebook</a> |
||||||
|
<br/> |
||||||
|
|
||||||
|
<a href="../terms.html#english">Terms of use</a> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
|
||||||
|
<div class="grid-x grid-padding-x"> |
||||||
|
<div class="cell center"> |
||||||
|
<a href="../fr/features.html">Français</a> |
||||||
|
<br/> |
||||||
|
|
||||||
|
<span class="copyright">Copyright © 2022 Stax River.</span> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
|
||||||
|
|
||||||
|
</footer> |
||||||
|
|
||||||
|
<script src="js/vendor/jquery.js"></script> |
||||||
|
<script src="js/vendor/what-input.js"></script> |
||||||
|
<script src="js/vendor/foundation.js"></script> |
||||||
|
<script src="js/app.js"></script> |
||||||
|
</body> |
||||||
|
</html> |
||||||
@ -0,0 +1,73 @@ |
|||||||
|
<!doctype html> |
||||||
|
<html class="no-js" lang="en" dir="ltr"> |
||||||
|
<head> |
||||||
|
<meta charset="utf-8"> |
||||||
|
<meta http-equiv="x-ua-compatible" content="ie=edge"> |
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
||||||
|
<meta name="description" content="The Poker HH Keyboard is the best tool to help you write your hand histories anywhere on your device"/> |
||||||
|
<meta name="keywords" content="poker,hand,history,keyboard,app,iphone,iOS"/> |
||||||
|
<meta name="apple-itunes-app" content="app-id=1275497900"> |
||||||
|
|
||||||
|
<meta name="twitter:card" content="app"> |
||||||
|
<meta name="twitter:site" content="@paapptweet"> |
||||||
|
<meta name="twitter:description" content="Track your sessions, analyze your results, record your hands and prepare yourself to crush the poker tables with the finest iOS poker tracking app."> |
||||||
|
<meta name="twitter:app:country" content="US"> |
||||||
|
<meta name="twitter:app:name:iphone" content="Poker Analytics"> |
||||||
|
<meta name="twitter:app:id:iphone" content="1275497900"> |
||||||
|
<meta name="twitter:app:url:iphone" content="https://apps.apple.com/app/poker-hh-keyboard/id1275497900?l=fr&ls=1"> |
||||||
|
<meta name="twitter:app:name:ipad" content="Poker Analytics"> |
||||||
|
<meta name="twitter:app:id:ipad" content="1275497900"> |
||||||
|
<meta name="twitter:app:url:ipad" content="https://apps.apple.com/app/poker-hh-keyboard/id1275497900?l=fr&ls=1"> |
||||||
|
|
||||||
|
<title>Poker Hand History Keyboard - Privacy Policy</title> |
||||||
|
<link rel="stylesheet" href="../css/foundation.css"> |
||||||
|
<link rel="stylesheet" href="../css/app.css"> |
||||||
|
<!-- <link rel="icon" type="image/png" href="../img/favicon.png" /> --> |
||||||
|
|
||||||
|
<!-- Matomo --> |
||||||
|
<script> |
||||||
|
var _paq = window._paq = window._paq || []; |
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */ |
||||||
|
_paq.push(['trackPageView']); |
||||||
|
_paq.push(['enableLinkTracking']); |
||||||
|
(function() { |
||||||
|
var u="//www.staxriver.com/matomo/"; |
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']); |
||||||
|
_paq.push(['setSiteId', '2']); |
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; |
||||||
|
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s); |
||||||
|
})(); |
||||||
|
</script> |
||||||
|
<!-- End Matomo Code --> |
||||||
|
|
||||||
|
</head> |
||||||
|
<body> |
||||||
|
|
||||||
|
<!-- Header with title --> |
||||||
|
<div class="titlecontainer center"> |
||||||
|
|
||||||
|
<h1>Poker HH Keyboard</h1> |
||||||
|
<h2>Privacy Policy</h2> |
||||||
|
|
||||||
|
</div> |
||||||
|
|
||||||
|
<section> |
||||||
|
<div class="grid-x"> |
||||||
|
<div class="large-offset-3 large-6"> |
||||||
|
Poker HH Keyboard is an app developed by Stax River, home of Poker Analytics. The app is 100% offline and doesn't contain any dark patterns aimed at gathering any kind of personal data. We simply hope you'll enjoy the app and look forward your feedback. |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
</section> |
||||||
|
|
||||||
|
<!-- Footer --> |
||||||
|
<footer> |
||||||
|
<div class="grid-x grid-padding-x"> |
||||||
|
<div class="cell center"> |
||||||
|
<span class="copyright">Copyright © 2022 Stax River.</span> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
|
||||||
|
</footer> |
||||||
|
|
||||||
|
</body> |
||||||
|
</html> |
||||||
|
After Width: | Height: | Size: 28 KiB |
|
After Width: | Height: | Size: 273 KiB |
|
After Width: | Height: | Size: 193 KiB |
|
After Width: | Height: | Size: 44 KiB |
|
After Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 196 KiB |
|
After Width: | Height: | Size: 362 KiB |
|
After Width: | Height: | Size: 435 KiB |
|
After Width: | Height: | Size: 208 KiB |
@ -0,0 +1,140 @@ |
|||||||
|
<!doctype html> |
||||||
|
<html class="no-js" lang="en" dir="ltr"> |
||||||
|
<head> |
||||||
|
<meta charset="utf-8"> |
||||||
|
<meta http-equiv="x-ua-compatible" content="ie=edge"> |
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
||||||
|
<meta name="description" content="The philosophy behind Poker Analytics, the favorite poker tracking app of pros"/> |
||||||
|
<meta name="keywords" content="poker,analytics,tracker,app,bankroll,stats,iphone,iOS,Android"/> |
||||||
|
<meta name="apple-itunes-app" content="app-id=1073540690"> |
||||||
|
|
||||||
|
<meta name="twitter:card" content="app"> |
||||||
|
<meta name="twitter:site" content="@paapptweet"> |
||||||
|
<meta name="twitter:description" content="Track your sessions, analyze your results, record your hands and prepare yourself to crush the poker tables with the finest iOS poker tracking app."> |
||||||
|
<meta name="twitter:app:country" content="US"> |
||||||
|
<meta name="twitter:app:name:iphone" content="Poker Analytics"> |
||||||
|
<meta name="twitter:app:id:iphone" content="1073540690"> |
||||||
|
<meta name="twitter:app:url:iphone" content="https://itunes.apple.com/app/poker-analytics-4-poker-tracker/id1073540690?ls=1&mt=8"> |
||||||
|
<meta name="twitter:app:name:ipad" content="Poker Analytics"> |
||||||
|
<meta name="twitter:app:id:ipad" content="1073540690"> |
||||||
|
<meta name="twitter:app:url:ipad" content="https://itunes.apple.com/app/poker-analytics-4-poker-tracker/id1073540690?ls=1&mt=8"> |
||||||
|
|
||||||
|
<title>Poker Analytics, poker tracker for iOS and Android - Philosophy</title> |
||||||
|
<link rel="stylesheet" href="../css/foundation.css"> |
||||||
|
<link rel="stylesheet" href="../css/app.css"> |
||||||
|
<link rel="alternate" hreflang="fr" href="../fr/philosophy.htm"> |
||||||
|
<link rel="icon" type="image/png" href="../img/favicon.png" /> |
||||||
|
|
||||||
|
<!-- Matomo --> |
||||||
|
<script> |
||||||
|
var _paq = window._paq = window._paq || []; |
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */ |
||||||
|
_paq.push(['trackPageView']); |
||||||
|
_paq.push(['enableLinkTracking']); |
||||||
|
(function() { |
||||||
|
var u="//www.staxriver.com/matomo/"; |
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']); |
||||||
|
_paq.push(['setSiteId', '2']); |
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; |
||||||
|
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s); |
||||||
|
})(); |
||||||
|
</script> |
||||||
|
<!-- End Matomo Code --> |
||||||
|
|
||||||
|
</head> |
||||||
|
<body> |
||||||
|
|
||||||
|
<!-- Navigation --> |
||||||
|
<header> |
||||||
|
<nav> |
||||||
|
<ul class="menu align-center"> |
||||||
|
<li><a href="../index.html">Home</a></li> |
||||||
|
<li><a href="features.html">Features</a></li> |
||||||
|
<li><a href="#">Philosophy</a></li> |
||||||
|
<li><a href="faq.html">FAQ</a></li> |
||||||
|
<li><a href="about.html">Contact</a></li> |
||||||
|
<li><a href="../blog">Blog</a></li> |
||||||
|
</ul> |
||||||
|
</nav> |
||||||
|
</header> |
||||||
|
|
||||||
|
<!-- Title --> |
||||||
|
<div class="maintitle wrapper centeralign fifty"> |
||||||
|
|
||||||
|
<div class="floatleft padded"> |
||||||
|
<img class="icon" src="../img/icon200x200.png" alt="Poker Analytics icon"/> |
||||||
|
</div> |
||||||
|
<div class="floatleft padded"> |
||||||
|
<h1>Poker Analytics</h1> |
||||||
|
<h2>Tracking & Bankroll management</h2> |
||||||
|
</div> |
||||||
|
|
||||||
|
</div> |
||||||
|
<div class="clearleft"/> |
||||||
|
|
||||||
|
<!-- Some Section --> |
||||||
|
<section> |
||||||
|
|
||||||
|
<main> |
||||||
|
|
||||||
|
<div> |
||||||
|
<h1>Philosophy</h1> |
||||||
|
|
||||||
|
<p>The poker table brings many kinds of people together, each with the same goal, each with a different preparation.</p> |
||||||
|
|
||||||
|
<p>Everyone has his own way to learn the game, from simply playing, to reading books, watching videos, getting coached, reviewing hands, or using apps to analyze their plays. Some prefer to just play, and some do it all.</p> |
||||||
|
|
||||||
|
<p>Poker Analytics is a session poker tracker, specialized for live games - though perfectly suited for online players - which goal is to be the central hub of your poker life. |
||||||
|
It brings a complete set of tools, each specifically designed for the needs of poker players. The app tries to bring an experience as seamless as possible, while providing the most meaningful content.</p> |
||||||
|
|
||||||
|
<p>Tracking in itself serves the purpose of collecting data to make you able to analyze it, but it comes with much more.</p> |
||||||
|
|
||||||
|
<p>The act of starting logging is an indicator of the will to achieve an objective, and shows how serious one can be. Tracking makes you conscious of what you do, and develops your self awareness towards the game. It helps you think more about the game, it trains your brain without you realizing it, and it will keep you being honest with yourself.</p> |
||||||
|
|
||||||
|
<p>Poker Analytics tries to serve this double interest at best and aims to create a generation of the best prepared players in the world.</p> |
||||||
|
|
||||||
|
|
||||||
|
</div> |
||||||
|
|
||||||
|
</main> |
||||||
|
</section> |
||||||
|
|
||||||
|
<!-- Footer --> |
||||||
|
<footer> |
||||||
|
<div class="grid-x grid-padding-x"> |
||||||
|
<div class="cell medium-2 large-1 medium-offset-4 large-offset-5"> |
||||||
|
<a href="../index.html">Home</a> |
||||||
|
<a href="features.html">Features</a> |
||||||
|
<a href="#">Philosophy</a> |
||||||
|
<a href="faq.html">FAQ</a> |
||||||
|
<a href="about.html">Contact</a> |
||||||
|
<a href="../blog">Blog</a> |
||||||
|
</div> |
||||||
|
<div class="cell medium-2 large-1"> |
||||||
|
<a href="https://www.instagram.com/pokeranalytics">Instagram</a> |
||||||
|
<a href="https://twitter.com/paapptweet">Twitter</a> |
||||||
|
<a href="https://www.facebook.com/pages/Poker-Analytics/171053452998758">Facebook</a> |
||||||
|
<br/> |
||||||
|
|
||||||
|
<a href="../terms.html#english">Terms of use</a> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
|
||||||
|
<div class="grid-x grid-padding-x"> |
||||||
|
<div class="cell center"> |
||||||
|
<a href="../fr/philosophy.html">Français</a> |
||||||
|
<br/> |
||||||
|
|
||||||
|
<span class="copyright">Copyright © 2022 Stax River.</span> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
|
||||||
|
|
||||||
|
</footer> |
||||||
|
|
||||||
|
<script src="js/vendor/jquery.js"></script> |
||||||
|
<script src="js/vendor/what-input.js"></script> |
||||||
|
<script src="js/vendor/foundation.js"></script> |
||||||
|
<script src="js/app.js"></script> |
||||||
|
</body> |
||||||
|
</html> |
||||||