Skip to content

Commit 3d5794e

Browse files
committed
descriptions for trial and free license requests
1 parent 4704317 commit 3d5794e

File tree

1 file changed

+43
-13
lines changed

1 file changed

+43
-13
lines changed

src/pages/pricing.astro

Lines changed: 43 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,9 @@ const tags = [
8181
<div class="sla-support-wrapper">
8282
<div id="sla-support">
8383
<div class="left">
84-
<p>Get 30-days Enterprise License Evaluation Key</p>
84+
<h2>Get 30-days Enterprise License Evaluation Key</h2>
85+
<p class="sla-description">For <strong>evaluations</strong> or proof-of-concept testing, we're happy to provide a trial license.
86+
If you require tailored support, <strong>defguard Enterprise SLA</strong> offers enhanced service with benefits customized to your organization's specific needs.</p>
8587
<svg
8688
xmlns="http://www.w3.org/2000/svg"
8789
width="705"
@@ -123,7 +125,8 @@ const tags = [
123125

124126
<div class="nonprofit-wrapper">
125127
<div id="nonprofit-section">
126-
<p>Request a license for your non-profit organisation.</p>
128+
<h2>Request a license for your non-profit organisation.</h2>
129+
<p class="sla-description">If you're a non-profit organization or an open-source project, we'd love to support you. Click the button to email us with a short explanation of your mission.</p>
127130
<button type="submit" class="btn size-normal" onclick="window.location.href='mailto:[email protected]'">
128131
<span>Contact Sales</span>
129132
</button>
@@ -273,7 +276,7 @@ const tags = [
273276

274277
.left {
275278
position: relative;
276-
overflow: hidden;
279+
// overflow: hidden;
277280
width: 100%;
278281

279282
& > svg {
@@ -295,22 +298,29 @@ const tags = [
295298

296299
&:first-of-type {
297300
z-index: 1;
298-
bottom: -50px;
301+
bottom: -130px;
299302
@include break-down(xxl) {
300-
bottom: 20px;
303+
bottom: -60px;
304+
}
305+
@include break-down(lg) {
306+
bottom: -20px;
301307
}
302308
}
303309

304310
&:last-of-type {
305311
z-index: 2;
306-
bottom: 30px;
312+
bottom: -30px;
307313
@include break-down(xxl) {
308-
bottom: 60px;
314+
bottom: -10px;
315+
}
316+
@include break-down(lg) {
317+
bottom: 40px;
309318
}
310319
}
311320
}
312321

313-
& > p {
322+
& > h2 {
323+
@include typography(paragraph);
314324
box-sizing: border-box;
315325
font-family: "Poppins";
316326
font-size: 36px;
@@ -319,7 +329,7 @@ const tags = [
319329
padding-top: 20px;
320330
padding-left: 20px;
321331
padding-right: 20px;
322-
padding-bottom: 120px;
332+
padding-bottom: 0;
323333
max-width: 1100px;
324334
margin: 0 auto;
325335
word-wrap: break-word;
@@ -328,10 +338,10 @@ const tags = [
328338

329339
@include break-up(md) {
330340
padding-top: 54px;
331-
padding-left: 58px;
332-
padding-right: 58px;
341+
padding-left: 20px;
342+
padding-right: 20px;
333343
font-size: 55px;
334-
padding-bottom: 170px;
344+
padding-bottom: 0;
335345
}
336346
}
337347
}
@@ -351,6 +361,14 @@ const tags = [
351361
padding: 120px 0;
352362
}
353363

364+
.sla-description {
365+
max-width: 1100px;
366+
margin: 0 auto;
367+
padding: 30px 20px;
368+
padding-bottom: 100px;
369+
box-sizing: border-box;
370+
}
371+
354372
#nonprofit-section {
355373
width: 100%;
356374
max-width: 1100px;
@@ -362,11 +380,23 @@ const tags = [
362380
flex-direction: column;
363381
align-items: center;
364382

365-
p {
383+
h2 {
366384
@include typography(pricebox-section);
367385
margin-bottom: 30px;
368386
}
387+
388+
.sla-description {
389+
padding-bottom: 20px;
390+
padding-top: 0px;
391+
}
369392
}
393+
394+
395+
396+
.book .double-inputs {
397+
z-index: 1000;
398+
}
399+
370400
</style>
371401
</main>
372402
</BaseLayout>

0 commit comments

Comments
 (0)