diff --git a/app/views/plan/features.scala.html b/app/views/plan/features.scala.html index bd7716e357..c1ff85b0aa 100644 --- a/app/views/plan/features.scala.html +++ b/app/views/plan/features.scala.html @@ -69,6 +69,9 @@ description = "All of lichess features are free for all and forever. We do it fo @tr(unlimited) { Chess insights (detailed analysis of your play) } + @tr(check) { + All chess basics lessons + } @tr(unlimited) { Tactics puzzles from user games } @@ -149,7 +152,7 @@ description = "All of lichess features are free for all and forever. We do it fo Contribute to lichess.org and
get a cool looking patron icon - @check + Yes @@ -158,5 +161,15 @@ description = "All of lichess features are free for all and forever. We do it fo +

+ Yes, both accounts have the same features! +
+ That is because lichess is built for the love of chess.
+ We believe every chess player deserves the best, and so: +

+ everything feature is free for everybody, forever! +
+ If you love lichess, please support us with a patron account! +

} diff --git a/public/stylesheets/features.css b/public/stylesheets/features.css index 2b995501c9..b3db610bc9 100644 --- a/public/stylesheets/features.css +++ b/public/stylesheets/features.css @@ -47,3 +47,14 @@ tbody th { .price { font-size: 1.4em; } +.explanation { + margin: 40px 120px 20px 120px; + padding: 20px 30px; + background: #759900; + color: #fff; + font-size: 1.3em; +} +.explanation strong { + display: block; + text-align: center; +}