Skip to content

Commit

Permalink
Add 1 year updates
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed Jul 24, 2024
1 parent 7aa5173 commit cf6c037
Show file tree
Hide file tree
Showing 11 changed files with 110 additions and 90 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ import { TemplateHeroRectangleModule } from './templateherorectangle';
<div class="template-hero-card-links ">
<a [href]="templateHeroData?.supportHref ?? 'https://github.com/orgs/primefaces/discussions/categories/primeng-templates'" target="_blank">
<i class="pi pi-github " style="font-size: 1rem;"></i>
<span>{{ templateHeroData?.free ? 'Open Issues' : 'Get Support' }}</span>
<span>{{ templateHeroData?.free ? 'Open Issues' : 'Community' }}</span>
</a>
<a [href]="templateHeroData?.docHref" target="_blank">
<i class="pi pi-book " style="font-size: 1rem;"></i>
<span>Read Doc</span>
<span>Documentation</span>
</a>
</div>
</div>
Expand Down
9 changes: 5 additions & 4 deletions src/app/showcase/pages/templates/apollo/apollo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,9 @@ export class ApolloPage {
src: 'https://primefaces.org/cdn/primeng/images/templates/apollo/apollo-features2-responsive.png'
},
{
title: 'Lifetime Support',
description: 'Apollo has a dedicated forum where lifetime support is delivered by engineers at PrimeTek in a timely manner.',
title: 'Support',
description: `PrimeTek offers assistance with account management and licensing issues, with the expectation that users have the necessary technical knowledge to use our products, as we do not offer technical support or consulting. Users
can seek assistance in our community via our public Discord and Forum.`,
src: 'https://primefaces.org/cdn/primeng/images/templates/apollo/apollo-features2-lifetime.png'
},
{
Expand Down Expand Up @@ -260,12 +261,12 @@ export class ApolloPage {
{
title: 'Basic License',
price: '$59',
included: ['Non Commercial Usage', 'Single End Product, No Multi-Use', 'Lifetime Support', 'Unlimited Updates']
included: ['Non Commercial Usage', 'Single End Product, No Multi-Use', '1 Year Free Updates']
},
{
title: 'Extended License',
price: '$590',
included: ['Commercial Usage', 'Multiple End Products', 'Lifetime Support', 'Unlimited Updates']
included: ['Commercial Usage', 'Multiple End Products', '1 Year Free Updates']
}
]
};
Expand Down
9 changes: 5 additions & 4 deletions src/app/showcase/pages/templates/atlantis/atlantis.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,9 @@ export class AtlantisPage {
darkSrc: 'https://primefaces.org/cdn/primeng/images/compatible-ng-dark.png'
},
{
title: 'Lifetime Support',
description: 'Atlantis has a dedicated forum where lifetime support is delivered by engineers at PrimeTek in a timely manner.',
title: 'Support',
description: `PrimeTek offers assistance with account management and licensing issues, with the expectation that users have the necessary technical knowledge to use our products, as we do not offer technical support or consulting. Users
can seek assistance in our community via our public Discord and Forum.`,
src: 'https://primefaces.org/cdn/primeng/images/templates/apollo/apollo-features2-lifetime.png'
},
{
Expand Down Expand Up @@ -201,12 +202,12 @@ export class AtlantisPage {
{
title: 'Basic License',
price: '$59',
included: ['Non Commercial Usage', 'Single End Product, No Multi-Use', 'Lifetime Support', 'Unlimited Updates']
included: ['Non Commercial Usage', 'Single End Product, No Multi-Use', '1 Year Free Updates']
},
{
title: 'Extended License',
price: '$590',
included: ['Commercial Usage', 'Multiple End Products', 'Lifetime Support', 'Unlimited Updates']
included: ['Commercial Usage', 'Multiple End Products', '1 Year Free Updates']
}
]
};
Expand Down
9 changes: 5 additions & 4 deletions src/app/showcase/pages/templates/avalon/avalon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,9 @@ export class AvalonPage {
darkSrc: 'https://primefaces.org/cdn/primeng/images/compatible-ng-dark.png'
},
{
title: 'Lifetime Support',
description: 'Diamond has a dedicated forum where lifetime support is delivered by engineers at PrimeTek in a timely manner.',
title: 'Support',
description: `PrimeTek offers assistance with account management and licensing issues, with the expectation that users have the necessary technical knowledge to use our products, as we do not offer technical support or consulting. Users
can seek assistance in our community via our public Discord and Forum.`,
src: 'https://primefaces.org/cdn/primeng/images/templates/apollo/apollo-features2-lifetime.png'
},
{
Expand Down Expand Up @@ -226,12 +227,12 @@ export class AvalonPage {
{
title: 'Basic License',
price: '$49',
included: ['Non Commercial Usage', 'Single End Product, No Multi-Use', 'Lifetime Support', 'Unlimited Updates']
included: ['Non Commercial Usage', 'Single End Product, No Multi-Use', '1 Year Free Updates']
},
{
title: 'Extended License',
price: '$490',
included: ['Commercial Usage', 'Multiple End Products', 'Lifetime Support', 'Unlimited Updates']
included: ['Commercial Usage', 'Multiple End Products', '1 Year Free Updates']
}
]
};
Expand Down
9 changes: 5 additions & 4 deletions src/app/showcase/pages/templates/diamond/diamond.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,9 @@ export class DiamondPage {
darkSrc: 'https://primefaces.org/cdn/primeng/images/compatible-ng-dark.png'
},
{
title: 'Lifetime Support',
description: 'Diamond has a dedicated forum where lifetime support is delivered by engineers at PrimeTek in a timely manner.',
title: 'Support',
description: `PrimeTek offers assistance with account management and licensing issues, with the expectation that users have the necessary technical knowledge to use our products, as we do not offer technical support or consulting. Users
can seek assistance in our community via our public Discord and Forum.`,
src: 'https://primefaces.org/cdn/primeng/images/templates/apollo/apollo-features2-lifetime.png'
},
{
Expand Down Expand Up @@ -225,12 +226,12 @@ export class DiamondPage {
{
title: 'Basic License',
price: '$59',
included: ['Non Commercial Usage', 'Single End Product, No Multi-Use', 'Lifetime Support', 'Unlimited Updates']
included: ['Non Commercial Usage', 'Single End Product, No Multi-Use', '1 Year Free Updates']
},
{
title: 'Extended License',
price: '$590',
included: ['Commercial Usage', 'Multiple End Products', 'Lifetime Support', 'Unlimited Updates']
included: ['Commercial Usage', 'Multiple End Products', '1 Year Free Updates']
}
]
};
Expand Down
9 changes: 5 additions & 4 deletions src/app/showcase/pages/templates/freya/freya.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,9 @@ export class FreyaPage {
darkSrc: 'https://primefaces.org/cdn/primeng/images/compatible-ng-dark.png'
},
{
title: 'Lifetime Support',
description: 'Freya has a dedicated forum where lifetime support is delivered by engineers at PrimeTek in a timely manner.',
title: 'Support',
description: `PrimeTek offers assistance with account management and licensing issues, with the expectation that users have the necessary technical knowledge to use our products, as we do not offer technical support or consulting. Users
can seek assistance in our community via our public Discord and Forum.`,
src: 'https://primefaces.org/cdn/primeng/images/templates/apollo/apollo-features2-lifetime.png'
},
{
Expand Down Expand Up @@ -218,12 +219,12 @@ export class FreyaPage {
{
title: 'Basic License',
price: '$59',
included: ['Non Commercial Usage', 'Single End Product, No Multi-Use', 'Lifetime Support', 'Unlimited Updates']
included: ['Non Commercial Usage', 'Single End Product, No Multi-Use', '1 Year Free Updates']
},
{
title: 'Extended License',
price: '$590',
included: ['Commercial Usage', 'Multiple End Products', 'Lifetime Support', 'Unlimited Updates']
included: ['Commercial Usage', 'Multiple End Products', '1 Year Free Updates']
}
]
};
Expand Down
60 changes: 34 additions & 26 deletions src/app/showcase/pages/templates/learnmore/learnmore.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
}

