Skip to content

Commit 07f9dec

Browse files
committed
Publish 2025-08-21
1 parent facdf91 commit 07f9dec

File tree

4 files changed

+72
-26
lines changed

4 files changed

+72
-26
lines changed

elements/plus-tiers.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -538,6 +538,7 @@ const cssText = `
538538
.payment-methods__visa {
539539
aspect-ratio: 1 / 1;
540540
background-image: url('https://buy.paddle.com/images/icons/visa.svg');
541+
filter: brightness(3);
541542
height: 1.5rem;
542543
}
543544
.payment-methods__mastercard {

images/plus-devices-1.jpg

132 KB
Loading

plus/index.html

Lines changed: 31 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -19,26 +19,33 @@
1919
</head>
2020

2121
<body>
22-
<a class="banner" href="../">
23-
<img class="banner__image" src="/images/darkreader-birthday.svg" />
24-
</a>
25-
26-
<h1 class="title">
27-
<span class="title-darkreader">Dark Reader</span> <span class="title-plus">Plus</span>
28-
</h1>
29-
30-
<p class="description">
31-
Premium themes & custom colors<br>
32-
</p>
33-
34-
<p>
35-
<darkreader-plus-tiers></darkreader-plus-tiers>
36-
<script type="module" src="/elements/plus-tiers.js"></script>
37-
</p>
38-
39-
<h3 class="slogan">
40-
Color Your World
41-
</h3>
22+
<section>
23+
<h1 class="title">
24+
<span class="title-darkreader">Dark Reader</span> <span class="title-plus">Plus</span>
25+
</h1>
26+
27+
<p class="description">
28+
Premium themes & custom colors<br>
29+
</p>
30+
31+
<p>
32+
<darkreader-plus-tiers></darkreader-plus-tiers>
33+
<script type="module" src="/elements/plus-tiers.js"></script>
34+
</p>
35+
36+
<h3 class="slogan">
37+
Color Your World
38+
</h3>
39+
40+
<div class="desktop-promo">
41+
<img class="desktop-promo-image" src="/images/plus-devices-1.jpg">
42+
</div>
43+
44+
<p>
45+
<i class="edge-icon"></i>
46+
Available for Microsoft Edge on Windows, macOS and Android.
47+
</p>
48+
</section>
4249

4350
<div class="carousel">
4451
<div class="carousel-wrapper">
@@ -50,17 +57,16 @@ <h3 class="slogan">
5057
</div>
5158

5259
<section>
53-
<p>
60+
<p class="text-secondary">
61+
By completing the purchase you agree to the <a href="../terms/">terms of use</a>.
62+
<br>
5463
For any questions please <a href="mailto:[email protected]?subject=[Plus]%20Key">contact us</a>.
5564
</p>
56-
<p>
57-
<a href="../terms/">Terms of Use</a>
58-
</p>
5965
</section>
6066

6167
<footer>
6268
© 2025 Dark Reader Ltd<br>
63-
Dark Reader Ltd is registered in England and Wales (Company No 13594380),
69+
Dark Reader Ltd is registered in England and Wales (Company No 13594380),<br>
6470
Suite 746 Unit 3A, 34-35 Hatton Garden, London, EC1N 8DX, United Kingdom
6571
</footer>
6672

plus/style.css

Lines changed: 40 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,11 @@ a:visited {
104104
text-align: center;
105105
}
106106

107+
p,
108+
footer {
109+
text-wrap: balance;
110+
}
111+
107112
.slogan {
108113
background-image: linear-gradient(to right, #e7573b, #af6ce9, #40a6e5);
109114
background-clip: text;
@@ -129,7 +134,7 @@ section {
129134
margin: 1rem 0;
130135
}
131136

132-
em {
137+
.text-secondary {
133138
opacity: 0.75;
134139
}
135140

@@ -140,6 +145,7 @@ footer {
140145
}
141146

142147
.carousel {
148+
display: none;
143149
margin: 1rem auto 0 auto;
144150
overflow: auto;
145151
padding-bottom: 1rem;
@@ -164,3 +170,36 @@ footer {
164170
flex: none;
165171
width: 8rem;
166172
}
173+
174+
.desktop-promo {
175+
padding-left: 10%;
176+
}
177+
178+
.desktop-promo-image {
179+
aspect-ratio: 2;
180+
object-fit: cover;
181+
object-position: 50% 54%;
182+
width: 100%;
183+
}
184+
185+
.edge-icon {
186+
background-image: url(/images/icon-edge-256x256.svg);
187+
background-position: center;
188+
background-repeat: no-repeat;
189+
background-size: contain;
190+
bottom: -0.125rem;
191+
display: inline-block;
192+
height: 1rem;
193+
position: relative;
194+
width: 1rem;
195+
}
196+
197+
@media (min-width: 45rem) {
198+
.title {
199+
font-size: 4rem;
200+
}
201+
202+
.description {
203+
font-size: 2rem;
204+
}
205+
}

0 commit comments

Comments
 (0)