Quiz-PDF/Documentation/docs/components/icon sections/TwoColsGrid.md

211 lines
8.4 KiB
Markdown

---
sidebar_position: 2
---
# Two Cols Grid
![Cards](/img/two-cols-grid.png)
```jsx title="Frontend/sections/IconSections/TwoColsGrid.tsx"
<>
{/* <!-- Icon Blocks --> */}
<div className="max-w-[85rem] px-4 py-10 sm:px-6 lg:px-8 lg:py-14 mx-auto">
<div className="max-w-4xl mx-auto">
{/* <!-- Grid --> */}
<div className="grid md:grid-cols-2 gap-6 lg:gap-12">
<div className="space-y-6 lg:space-y-10">
{/* <!-- Icon Block --> */}
<div className="flex">
<svg
className="flex-shrink-0 mt-2 w-8 text-secondary-content"
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<rect width="18" height="10" x="3" y="11" rx="2" />
<circle cx="12" cy="5" r="2" />
<path d="M12 7v4" />
<line x1="8" x2="8" y1="16" y2="16" />
<line x1="16" x2="16" y1="16" y2="16" />
</svg>
<div className="ms-5 sm:ms-8">
<h3 className="text-base sm:text-lg font-semibold text-secondary-content">
Creative minds
</h3>
<p className="mt-1 text-secondary-content">
We choose our teams carefully. Our people are the secret to
great work.
</p>
</div>
</div>
{/* <!-- End Icon Block --> */}
{/* <!-- Icon Block --> */}
<div className="flex">
<svg
className="flex-shrink-0 mt-2 w-8 text-secondary-content"
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="m7.5 4.27 9 5.15" />
<path d="M21 8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16Z" />
<path d="m3.3 7 8.7 5 8.7-5" />
<path d="M12 22V12" />
</svg>
<div className="ms-5 sm:ms-8">
<h3 className="text-base sm:text-lg font-semibold text-secondary-content">
Effortless updates
</h3>
<p className="mt-1 text-secondary-content">
Benefit from automatic updates to all boards any time you
need to make a change to your website.
</p>
</div>
</div>
{/* <!-- End Icon Block --> */}
{/* <!-- Icon Block --> */}
<div className="flex">
<svg
className="flex-shrink-0 mt-2 w-8 text-secondary-content"
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<polygon points="13 2 3 14 12 14 11 22 21 10 12 10 13 2" />
</svg>
<div className="ms-5 sm:ms-8">
<h3 className="text-base sm:text-lg font-semibold text-secondary-content">
Strong empathy
</h3>
<p className="mt-1 text-secondary-content">
We've user tested our own process by shipping over 1k
products for clients.
</p>
</div>
</div>
{/* <!-- End Icon Block --> */}
</div>
{/* <!-- End Col --> */}
<div className="space-y-6 lg:space-y-10">
{/* <!-- Icon Block --> */}
<div className="flex">
<svg
className="flex-shrink-0 mt-2 w-8 text-secondary-content"
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M6 9H4.5a2.5 2.5 0 0 1 0-5H6" />
<path d="M18 9h1.5a2.5 2.5 0 0 0 0-5H18" />
<path d="M4 22h16" />
<path d="M10 14.66V17c0 .55-.47.98-.97 1.21C7.85 18.75 7 20.24 7 22" />
<path d="M14 14.66V17c0 .55.47.98.97 1.21C16.15 18.75 17 20.24 17 22" />
<path d="M18 2H6v7a6 6 0 0 0 12 0V2Z" />
</svg>
<div className="ms-5 sm:ms-8">
<h3 className="text-base sm:text-lg font-semibold text-secondary-content">
Conquer the best
</h3>
<p className="mt-1 text-secondary-content">
We stay lean and help your product do one thing well.
</p>
</div>
</div>
{/* <!-- End Icon Block --> */}
{/* <!-- Icon Block --> */}
<div className="flex">
<svg
className="flex-shrink-0 mt-2 w-8 text-secondary-content"
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2" />
<circle cx="9" cy="7" r="4" />
<path d="M22 21v-2a4 4 0 0 0-3-3.87" />
<path d="M16 3.13a4 4 0 0 1 0 7.75" />
</svg>
<div className="ms-5 sm:ms-8">
<h3 className="text-base sm:text-lg font-semibold text-secondary-content">
Designing for people
</h3>
<p className="mt-1 text-secondary-content">
We actively pursue the right balance between functionality
and aesthetics, creating delightful experiences.
</p>
</div>
</div>
{/* <!-- End Icon Block --> */}
{/* <!-- Icon Block --> */}
<div className="flex">
<svg
className="flex-shrink-0 mt-2 w-8 text-secondary-content"
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M7 10v12" />
<path d="M15 5.88 14 10h5.83a2 2 0 0 1 1.92 2.56l-2.33 8A2 2 0 0 1 17.5 22H4a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2h2.76a2 2 0 0 0 1.79-1.11L12 2h0a3.13 3.13 0 0 1 3 3.88Z" />
</svg>
<div className="ms-5 sm:ms-8">
<h3 className="text-base sm:text-lg font-semibold text-secondary-content">
Simple and affordable
</h3>
<p className="mt-1 text-secondary-content">
From boarding passes to movie tickets, there's pretty much
nothing you can't store with FastPocket.
</p>
</div>
</div>
{/* <!-- End Icon Block --> */}
</div>
{/* <!-- End Col --> */}
</div>
{/* <!-- End Grid --> */}
</div>
</div>
{/* <!-- End Icon Blocks --> */}
</>
```