&-description {
font-size: 0.875rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.25rem;
text-align: center;
Expand All @@ -53,7 +53,7 @@
margin: 1.25rem auto 0;

@media (max-width: 900px) {
font-size: 0.875rem;
font-size: 1rem;
line-height: 1.25rem;
width: 96%;
}
Expand Down Expand Up @@ -132,7 +132,7 @@

&-description {
@media (max-width: 900px) {
font-size: 0.875rem;
font-size: 1rem;
line-height: 1.25rem;
width: 90%;
}
Expand Down Expand Up @@ -205,16 +205,16 @@
color: var(--surface-900);
font-size: 1.09375rem;
font-weight: 600;
line-height: 1.3125rem;
line-height: 1.5;
margin-top: 0;
margin-bottom: 0.75rem;
}

&-description {
color: var(--surface-600);
font-size: 0.875rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.3125rem;
line-height: 1.5;
margin: 0;
}
}
Expand Down Expand Up @@ -307,15 +307,15 @@
color: var(--surface-900, var(--surface-900, #212121));
font-size: 1.09375rem;
font-weight: 600;
line-height: 1.3125rem;
line-height: 1.5;
}

p {
margin: 0.75rem 0 0;
color: var(--surface-600, #757575);
font-size: 0.875rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.3125rem;
line-height: 1.5;
}
}
}
Expand Down Expand Up @@ -569,7 +569,7 @@

