new alterations

This commit is contained in:
Ciro de Oliveira 2024-06-19 19:32:22 -03:00
parent a87df563b8
commit fbb495988c
8 changed files with 290 additions and 3718 deletions

View File

@ -198,7 +198,7 @@ sidebar_position: 2
<path
d="M447.448 0.194357C439.203 -0.605554 431.87 5.43034 431.07 13.6759L418.035 148.045C417.235 156.291 423.271 163.623 431.516 164.423C439.762 165.223 447.095 159.187 447.895 150.942L459.482 31.5025L578.921 43.0895C587.166 43.8894 594.499 37.8535 595.299 29.6079C596.099 21.3624 590.063 14.0296 581.818 13.2297L447.448 0.194357ZM1086.03 431.727C1089.68 439.166 1098.66 442.239 1106.1 438.593C1113.54 434.946 1116.62 425.96 1112.97 418.521L1086.03 431.727ZM434.419 24.6572C449.463 42.934 474.586 81.0463 521.375 116.908C568.556 153.07 637.546 187.063 742.018 200.993L745.982 171.256C646.454 157.985 582.444 125.917 539.625 93.0974C496.414 59.978 474.537 26.1903 457.581 5.59138L434.419 24.6572ZM742.018 200.993C939.862 227.372 1054.15 366.703 1086.03 431.727L1112.97 418.521C1077.85 346.879 956.138 199.277 745.982 171.256L742.018 200.993Z"
fill="currentColor"
className="fill-secondary-content"
className="fill-secondary"
/>
</svg>
</div>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 90 KiB

After

Width:  |  Height:  |  Size: 92 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 44 KiB

After

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 25 KiB

View File

