Update pricing

This commit is contained in:
edsea
2025-01-05 15:00:55 +01:00
parent 2a96214250
commit b76dd526e3
5 changed files with 15 additions and 5 deletions

View File

@@ -114,17 +114,17 @@ include($_SERVER['DOCUMENT_ROOT'] . '/rss/php/includes/header.php');
</div> </div>
</div> </div>
<div class="blue-banner"> <div class="light-banner">
<div class="container mt-10"> <div class="container mt-10">
<div class="row"> <div class="row">
<div class="col-md-4 col-s-12"> <div class="col-md-4 col-s-12">
<div class="image-container"> <div class="image-container">
<img src="/rss/img/save.png" alt="cheap dating" class="shadow"> <img src="/rss/img/freedom.jpg" alt="free dating" class="shadow">
</div> </div>
</div> </div>
<div class="col-md-8 col-s-12 align-self-center"> <div class="col-md-8 col-s-12 align-self-center">
<h2>First month free - For everyone</h2> <h2>Join today for free</h2>
<p>We believe that every user should be able to use our platform without any stresful trial periods. When you signup, you get 1 full month free access, without verifying any credit card <u>or</u> get any binding periods. If you later decide to subscribe, you will be able to cancel your subscription by yourself at Stripe's portal - anytime.</p> <p>We believe that every user should be able to use our platform without any stresful trial periods. Which is why you now can join our platform for free, with all the features we offer. No restrictions. If you later on decides to add a subscription, you can cancel this on your own trough the "manage subscription", without any sort of binding periods.</p>
</div> </div>
</div> </div>
</div> </div>

View File

@@ -632,6 +632,11 @@ body {
color: #fff; color: #fff;
} }
.light-banner {
background-color: #efefef;
color: #272727;
}
.col { .col {
flex: 1; flex: 1;
padding-right: 15px; padding-right: 15px;

File diff suppressed because one or more lines are too long

View File

@@ -113,6 +113,11 @@ $max-widths: (
color: #fff; color: #fff;
} }
.light-banner{
background-color: #efefef;
color: #272727;
}
.col { .col {
flex: 1; flex: 1;
padding-right: $gutter-width / 2; padding-right: $gutter-width / 2;

BIN
rss/img/freedom.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 168 KiB