Update About Page
@@ -1,30 +1,291 @@
|
||||
import Link from "next/link";
|
||||
import Image from "next/image";
|
||||
|
||||
export default function About() {
|
||||
const beliefData = [
|
||||
{
|
||||
title: "Ideas must survive scale",
|
||||
desc: "A strong concept doesn't break when applied across formats, platforms, or timezones. It adapts without dilution.",
|
||||
icon: "bi-layers",
|
||||
},
|
||||
{
|
||||
title: "Design must justify itself",
|
||||
desc: "Every decision has a reason. We don't chase trends or add complexity for its own sake. Form follows function always.",
|
||||
icon: "bi-vector-pen",
|
||||
},
|
||||
{
|
||||
title: "AI is leverage, not identity",
|
||||
desc: "We use AI to accelerate execution, not replace judgment. Technology amplifies structured thinking—it doesn't create it.",
|
||||
icon: "bi-cpu",
|
||||
highlight: true,
|
||||
},
|
||||
{
|
||||
title: "Systems beat style",
|
||||
desc: "A beautiful website that can't be updated is a liability. We build for longevity, not just launch day.",
|
||||
icon: "bi-columns-gap",
|
||||
},
|
||||
];
|
||||
|
||||
return (
|
||||
<>
|
||||
{/* HERO */}
|
||||
<section className="ux-project-hero">
|
||||
<div className="container">
|
||||
|
||||
<div className="ux-project-content text-center">
|
||||
<h1 className="ux-project-title" data-aos="fade-up">
|
||||
We Build With Structure.
|
||||
</h1>
|
||||
|
||||
<p
|
||||
className="ux-project-subtitle"
|
||||
data-aos="fade-up"
|
||||
data-aos-delay="120"
|
||||
>
|
||||
AAideA is a boutique systems-led creative studio for operators who need
|
||||
more than aesthetic polish—they need scalable execution.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
{/* 🔥 IMAGE ROW */}
|
||||
<div className="hero-images row justify-content-center mt-5 g-4">
|
||||
|
||||
<div className="col-lg-4 col-md-6">
|
||||
<div className="hero-img-box">
|
||||
<img src="assets/images/structure1.png" alt="Team Work" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="col-lg-4 col-md-6">
|
||||
<div className="hero-img-box hero-img-boxup">
|
||||
<img src="assets/images/structure2.png" alt="Office" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="col-lg-4 col-md-6">
|
||||
<div className="hero-img-box">
|
||||
<img src="assets/images/structure3.png" alt="Collaboration" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
|
||||
{/* PHILOSOPHY */}
|
||||
<section className="philosophy-section py-5">
|
||||
<div className="container">
|
||||
<div className="ux-project-content text-center">
|
||||
<h1 className="ux-project-title" data-aos="fade-up">
|
||||
About AAideA.
|
||||
</h1>
|
||||
<p
|
||||
className="ux-project-subtitle"
|
||||
data-aos="fade-up"
|
||||
data-aos-delay="120"
|
||||
>
|
||||
We build digital homes, brand systems, and scalable content
|
||||
<br />
|
||||
engines designed for clarity and growth.
|
||||
</p>
|
||||
|
||||
<div className="row align-items-center g-5">
|
||||
|
||||
<div className="col-lg-6">
|
||||
<div className="image-box">
|
||||
<img
|
||||
src="assets/images/intersection.png"
|
||||
alt="Philosophy"
|
||||
className="img-fluid"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="col-lg-6">
|
||||
<p className="ux-section-label">Philosophy</p>
|
||||
|
||||
<h2 className="main-heading">
|
||||
We exist at the intersection of strategy, design, and execution.
|
||||
Not as separate phases—but as a single disciplined approach.
|
||||
</h2>
|
||||
|
||||
<p className="desc mt-3">
|
||||
Too Many Agencies Deliver Beautiful Work That Doesn't Scale.
|
||||
Too Many Consultancies Deliver Strategies That Never Ship. We Do Both.
|
||||
</p>
|
||||
|
||||
<p className="desc">
|
||||
Our Clients Don't Need Hand-Holding. They Need Clarity, Structure,
|
||||
And Speed—Without Sacrificing Taste Or Long-Term Thinking.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
{/* ✅ BELIEF SECTION (ADDED HERE) */}
|
||||
<section className="belief-section">
|
||||
<div className="container">
|
||||
<h2 className="section-title mb-5">What We Believe</h2>
|
||||
|
||||
<div className="row g-4">
|
||||
{beliefData.map((item, i) => (
|
||||
<div className="col-lg-3 col-md-6" key={i}>
|
||||
<div className={`belief-card ${item.highlight ? "active" : ""}`}>
|
||||
|
||||
<div className="icon-box">
|
||||
<img
|
||||
src="assets/images/Ideasabout.svg"
|
||||
alt="Global"
|
||||
className="img-fluid"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<h5>{item.title}</h5>
|
||||
<p>{item.desc}</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
))}
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section className="working-section">
|
||||
<div className="container">
|
||||
<div className="displayflexhead" style={{ width: "100%" }}>
|
||||
<p className="ux-section-label" style={{ width: "18%" }}>Working Model</p>
|
||||
|
||||
<h2 className="main-heading">
|
||||
We operate lean. Senior-led execution. No bloated teams.<br />
|
||||
No outsource chaos.
|
||||
</h2>
|
||||
</div>
|
||||
<div className="row g-4">
|
||||
|
||||
{/* CARD 1 */}
|
||||
<div className="col-lg-4">
|
||||
<div className="working-card">
|
||||
<span className="number">01</span>
|
||||
<p>
|
||||
Every project is led by senior practitioners—not delegated to junior
|
||||
teams or external freelancers. You work directly with the people
|
||||
building your brand.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{/* CARD 2 */}
|
||||
<div className="col-lg-4">
|
||||
<div className="working-card">
|
||||
<span className="number">02</span>
|
||||
<p>
|
||||
We don't scale headcount. We scale systems. This means faster
|
||||
timelines, clearer communication, and consistent quality from
|
||||
concept through deployment.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{/* CARD 3 */}
|
||||
<div className="col-lg-4">
|
||||
<div className="working-card">
|
||||
<span className="number">03</span>
|
||||
<p>
|
||||
Small teams move faster. Less bureaucracy. More accountability.
|
||||
Better outcomes.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
<section className="global-section py-5">
|
||||
<div className="container">
|
||||
<div className="row align-items-center g-5">
|
||||
|
||||
{/* LEFT CONTENT */}
|
||||
<div className="col-lg-6">
|
||||
|
||||
<p className="small-title">Global Outlook</p>
|
||||
|
||||
<h2 className="main-heading">
|
||||
Built for global decision-makers.
|
||||
</h2>
|
||||
|
||||
<p className="desc mt-3">
|
||||
We work with operators across industries and geographies—from
|
||||
venture-backed startups to established brands entering new markets.
|
||||
Location doesn’t limit execution.
|
||||
</p>
|
||||
|
||||
<div className="highlight-box mt-4">
|
||||
|
||||
<span>
|
||||
<img
|
||||
src="assets/images/buildaboiticon.svg"
|
||||
alt="Global"
|
||||
className="img-fluid"
|
||||
/> Remote-first. Timezone-flexible. Outcome-focused.
|
||||
</span>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
{/* RIGHT IMAGE */}
|
||||
<div className="col-lg-6">
|
||||
<div className="image-box">
|
||||
<img
|
||||
src="assets/images/decision.png"
|
||||
alt="Global"
|
||||
className="img-fluid"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section className="who-section ">
|
||||
<div className="container">
|
||||
<div className="row align-items-center g-5">
|
||||
|
||||
{/* LEFT IMAGE */}
|
||||
<div className="col-lg-6">
|
||||
<div className="who-image">
|
||||
<img
|
||||
src="assets/images/Whoabout.png"
|
||||
alt="Team"
|
||||
className="img-fluid"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{/* RIGHT CONTENT */}
|
||||
<div className="col-lg-6">
|
||||
|
||||
<h2 className="who-title">Who We Work With</h2>
|
||||
|
||||
<p className="who-desc">
|
||||
Founders building brands that need to scale without losing coherence.
|
||||
</p>
|
||||
|
||||
<p className="who-desc">
|
||||
Operators who move fast but think long-term—execution speed matters,
|
||||
but structure matters more.
|
||||
</p>
|
||||
|
||||
<p className="who-desc">
|
||||
Companies entering new markets or repositioning existing offerings—
|
||||
where clarity is the competitive advantage.
|
||||
</p>
|
||||
|
||||
<p className="who-muted mt-4">
|
||||
If you value noise over signal, we’re not the right fit.
|
||||
</p>
|
||||
|
||||
<p className="who-muted">
|
||||
If you need cheap and fast over structured and right, look elsewhere.
|
||||
</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -1877,4 +1877,138 @@ h2 {
|
||||
margin-top: 10px;
|
||||
color: #666;
|
||||
line-height: 1.6;
|
||||
}
|
||||
|
||||
|
||||
.hero-img-box {
|
||||
border-radius: 18px;
|
||||
overflow: hidden;
|
||||
transition: all 0.4s ease;
|
||||
}
|
||||
|
||||
.hero-img-box img {
|
||||
width: 100%;
|
||||
height: 370px;
|
||||
object-fit: cover;
|
||||
transition: transform 0.4s ease;
|
||||
}
|
||||
|
||||
/* Hover effect */
|
||||
.hero-img-box:hover img {
|
||||
transform: scale(1.05);
|
||||
}
|
||||
.who-section {
|
||||
padding: 70px 0;
|
||||
}
|
||||
.who-section p {font-size: 17px;}
|
||||
.who-section .who-muted {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
.global-section {
|
||||
background: url(../images/globalout.png);
|
||||
color: #fff;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.global-section .small-title {
|
||||
color: #ffffff;
|
||||
font-size: 14px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.global-section .main-heading {
|
||||
font-weight: 600;
|
||||
color: white !important;
|
||||
line-height: 1.3;
|
||||
}
|
||||
|
||||
.global-section .desc {
|
||||
color: #cbd5e1;
|
||||
font-size: 16px;
|
||||
line-height: 1.7;
|
||||
max-width: 520px;
|
||||
margin-top: 30px !important;
|
||||
}
|
||||
|
||||
/* Highlight Box */
|
||||
.highlight-box {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
gap: 10px;
|
||||
padding: 14px 20px;
|
||||
border-radius: 12px;
|
||||
border: 1px solid rgb(132 204 22 / 16%);
|
||||
background: rgb(8 8 8 / 8%);
|
||||
color: #a3e635;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.highlight-box i {
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
/* Image Styling */
|
||||
.image-box img {
|
||||
border-radius: 16px;
|
||||
width: 100%;
|
||||
object-fit: cover;
|
||||
}
|
||||
|
||||
.working-card {
|
||||
background: #fff;
|
||||
padding: 30px 30px;
|
||||
border-radius: 16px;
|
||||
position: relative;
|
||||
min-height: 270px;
|
||||
border: 1px solid #eee;
|
||||
transition: all 0.3s ease;
|
||||
margin-top: 40px;
|
||||
}
|
||||
|
||||
.working-card:hover {
|
||||
transform: translateY(-5px);
|
||||
box-shadow: 0 10px 30px rgba(0,0,0,0.05);
|
||||
}
|
||||
|
||||
.working-card .number {
|
||||
font-size: 48px;
|
||||
font-weight: 700;
|
||||
color: #e5e5e5;
|
||||
display: block;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.working-card p {
|
||||
font-size: 15px;
|
||||
color: #555;
|
||||
line-height: 1.6;
|
||||
}
|
||||
.working-section {
|
||||
padding: 80px 0;
|
||||
}
|
||||
.belief-section{
|
||||
padding: 80px 0;
|
||||
background: #FBFBFB;
|
||||
}
|
||||
.belief-card {
|
||||
background: #FFFFFF;
|
||||
border: 1px solid #F3E8E8;
|
||||
backdrop-filter: blur(47px);
|
||||
border-radius: 15px;
|
||||
padding: 30px 24px;
|
||||
min-height: 312px;
|
||||
}
|
||||
.belief-card h5 {
|
||||
font-weight: 800;
|
||||
}
|
||||
.belief-card p {
|
||||
margin-top: 60px;
|
||||
}
|
||||
.belief-card img {
|
||||
margin: 0 0 30px;
|
||||
}
|
||||
.hero-img-boxup {
|
||||
top: 51px;
|
||||
margin-top: 60px;
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
<svg width="60" height="60" viewBox="0 0 60 60" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M10 0.5H50C55.2467 0.5 59.5 4.7533 59.5 10V50C59.5 55.2467 55.2467 59.5 50 59.5H10C4.7533 59.5 0.5 55.2467 0.5 50V10C0.500001 4.7533 4.7533 0.5 10 0.5Z" fill="white"/>
|
||||
<path d="M10 0.5H50C55.2467 0.5 59.5 4.7533 59.5 10V50C59.5 55.2467 55.2467 59.5 50 59.5H10C4.7533 59.5 0.5 55.2467 0.5 50V10C0.500001 4.7533 4.7533 0.5 10 0.5Z" stroke="url(#paint0_linear_1_398)"/>
|
||||
<path d="M35.2064 43.3582C34.9391 43.6255 34.5765 43.7757 34.1984 43.7757C33.8204 43.7757 33.4578 43.6255 33.1904 43.3582L30.9292 41.097C30.6619 40.8296 30.5117 40.467 30.5117 40.089C30.5117 39.7109 30.6619 39.3483 30.9292 39.0809L38.8934 31.1167C39.1608 30.8494 39.5234 30.6992 39.9015 30.6992C40.2795 30.6992 40.6421 30.8494 40.9095 31.1167L43.1707 33.3779C43.438 33.6453 43.5882 34.0079 43.5882 34.3859C43.5882 34.764 43.438 35.1266 43.1707 35.3939L35.2064 43.3582Z" stroke="black" stroke-width="2.85152" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M38.4762 31.5349L36.5158 21.7343C36.4625 21.4676 36.334 21.2218 36.1456 21.0257C35.9571 20.8297 35.7165 20.6917 35.4522 20.6279L17.4249 15.8915C17.1874 15.8341 16.9391 15.8386 16.7039 15.9048C16.4687 15.9709 16.2544 16.0964 16.0817 16.2692C15.9089 16.4419 15.7834 16.6562 15.7173 16.8914C15.6511 17.1266 15.6466 17.3749 15.704 17.6124L20.4404 35.6397C20.5042 35.904 20.6422 36.1446 20.8382 36.3331C21.0343 36.5215 21.2801 36.65 21.5468 36.7033L31.3474 38.6637" stroke="black" stroke-width="2.85152" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M16.0938 16.2788L26.4818 26.6669" stroke="#BCEA3E" stroke-width="2.85152" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M28.496 31.5346C30.0709 31.5346 31.3476 30.2579 31.3476 28.6831C31.3476 27.1082 30.0709 25.8315 28.496 25.8315C26.9212 25.8315 25.6445 27.1082 25.6445 28.6831C25.6445 30.2579 26.9212 31.5346 28.496 31.5346Z" stroke="#BCEA3E" stroke-width="2.85152" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<defs>
|
||||
<linearGradient id="paint0_linear_1_398" x1="0" y1="0" x2="46.861" y2="65.6061" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#BCEA3E"/>
|
||||
<stop offset="1" stop-color="white"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.2 KiB |
@@ -0,0 +1,13 @@
|
||||
<svg width="60" height="60" viewBox="0 0 60 60" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect x="0.5" y="0.5" width="59" height="59" rx="9.5" fill="white"/>
|
||||
<rect x="0.5" y="0.5" width="59" height="59" rx="9.5" stroke="url(#paint0_linear_1_388)"/>
|
||||
<path d="M31.104 16.1077C30.7325 15.9383 30.329 15.8506 29.9206 15.8506C29.5123 15.8506 29.1088 15.9383 28.7373 16.1077L16.5185 21.6682C16.2655 21.7797 16.0504 21.9625 15.8994 22.1941C15.7484 22.4257 15.668 22.6963 15.668 22.9728C15.668 23.2493 15.7484 23.5198 15.8994 23.7514C16.0504 23.9831 16.2655 24.1658 16.5185 24.2773L28.7515 29.852C29.123 30.0215 29.5266 30.1092 29.9349 30.1092C30.3432 30.1092 30.7468 30.0215 31.1183 29.852L43.3513 24.2916C43.6043 24.18 43.8194 23.9973 43.9704 23.7657C44.1214 23.5341 44.2018 23.2635 44.2018 22.987C44.2018 22.7105 44.1214 22.44 43.9704 22.2083C43.8194 21.9767 43.6043 21.794 43.3513 21.6824L31.104 16.1077Z" stroke="#BCEA3E" stroke-width="2.85152" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M15.6641 30.1089C15.6634 30.3816 15.7409 30.6488 15.8875 30.8787C16.0341 31.1087 16.2435 31.2918 16.491 31.4063L28.7525 36.981C29.1221 37.1484 29.5231 37.235 29.9288 37.235C30.3345 37.235 30.7355 37.1484 31.105 36.981L43.338 31.4206C43.5904 31.3072 43.8043 31.1227 43.9537 30.8898C44.1031 30.6569 44.1814 30.3856 44.1792 30.1089" stroke="black" stroke-width="2.85152" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M15.6641 37.2378C15.6634 37.5105 15.7409 37.7777 15.8875 38.0076C16.0341 38.2376 16.2435 38.4207 16.491 38.5352L28.7525 44.1099C29.1221 44.2773 29.5231 44.3639 29.9288 44.3639C30.3345 44.3639 30.7355 44.2773 31.105 44.1099L43.338 38.5495C43.5904 38.4361 43.8043 38.2516 43.9537 38.0187C44.1031 37.7858 44.1814 37.5145 44.1792 37.2378" stroke="black" stroke-width="2.85152" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<defs>
|
||||
<linearGradient id="paint0_linear_1_388" x1="0" y1="0" x2="46.861" y2="65.6061" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#BCEA3E"/>
|
||||
<stop offset="1" stop-color="white"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.0 KiB |
@@ -0,0 +1,13 @@
|
||||
<svg width="60" height="60" viewBox="0 0 60 60" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M10 0.5H50C55.2467 0.5 59.5 4.7533 59.5 10V50C59.5 55.2467 55.2467 59.5 50 59.5H10C4.7533 59.5 0.5 55.2467 0.5 50V10C0.500001 4.7533 4.7533 0.5 10 0.5Z" fill="white"/>
|
||||
<path d="M10 0.5H50C55.2467 0.5 59.5 4.7533 59.5 10V50C59.5 55.2467 55.2467 59.5 50 59.5H10C4.7533 59.5 0.5 55.2467 0.5 50V10C0.500001 4.7533 4.7533 0.5 10 0.5Z" stroke="url(#paint0_linear_1_430)"/>
|
||||
<path d="M41.3277 17.2773H18.5156C17.7282 17.2773 17.0898 17.9157 17.0898 18.7031V25.8319C17.0898 26.6193 17.7282 27.2577 18.5156 27.2577H41.3277C42.1152 27.2577 42.7535 26.6193 42.7535 25.8319V18.7031C42.7535 17.9157 42.1152 17.2773 41.3277 17.2773Z" stroke="#BCEA3E" stroke-width="2.85152" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M28.4959 32.9604H18.5156C17.7282 32.9604 17.0898 33.5988 17.0898 34.3862V41.515C17.0898 42.3024 17.7282 42.9408 18.5156 42.9408H28.4959C29.2833 42.9408 29.9217 42.3024 29.9217 41.515V34.3862C29.9217 33.5988 29.2833 32.9604 28.4959 32.9604Z" stroke="black" stroke-width="2.85152" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M41.328 32.9604H37.0508C36.2633 32.9604 35.625 33.5988 35.625 34.3862V41.515C35.625 42.3024 36.2633 42.9408 37.0508 42.9408H41.328C42.1155 42.9408 42.7538 42.3024 42.7538 41.515V34.3862C42.7538 33.5988 42.1155 32.9604 41.328 32.9604Z" stroke="black" stroke-width="2.85152" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<defs>
|
||||
<linearGradient id="paint0_linear_1_430" x1="0" y1="0" x2="46.861" y2="65.6061" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#BCEA3E"/>
|
||||
<stop offset="1" stop-color="white"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.7 KiB |
|
After Width: | Height: | Size: 273 KiB |
@@ -0,0 +1,5 @@
|
||||
<svg width="29" height="29" viewBox="0 0 29 29" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M14.2713 26.1627C20.8392 26.1627 26.1636 20.8383 26.1636 14.2703C26.1636 7.70232 20.8392 2.37793 14.2713 2.37793C7.7033 2.37793 2.37891 7.70232 2.37891 14.2703C2.37891 20.8383 7.7033 26.1627 14.2713 26.1627Z" stroke="#C4F022" stroke-width="2.37847" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M14.2687 2.37793C11.215 5.58429 9.51172 9.84246 9.51172 14.2703C9.51172 18.6981 11.215 22.9563 14.2687 26.1627C17.3223 22.9563 19.0256 18.6981 19.0256 14.2703C19.0256 9.84246 17.3223 5.58429 14.2687 2.37793Z" stroke="#C4F022" stroke-width="2.37847" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M2.37891 14.2705H26.1636" stroke="#C4F022" stroke-width="2.37847" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 841 B |
|
After Width: | Height: | Size: 430 KiB |
|
After Width: | Height: | Size: 481 KiB |
|
After Width: | Height: | Size: 304 KiB |
@@ -0,0 +1,23 @@
|
||||
<svg width="60" height="60" viewBox="0 0 60 60" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect x="0.5" y="0.5" width="59" height="59" rx="9.5" stroke="url(#paint0_linear_1_409)"/>
|
||||
<path d="M29.9219 41.5151V44.3667" stroke="black" stroke-width="2.85152" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M29.9219 15.8516V18.7031" stroke="black" stroke-width="2.85152" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M37.0508 41.5151V44.3667" stroke="black" stroke-width="2.85152" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M37.0508 15.8516V18.7031" stroke="black" stroke-width="2.85152" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M15.6641 30.1089H18.5156" stroke="black" stroke-width="2.85152" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M15.6641 37.2378H18.5156" stroke="black" stroke-width="2.85152" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M15.6641 22.9805H18.5156" stroke="black" stroke-width="2.85152" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M41.3281 30.1089H44.1796" stroke="black" stroke-width="2.85152" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M41.3281 37.2378H44.1796" stroke="black" stroke-width="2.85152" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M41.3281 22.9805H44.1796" stroke="black" stroke-width="2.85152" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M22.793 41.5151V44.3667" stroke="black" stroke-width="2.85152" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M22.793 15.8516V18.7031" stroke="black" stroke-width="2.85152" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M38.4762 18.7031H21.3671C19.7923 18.7031 18.5156 19.9798 18.5156 21.5546V38.6637C18.5156 40.2386 19.7923 41.5153 21.3671 41.5153H38.4762C40.0511 41.5153 41.3278 40.2386 41.3278 38.6637V21.5546C41.3278 19.9798 40.0511 18.7031 38.4762 18.7031Z" stroke="black" stroke-width="2.85152" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M34.1991 24.4058H25.6445C24.8571 24.4058 24.2188 25.0441 24.2188 25.8315V34.3861C24.2188 35.1735 24.8571 35.8118 25.6445 35.8118H34.1991C34.9865 35.8118 35.6248 35.1735 35.6248 34.3861V25.8315C35.6248 25.0441 34.9865 24.4058 34.1991 24.4058Z" stroke="black" stroke-width="2.85152" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<defs>
|
||||
<linearGradient id="paint0_linear_1_409" x1="0" y1="0" x2="46.861" y2="65.6061" gradientUnits="userSpaceOnUse">
|
||||
<stop/>
|
||||
<stop offset="1" stop-color="#BCEA3E"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.5 KiB |
|
After Width: | Height: | Size: 261 KiB |
|
After Width: | Height: | Size: 398 KiB |
|
After Width: | Height: | Size: 268 KiB |