@ -14,6 +14,7 @@ import VerticalTabsFeature from "@/sections/Features/VerticalTabsFeature";
import { Metadata } from "next";
import Head from "next/head";
import Teste from "@/sections/Testing/Teste";
export const metadata: Metadata = {
title: "Pocketbase, Stripe, Next.js, Boilerplate | FastPocket",
@ -67,6 +68,11 @@ export default function Home() {
return (
<>
<PageWrapper>
<SquaredBackgroundHero />
<Teste/>
<SquaredBackgroundHero />
<VerticalTabsFeature />
<div className="bg-primary/2">

View File

@ -0,0 +1,216 @@
function Teste() {
return (
<>
{/* <!-- Card Blog --> */}
<div className="max-w-[85rem] px-4 py-10 sm:px-6 lg:px-8 lg:py-14 mx-auto">
{/* <!-- Grid --> */}
<div className="grid sm:grid-cols-2 lg:grid-cols-3 gap-6">
{/* <!-- Card --> */}
<div className="group flex flex-col h-full bg-base-100 border border-base-200 shadow-sm rounded-xl">
<div className="h-52 flex flex-col justify-center items-center bg-primary rounded-t-xl">
<svg
className="size-28"
width="56"
height="56"
viewBox="0 0 56 56"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<rect width="56" height="56" rx="10" fill="base-100" />
<path
d="M20.2819 26.7478C20.1304 26.5495 19.9068 26.4194 19.6599 26.386C19.4131 26.3527 19.1631 26.4188 18.9647 26.5698C18.848 26.6622 18.7538 26.78 18.6894 26.9144L10.6019 43.1439C10.4874 43.3739 10.4686 43.6401 10.5496 43.884C10.6307 44.1279 10.805 44.3295 11.0342 44.4446C11.1681 44.5126 11.3163 44.5478 11.4664 44.5473H22.7343C22.9148 44.5519 23.0927 44.5037 23.2462 44.4084C23.3998 44.3132 23.5223 44.1751 23.5988 44.011C26.0307 38.9724 24.5566 31.3118 20.2819 26.7478Z"
fill="url(#paint0_linear_2204_541)"
/>
<path
d="M28.2171 11.9791C26.201 15.0912 25.026 18.6755 24.8074 22.3805C24.5889 26.0854 25.3342 29.7837 26.9704 33.1126L32.403 44.0113C32.4833 44.1724 32.6067 44.3079 32.7593 44.4026C32.912 44.4973 33.088 44.5475 33.2675 44.5476H44.5331C44.6602 44.5479 44.7861 44.523 44.9035 44.4743C45.0209 44.4257 45.1276 44.3543 45.2175 44.2642C45.3073 44.1741 45.3785 44.067 45.427 43.9492C45.4755 43.8314 45.5003 43.7052 45.5 43.5777C45.5001 43.4274 45.4659 43.2791 45.3999 43.1441L29.8619 11.9746C29.7881 11.8184 29.6717 11.6864 29.5261 11.594C29.3805 11.5016 29.2118 11.4525 29.0395 11.4525C28.8672 11.4525 28.6984 11.5016 28.5529 11.594C28.4073 11.6864 28.2908 11.8184 28.2171 11.9746V11.9791Z"
fill="#2684FF"
/>
<defs>
<linearGradient
id="paint0_linear_2204_541"
x1="24.734"
y1="29.2284"
x2="16.1543"
y2="44.0429"
gradientUnits="userSpaceOnUse"
>
<stop stop-color="#0052CC" />
<stop offset="0.92" stop-color="#2684FF" />
</linearGradient>
</defs>
</svg>
</div>
<div className="p-4 md:p-6">
<span className="block mb-1 text-xs font-semibold uppercase text-primary dark:text-primary">
Atlassian API
</span>
<h3 className="text-xl font-semibold text-secondary-content">
Atlassian
</h3>
<p className="mt-3 text-secondary-content">
A software that develops products for software developers and
developments.
</p>
</div>
<div className="mt-auto flex border-t border-base-200 divide-x divide-base-200">
<a
className="w-full py-3 px-4 inline-flex justify-center items-center gap-x-2 text-sm font-medium rounded-es-xl bg-base-100 text-secondary-content shadow-sm hover:bg-base-300 disabled:opacity-50 disabled:pointer-events-none dark:focus:outline-none dark:focus:ring-1"
href="#"
>
View sample
</a>
<a
className="w-full py-3 px-4 inline-flex justify-center items-center gap-x-2 text-sm font-medium rounded-ee-xl bg-base-100 text-secondary-content shadow-sm hover:bg-base-300 disabled:opacity-50 disabled:pointer-events-none dark:focus:outline-none dark:focus:ring-1"
href="#"
>
View API
</a>
</div>
</div>
{/* <!-- End Card --> */}
{/* <!-- Card --> */}
<div className="group flex flex-col h-full bg-base-100 border border-base-200 shadow-sm rounded-xl">
<div className="h-52 flex flex-col justify-center items-center bg-rose-500 rounded-t-xl">
<svg
className="size-28"
width="56"
height="56"
viewBox="0 0 56 56"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<rect width="56" height="56" rx="10" fill="base-100" />
<g clip-path="url(#clip0_2204_541)">
<path
d="M37.0409 28.8697C33.1968 28.8697 30.0811 31.9854 30.0811 35.8288C30.0811 39.6726 33.1968 42.789 37.0409 42.789C40.8843 42.789 44 39.6726 44 35.8288C44 31.9854 40.8843 28.8697 37.0409 28.8697ZM18.9594 28.8701C15.116 28.8704 12 31.9854 12 35.8292C12 39.6726 15.116 42.7886 18.9594 42.7886C22.8032 42.7886 25.9192 39.6726 25.9192 35.8292C25.9192 31.9854 22.8032 28.8701 18.9591 28.8701H18.9594ZM34.9595 20.1704C34.9595 24.0138 31.8438 27.1305 28.0004 27.1305C24.1563 27.1305 21.0406 24.0138 21.0406 20.1704C21.0406 16.3269 24.1563 13.2109 28.0003 13.2109C31.8438 13.2109 34.9591 16.3269 34.9591 20.1704H34.9595Z"
fill="url(#paint0_radial_2204_541)"
/>
</g>
<defs>
<radialGradient
id="paint0_radial_2204_541"
cx="0"
cy="0"
r="1"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(28.0043 29.3944) scale(21.216 19.6102)"
>
<stop stop-color="#FFB900" />
<stop offset="0.6" stop-color="#F95D8F" />
<stop offset="0.999" stop-color="#F95353" />
</radialGradient>
<clipPath id="clip0_2204_541">
<rect
width="32"
height="29.5808"
fill="base-100"
transform="translate(12 13.2096)"
/>
</clipPath>
</defs>
</svg>
</div>
<div className="p-4 md:p-6">
<span className="block mb-1 text-xs font-semibold uppercase text-rose-600 dark:text-rose-500">
Asana API
</span>
<h3 className="text-xl font-semibold text-secondary-content">
Asana
</h3>
<p className="mt-3 text-secondary-content">
Track tasks and projects, use agile boards, measure progress.
</p>
</div>
<div className="mt-auto flex border-t border-base-200 divide-x divide-base-200">
<a
className="w-full py-3 px-4 inline-flex justify-center items-center gap-x-2 text-sm font-medium rounded-es-xl bg-base-100 text-secondary-content shadow-sm hover:bg-base-300 disabled:opacity-50 disabled:pointer-events-none dark:focus:outline-none dark:focus:ring-1"
href="#"
>
View sample
</a>
<a
className="w-full py-3 px-4 inline-flex justify-center items-center gap-x-2 text-sm font-medium rounded-ee-xl bg-base-100 text-secondary-content shadow-sm hover:bg-base-300 disabled:opacity-50 disabled:pointer-events-none dark:focus:outline-none dark:focus:ring-1"
href="#"
>
View API
</a>
</div>
</div>
{/* <!-- End Card --> */}
{/* <!-- Card --> */}
<div className="group flex flex-col h-full bg-base-100 border border-base-200 shadow-sm rounded-xl">
<div className="h-52 flex flex-col justify-center items-center bg-secondary rounded-t-xl">
<svg
className="size-28"
width="56"
height="56"
viewBox="0 0 56 56"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<rect width="56" height="56" rx="10" fill="base-100" />
<path
fill-rule="evenodd"
clip-rule="evenodd"
d="M23.7326 11.968C21.9637 11.9693 20.5321 13.4049 20.5334 15.1738C20.5321 16.9427 21.965 18.3782 23.7339 18.3795H26.9345V15.1751C26.9358 13.4062 25.5029 11.9706 23.7326 11.968C23.7339 11.968 23.7339 11.968 23.7326 11.968M23.7326 20.5184H15.2005C13.4316 20.5197 11.9987 21.9553 12 23.7242C11.9974 25.4931 13.4303 26.9286 15.1992 26.9312H23.7326C25.5016 26.9299 26.9345 25.4944 26.9332 23.7255C26.9345 21.9553 25.5016 20.5197 23.7326 20.5184V20.5184Z"
fill="#36C5F0"
/>
<path
fill-rule="evenodd"
clip-rule="evenodd"
d="M44.0001 23.7242C44.0014 21.9553 42.5684 20.5197 40.7995 20.5184C39.0306 20.5197 37.5977 21.9553 37.599 23.7242V26.9312H40.7995C42.5684 26.9299 44.0014 25.4944 44.0001 23.7242ZM35.4666 23.7242V15.1738C35.4679 13.4062 34.0363 11.9706 32.2674 11.968C30.4985 11.9693 29.0656 13.4049 29.0669 15.1738V23.7242C29.0643 25.4931 30.4972 26.9286 32.2661 26.9312C34.035 26.9299 35.4679 25.4944 35.4666 23.7242Z"
fill="#2EB67D"
/>
<path
fill-rule="evenodd"
clip-rule="evenodd"
d="M32.2661 44.0322C34.035 44.0309 35.4679 42.5953 35.4666 40.8264C35.4679 39.0575 34.035 37.622 32.2661 37.6207H29.0656V40.8264C29.0642 42.594 30.4972 44.0295 32.2661 44.0322ZM32.2661 35.4804H40.7995C42.5684 35.4791 44.0013 34.0436 44 32.2747C44.0026 30.5058 42.5697 29.0702 40.8008 29.0676H32.2674C30.4985 29.0689 29.0656 30.5045 29.0669 32.2734C29.0656 34.0436 30.4972 35.4791 32.2661 35.4804V35.4804Z"
fill="#ECB22E"
/>
<path
fill-rule="evenodd"
clip-rule="evenodd"
d="M12 32.2746C11.9987 34.0435 13.4316 35.479 15.2005 35.4804C16.9694 35.479 18.4024 34.0435 18.401 32.2746V29.0688H15.2005C13.4316 29.0702 11.9987 30.5057 12 32.2746ZM20.5334 32.2746V40.825C20.5308 42.5939 21.9637 44.0295 23.7326 44.0321C25.5016 44.0308 26.9345 42.5952 26.9332 40.8263V32.2772C26.9358 30.5083 25.5029 29.0728 23.7339 29.0702C21.9637 29.0702 20.5321 30.5057 20.5334 32.2746C20.5334 32.2759 20.5334 32.2746 20.5334 32.2746Z"
fill="#E01E5A"
/>
</svg>
</div>
<div className="p-4 md:p-6">
<span className="block mb-1 text-xs font-semibold uppercase text-secondary">
Slack API
</span>
<h3 className="text-xl font-semibold text-secondary-content">
Slack
</h3>
<p className="mt-3 text-secondary-content">
Email collaboration and email service desk made easy.
</p>
</div>
<div className="mt-auto flex border-t border-base-200 divide-x divide-base-200">
<a
className="w-full py-3 px-4 inline-flex justify-center items-center gap-x-2 text-sm font-medium rounded-es-xl bg-base-100 text-secondary-content shadow-sm hover:bg-base-300 disabled:opacity-50 disabled:pointer-events-none dark:focus:outline-none dark:focus:ring-1"
href="#"
>
View sample
</a>
<a
className="w-full py-3 px-4 inline-flex justify-center items-center gap-x-2 text-sm font-medium rounded-ee-xl bg-base-100 text-secondary-content shadow-sm hover:bg-base-300 disabled:opacity-50 disabled:pointer-events-none dark:focus:outline-none dark:focus:ring-1"
href="#"
>
View API
</a>
</div>
</div>
{/* <!-- End Card --> */}
</div>
{/* <!-- End Grid --> */}
</div>
{/* <!-- End Card Blog --> */}
</>
)
}
export default Teste

File diff suppressed because it is too large Load Diff

10
node_modules/.yarn-integrity generated vendored Normal file
View File

@ -0,0 +1,10 @@
{
"systemParams": "win32-x64-115",
"modulesFolders": [],
"flags": [],
"linkedModules": [],
"topLevelPatterns": [],
"lockfileEntries": {},
"files": [],
"artifacts": {}
}