chore: move images to public/images and update imports

This commit is contained in:
2025-08-20 12:35:28 +02:00
parent d602341caf
commit b7004026c0
162 changed files with 43 additions and 392 deletions

Binary file not shown.

View File

@@ -1,8 +1,3 @@
import act1 from '@/images/act1.png'
import act2 from '@/images/act2.png'
import act3 from '@/images/act3.png'
const posts = [ const posts = [
{ {
id: 1, id: 1,
@@ -11,7 +6,7 @@ const posts = [
description: description:
'Step fully into your body. The perfect start to the morning.', 'Step fully into your body. The perfect start to the morning.',
image: image:
'images/act1.png', '/images/act1.png',
}, },
{ {
id: 2, id: 2,
@@ -20,7 +15,7 @@ const posts = [
description: description:
'Open your mind, enter a deeper state of awareness.', 'Open your mind, enter a deeper state of awareness.',
image: image:
'images/act3.png', '/images/act3.png',
}, },
{ {
id: 3, id: 3,
@@ -29,7 +24,7 @@ const posts = [
description: description:
'Gluten-free, vegetarian, vegan, detox diets, & more.', 'Gluten-free, vegetarian, vegan, detox diets, & more.',
image: image:
'images/act2.png', '/images/act2.png',
}, },
] ]
@@ -76,4 +71,3 @@ const posts = [
</div> </div>
) )
} }

View File

