Merge branch 'prod'
commit
8f595b2b57
|
@ -126,7 +126,7 @@
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: var(--primary-color);
|
color: var(--primary-color);
|
||||||
font-weight: 600;
|
font-weight: 500;
|
||||||
transition: all .2s;
|
transition: all .2s;
|
||||||
border-radius: var(--border-radius);
|
border-radius: var(--border-radius);
|
||||||
@include focus-visible();
|
@include focus-visible();
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
<div class="doc-main">
|
<div class="doc-main">
|
||||||
<div class="doc-intro">
|
<div class="doc-intro">
|
||||||
<h1>Bootstrap</h1>
|
<h1>Bootstrap</h1>
|
||||||
<p><a href="https://getbootstrap.com" class="font-semibold hover:underline text-primary">Bootstrap</a> is a well-known CSS library to build responsive and mobile first web projects.</p>
|
<p><a href="https://getbootstrap.com" class="font-medium hover:underline text-primary">Bootstrap</a> is a well-known CSS library to build responsive and mobile first web projects.</p>
|
||||||
</div>
|
</div>
|
||||||
<DocSections :docs="docs" />
|
<DocSections :docs="docs" />
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
<div class="doc-main">
|
<div class="doc-main">
|
||||||
<div class="doc-intro">
|
<div class="doc-intro">
|
||||||
<h1>Bulma</h1>
|
<h1>Bulma</h1>
|
||||||
<p><a href="https://bulma.io/" class="font-semibold hover:underline text-primary">Bulma</a> is a free, open source framework that provides ready-to-use frontend copmponents and utilities.</p>
|
<p><a href="https://bulma.io/" class="font-medium hover:underline text-primary">Bulma</a> is a free, open source framework that provides ready-to-use frontend copmponents and utilities.</p>
|
||||||
</div>
|
</div>
|
||||||
<DocSections :docs="docs" />
|
<DocSections :docs="docs" />
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
<div class="doc-intro">
|
<div class="doc-intro">
|
||||||
<h1>Icons</h1>
|
<h1>Icons</h1>
|
||||||
<p>
|
<p>
|
||||||
<a href="https://github.com/primefaces/primeicons" class="text-primary hover:underline font-semibold"> PrimeIcons </a>
|
<a href="https://github.com/primefaces/primeicons" class="text-primary hover:underline font-medium"> PrimeIcons </a>
|
||||||
is the default icon library of PrimeVue with over 250 open source icons developed by PrimeTek. PrimeIcons library is optional as PrimeVue components can use any icon with templating.
|
is the default icon library of PrimeVue with over 250 open source icons developed by PrimeTek. PrimeIcons library is optional as PrimeVue components can use any icon with templating.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -21,12 +21,12 @@
|
||||||
<div class="flex">
|
<div class="flex">
|
||||||
<div class="flex flex-column w-6 gap-5 pt-8 pr-3">
|
<div class="flex flex-column w-6 gap-5 pt-8 pr-3">
|
||||||
<div class="box p-4 fadein animation-duration-500">
|
<div class="box p-4 fadein animation-duration-500">
|
||||||
<div class="flex gap-3">
|
<div class="flex gap-2">
|
||||||
<div class="w-6rem">
|
<div class="w-6rem flex-shrink-0">
|
||||||
<span class="text-secondary font-medium block mb-3">Amount</span>
|
<span class="text-secondary font-medium block mb-3">Amount</span>
|
||||||
<InputNumber v-model="value1" mode="currency" currency="USD" locale="en-US" class="w-full" inputClass="lg:w-6" />
|
<InputNumber v-model="value1" mode="currency" currency="USD" locale="en-US" class="w-full" inputClass="w-full" />
|
||||||
</div>
|
</div>
|
||||||
<div class="flex-1">
|
<div class="flex-auto" style="width: 1%">
|
||||||
<span class="text-secondary font-semibold block mb-3">Beneficiary</span>
|
<span class="text-secondary font-semibold block mb-3">Beneficiary</span>
|
||||||
<Dropdown v-model="user" :options="users" optionLabel="name" placeholder="Select a User" class="w-full">
|
<Dropdown v-model="user" :options="users" optionLabel="name" placeholder="Select a User" class="w-full">
|
||||||
<template #option="slotProps">
|
<template #option="slotProps">
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
<section class="landing-users py-8 px-3 lg:px-8">
|
<section class="landing-users py-8 px-3 lg:px-8">
|
||||||
<div class="section-header">Who Uses</div>
|
<div class="section-header">Who Uses</div>
|
||||||
<p class="section-detail">
|
<p class="section-detail">
|
||||||
PrimeTek libraries have reached over <span class="font-semibold animated-text relative white-space-nowrap"> <span>140 Million Downloads </span> </span> on npm! Join the PrimeLand community and experience the difference yourself.
|
PrimeTek libraries have reached over <span class="font-semibold animated-text relative white-space-nowrap"> <span>150 Million Downloads </span> </span> on npm! Join the PrimeLand community and experience the difference yourself.
|
||||||
</p>
|
</p>
|
||||||
<div class="flex justify-content-center align-items-center mt-4">
|
<div class="flex justify-content-center align-items-center mt-4">
|
||||||
<span class="ml-2"> </span>
|
<span class="ml-2"> </span>
|
||||||
|
|
|
@ -8,8 +8,8 @@
|
||||||
<div class="doc-intro">
|
<div class="doc-intro">
|
||||||
<h1>Roadmap</h1>
|
<h1>Roadmap</h1>
|
||||||
<p>
|
<p>
|
||||||
At <a href="https://www.primetek.com.tr/" class="font-semibold hover:underline text-primary">PrimeTek</a>, we are passionate about improving PrimeVue and would like to share our ideas for 2023 with the community. These are planned to
|
At <a href="https://www.primetek.com.tr/" class="font-medium hover:underline text-primary">PrimeTek</a>, we are passionate about improving PrimeVue and would like to share our ideas for 2023 with the community. These are planned to be
|
||||||
be implemented in parallel to the regular maintenance work of the library involving review of issue tickets, PRs and PrimeVue PRO support.
|
implemented in parallel to the regular maintenance work of the library involving review of issue tickets, PRs and PrimeVue PRO support.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -7,9 +7,9 @@
|
||||||
<i class="pi pi-github absolute text-200" style="bottom: -50px; right: -50px; font-size: 200px; transform: rotateX(45deg) rotateY(0deg) rotateZ(-45deg)"></i>
|
<i class="pi pi-github absolute text-200" style="bottom: -50px; right: -50px; font-size: 200px; transform: rotateX(45deg) rotateY(0deg) rotateZ(-45deg)"></i>
|
||||||
<div class="text-2xl text-900 font-semibold mb-3 relative">Community Support</div>
|
<div class="text-2xl text-900 font-semibold mb-3 relative">Community Support</div>
|
||||||
<p class="m-0 line-height-3 relative text-lg text-800">
|
<p class="m-0 line-height-3 relative text-lg text-800">
|
||||||
<a href="https://github.com/orgs/primefaces/discussions" class="font-semibold hover:underline text-primary">Forum</a> and <a href="https://discord.gg/gzKFYnpmCY" class="font-semibold hover:underline text-primary">Discord</a> are
|
<a href="https://github.com/orgs/primefaces/discussions" class="font-medium hover:underline text-primary">Forum</a> and <a href="https://discord.gg/gzKFYnpmCY" class="font-medium hover:underline text-primary">Discord</a> are where
|
||||||
where the community users gather to seek support, post topics and discuss the technology. GitHub issue tracker is the channel where community users can create tickets however PrimeTek does not guarantee a response time although
|
the community users gather to seek support, post topics and discuss the technology. GitHub issue tracker is the channel where community users can create tickets however PrimeTek does not guarantee a response time although they are
|
||||||
they are monitored and maintained by our staff. If you need to secure our response within 1 business day, you may consider PRO support instead.
|
monitored and maintained by our staff. If you need to secure our response within 1 business day, you may consider PRO support instead.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="card m-0 xl:w-9 text-white bg-cover" style="background-image: url('https://primefaces.org/cdn/primevue/images/support/card-pro.jpg')">
|
<div class="card m-0 xl:w-9 text-white bg-cover" style="background-image: url('https://primefaces.org/cdn/primevue/images/support/card-pro.jpg')">
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<div class="doc-intro">
|
<div class="doc-intro">
|
||||||
<h1>Meet the Team</h1>
|
<h1>Meet the Team</h1>
|
||||||
<p>
|
<p>
|
||||||
<a href="https://www.primetek.com.tr" class="text-primary hover:underline font-semibold"> PrimeTek </a> is a world renowned vendor of popular UI Component suites including
|
<a href="https://www.primetek.com.tr" class="text-primary hover:underline font-medium"> PrimeTek </a> is a world renowned vendor of popular UI Component suites including
|
||||||
<a href="https://primefaces.org" class="text-primary hover:underline font-semibold"> PrimeFaces </a>, <a href="https://primeng.org" class="text-primary hover:underline font-semibold"> PrimeNG </a>,
|
<a href="https://primefaces.org" class="text-primary hover:underline font-medium"> PrimeFaces </a>, <a href="https://primeng.org" class="text-primary hover:underline font-medium"> PrimeNG </a>,
|
||||||
<a href="https://primereact.org" class="text-primary hover:underline font-semibold"> PrimeReact </a> and
|
<a href="https://primereact.org" class="text-primary hover:underline font-medium"> PrimeReact </a> and
|
||||||
<a href="https://primevue.org" class="text-primary hover:underline font-semibold"> PrimeVue </a>
|
<a href="https://primevue.org" class="text-primary hover:underline font-medium"> PrimeVue </a>
|
||||||
. All the members in our team are full time employees of PrimeTek who share the same passion and vision for open source to create awesome UI libraries.
|
. All the members in our team are full time employees of PrimeTek who share the same passion and vision for open source to create awesome UI libraries.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -147,7 +147,7 @@
|
||||||
<div class="card mb-5" style="border-radius: 50px">
|
<div class="card mb-5" style="border-radius: 50px">
|
||||||
<div class="text-900 font-bold text-5xl mb-4 text-center">Pricing</div>
|
<div class="text-900 font-bold text-5xl mb-4 text-center">Pricing</div>
|
||||||
<div class="mb-2 text-center line-height-3 text-lg">Choose the right plan for your business. Whether you are an individual or a member of a team, UI Kit is available for affordable prices.</div>
|
<div class="mb-2 text-center line-height-3 text-lg">Choose the right plan for your business. Whether you are an individual or a member of a team, UI Kit is available for affordable prices.</div>
|
||||||
<a href="https://www.primefaces.org/uikit/licenses" class="mb-6 text-primary font-medium no-underline hover:underline text-center block">View License Details</a>
|
<a href="https://www.primefaces.org/uikit/licenses" class="mb-6 text-primary font-medium hover:underline text-center block">View License Details</a>
|
||||||
|
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
<div class="col-12 lg:col-4">
|
<div class="col-12 lg:col-4">
|
||||||
|
@ -303,7 +303,7 @@
|
||||||
<div class="col-12 lg:col-4 px-2 lg:px-5">
|
<div class="col-12 lg:col-4 px-2 lg:px-5">
|
||||||
<div class="text-xl text-900 line-height-3 mb-2 text-900">We're a reseller, are we able to purchase a license on behalf of our client?</div>
|
<div class="text-xl text-900 line-height-3 mb-2 text-900">We're a reseller, are we able to purchase a license on behalf of our client?</div>
|
||||||
<p class="mt-0 mb-6 p-0 line-height-3 text-lg text-800">
|
<p class="mt-0 mb-6 p-0 line-height-3 text-lg text-800">
|
||||||
Yes, after the purchase, please <a href="mailto:contact@primetek.com.tr" class="text-primary font-medium no-underline hover:underline">contact us</a> so we can transfer the license to your client.
|
Yes, after the purchase, please <a href="mailto:contact@primetek.com.tr" class="text-primary font-medium hover:underline">contact us</a> so we can transfer the license to your client.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div class="text-xl text-900 line-height-3 mb-2 font-medium text-900">Does the enterprise license include contractors within the organization?</div>
|
<div class="text-xl text-900 line-height-3 mb-2 font-medium text-900">Does the enterprise license include contractors within the organization?</div>
|
||||||
|
@ -319,7 +319,7 @@
|
||||||
<div class="text-xl text-900 line-height-3 mb-2 font-medium text-900">How can I get support?</div>
|
<div class="text-xl text-900 line-height-3 mb-2 font-medium text-900">How can I get support?</div>
|
||||||
<p class="mt-0 mb-6 p-0 line-height-3 text-lg text-800">
|
<p class="mt-0 mb-6 p-0 line-height-3 text-lg text-800">
|
||||||
Support is provided by PrimeTek via
|
Support is provided by PrimeTek via
|
||||||
<a href="https://github.com/orgs/primefaces/discussions/categories/figma-ui-kit" class="text-primary font-medium no-underline hover:underline">a dedicated forum channel monitored</a> by PrimeTek support staff.
|
<a href="https://github.com/orgs/primefaces/discussions/categories/figma-ui-kit" class="text-primary font-medium hover:underline">a dedicated forum channel monitored</a> by PrimeTek support staff.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div class="text-xl text-900 line-height-3 mb-2 font-medium text-900">What does lifetime support mean?</div>
|
<div class="text-xl text-900 line-height-3 mb-2 font-medium text-900">What does lifetime support mean?</div>
|
||||||
|
|
|
@ -10,8 +10,8 @@
|
||||||
<div class="doc-intro">
|
<div class="doc-intro">
|
||||||
<h1>UnoCSS</h1>
|
<h1>UnoCSS</h1>
|
||||||
<p>
|
<p>
|
||||||
<a href="https://unocss.dev" class="font-semibold hover:underline text-primary">UnoCSS</a> is an instant atomic CSS engine designed to be flexible and extensible. The core is un-opinionated and all the CSS utilities are
|
<a href="https://unocss.dev" class="font-medium hover:underline text-primary">UnoCSS</a> is an instant atomic CSS engine designed to be flexible and extensible. The core is un-opinionated and all the CSS utilities are provided
|
||||||
provided via presets.
|
via presets.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<DocSections :docs="docs" />
|
<DocSections :docs="docs" />
|
||||||
|
|
Loading…
Reference in New Issue