p {
color: var(--surface-0);
font-size: 0.875rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.0625rem;
margin: 0;
Expand Down Expand Up @@ -766,15 +766,15 @@
color: var(--surface-900, var(--color-surface-900, #212121));
font-size: 1.09375rem;
font-weight: 600;
line-height: 1.3125rem;
line-height: 1.5;
margin: 0;
}

p {
color: var(--surface-600, #757575);
font-size: 0.875rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.3125rem;
line-height: 1.5;
margin: 0.38rem 0 0;

a {
Expand Down Expand Up @@ -1003,7 +1003,10 @@
border-radius: 1.5rem;
border: 1px solid rgba(255, 255, 255, 0.24);
background: linear-gradient(180deg, rgba(170, 140, 255, 0) 0%, var(--primary-400) / 0.8 100%), rgba(255, 255, 255, 0.1);
box-shadow: 0px 2px 4px 0px rgba(255, 255, 255, 0.24) inset, 0px 48px 80px 0px rgba(0, 0, 0, 0.08), 0px -5px 13px -2px rgba(255, 255, 255, 0.55) inset;
box-shadow:
0px 2px 4px 0px rgba(255, 255, 255, 0.24) inset,
0px 48px 80px 0px rgba(0, 0, 0, 0.08),
0px -5px 13px -2px rgba(255, 255, 255, 0.55) inset;
backdrop-filter: blur(2px);
padding: 2.25rem 1.75rem;

Expand All @@ -1017,9 +1020,9 @@
}

p {
font-size: 0.875rem;
font-size: 1rem;
font-weight: 400;
line-height: normal;
line-height: 1.5;
margin: 1rem 0 0;
color: var(--surface-0);
}
Expand All @@ -1036,7 +1039,7 @@
flex: 1;
border-radius: 3rem;

font-size: 0.875rem;
font-size: 1rem;
font-weight: 700;
line-height: 1.0625rem;
cursor: pointer;
Expand Down Expand Up @@ -1075,14 +1078,16 @@

a {
display: flex;
align-items: flex-end;
align-items: center;
gap: 0.5rem;
color: var(--surface-0);

span {
font-size: 0.75rem;
font-weight: 300;
font-size: 1rem;
line-height: normal;
}

&:hover {
text-decoration-line: underline;
}
}
Expand Down Expand Up @@ -1414,7 +1419,7 @@

color: var(--surface-0);
text-align: center;
font-size: 0.875rem;
font-size: 1rem;
font-weight: 500;
line-height: 1.5rem;
letter-spacing: -0.00875rem;
Expand All @@ -1428,7 +1433,7 @@

p {
color: var(--surface-500);
font-size: 0.875rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5rem;
letter-spacing: -0.00875rem;
Expand All @@ -1440,15 +1445,15 @@
&-description {
color: var(--surface-500);
text-align: center;
font-size: 0.875rem;
font-size: 1rem;
line-height: 1.5rem;
letter-spacing: -0.00875rem;
max-width: 46.75rem;
margin: 1.5rem auto 0;
}

&-visit {
font-size: 0.875rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5rem;
letter-spacing: -0.00875rem;
Expand All @@ -1457,13 +1462,16 @@

a {
color: var(--primary-500);
text-decoration-line: underline;
cursor: pointer;
transition: all 0.2s ease;

&:hover {
color: var(--primary-300);
}

&:hover {
text-decoration-line: underline;
}
}
}
}
Expand Down Expand Up @@ -2070,4 +2078,4 @@
}
}
}
}
}
11 changes: 6 additions & 5 deletions src/app/showcase/pages/templates/poseidon/poseidon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import { TemplateLicenseModule } from 'src/app/showcase/layout/templates/templat
import { TemplateRelatedModule } from 'src/app/showcase/layout/templates/templaterelated';
import { TemplateSeparatorModule } from 'src/app/showcase/layout/templates/templateseparator';
import { TemplateYoutubeModule } from 'src/app/showcase/layout/templates/templateyoutube';
import { PoseidonSeparator } from './poseidonseparator';
import { PoseidonLogo } from './poseidonlogo';
import { PoseidonSeparator } from './poseidonseparator';

@Component({
standalone: true,
Expand Down Expand Up @@ -79,8 +79,9 @@ export class PoseidonPage {
src: 'https://primefaces.org/cdn/primeng/images/templates/poseidon/poseidon-features2-responsive.png'
},
{
title: 'Lifetime Support',
description: 'Apollo has a dedicated forum where lifetime support is delivered by engineers at PrimeTek in a timely manner.',
title: 'Support',
description: `PrimeTek offers assistance with account management and licensing issues, with the expectation that users have the necessary technical knowledge to use our products, as we do not offer technical support or consulting. Users
can seek assistance in our community via our public Discord and Forum.`,
src: 'https://primefaces.org/cdn/primeng/images/templates/apollo/apollo-features2-lifetime.png'
},
{
Expand Down Expand Up @@ -175,12 +176,12 @@ export class PoseidonPage {
{
title: 'Basic License',
price: '$59',
included: ['Non Commercial Usage', 'Single End Product, No Multi-Use', 'Lifetime Support', 'Unlimited Updates']
included: ['Non Commercial Usage', 'Single End Product, No Multi-Use', '1 Year Free Updates']
},
{
title: 'Extended License',
price: '$590',
included: ['Commercial Usage', 'Multiple End Products', 'Lifetime Support', 'Unlimited Updates']
included: ['Commercial Usage', 'Multiple End Products', '1 Year Free Updates']
}
]
};
Expand Down
Loading

0 comments on commit cf6c037

Please sign in to comment.