From a9e12940686fd5549d4273a0c983f9bef9bae1b7 Mon Sep 17 00:00:00 2001 From: Laurent Date: Fri, 10 Jan 2025 11:59:45 +0100 Subject: [PATCH] css fix and text improvements --- .DS_Store | Bin 0 -> 6148 bytes css/app.css | 332 +++++++++++++++++++++++++++------------------------- fr/faq.html | 7 -- index.html | 12 +- us/faq.html | 9 +- 5 files changed, 179 insertions(+), 181 deletions(-) create mode 100644 .DS_Store diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..4f44ed72d4b3bfa184a38ffcc619d4e2e712d33c GIT binary patch literal 6148 zcmeHKy-EW?5S~pU21N*n8d31{0RonGXNWd}pw@yW!KmaoF^WGR99A}h`UEzDTB!H} z7HT0_*a^OXkD)WO8?&2JJ4Iv$cE7uso%?pb<92QVK;_rV!vGloNMj>RwPE*(QJh-L z62{YusOTBh%J57n3|3+z#UToa0)J5f`gT*0g9YFI>Hdiv&N z zS(y`xVs`X886mS(t>e~#}|FN&n|8A1pi2|a)zfwS@3NwW~F3Hr^*y5OPczOA$X literal 0 HcmV?d00001 diff --git a/css/app.css b/css/app.css index 518757f..45cee4d 100644 --- a/css/app.css +++ b/css/app.css @@ -1,218 +1,230 @@ /* Main */ body { - font-family:'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, sans-serif; - font-weight:400; - background-color:#fff; - font-size:20px; + 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; + text-decoration: none; + color: #4fb47f; } main { - padding: 15px; - margin: 0 auto; - max-width: 800px; + padding: 15px; + margin: 0 auto; + max-width: 800px; } header { - margin-bottom: 20px; + margin-bottom: 20px; } .menu a { - color: #777; + color: #777; } .menu a:hover { - color: #4fb47f; + color: #4fb47f; } .large { - font-weight:600; - font-size:64px; + font-weight: 600; + font-size: 64px; } .titleicon { - background-color: #567; + background-color: #567; } -.wrapper (min-width: 600px) { - padding: 0 50px; - margin: 0 auto; +/* .wrapper (min-width: 600px) { + padding: 0 50px; + margin: 0 auto; +} */ + +.wrapper { + padding: 0 50px; + margin: 0 auto; +} + +@media (min-width: 600px) { + .wrapper { + padding: 0 50px; + } } /* maintitle */ .topmargin { - margin-top: 50px; + margin-top: 50px; } .topmargin10 { - margin-top: 100px; + margin-top: 100px; } .icon { - height: 100px; - width: 100px; + height: 100px; + width: 100px; } @media (min-width: 900px) { - .fifty { - width: 720px; - } + .fifty { + width: 720px; + } } .padded { - padding: 10px; + padding: 10px; } /* .maintitle { margin-top: 30px; } */ .maintitle .title { - /* padding: 10px; */ - /* max-width: 280px; */ - /* margin: 20px auto 50px auto; */ + /* 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; */ + 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; + 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; + font-weight: 800; + font-size: 28px; + line-height: 1.2em; } .heroimg { - width: auto; - height: 500px; + width: auto; + height: 500px; } .mediumbox { - width: 500px; - text-align: center; + width: 500px; + text-align: center; } /* Secondary Pages */ .question { - font-weight: 600; + font-weight: 600; } .portrait { - max-width: 250px; - text-align: center; - display: inline-block; - vertical-align: top; - padding: 20px; + max-width: 250px; + text-align: center; + display: inline-block; + vertical-align: top; + padding: 20px; } .templatetitle { - /* display: block; */ - /* float: left; */ - width: 600px; - /* clear: both; */ + /* display: block; */ + /* float: left; */ + width: 600px; + /* clear: both; */ } .titlecontainer { - /* margin: 40px 0; */ - width: 50%; - background-color: #444; + /* margin: 40px 0; */ + width: 50%; + background-color: #444; } .leftmargin { - margin-left: 20px; + margin-left: 20px; } .middlealign { - vertical-align: middle; + vertical-align: middle; } .inlinedisplay { - display: inline-block; + display: inline-block; } .maintitle .title { - /* text-align: center; */ + /* text-align: center; */ } .title { - /* width: 500px; */ - /* color: #6ec47e; */ - /*display: inline-block;*/ - clear: right; - padding: 0px 20px; + /* 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; + margin: 20px 0px; + border-bottom-width: 1px; + border-bottom-style: solid; + border-bottom-color: #ccc; } .featuretitle { - width: 200px; + width: 200px; } .featuretitle h2 { - font-size: 32px; - font-weight: 300; - /* margin-top: 14px; */ + font-size: 32px; + font-weight: 300; + /* margin-top: 14px; */ } .featurecontent { - max-width: 620px; - font-size: 20px; - margin-top: 12px; + max-width: 620px; + font-size: 20px; + margin-top: 12px; } .featurecontent li { - padding-bottom: 4px; - margin-left: 20px; + padding-bottom: 4px; + margin-left: 20px; } .featureblock { - display: inline-block; - vertical-align: top; + display: inline-block; + vertical-align: top; } .watch { - height: 360px; - width: auto; + height: 360px; + width: auto; } .picto28 { - height: 28px; - width: 28px; + height: 28px; + width: 28px; } .picto { - height: 100px; - width: 100px; + height: 100px; + width: 100px; } .big_picto { - height: 200px; - width: 200px; + height: 200px; + width: 200px; } /* Body */ @@ -223,163 +235,163 @@ section { } .center { - text-align: center; + text-align: center; } .rightalign { - margin-left:auto; - margin-right:0; + margin-left: auto; + margin-right: 0; } .centeralign { - margin: 0 auto; + margin: 0 auto; } .imgcenter { - margin-left: auto; - margin-right: auto; - display: block; + margin-left: auto; + margin-right: auto; + display: block; } .floatleft { - float: left; + float: left; } .clearleft { - clear:left; + clear: left; } .descriptionbg { - background-color: #8ef6a1; + background-color: #8ef6a1; - padding: 20px; - margin: 0 auto; + padding: 20px; + margin: 0 auto; } .description { - margin: 0 auto; - max-width: 700px; + margin: 0 auto; + max-width: 700px; } .fz36 { - font-size:36px; - line-height: 1.2em; + font-size: 36px; + line-height: 1.2em; } .bb { - background-color: #999; + background-color: #999; } .bbb { - background-color: #ccc; + background-color: #ccc; } /* Comments */ .comment { - /* text-align: left; */ - max-width: 320px; - /* vertical-align: top; */ - font-size:18px; - margin-bottom: 20px; - padding: 0px 20px; + /* 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; + font-size: 28px; + color: #6ec47e; + line-height: 1.3em; } /* Features */ - .feature-2 { - max-width: 300px; + max-width: 300px; } .feature { - /* padding: 20px; */ - vertical-align: top; - text-align: center; - /* max-width: 300px; */ + /* padding: 20px; */ + vertical-align: top; + text-align: center; + /* max-width: 300px; */ } .feature h2 { - font-size:32px; - font-weight: 300; - margin: 0; - margin-top: 10px; + font-size: 32px; + font-weight: 300; + margin: 0; + margin-top: 10px; } .greybg { - background-color: #f8f8f8; + background-color: #f8f8f8; } .screenshot { - width: 275px; - height: 550px; + width: 275px; + height: 550px; } .line { - margin: 20px 0; + margin: 20px 0; } /* Plans */ .plans { - margin: 0 auto; - max-width: 600px; + 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; + 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; +.comparison th, +td { + padding: 4px; + border-bottom: solid; + border-width: 1px; + border-color: #ccc; + font-weight: 400; } .dl_button_height { - height: 60px; - width: auto; + height: 60px; + width: auto; } .dl_button_width { - height: auto; - width: 200px; + height: auto; + width: 200px; } .separatorH20 { - height: 20px; + height: 20px; } .nostyle { - list-style: none; + list-style: none; } /* Footer */ footer a { - display: block; + display: block; } footer { - font-size: 16px; - background-color: #eee; - margin-top: 40px; - padding: 0px 40px 40px 40px; + font-size: 16px; + background-color: #eee; + margin-top: 40px; + padding: 0px 40px 40px 40px; } footer .cell { - padding: 40px 0px 0px 0px; + padding: 40px 0px 0px 0px; } diff --git a/fr/faq.html b/fr/faq.html index 6e5b91e..1ec0beb 100644 --- a/fr/faq.html +++ b/fr/faq.html @@ -136,13 +136,6 @@ 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.

-

- Peut-on enregistrer des parties à plusieurs ? -

-

- C'est possible sur iOS uniquement. Nous avons repoussé le développement de la fonctionnalité sur Android. -

-

Est-il possible de filtrer mes résultats ?

diff --git a/index.html b/index.html index e267d37..615fc72 100644 --- a/index.html +++ b/index.html @@ -69,7 +69,7 @@ -
+
@@ -80,9 +80,9 @@
-

Become the poker player you want to be

+

Master your poker journey

-

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.

+

Track your wins, identify your most profitable games, and capture crucial insights to build lasting success. Make data-driven decisions and hold yourself accountable as you climb to higher stakes and bigger wins.


@@ -110,9 +110,9 @@
-

Time has come to align your mindset with your goals.

-

The more serious you become about your game, the more you need the appropriate tools to assist you.
- Poker Analytics has elite tracking capabilities that will cover all needs from novice players to top pros.

+

Track smarter, win bigger.

+

Trusted by thousands of winning players worldwide, Poker Analytics delivers the most comprehensive tracking capabilities in the industry.
+ From bankroll management to advanced performance metrics, every feature is designed to transform your data into profitable decisions.

diff --git a/us/faq.html b/us/faq.html index 5b14bcf..2fd2140 100644 --- a/us/faq.html +++ b/us/faq.html @@ -104,7 +104,7 @@ Is there a way to have configurable setups for my sessions?

- 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. + We chose not to go that route for the time being. However, there are two ways to help you tremendously! 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.

@@ -153,13 +153,6 @@ 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.

-

- Can I record my home games? -

-

- 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. -

-

Can I filter my results?