@@ -4,16 +4,12 @@ import { Tab, TabGroup, TabList, TabPanel, TabPanels } from '@headlessui/react';
import clsx from 'clsx'; import clsx from 'clsx';
import { Container } from '@/components/Container'; import { Container } from '@/components/Container';
import veda1 from '@/images/dahabiyas/veda1.jpg';
import veda2 from '@/images/dahabiyas/veda2.jpg';
import veda3 from '@/images/dahabiyas/veda3.jpg';
import veda4 from '@/images/dahabiyas/veda4.jpg';
const people = [ const people = [
{ {
name: 'VEDA I', name: 'VEDA I',
role: 'The ideal retreat for luxury and privacy, perfect for intimate gatherings.', role: 'The ideal retreat for luxury and privacy, perfect for intimate gatherings.',
image: veda1, image: '/images/dahabiyas/veda1.jpg',
bio: [ bio: [
'6 rooms & 4 suites with balconies.', '6 rooms & 4 suites with balconies.',
'Hosts up to 20 people.', 'Hosts up to 20 people.',
@@ -25,7 +21,7 @@ const people = [
{ {
name: 'VEDA II', name: 'VEDA II',
role: 'The perfect spacious space for larger groups seeking comfort', role: 'The perfect spacious space for larger groups seeking comfort',
image: veda2, image: '/images/dahabiyas/veda2.jpg',
bio: [ bio: [
'8 rooms & 2 suites with balconies.', '8 rooms & 2 suites with balconies.',
'Hosts up to 20 people.', 'Hosts up to 20 people.',
@@ -37,7 +33,7 @@ const people = [
{ {
name: 'VEDA III', name: 'VEDA III',
role: 'Senior Developer', role: 'Senior Developer',
image: veda3, image: '/images/dahabiyas/veda3.jpg',
bio: [ bio: [
'5 rooms with balconies.', '5 rooms with balconies.',
'Hosts up to 10 people.', 'Hosts up to 10 people.',
@@ -49,7 +45,7 @@ const people = [
{ {
name: 'VEDA IV', name: 'VEDA IV',
role: 'Senior Developer', role: 'Senior Developer',
image: veda4, image: '/images/dahabiyas/veda4.jpg',
bio: [ bio: [
'10 rooms & 4 suites with balconies.', '10 rooms & 4 suites with balconies.',
'Hosts up to 28 people.', 'Hosts up to 28 people.',

View File

@@ -2,8 +2,7 @@ import Image from 'next/image'
import { Button } from '@/components/Button' import { Button } from '@/components/Button'
import { Container } from '@/components/Container' import { Container } from '@/components/Container'
import backgroundImage from '@/images/background-call-to-action.jpg'
import logoVeda2 from '@/images/logos/veda_icon2.svg'
export function CallToAction() { export function CallToAction() {
return ( return (
@@ -13,7 +12,7 @@ export function CallToAction() {
> >
<Image <Image
className="absolute left-1/2 top-1/2 max-w-none -translate-x-1/2 -translate-y-1/2" className="absolute left-1/2 top-1/2 max-w-none -translate-x-1/2 -translate-y-1/2"
src={backgroundImage} src="/images/background-call-to-action.jpg"
alt="" alt=""
width={2347} width={2347}
height={1244} height={1244}
@@ -21,29 +20,9 @@ export function CallToAction() {
/> />
<Container className="relative"> <Container className="relative">
<div className="mx-auto max-w-3xl text-center"> <div className="mx-auto max-w-3xl text-center">
<ul <div className="flex items-center justify-center">
role="list" <Image src="/images/logos/veda_icon2.svg" alt="" width={32} height={32} className="h-8 w-auto" unoptimized />
className=" flex items-center justify-center gap-x-8 sm:flex-col sm:gap-x-0 sm:gap-y-2 xl:flex-row xl:gap-x-12 xl:gap-y-0" </div>
>
{[
[
{ name: 'veda', logo: logoVeda2 },
],
].map((group, groupIndex) => (
<li key={groupIndex}>
<ul
role="list"
className="flex flex-col items-center gap-y-2 sm:flex-row sm:gap-x-12 sm:gap-y-0"
>
{group.map((company) => (
<li key={company.name} className="flex">
<Image src={company.logo} alt={company.name} unoptimized />
</li>
))}
</ul>
</li>
))}
</ul>
<h2 className="font-display lg:text-3xl text-xl tracking-tight text-white pt-4 lg:pt-6"> <h2 className="font-display lg:text-3xl text-xl tracking-tight text-white pt-4 lg:pt-6">
VEDA provides an unparalleled cruise experience on the Nile, blending authenticity with sophistication. Enjoy private journeys featuring organic cuisine, hollistic activities, and a dedicated, warm-hearted crew. VEDA provides an unparalleled cruise experience on the Nile, blending authenticity with sophistication. Enjoy private journeys featuring organic cuisine, hollistic activities, and a dedicated, warm-hearted crew.
</h2> </h2>

View File

@@ -2,8 +2,7 @@ import Image from 'next/image'
import { Button } from '@/components/Button' import { Button } from '@/components/Button'
import { Container } from '@/components/Container' import { Container } from '@/components/Container'
import backgroundImage from '@/images/background-call-to-action2.png'
import logoVeda from '@/images/logos/veda.svg'
export function CallToAction2() { export function CallToAction2() {
return ( return (
@@ -13,7 +12,7 @@ export function CallToAction2() {
> >
<Image <Image
className="absolute left-1/2 top-1/2 max-w-none -translate-x-1/2 -translate-y-1/2" className="absolute left-1/2 top-1/2 max-w-none -translate-x-1/2 -translate-y-1/2"
src={backgroundImage} src="/images/background-call-to-action2.png"
alt="" alt=""
width={2347} width={2347}
height={1244} height={1244}
@@ -21,29 +20,9 @@ export function CallToAction2() {
/> />
<Container className="relative"> <Container className="relative">
<div className="mx-auto max-w-3xl text-center"> <div className="mx-auto max-w-3xl text-center">
<ul <div className="flex items-center justify-center">
role="list" <Image src="/images/logos/veda.svg" alt="" width={120} height={32} className="h-8 w-auto" unoptimized />
className=" flex items-center justify-center gap-x-8 sm:flex-col sm:gap-x-0 sm:gap-y-2 xl:flex-row xl:gap-x-12 xl:gap-y-0" </div>
>
{[
[
{ name: 'veda', logo: logoVeda },
],
].map((group, groupIndex) => (
<li key={groupIndex}>
<ul
role="list"
className="flex flex-col items-center gap-y-2 sm:flex-row sm:gap-x-12 sm:gap-y-0"
>
{group.map((company) => (
<li key={company.name} className="flex">
<Image src={company.logo} alt={company.name} unoptimized />
</li>
))}
</ul>
</li>
))}
</ul>
</div> </div>
</Container> </Container>
</section> </section>

View File

@@ -2,8 +2,7 @@ import Image from 'next/image'
import { Button } from '@/components/Button' import { Button } from '@/components/Button'
import { Container } from '@/components/Container' import { Container } from '@/components/Container'
import backgroundImage from '@/images/background-call-to-action4.png'
import logoVeda from '@/images/logos/veda_logo2.svg'
export function CallToAction3() { export function CallToAction3() {
return ( return (
@@ -13,7 +12,7 @@ export function CallToAction3() {
> >
<Image <Image
className="absolute left-1/2 top-1/2 max-w-none -translate-x-1/2 -translate-y-1/2" className="absolute left-1/2 top-1/2 max-w-none -translate-x-1/2 -translate-y-1/2"
src={backgroundImage} src="/images/background-call-to-action4.png"
alt="" alt=""
width={1440} width={1440}
height={564} height={564}
@@ -21,29 +20,9 @@ export function CallToAction3() {
/> />
<Container className="relative"> <Container className="relative">
<div className="mx-auto max-w-3xl text-center py-20"> <div className="mx-auto max-w-3xl text-center py-20">
<ul <div className="flex items-center justify-center">
role="list" <Image src="/images/logos/veda_logo2.svg" alt="" width={120} height={32} className="h-8 w-auto" />
className=" flex items-center justify-center gap-x-8 sm:flex-col sm:gap-x-0 sm:gap-y-2 xl:flex-row xl:gap-x-12 xl:gap-y-0" </div>
>
{[
[
{ name: 'veda', logo: logoVeda },
],
].map((group, groupIndex) => (
<li key={groupIndex}>
<ul
role="list"
className="flex flex-col items-center gap-y-2 sm:flex-row sm:gap-x-12 sm:gap-y-0 "
>
{group.map((company) => (
<li key={company.name} className="flex">
<Image src={company.logo} alt={company.name} width={300} height={84} unoptimized />
</li>
))}
</ul>
</li>
))}
</ul>
</div> </div>
</Container> </Container>
</section> </section>

View File

@@ -1,8 +1,4 @@
import { Container } from '@/components/Container'; import { Container } from '@/components/Container';
import veda1 from '@/images/veda1.jpg';
import veda2 from '@/images/veda2.jpg';
import veda3 from '@/images/veda3.jpg';
import veda4 from '@/images/veda4.jpg';
const categories = [ const categories = [
{ {

View File

@@ -1,7 +1,6 @@
import Image from 'next/image' import Image from 'next/image'
import { Container } from '@/components/Container' import { Container } from '@/components/Container'
import backgroundImage from '@/images/background-faqs.jpg'
const faqs = [ const faqs = [
[ [
@@ -66,7 +65,7 @@ export function Faqs() {
> >
<Image <Image
className="absolute left-1/2 top-0 max-w-none -translate-y-1/4 translate-x-[-30%]" className="absolute left-1/2 top-0 max-w-none -translate-y-1/4 translate-x-[-30%]"
src={backgroundImage} src="/images/background-faqs.jpg"
alt="" alt=""
width={1558} width={1558}
height={946} height={946}

View File

@@ -2,18 +2,6 @@ import Image from 'next/image'
import { Button } from '@/components/Button' import { Button } from '@/components/Button'
import { Container } from '@/components/Container' import { Container } from '@/components/Container'
import logoLaravel from '@/images/logos/laravel.svg'
import logoMirage from '@/images/logos/mirage.svg'
import logoStatamic from '@/images/logos/statamic.svg'
import logoStaticKit from '@/images/logos/statickit.svg'
import logoTransistor from '@/images/logos/transistor.svg'
import logoTuple from '@/images/logos/tuple.svg'
import logo1 from '@/images/logos/1.svg'
import logo2 from '@/images/logos/2.svg'
import logo3 from '@/images/logos/3.svg'
import logo4 from '@/images/logos/4.svg'
import logo5 from '@/images/logos/5.svg'
import logo6 from '@/images/logos/6.svg'
export function Hero() { export function Hero() {
return ( return (
@@ -69,14 +57,14 @@ export function Hero() {
> >
{[ {[
[ [
{ name: 'CNN', logo: logo1 }, { name: 'CNN', logo: '/images/logos/1.svg' },
{ name: 'HLS', logo: logo2 }, { name: 'HLS', logo: '/images/logos/2.svg' },
{ name: 'Bookretreats', logo: logo3 }, { name: 'Bookretreats', logo: '/images/logos/3.svg' },
], ],
[ [
{ name: 'Beaviajera', logo: logo4 }, { name: 'Beaviajera', logo: '/images/logos/4.svg' },
{ name: 'Egytalloyd', logo: logo5 }, { name: 'Egytalloyd', logo: '/images/logos/5.svg' },
{ name: 'AST', logo: logo6 }, { name: 'AST', logo: '/images/logos/6.svg' },
], ],
].map((group, groupIndex) => ( ].map((group, groupIndex) => (
<li key={groupIndex}> <li key={groupIndex}>
@@ -86,7 +74,7 @@ export function Hero() {
> >
{group.map((company) => ( {group.map((company) => (
<li key={company.name} className="flex"> <li key={company.name} className="flex">
<Image src={company.logo} alt={company.name} unoptimized /> <Image src={company.logo} alt={company.name} width={120} height={40} unoptimized />
</li> </li>
))} ))}
</ul> </ul>

View File

@@ -1,5 +1,4 @@
import { CloudArrowUpIcon, LockClosedIcon, ServerIcon, SparklesIcon } from '@heroicons/react/20/solid' import { CloudArrowUpIcon, LockClosedIcon, ServerIcon, SparklesIcon } from '@heroicons/react/20/solid'
import Newfeaturesimg from '@/images/newfeatures0.png'
const features = [ const features = [
{ {
@@ -24,7 +23,7 @@ export default function NewFeatures() {
<div className="flex items-start justify-end lg:justify-start lg:order-first"> <div className="flex items-start justify-end lg:justify-start lg:order-first">
<img <img
alt="New Features" alt="New Features"
src="images/newfeatures3.png" src="/images/newfeatures3.png"
className="w-full max-w-[40rem] rounded-xl shadow-xl ring-1 ring-gray-400/10 object-cover" className="w-full max-w-[40rem] rounded-xl shadow-xl ring-1 ring-gray-400/10 object-cover"
style={{ maxWidth: '40rem', height: 'auto' }} style={{ maxWidth: '40rem', height: 'auto' }}
/> />

View File

@@ -1,5 +1,4 @@
import { SparklesIcon } from '@heroicons/react/20/solid' import { SparklesIcon } from '@heroicons/react/20/solid'
import Newfeaturesimg from '@/images/newfeatures3.png'
const features = [ const features = [
{ {

View File

@@ -6,30 +6,25 @@ import { Tab, TabGroup, TabList, TabPanel, TabPanels } from '@headlessui/react'
import clsx from 'clsx' import clsx from 'clsx'
import { Container } from '@/components/Container' import { Container } from '@/components/Container'
import backgroundImage from '@/images/background-features.png'
import screenshotExpenses from '@/images/screenshots/expenses.png'
import screenshotPayroll from '@/images/screenshots/payroll.png'
import screenshotReporting from '@/images/screenshots/reporting.png'
import screenshotVatReturns from '@/images/screenshots/vat-returns.png'
const features = [ const features = [
{ {
title: 'Tailored to Your Preferences', title: 'Tailored to Your Preferences',
description: description:
"From your trip's duration to the daily itinerary and dining choices, everything is customized to your liking. We offer expert advice to align with your group's preferences, ensuring a journey that fits your vision perfectly.", "From your trip's duration to the daily itinerary and dining choices, everything is customized to your liking. We offer expert advice to align with your group's preferences, ensuring a journey that fits your vision perfectly.",
image: screenshotPayroll, image: '/images/screenshots/payroll.png',
}, },
{ {
title: 'Unique & Memorable Adventures', title: 'Unique & Memorable Adventures',
description: description:
"Experience exclusive activities like a barbeque on a secluded island or private moments in ancient temples. The VEDA crew can also lead you to the Niles most remarkable and energetic spots, tailored to your interests.", "Experience exclusive activities like a barbeque on a secluded island or private moments in ancient temples. The VEDA crew can also lead you to the Niles most remarkable and energetic spots, tailored to your interests.",
image: screenshotExpenses, image: '/images/screenshots/expenses.png',
}, },
{ {
title: 'Eco-Friendly & Organic', title: 'Eco-Friendly & Organic',
description: description:
"Savor local dishes, fresh juices, and detox smoothies while using natural cleaning products and sailing on solar-powered boats. With VEDA, you're traveling on the Niles first genuinely green boat, combining sustainability with luxury.", "Savor local dishes, fresh juices, and detox smoothies while using natural cleaning products and sailing on solar-powered boats. With VEDA, you're traveling on the Niles first genuinely green boat, combining sustainability with luxury.",
image: screenshotReporting, image: '/images/screenshots/reporting.png',
}, },
] ]
@@ -59,7 +54,7 @@ export function PrimaryFeatures() {
> >
<Image <Image
className="absolute left-1/2 top-1/2 max-w-none translate-x-[-44%] translate-y-[-42%]" className="absolute left-1/2 top-1/2 max-w-none translate-x-[-44%] translate-y-[-42%]"
src={backgroundImage} src="/images/background-features.png"
alt="" alt=""
width={2245} width={2245}
height={1636} height={1636}

View File

@@ -32,7 +32,7 @@ export default function Route() {
<div className="mx-auto max-w-2xl sm:mx-0 sm:max-w-none"> <div className="mx-auto max-w-2xl sm:mx-0 sm:max-w-none">
<img <img
alt="trip map" alt="trip map"
src="images/map.png" src="/images/map.png"
width={500} width={500}
height={500} height={500}
className="w-full max-w-full rounded-tl-xl bg-gray-800 ring-1 ring-white/10" className="w-full max-w-full rounded-tl-xl bg-gray-800 ring-1 ring-white/10"

View File

@@ -6,10 +6,6 @@ import { Tab, TabGroup, TabList, TabPanel, TabPanels } from '@headlessui/react'
import clsx from 'clsx' import clsx from 'clsx'
import { Button } from '@/components/Button' import { Button } from '@/components/Button'
import { Container } from '@/components/Container' import { Container } from '@/components/Container'
import veda1 from '@/images/dahabiyas/veda1.jpg'
import veda2 from '@/images/dahabiyas/veda2.jpg'
import veda3 from '@/images/dahabiyas/veda3.jpg'
import veda4 from '@/images/dahabiyas/veda4.jpg'
const features = [ const features = [
{ {
@@ -22,7 +18,7 @@ const features = [
], ],
button: 'Learn More', button: 'Learn More',
href: '/dahabiyas', href: '/dahabiyas',
image: veda1, image: '/images/dahabiyas/veda1.jpg',
icon: function ReportingIcon() { icon: function ReportingIcon() {
let id = useId() let id = useId()
return ( return (
@@ -61,7 +57,7 @@ const features = [
], ],
button: 'Learn More', button: 'Learn More',
href: '/dahabiyas', href: '/dahabiyas',
image: veda2, image: '/images/dahabiyas/veda2.jpg',
icon: function InventoryIcon() { icon: function InventoryIcon() {
return ( return (
<> <>
@@ -93,7 +89,7 @@ const features = [
], ],
button: 'Learn More', button: 'Learn More',
href: '/dahabiyas', href: '/dahabiyas',
image: veda3, image: '/images/dahabiyas/veda3.jpg',
icon: function ContactsIcon() { icon: function ContactsIcon() {
return ( return (
<> <>
@@ -120,7 +116,7 @@ const features = [
], ],
button: 'Learn More', button: 'Learn More',
href: '/dahabiyas', href: '/dahabiyas',
image: veda4, image: '/images/dahabiyas/veda4.jpg',
icon: function ContactsIcon() { icon: function ContactsIcon() {
return ( return (
<> <>

View File

@@ -1,7 +1,5 @@
import Image from 'next/image' import Image from 'next/image'
import backgroundImage from '@/images/background-auth.jpg'
export function SlimLayout({ children }) { export function SlimLayout({ children }) {
return ( return (
<> <>
@@ -14,7 +12,7 @@ export function SlimLayout({ children }) {
<div className="hidden sm:contents lg:relative lg:block lg:flex-1"> <div className="hidden sm:contents lg:relative lg:block lg:flex-1">
<Image <Image
className="absolute inset-0 h-full w-full object-cover" className="absolute inset-0 h-full w-full object-cover"
src={backgroundImage} src="/images/background-auth.jpg"
alt="" alt=""
unoptimized unoptimized
/> />

View File

@@ -2,7 +2,6 @@ import Image from 'next/image'
import React from 'react'; import React from 'react';
import { Button } from '@/components/Button' import { Button } from '@/components/Button'
import { Container } from '@/components/Container' import { Container } from '@/components/Container'
import backgroundImage from '@/images/background-call-to-action.jpg'
import '@/styles/tailwind.css' import '@/styles/tailwind.css'
const ThirdFeatures = () => { const ThirdFeatures = () => {

View File

@@ -31,7 +31,7 @@ const features = [
"As the dahabiya glides through the tranquil river, take in the breathtaking views of the lush landscapes and ancient monuments that line the banks. Enjoy a relaxing day on deck, with opportunities to participate in yoga and meditation sessions, or simply unwind with a good book from our library.", "As the dahabiya glides through the tranquil river, take in the breathtaking views of the lush landscapes and ancient monuments that line the banks. Enjoy a relaxing day on deck, with opportunities to participate in yoga and meditation sessions, or simply unwind with a good book from our library.",
description3: description3:
"In the evening, dock at Esna and explore the local markets, where you can discover unique handicrafts and interact with friendly locals.", "In the evening, dock at Esna and explore the local markets, where you can discover unique handicrafts and interact with friendly locals.",
imageSrc: 'images/esna.jpg', imageSrc: '/images/esna.jpg',
}, },
{ {
name: 'Day 3: Crossing the Esna Lock', name: 'Day 3: Crossing the Esna Lock',
@@ -135,4 +135,3 @@ const features = [
</div> </div>
) )
} }

BIN
src/images/.DS_Store vendored

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 185 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 199 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 181 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 202 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 168 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 156 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 134 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 686 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 74 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 181 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.9 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 210 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 254 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 372 KiB

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 188 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 61 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 164 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 349 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 349 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 141 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 167 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 122 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 53 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 91 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 219 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 34 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 81 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 111 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 170 KiB

View File

@@ -1,18 +0,0 @@
<svg width="136" height="48" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#a)" fill="#334155">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M38.455 13.018c.004.01.01.02.012.03a.658.658 0 0 1 .022.164v8.586a.627.627 0 0 1-.311.543l-7.138 4.15v8.223a.627.627 0 0 1-.312.543l-14.899 8.66a.533.533 0 0 1-.108.044c-.014.006-.027.014-.042.018a.612.612 0 0 1-.318 0 .164.164 0 0 1-.028-.01l-.02-.01c-.035-.013-.07-.024-.103-.043L.311 35.257A.628.628 0 0 1 0 34.714V8.956a.68.68 0 0 1 .021-.163c.006-.019.016-.035.022-.053l.02-.053a.328.328 0 0 1 .02-.044c.012-.02.029-.037.043-.056.018-.025.033-.05.055-.073.018-.018.04-.03.06-.047.023-.018.044-.038.069-.053l7.45-4.33a.616.616 0 0 1 .62 0l7.45 4.33c.025.015.046.035.069.053l.021.016c.014.01.028.02.04.031a.345.345 0 0 1 .04.051l.015.022c.013.02.03.035.042.056.017.03.028.064.04.097l.01.022.012.03a.644.644 0 0 1 .021.164v16.088l6.208-3.608v-8.224a.64.64 0 0 1 .022-.163c.005-.019.015-.035.021-.053l.007-.02a.279.279 0 0 1 .076-.133c.018-.025.034-.05.055-.073.01-.01.02-.017.03-.025.01-.007.021-.014.03-.022l.036-.03a.26.26 0 0 1 .033-.023l7.45-4.33a.616.616 0 0 1 .62 0l7.45 4.33c.026.015.046.036.069.053l.022.016c.013.01.027.02.038.031a.327.327 0 0 1 .04.052l.016.021.016.02c.01.012.019.023.026.036a.522.522 0 0 1 .034.08l.006.017.01.022ZM9.322 30.453l6.196 3.54 13.652-7.867-6.201-3.605-13.647 7.932Zm20.476-5.409v-7.14l-6.208-3.607v7.14l6.207 3.607h.001Zm6.826-11.83-6.206-3.608-6.205 3.607 6.205 3.606 6.206-3.606Zm-27.933.434v15.726l6.208-3.609V10.04L8.69 13.648h.001Zm5.584-4.692L8.07 5.35 1.864 8.956l6.206 3.607 6.205-3.607ZM7.449 13.65l-6.208-3.61v24.31L14.9 42.29v-7.21l-7.135-4.076h-.002L7.759 31c-.025-.015-.045-.035-.067-.053a.277.277 0 0 1-.059-.045l-.002-.002c-.013-.013-.024-.029-.035-.044a.567.567 0 0 0-.016-.022l-.03-.038a.201.201 0 0 1-.016-.023l-.001-.002a.259.259 0 0 1-.023-.054l-.01-.024-.015-.033a.237.237 0 0 1-.014-.038.374.374 0 0 1-.01-.068l-.003-.025a.48.48 0 0 0-.004-.026c-.002-.014-.005-.029-.005-.044V13.65v.001Zm8.691 21.43v7.21l13.657-7.937V27.21L16.14 35.08v.001Zm14.9-10.037 6.208-3.608v-7.14l-6.208 3.61v7.14-.002Z" />
<path d="M132.739 13.214H136V34.36h-3.261V13.214Zm-84.346 0h3.441V31.25h6.463v3.11h-9.904V13.216Z" />
<path fill-rule="evenodd" clip-rule="evenodd"
d="M68.576 20.525c.808.403 1.43.956 1.87 1.66v-1.902h3.261V34.36h-3.261v-1.903c-.439.705-1.062 1.259-1.87 1.66-.808.404-1.62.605-2.44.605-1.057 0-2.024-.196-2.902-.59a6.79 6.79 0 0 1-2.26-1.615 7.525 7.525 0 0 1-1.465-2.356 7.669 7.669 0 0 1-.524-2.84c0-.986.174-1.928.524-2.824a7.496 7.496 0 0 1 1.466-2.371 6.8 6.8 0 0 1 2.26-1.616c.877-.393 1.844-.59 2.902-.59.818 0 1.63.202 2.439.605Zm.733 9.938c.367-.416.651-.898.838-1.42.2-.552.302-1.134.3-1.721 0-.605-.1-1.18-.3-1.722a4.373 4.373 0 0 0-.838-1.42 4.056 4.056 0 0 0-1.302-.967 3.893 3.893 0 0 0-1.69-.362c-.62 0-1.178.12-1.677.362a4.105 4.105 0 0 0-1.286.967c-.36.403-.634.876-.823 1.42a5.182 5.182 0 0 0-.284 1.722c0 .604.094 1.178.284 1.72a4.17 4.17 0 0 0 .823 1.42c.36.404.788.726 1.286.968.524.247 1.097.37 1.676.362.618 0 1.182-.12 1.691-.362.495-.231.938-.56 1.302-.967Zm27.649-8.277c-.44-.705-1.063-1.258-1.87-1.661-.808-.403-1.62-.604-2.44-.604-1.057 0-2.024.196-2.902.589a6.8 6.8 0 0 0-2.26 1.616 7.492 7.492 0 0 0-1.465 2.37c-.35.901-.528 1.86-.524 2.826 0 1.007.174 1.953.524 2.84.338.869.836 1.668 1.466 2.355a6.79 6.79 0 0 0 2.26 1.616c.877.393 1.844.59 2.902.59.818 0 1.63-.202 2.439-.605.808-.402 1.43-.956 1.87-1.66v1.902h3.261V20.283h-3.261v1.903Zm-.3 6.857a4.368 4.368 0 0 1-.838 1.42 4.043 4.043 0 0 1-1.301.967 3.89 3.89 0 0 1-1.69.362c-.619 0-1.178-.12-1.677-.362a4.094 4.094 0 0 1-2.109-2.387 5.182 5.182 0 0 1-.285-1.721c0-.605.095-1.18.285-1.722a4.148 4.148 0 0 1 .823-1.42c.36-.404.798-.733 1.286-.967a3.794 3.794 0 0 1 1.676-.362c.618 0 1.182.12 1.69.362.51.242.943.565 1.302.967.36.403.639.876.839 1.42.198.543.299 1.117.299 1.722 0 .604-.1 1.178-.3 1.72Z" />
<path
d="M76.281 34.36h3.262V23.523h5.596v-3.24H76.28V34.36h.001Zm32.916-3.297 4.099-10.78h3.304l-5.354 14.077h-4.099l-5.353-14.077h3.303l4.1 10.78Z" />
<path fill-rule="evenodd" clip-rule="evenodd"
d="M123.714 19.92c-3.994 0-7.156 3.315-7.156 7.4 0 4.52 3.06 7.402 7.574 7.402 2.526 0 4.139-.975 6.109-3.098l-2.203-1.721c-.002 0-1.664 2.204-4.145 2.204-2.884 0-4.099-2.348-4.099-3.562h10.821c.568-4.65-2.46-8.624-6.901-8.624Zm-3.911 6.178c.025-.27.401-3.562 3.885-3.562s3.907 3.29 3.931 3.562h-7.816Z" />
</g>
<defs>
<clipPath id="a">
<path fill="#fff" d="M0 0h136v48H0z" />
</clipPath>
</defs>
</svg>

Before

Width:  |  Height:  |  Size: 4.5 KiB

View File

@@ -1,17 +0,0 @@
<svg width="138" height="48" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#a)" fill="#334155">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M30.316 5c3.984 0 7.213 3.256 7.213 7.273a7.272 7.272 0 0 1-4.771 6.845l5.814 10.462h3.98c.613 0 1.11.5 1.11 1.118 0 .618-.497 1.118-1.11 1.118H1.11c-.612 0-1.109-.5-1.109-1.118 0-.618.497-1.118 1.11-1.118h3.98l10.353-18.562a1.106 1.106 0 0 1 1.896-.063l5.948 9.189 1.85-2.809a7.28 7.28 0 0 1-2.035-5.062c0-4.017 3.23-7.273 7.214-7.273h-.001Zm-5.709 17.183 4.788 7.397h6.634l-7.457-13.418-3.965 6.021Zm2.14 7.397L16.48 13.72 7.635 29.58H26.747Zm8.702-17.307a5.172 5.172 0 0 1-3.728 4.98l-2.101-3.781a1.106 1.106 0 0 0-1.892-.072l-1.402 2.13a5.18 5.18 0 0 1-1.144-3.257c0-2.859 2.299-5.176 5.134-5.176 2.835 0 5.133 2.317 5.133 5.176Z" />
<path
d="M9.62 35.173c-.611 0-1.107.5-1.107 1.117s.496 1.116 1.107 1.116h24.42c.612 0 1.108-.5 1.108-1.116 0-.617-.496-1.117-1.107-1.117H9.62Zm8.513 5.59c-.613 0-1.11.5-1.11 1.119 0 .617.497 1.118 1.11 1.118h7.396c.612 0 1.109-.5 1.109-1.118 0-.618-.497-1.12-1.11-1.12h-7.395Z" />
<path fill-rule="evenodd" clip-rule="evenodd"
d="M120.027 21.871c-.982-1.25-2.453-1.923-4.347-1.923-2.984 0-6.049 2.528-6.049 6.786 0 4.258 3.065 6.786 6.049 6.786 1.894 0 3.365-.66 4.347-1.923v1.058c0 2.445-1.472 3.93-4.142 3.93-1.594 0-3.107-.524-4.428-1.334l-1.036 2.432c1.376.99 3.515 1.525 5.464 1.525 4.36 0 7.003-2.54 7.003-6.677v-12.24h-2.861v1.58Zm-7.467 4.863c0-2.225 1.444-4.08 3.855-4.08 2.303 0 3.857 1.773 3.857 4.08 0 2.308-1.554 4.08-3.857 4.08-2.411 0-3.855-1.867-3.855-4.08Zm-8.219-4.849c-.899-1.168-2.248-1.937-4.101-1.937-3.65 0-6.526 2.898-6.526 6.923s2.875 6.924 6.526 6.924c1.854 0 3.202-.755 4.101-1.923v1.58h2.848v-13.16h-2.848v1.593Zm-7.698 4.986c0-2.307 1.486-4.217 3.938-4.217 2.357 0 3.938 1.813 3.938 4.217s-1.581 4.218-3.938 4.218c-2.452 0-3.938-1.91-3.938-4.218ZM138 26.858c-.013-4.107-2.52-6.91-6.172-6.91-3.842 0-6.499 2.803-6.499 6.924 0 4.176 2.766 6.924 6.676 6.924 1.976 0 3.774-.48 5.368-1.854l-1.417-2.048c-1.076.865-2.466 1.388-3.774 1.388-1.853 0-3.501-.99-3.883-3.353h9.647c.027-.329.054-.7.054-1.07Zm-9.687-1.113c.3-1.923 1.43-3.242 3.46-3.242 1.813 0 2.998 1.195 3.311 3.242h-6.771Z" />
<path
d="m64.333 27.957-5.546-13.738H54.06v19.233h3.08V17.777L62.71 31.57h3.243l5.573-13.944v15.826h3.08V14.219h-4.729l-5.545 13.738h.001Zm16.871 5.495v-13.16h-2.86v13.16h2.86Zm12.182-13.133c-.654-.261-1.322-.37-2.194-.37-1.594 0-2.93.576-3.788 1.826V20.29h-2.82v13.16h2.848v-7.24c0-2.238 1.294-3.53 3.106-3.53.695 0 1.567.165 2.166.48l.682-2.842Zm-11.61-4.575c0-1.14-.886-2.033-2.017-2.033-1.13 0-1.99.893-1.99 2.033s.86 2.006 1.99 2.006c1.131 0 2.017-.866 2.017-2.006Z" />
</g>
<defs>
<clipPath id="a">
<path fill="#fff" d="M0 0h138v48H0z" />
</clipPath>
</defs>
</svg>

Before

Width:  |  Height:  |  Size: 2.8 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 5.2 KiB

View File

@@ -1,5 +0,0 @@
<svg width="127" height="48" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="m3.31 28.903 14.75-15.816L14.749 10 0 25.816l3.31 3.087ZM5.792 39 20.54 23.184l-3.31-3.087L2.482 35.913 5.792 39Zm31.261-18.216a3.87 3.87 0 0 0-1.441-1.115c-.594-.276-1.166-.414-1.718-.414-.284 0-.572.025-.864.075a2.23 2.23 0 0 0-.79.289c-.234.142-.43.326-.59.551-.158.226-.237.514-.237.865 0 .3.062.552.188.752.125.2.309.376.551.527.242.15.53.288.865.413.334.126.71.255 1.128.389.602.2 1.229.422 1.88.664a7.03 7.03 0 0 1 1.78.965 5.07 5.07 0 0 1 1.329 1.492c.35.593.526 1.333.526 2.219 0 1.019-.188 1.9-.564 2.644a5.274 5.274 0 0 1-1.516 1.843 6.499 6.499 0 0 1-2.181 1.078 9.17 9.17 0 0 1-2.532.35c-1.27 0-2.499-.22-3.685-.663-1.187-.443-2.173-1.074-2.959-1.893l2.808-2.858c.435.535 1.007.982 1.717 1.341.71.36 1.417.54 2.119.54.317 0 .626-.034.927-.101.301-.067.564-.176.79-.326.225-.15.405-.351.539-.602.134-.25.2-.551.2-.902 0-.334-.083-.619-.25-.853a2.45 2.45 0 0 0-.715-.639 5.76 5.76 0 0 0-1.153-.526c-.46-.159-.982-.33-1.567-.514a14.963 14.963 0 0 1-1.667-.652 5.58 5.58 0 0 1-1.454-.965 4.471 4.471 0 0 1-1.028-1.43c-.259-.559-.388-1.24-.388-2.042 0-.986.2-1.83.601-2.532.39-.689.93-1.28 1.58-1.73a6.786 6.786 0 0 1 2.206-.99c.81-.208 1.645-.314 2.482-.314 1.002 0 2.026.184 3.07.552 1.045.368 1.96.91 2.746 1.63l-2.733 2.882Zm9.677 3.736v4.763c0 .585.113 1.023.338 1.316.226.292.631.439 1.216.439.2 0 .414-.017.64-.05.194-.025.383-.075.563-.15l.05 3.007c-.283.1-.643.188-1.077.264a7.63 7.63 0 0 1-1.304.112c-.836 0-1.538-.104-2.106-.313-.568-.209-1.023-.51-1.366-.902a3.54 3.54 0 0 1-.74-1.404 6.804 6.804 0 0 1-.225-1.818V24.52h-2.006v-3.084h1.98v-3.284h4.037v3.284h2.933v3.084H46.73Zm12.234 3.96h-.527c-.451 0-.906.021-1.366.063-.46.042-.87.122-1.228.238a2.27 2.27 0 0 0-.89.514c-.234.226-.351.523-.351.89 0 .234.054.435.163.602.108.167.246.3.413.401.167.1.36.171.577.213a3.3 3.3 0 0 0 .627.063c.835 0 1.474-.23 1.917-.69.443-.46.665-1.082.665-1.867v-.427Zm-7.546-5.34a7.2 7.2 0 0 1 2.57-1.579 8.805 8.805 0 0 1 2.995-.526c1.053 0 1.943.13 2.67.389.727.259 1.316.66 1.767 1.203.452.543.782 1.228.99 2.056.21.827.314 1.809.314 2.945v6.293h-3.76v-1.329h-.076c-.317.518-.798.92-1.441 1.203a5.125 5.125 0 0 1-2.093.426 6.403 6.403 0 0 1-1.555-.2 4.554 4.554 0 0 1-1.466-.652 3.53 3.53 0 0 1-1.09-1.203c-.285-.502-.427-1.12-.427-1.855 0-.903.247-1.63.74-2.181.493-.552 1.128-.978 1.905-1.279.777-.3 1.642-.501 2.595-.601.952-.1 1.88-.151 2.782-.151v-.2c0-.619-.217-1.074-.651-1.367-.435-.292-.97-.439-1.605-.439a3.99 3.99 0 0 0-1.692.377 5.4 5.4 0 0 0-1.392.902l-2.08-2.231v-.001Zm18.688 1.38v4.763c0 .585.112 1.023.338 1.316.225.292.63.439 1.216.439.2 0 .413-.017.639-.05.226-.034.414-.084.564-.15l.05 3.007a6.88 6.88 0 0 1-1.078.264c-.43.075-.866.112-1.303.112-.836 0-1.538-.104-2.106-.313-.568-.209-1.024-.51-1.366-.902a3.537 3.537 0 0 1-.74-1.404 6.808 6.808 0 0 1-.226-1.818V24.52H64.09v-3.084h1.98v-3.284h4.037v3.284h2.933v3.084H70.106Zm9.325-7.07c0 .318-.063.614-.188.89-.12.268-.29.51-.501.715a2.44 2.44 0 0 1-1.667.652c-.669 0-1.229-.222-1.68-.665a2.15 2.15 0 0 1-.677-1.592c0-.3.059-.589.176-.865.117-.275.284-.514.501-.714.217-.2.468-.364.752-.489s.593-.188.928-.188a2.445 2.445 0 0 1 1.667.652c.209.2.376.439.501.714.126.276.188.573.188.89ZM75.02 33.92V21.437h4.111v12.485H75.02v-.002Zm15.273-8.448a2.496 2.496 0 0 0-.953-.727 2.92 2.92 0 0 0-1.228-.275c-.435 0-.828.087-1.179.263a2.86 2.86 0 0 0-.902.702c-.25.292-.447.63-.59 1.015-.143.393-.215.81-.212 1.228 0 .435.067.844.2 1.229a3 3 0 0 0 .59 1.015c.258.293.568.522.927.69.36.167.765.25 1.216.25.418 0 .831-.08 1.24-.238.41-.159.74-.389.99-.69l2.282 2.783c-.518.502-1.186.894-2.005 1.178-.84.288-1.72.432-2.608.427a8.229 8.229 0 0 1-2.757-.452 6.361 6.361 0 0 1-2.219-1.316 6.18 6.18 0 0 1-1.479-2.093c-.36-.819-.539-1.746-.539-2.783 0-1.02.18-1.938.54-2.757a6.181 6.181 0 0 1 1.478-2.093 6.519 6.519 0 0 1 2.219-1.33 7.951 7.951 0 0 1 5.352.001c.41.142.786.317 1.128.526.343.21.64.439.89.69l-2.381 2.757Zm15.091 8.449-6.593-8.173h-.05v8.173h-4.212V16.17h4.212v7.22h.075l6.343-7.22h5.364l-7.646 8.173 8.098 9.577h-5.591v.001Zm11.206-16.47c0 .317-.062.613-.188.89-.12.268-.29.51-.501.714a2.445 2.445 0 0 1-1.667.652c-.669 0-1.229-.222-1.68-.665a2.152 2.152 0 0 1-.677-1.592c0-.3.059-.589.176-.865.117-.275.284-.514.501-.714.217-.2.468-.364.752-.489s.593-.188.928-.188a2.445 2.445 0 0 1 1.667.652c.209.2.376.439.501.714.126.276.188.573.188.89v.001Zm-4.412 16.47V21.436h4.111v12.485h-4.111Zm11.833-9.401v4.763c0 .585.112 1.023.338 1.316.226.292.631.439 1.216.439.2 0 .414-.017.639-.05.194-.024.384-.075.564-.15l.05 3.007a6.88 6.88 0 0 1-1.078.264c-.43.075-.866.112-1.303.112-.836 0-1.538-.104-2.106-.313-.568-.209-1.024-.51-1.366-.902a3.535 3.535 0 0 1-.74-1.404 6.84 6.84 0 0 1-.225-1.818V24.52h-2.006v-3.084h1.981v-3.284h4.036v3.284h2.933v3.084h-2.933Z"
fill="#334155" />
</svg>

Before

Width:  |  Height:  |  Size: 4.7 KiB

View File

@@ -1,13 +0,0 @@
<svg width="158" height="48" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#a)" fill="#334155">
<path
d="M55.423 18.178v-2.491H66.38v2.491h-4.076v13.875H59.47V18.178h-4.047Zm18.098 4.577a7.526 7.526 0 0 0-1.33-.116c-1.82 0-2.89 1.188-2.89 3.592v5.793h-2.69v-11.47h2.631v1.622h.058c.52-.985 1.677-2 3.21-2 .433 0 .722.03 1.011.059v2.52Zm12.866 9.269h-2.602v-1.448h-.058c-.78.985-2.024 1.883-3.932 1.883-2.573 0-5.493-2.057-5.493-6.17 0-3.65 2.573-6.083 5.695-6.083 1.908 0 3.065 1.013 3.76 1.911h.057v-1.564h2.602v11.471h-.03.001Zm-5.898-1.94c1.763 0 3.411-1.536 3.411-3.738 0-2.317-1.503-3.852-3.382-3.852-2.37 0-3.499 1.912-3.499 3.795 0 1.911 1.1 3.794 3.47 3.794v.001Zm9.021-9.531h2.66v1.449h.057c.896-1.304 2.226-1.825 3.498-1.825 2.371 0 4.453 1.564 4.453 5.243v6.604h-2.69v-6.46c0-1.97-.924-3.012-2.457-3.012-1.677 0-2.833 1.188-2.833 3.418v6.083H89.51v-11.5h.001Zm18.792 2.955c-.116-.84-.752-1.39-1.533-1.39-.925 0-1.445.579-1.445 1.216 0 .695.347 1.188 2.341 1.854 2.458.782 3.325 2.057 3.325 3.679 0 2.114-1.59 3.592-4.221 3.592-2.746 0-4.105-1.507-4.308-3.65h2.487c.115.956.694 1.68 1.879 1.68 1.012 0 1.59-.637 1.59-1.42 0-.868-.491-1.419-2.399-2.056-2.14-.695-3.239-1.767-3.239-3.563 0-1.883 1.475-3.273 3.903-3.273 2.458 0 3.759 1.448 4.048 3.33h-2.428v.001Zm5.03-8.227h2.978v2.723h-2.978v-2.723Zm.145 5.272h2.688v11.5h-2.688v-11.5Zm10.986 2.955c-.116-.84-.752-1.39-1.533-1.39-.925 0-1.445.579-1.445 1.216 0 .695.347 1.188 2.342 1.854 2.457.782 3.324 2.057 3.324 3.679 0 2.114-1.59 3.592-4.221 3.592-2.746 0-4.105-1.507-4.307-3.65h2.486c.116.956.694 1.68 1.879 1.68 1.012 0 1.59-.637 1.59-1.42 0-.868-.491-1.419-2.399-2.056-2.14-.695-3.238-1.767-3.238-3.563 0-1.883 1.474-3.273 3.903-3.273 2.457 0 3.758 1.448 4.047 3.33h-2.428v.001Zm3.845-2.955h1.445v-3.678h2.689v3.678h2.862v2.26h-2.891v5.127c0 1.564.492 1.999 1.59 1.999.463 0 .983-.087 1.388-.203v2.172c-.607.174-1.359.261-2.024.261-2.862 0-3.614-1.738-3.614-4.084v-5.272h-1.445v-2.26Zm14.311-.376c3.585 0 6.129 2.636 6.129 6.112 0 3.389-2.573 6.17-6.129 6.17-3.498 0-6.129-2.694-6.129-6.17 0-3.563 2.66-6.112 6.129-6.112Zm0 9.877c2.024 0 3.411-1.622 3.411-3.765 0-2.028-1.301-3.737-3.411-3.737-2.053 0-3.412 1.593-3.412 3.737 0 2.201 1.562 3.765 3.412 3.765Zm14.052-7.415c-1.822 0-2.891 1.188-2.891 3.592v5.793h-2.689v-11.47h2.631v1.622h.058c.52-.985 1.676-2 3.209-2 .433 0 .722.03 1.012.059v2.52a7.525 7.525 0 0 0-1.33-.116ZM20.816 37.731a1.39 1.39 0 0 1-1.388-1.39V11.37a1.389 1.389 0 0 1 2.369-.982c.26.26.406.614.406.982v24.97c0 .753-.636 1.39-1.387 1.39v.001Zm-5.783-12.484h-6.65a1.39 1.39 0 0 1-1.387-1.39c0-.783.607-1.391 1.388-1.391h6.65a1.39 1.39 0 1 1 0 2.78v.001Zm18.243 0h-6.678a1.39 1.39 0 0 1-1.388-1.39c0-.783.607-1.391 1.388-1.391h6.65a1.39 1.39 0 0 1 1.387 1.39c0 .782-.607 1.39-1.359 1.39v.001Z" />
<path
d="M20.816 44.712C9.338 44.712 0 35.356 0 23.856 0 12.356 9.338 3 20.816 3s20.816 9.356 20.816 20.856c0 11.5-9.338 20.856-20.816 20.856Zm0-38.931c-9.945 0-18.04 8.11-18.04 18.075s8.095 18.075 18.04 18.075c9.946 0 18.04-8.11 18.04-18.075S30.763 5.781 20.817 5.781h-.001Z" />
</g>
<defs>
<clipPath id="a">
<path fill="#fff" d="M0 0h158v48H0z" />
</clipPath>
</defs>
</svg>

Before

Width:  |  Height:  |  Size: 3.1 KiB

View File

@@ -1,13 +0,0 @@
<svg width="105" height="48" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M18 4 0 10v19.5l6 2V37l18 6V11.5l-6 2V4ZM8 32.167 18 35.5V15.608l4-1.333v25.95L8 35.56v-3.393Z" fill="#334155" />
<path
d="M42.9 20.45V31h4.446V20.45h3.53v-3.392H39.39v3.393h3.51Zm10.205 4.798c0 3.978 2.3 6.006 6.376 6.006 3.9 0 6.396-1.853 6.396-6.045v-8.15H61.43v7.994c0 1.833-.39 2.73-1.95 2.73-1.58 0-1.97-.897-1.97-2.71v-8.015h-4.406v8.19Z"
fill="#334155" />
<path fill-rule="evenodd" clip-rule="evenodd"
d="M68.965 31V17.058h5.558c4.017 0 5.733 1.794 5.733 4.777v.078c0 2.906-1.93 4.544-5.538 4.544h-1.346V31h-4.407Zm5.323-7.507h-.916v-3.14h.936c1.15 0 1.755.43 1.755 1.502v.078c0 1.033-.605 1.56-1.775 1.56Z"
fill="#334155" />
<path
d="M82.563 31V17.058h4.427v10.53h5.07V31h-9.497Zm11.999-13.942V31h10.218v-3.393h-5.811v-2.086h4.368v-3.1h-4.368v-1.97h5.499v-3.393h-9.906Z"
fill="#334155" />
</svg>

Before

Width:  |  Height:  |  Size: 967 B

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 154 KiB

View File

@@ -1,17 +0,0 @@
<svg width="400" height="400" viewBox="0 0 400 400" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_60_122)">
<circle cx="200" cy="100" r="100" fill="white" fill-opacity="0.5"/>
<circle cx="100" cy="200" r="100" fill="white" fill-opacity="0.5"/>
<circle cx="300" cy="200" r="100" fill="white" fill-opacity="0.5"/>
<circle cx="270.71" cy="270.71" r="100" fill="white" fill-opacity="0.5"/>
<circle cx="129.29" cy="270.71" r="100" fill="white" fill-opacity="0.5"/>
<circle cx="200" cy="300" r="100" fill="white" fill-opacity="0.5"/>
<circle cx="129.29" cy="129.29" r="100" fill="white" fill-opacity="0.5"/>
<circle cx="270.71" cy="129.29" r="100" fill="white" fill-opacity="0.5"/>
</g>
<defs>
<clipPath id="clip0_60_122">
<rect width="400" height="400" fill="white"/>
</clipPath>
</defs>
</svg>

Before

Width:  |  Height:  |  Size: 817 B

View File

@@ -1,15 +0,0 @@
<svg width="70" height="70" viewBox="0 0 70 70" fill="none" xmlns="http://www.w3.org/2000/svg">
<mask id="mask0_74_83" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="0" width="70" height="70">
<path d="M70 0H0V70H70V0Z" fill="white"/>
</mask>
<g mask="url(#mask0_74_83)">
<path d="M35 35C44.665 35 52.5 27.165 52.5 17.5C52.5 7.83502 44.665 0 35 0C25.335 0 17.5 7.83502 17.5 17.5C17.5 27.165 25.335 35 35 35Z" fill="#BB8533" fill-opacity="0.5"/>
<path d="M17.5 52.5C27.165 52.5 35 44.665 35 35C35 25.335 27.165 17.5 17.5 17.5C7.83502 17.5 0 25.335 0 35C0 44.665 7.83502 52.5 17.5 52.5Z" fill="#BB8533" fill-opacity="0.5"/>
<path d="M52.5 52.5C62.165 52.5 70 44.665 70 35C70 25.335 62.165 17.5 52.5 17.5C42.835 17.5 35 25.335 35 35C35 44.665 42.835 52.5 52.5 52.5Z" fill="#BB8533" fill-opacity="0.5"/>
<path d="M47.374 64.874C57.039 64.874 64.874 57.039 64.874 47.374C64.874 37.709 57.039 29.874 47.374 29.874C37.709 29.874 29.874 37.709 29.874 47.374C29.874 57.039 37.709 64.874 47.374 64.874Z" fill="#BB8533" fill-opacity="0.5"/>
<path d="M22.626 64.874C32.291 64.874 40.126 57.039 40.126 47.374C40.126 37.709 32.291 29.874 22.626 29.874C12.961 29.874 5.12598 37.709 5.12598 47.374C5.12598 57.039 12.961 64.874 22.626 64.874Z" fill="#BB8533" fill-opacity="0.5"/>
<path d="M35 70C44.665 70 52.5 62.165 52.5 52.5C52.5 42.835 44.665 35 35 35C25.335 35 17.5 42.835 17.5 52.5C17.5 62.165 25.335 70 35 70Z" fill="#BB8533" fill-opacity="0.5"/>
<path d="M22.626 40.126C32.291 40.126 40.126 32.291 40.126 22.626C40.126 12.961 32.291 5.12598 22.626 5.12598C12.961 5.12598 5.12598 12.961 5.12598 22.626C5.12598 32.291 12.961 40.126 22.626 40.126Z" fill="#BB8533" fill-opacity="0.5"/>
<path d="M47.374 40.126C57.039 40.126 64.874 32.291 64.874 22.626C64.874 12.961 57.039 5.12598 47.374 5.12598C37.709 5.12598 29.874 12.961 29.874 22.626C29.874 32.291 37.709 40.126 47.374 40.126Z" fill="#BB8533" fill-opacity="0.5"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.9 KiB

View File

@@ -1,17 +0,0 @@
<svg width="400" height="400" viewBox="0 0 400 400" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_58_12)">
<circle cx="200" cy="100" r="100" fill="#48774B" fill-opacity="0.7"/>
<circle cx="100" cy="200" r="100" fill="#48774B" fill-opacity="0.7"/>
<circle cx="300" cy="200" r="100" fill="#48774B" fill-opacity="0.7"/>
<circle cx="270.71" cy="270.71" r="100" fill="#48774B" fill-opacity="0.7"/>
<circle cx="129.29" cy="270.71" r="100" fill="#48774B" fill-opacity="0.7"/>
<circle cx="200" cy="300" r="100" fill="#48774B" fill-opacity="0.7"/>
<circle cx="129.29" cy="129.29" r="100" fill="#48774B" fill-opacity="0.7"/>
<circle cx="270.71" cy="129.29" r="100" fill="#48774B" fill-opacity="0.7"/>
</g>
<defs>
<clipPath id="clip0_58_12">
<rect width="400" height="400" fill="white"/>
</clipPath>
</defs>
</svg>

Before

Width:  |  Height:  |  Size: 831 B

View File

@@ -1,16 +0,0 @@
<svg width="122" height="30" viewBox="0 0 122 30" fill="none" xmlns="http://www.w3.org/2000/svg">
<mask id="mask0_70_20" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="0" width="30" height="30">
<path d="M29.9261 0H0V30H29.9261V0Z" fill="white"/>
</mask>
<g mask="url(#mask0_70_20)">
<path d="M14.963 15C19.0949 15 22.4445 11.6421 22.4445 7.5C22.4445 3.35786 19.0949 0 14.963 0C10.831 0 7.48145 3.35786 7.48145 7.5C7.48145 11.6421 10.831 15 14.963 15Z" fill="#A7772E" fill-opacity="0.5"/>
<path d="M7.48153 22.5C11.6135 22.5 14.9631 19.1421 14.9631 15C14.9631 10.8579 11.6135 7.5 7.48153 7.5C3.34959 7.5 0 10.8579 0 15C0 19.1421 3.34959 22.5 7.48153 22.5Z" fill="#A7772E" fill-opacity="0.5"/>
<path d="M22.4444 22.5C26.5764 22.5 29.9259 19.1421 29.9259 15C29.9259 10.8579 26.5764 7.5 22.4444 7.5C18.3125 7.5 14.9629 10.8579 14.9629 15C14.9629 19.1421 18.3125 22.5 22.4444 22.5Z" fill="#A7772E" fill-opacity="0.5"/>
<path d="M20.253 27.8032C24.3849 27.8032 27.7345 24.4454 27.7345 20.3032C27.7345 16.1611 24.3849 12.8032 20.253 12.8032C16.1211 12.8032 12.7715 16.1611 12.7715 20.3032C12.7715 24.4454 16.1211 27.8032 20.253 27.8032Z" fill="#A7772E" fill-opacity="0.5"/>
<path d="M9.67293 27.8032C13.8049 27.8032 17.1545 24.4454 17.1545 20.3032C17.1545 16.1611 13.8049 12.8032 9.67293 12.8032C5.541 12.8032 2.19141 16.1611 2.19141 20.3032C2.19141 24.4454 5.541 27.8032 9.67293 27.8032Z" fill="#A7772E" fill-opacity="0.5"/>
<path d="M14.963 30C19.0949 30 22.4445 26.6421 22.4445 22.5C22.4445 18.3579 19.0949 15 14.963 15C10.831 15 7.48145 18.3579 7.48145 22.5C7.48145 26.6421 10.831 30 14.963 30Z" fill="#A7772E" fill-opacity="0.5"/>
<path d="M9.67293 17.1968C13.8049 17.1968 17.1545 13.8389 17.1545 9.69678C17.1545 5.55464 13.8049 2.19678 9.67293 2.19678C5.541 2.19678 2.19141 5.55464 2.19141 9.69678C2.19141 13.8389 5.541 17.1968 9.67293 17.1968Z" fill="#A7772E" fill-opacity="0.5"/>
<path d="M20.253 17.1968C24.3849 17.1968 27.7345 13.8389 27.7345 9.69678C27.7345 5.55464 24.3849 2.19678 20.253 2.19678C16.1211 2.19678 12.7715 5.55464 12.7715 9.69678C12.7715 13.8389 16.1211 17.1968 20.253 17.1968Z" fill="#A7772E" fill-opacity="0.5"/>
</g>
<path d="M47.525 24L39.875 6.5H43.4L50.225 22.325H48.2L55.1 6.5H58.35L50.725 24H47.525ZM65.7211 13.775H74.4211V16.45H65.7211V13.775ZM65.9711 21.275H75.8461V24H62.7211V6.5H75.4961V9.225H65.9711V21.275ZM81.9691 24V6.5H89.6191C91.5191 6.5 93.1858 6.86667 94.6191 7.6C96.0525 8.33333 97.1691 9.35 97.9691 10.65C98.7691 11.95 99.1691 13.4833 99.1691 15.25C99.1691 17 98.7691 18.5333 97.9691 19.85C97.1691 21.15 96.0525 22.1667 94.6191 22.9C93.1858 23.6333 91.5191 24 89.6191 24H81.9691ZM85.2191 21.25H89.4691C90.7858 21.25 91.9191 21 92.8691 20.5C93.8358 20 94.5775 19.3 95.0941 18.4C95.6275 17.5 95.8941 16.45 95.8941 15.25C95.8941 14.0333 95.6275 12.9833 95.0941 12.1C94.5775 11.2 93.8358 10.5 92.8691 10C91.9191 9.5 90.7858 9.25 89.4691 9.25H85.2191V21.25ZM102.404 24L110.279 6.5H113.479L121.379 24H117.979L111.204 8.225H112.504L105.754 24H102.404ZM106.029 19.95L106.904 17.4H116.354L117.229 19.95H106.029Z" fill="#A7772E"/>
</svg>

Before

Width:  |  Height:  |  Size: 3.0 KiB

View File

@@ -1,16 +0,0 @@
<svg width="122" height="30" viewBox="0 0 122 30" fill="none" xmlns="http://www.w3.org/2000/svg">
<mask id="mask0_74_56" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="0" width="30" height="30">
<path d="M29.9261 0H0V30H29.9261V0Z" fill="white"/>
</mask>
<g mask="url(#mask0_74_56)">
<path d="M14.963 15C19.0949 15 22.4445 11.6421 22.4445 7.5C22.4445 3.35786 19.0949 0 14.963 0C10.831 0 7.48145 3.35786 7.48145 7.5C7.48145 11.6421 10.831 15 14.963 15Z" fill="#BB8533" fill-opacity="0.5"/>
<path d="M7.48153 22.5C11.6135 22.5 14.9631 19.1421 14.9631 15C14.9631 10.8579 11.6135 7.5 7.48153 7.5C3.34959 7.5 0 10.8579 0 15C0 19.1421 3.34959 22.5 7.48153 22.5Z" fill="#BB8533" fill-opacity="0.5"/>
<path d="M22.4444 22.5C26.5764 22.5 29.9259 19.1421 29.9259 15C29.9259 10.8579 26.5764 7.5 22.4444 7.5C18.3125 7.5 14.9629 10.8579 14.9629 15C14.9629 19.1421 18.3125 22.5 22.4444 22.5Z" fill="#BB8533" fill-opacity="0.5"/>
<path d="M20.253 27.8032C24.3849 27.8032 27.7345 24.4454 27.7345 20.3032C27.7345 16.1611 24.3849 12.8032 20.253 12.8032C16.1211 12.8032 12.7715 16.1611 12.7715 20.3032C12.7715 24.4454 16.1211 27.8032 20.253 27.8032Z" fill="#BB8533" fill-opacity="0.5"/>
<path d="M9.67293 27.8032C13.8049 27.8032 17.1545 24.4454 17.1545 20.3032C17.1545 16.1611 13.8049 12.8032 9.67293 12.8032C5.541 12.8032 2.19141 16.1611 2.19141 20.3032C2.19141 24.4454 5.541 27.8032 9.67293 27.8032Z" fill="#BB8533" fill-opacity="0.5"/>
<path d="M14.963 30C19.0949 30 22.4445 26.6421 22.4445 22.5C22.4445 18.3579 19.0949 15 14.963 15C10.831 15 7.48145 18.3579 7.48145 22.5C7.48145 26.6421 10.831 30 14.963 30Z" fill="#BB8533" fill-opacity="0.5"/>
<path d="M9.67293 17.1968C13.8049 17.1968 17.1545 13.8389 17.1545 9.69678C17.1545 5.55464 13.8049 2.19678 9.67293 2.19678C5.541 2.19678 2.19141 5.55464 2.19141 9.69678C2.19141 13.8389 5.541 17.1968 9.67293 17.1968Z" fill="#BB8533" fill-opacity="0.5"/>
<path d="M20.253 17.1968C24.3849 17.1968 27.7345 13.8389 27.7345 9.69678C27.7345 5.55464 24.3849 2.19678 20.253 2.19678C16.1211 2.19678 12.7715 5.55464 12.7715 9.69678C12.7715 13.8389 16.1211 17.1968 20.253 17.1968Z" fill="#BB8533" fill-opacity="0.5"/>
</g>
<path d="M47.525 24L39.875 6.5H43.4L50.225 22.325H48.2L55.1 6.5H58.35L50.725 24H47.525ZM65.7211 13.775H74.4211V16.45H65.7211V13.775ZM65.9711 21.275H75.8461V24H62.7211V6.5H75.4961V9.225H65.9711V21.275ZM81.9691 24V6.5H89.6191C91.5191 6.5 93.1858 6.86667 94.6191 7.6C96.0525 8.33333 97.1691 9.35 97.9691 10.65C98.7691 11.95 99.1691 13.4833 99.1691 15.25C99.1691 17 98.7691 18.5333 97.9691 19.85C97.1691 21.15 96.0525 22.1667 94.6191 22.9C93.1858 23.6333 91.5191 24 89.6191 24H81.9691ZM85.2191 21.25H89.4691C90.7858 21.25 91.9191 21 92.8691 20.5C93.8358 20 94.5775 19.3 95.0941 18.4C95.6275 17.5 95.8941 16.45 95.8941 15.25C95.8941 14.0333 95.6275 12.9833 95.0941 12.1C94.5775 11.2 93.8358 10.5 92.8691 10C91.9191 9.5 90.7858 9.25 89.4691 9.25H85.2191V21.25ZM102.404 24L110.279 6.5H113.479L121.379 24H117.979L111.204 8.225H112.504L105.754 24H102.404ZM106.029 19.95L106.904 17.4H116.354L117.229 19.95H106.029Z" fill="#BB8533"/>
</svg>

Before

Width:  |  Height:  |  Size: 3.0 KiB

View File

@@ -1,18 +0,0 @@
<svg width="1800" height="400" viewBox="0 0 1800 400" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_58_63)">
<circle cx="200" cy="100" r="100" fill="#3E6A41" fill-opacity="0.7"/>
<circle cx="100" cy="200" r="100" fill="#3E6A41" fill-opacity="0.7"/>
<circle cx="300" cy="200" r="100" fill="#3E6A41" fill-opacity="0.7"/>
<circle cx="270.71" cy="270.71" r="100" fill="#3E6A41" fill-opacity="0.7"/>
<circle cx="129.29" cy="270.71" r="100" fill="#3E6A41" fill-opacity="0.7"/>
<circle cx="200" cy="300" r="100" fill="#3E6A41" fill-opacity="0.7"/>
<circle cx="129.29" cy="129.29" r="100" fill="#3E6A41" fill-opacity="0.7"/>
<circle cx="270.71" cy="129.29" r="100" fill="#3E6A41" fill-opacity="0.7"/>
<path d="M620.4 343L498 63H554.4L663.6 316.2H631.2L741.6 63H793.6L671.6 343H620.4ZM911.538 179.4H1050.74V222.2H911.538V179.4ZM915.538 299.4H1073.54V343H863.538V63H1067.94V106.6H915.538V299.4ZM1171.51 343V63H1293.91C1324.31 63 1350.97 68.8667 1373.91 80.6C1396.84 92.3333 1414.71 108.6 1427.51 129.4C1440.31 150.2 1446.71 174.733 1446.71 203C1446.71 231 1440.31 255.533 1427.51 276.6C1414.71 297.4 1396.84 313.667 1373.91 325.4C1350.97 337.133 1324.31 343 1293.91 343H1171.51ZM1223.51 299H1291.51C1312.57 299 1330.71 295 1345.91 287C1361.37 279 1373.24 267.8 1381.51 253.4C1390.04 239 1394.31 222.2 1394.31 203C1394.31 183.533 1390.04 166.733 1381.51 152.6C1373.24 138.2 1361.37 127 1345.91 119C1330.71 111 1312.57 107 1291.51 107H1223.51V299ZM1498.47 343L1624.47 63H1675.67L1802.07 343H1747.67L1639.27 90.6H1660.07L1552.07 343H1498.47ZM1556.47 278.2L1570.47 237.4H1721.67L1735.67 278.2H1556.47Z" fill="#406B42"/>
</g>
<defs>
<clipPath id="clip0_58_63">
<rect width="1800" height="400" fill="white"/>
</clipPath>
</defs>
</svg>

Before

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 112 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 MiB

Some files were not shown because too many files have changed in this diff Show More