提交 165ba862 编写于 作者: C codecalm

sponsors section

上级 ff5dd7d4
......@@ -10,6 +10,7 @@ import Shape from '@/components/Shape';
import Testimonials from '@/components/layout/Testimonials';
import TestimonialsShare from '@/components/layout/TestimonialsShare';
import HeroUi from '@/components/layout/hero/Ui';
import { sponsors } from '@/config/sponsors';
export const metadata = {
title: 'Premium dashboard template with responsive and high quality UI',
......@@ -174,6 +175,27 @@ const Projects = () => {
);
};
const Sponsors = () => {
return (
<div className="section section-light pt-6 pb-5">
<SectionDivider />
<div className="container img-overlap-padding text-center">
<div className="mb-6">
<h2 className="h4 font-normal text-muted mb-6">The project was made possible thanks to wonderful sponsors:</h2>
<div className="row gx-6 md:gx-7 gy-4 items-center justify-center">
{sponsors.map((sponsor, i) => (
<div className="col-auto" key={i}>
<a href={sponsor.url} className="link-brand" dangerouslySetInnerHTML={{ __html: sponsor.logo }} target="_blank" rel="nofollow"></a>
</div>
))}
</div>
</div>
</div>
</div>
);
}
export default async function HomePage() {
const features = [
{
......@@ -218,21 +240,21 @@ export default async function HomePage() {
{/*<Modal />*/}
<HeroUi />
<div className="section section-light pt-6 pb-6">
<Sponsors />
{/* <div className="section section-light pt-6 pb-6">
<SectionDivider />
<div className="container img-overlap-padding">
<Features list={features} />
</div>
</div>
</div> */}
<section className="section" id="features">
<div className="container">
<div className="row items-center">
<div className="lg:col-6" data-aos="fade-up">
<div className="section-header w-100">
<h2 className="section-title text-center lg:text-left">
Benefit from Tabler’s top-notch features
</h2>
<h2 className="section-title text-center lg:text-left">Benefit from Tabler’s top-notch features</h2>
</div>
{/*<p className="section-description mb-5">*/}
......@@ -244,25 +266,14 @@ export default async function HomePage() {
<div className="row">
{benefits.map((benefit, i) => (
<div className="sm:col-6 md:col-4 lg:col-6" key={i}>
<Shape
icon="check"
color="green"
className="mr-3"
size="sm"
rounded
/>
<Shape icon="check" color="green" className="mr-3" size="sm" rounded />
{benefit}
</div>
))}
</div>
</div>
<div className="lg:col-6" data-aos="fade-up">
<ResponsiveImage
src="/img/tabler/features/charts.png"
width="510"
height="524"
className="mx-auto"
/>
<ResponsiveImage src="/img/tabler/features/charts.png" width="510" height="524" className="mx-auto" />
</div>
</div>
</div>
......@@ -272,48 +283,18 @@ export default async function HomePage() {
<div className="container">
<div className="section-header">
<h2 className="section-title">Multiple Demos</h2>
<p className="section-description">
6 Pre-built layout options to cater needs of modern web
applications. Ready-to-use UI elements enable to develop modern
web application with great speed
</p>
<p className="section-description">6 Pre-built layout options to cater needs of modern web applications. Ready-to-use UI elements enable to develop modern web application with great speed</p>
</div>
<div className="row" data-aos-id-blocks-previews>
<div className="col-6 md:col-4">
<a
href="https://preview.tabler.io?theme=light"
className="d-block text-center link text-reset"
data-aos="fade-up"
data-aos-anchor="[data-aos-id-blocks-previews]"
data-aos-delay={0}
target="_blank"
rel="noopener noreferrer"
>
<ResponsiveImage
src="/img/tabler/preview.png"
width="389"
height="243"
className="mx-auto rounded link-img"
/>
<a href="https://preview.tabler.io?theme=light" className="d-block text-center link text-reset" data-aos="fade-up" data-aos-anchor="[data-aos-id-blocks-previews]" data-aos-delay={0} target="_blank" rel="noopener noreferrer">
<ResponsiveImage src="/img/tabler/preview.png" width="389" height="243" className="mx-auto rounded link-img" />
<div className="mt-3">Modern dashboard</div>
</a>
</div>
<div className="col-6 md:col-4">
<a
href="https://preview.tabler.io?theme=dark"
className="d-block text-center link text-reset"
data-aos="fade-up"
data-aos-anchor="[data-aos-id-blocks-previews]"
data-aos-delay={150}
target="_blank"
rel="noopener noreferrer"
>
<ResponsiveImage
src="/img/tabler/preview-dark.png"
width="389"
height="243"
className="mx-auto rounded link-img"
/>
<a href="https://preview.tabler.io?theme=dark" className="d-block text-center link text-reset" data-aos="fade-up" data-aos-anchor="[data-aos-id-blocks-previews]" data-aos-delay={150} target="_blank" rel="noopener noreferrer">
<ResponsiveImage src="/img/tabler/preview-dark.png" width="389" height="243" className="mx-auto rounded link-img" />
<div className="mt-3">Dark mode</div>
</a>
</div>
......@@ -327,12 +308,7 @@ export default async function HomePage() {
target="_blank"
rel="noopener noreferrer"
>
<ResponsiveImage
src="/img/tabler/preview-sidebar.png"
width="389"
height="243"
className="mx-auto rounded link-img"
/>
<ResponsiveImage src="/img/tabler/preview-sidebar.png" width="389" height="243" className="mx-auto rounded link-img" />
<div className="mt-3">With sidebar navigation</div>
</a>
</div>
......@@ -346,12 +322,7 @@ export default async function HomePage() {
target="_blank"
rel="noopener noreferrer"
>
<ResponsiveImage
src="/img/tabler/preview-navbar-overlap.png"
width="389"
height="243"
className="mx-auto rounded link-img"
/>
<ResponsiveImage src="/img/tabler/preview-navbar-overlap.png" width="389" height="243" className="mx-auto rounded link-img" />
<div className="mt-3">With overlap navbar</div>
</a>
</div>
......@@ -365,12 +336,7 @@ export default async function HomePage() {
target="_blank"
rel="noopener noreferrer"
>
<ResponsiveImage
src="/img/tabler/preview-sidebar-transparent.png"
width="389"
height="243"
className="mx-auto rounded link-img"
/>
<ResponsiveImage src="/img/tabler/preview-sidebar-transparent.png" width="389" height="243" className="mx-auto rounded link-img" />
<div className="mt-3">With transparent navigation</div>
</a>
</div>
......@@ -384,12 +350,7 @@ export default async function HomePage() {
target="_blank"
rel="noopener noreferrer"
>
<ResponsiveImage
src="/img/tabler/preview-rtl.png"
width="389"
height="243"
className="mx-auto rounded link-img"
/>
<ResponsiveImage src="/img/tabler/preview-rtl.png" width="389" height="243" className="mx-auto rounded link-img" />
<div className="mt-3">RTL mode</div>
</a>
</div>
......@@ -400,19 +361,12 @@ export default async function HomePage() {
<section className="section">
<div className="container">
<div className="section-header">
<h2 className="section-title">
Create a perfect interface. Make your life easier.
</h2>
<h2 className="section-title">Create a perfect interface. Make your life easier.</h2>
</div>
<div className="row items-center">
<div className="lg:col-6" data-aos="fade-up">
<ResponsiveImage
src="/img/tabler/features/forms.png"
width={510}
height={524}
className="mx-auto"
/>
<ResponsiveImage src="/img/tabler/features/forms.png" width={510} height={524} className="mx-auto" />
</div>
<div className="lg:col-6">
<div className="space-y-5">
......@@ -424,10 +378,7 @@ export default async function HomePage() {
<div className="col">
<h3>Designed with users in mind</h3>
<p className="text-muted m-0">
Tabler is fully responsive and compatible with all
modern browsers. Thanks to its modern, user-friendly
design you can create a fully functional interface that
users will love. Every UI element has been created with
Tabler is fully responsive and compatible with all modern browsers. Thanks to its modern, user-friendly design you can create a fully functional interface that users will love. Every UI element has been created with
attention to detail to make your interface beautiful!
</p>
</div>
......@@ -441,11 +392,8 @@ export default async function HomePage() {
<div className="col">
<h3>Built for developers</h3>
<p className="text-muted m-0">
Having in mind what it takes to write high-quality code,
we want to help you speed up the development process and
keep your code clean. Based on Bootstrap 5, Tabler is a
cutting-edge solution, compatible with all modern
browsers and fully responsive.
Having in mind what it takes to write high-quality code, we want to help you speed up the development process and keep your code clean. Based on Bootstrap 5, Tabler is a cutting-edge solution, compatible with all
modern browsers and fully responsive.
</p>
</div>
</div>
......@@ -457,12 +405,7 @@ export default async function HomePage() {
</div>
<div className="col">
<h3>Fully customizable</h3>
<p className="text-muted m-0">
You can easily customize the UI elements to make them
fit the needs of your project. And don’t worry if you
don’t have much experience - Tabler is easy to get
started!
</p>
<p className="text-muted m-0">You can easily customize the UI elements to make them fit the needs of your project. And don’t worry if you don’t have much experience - Tabler is easy to get started!</p>
</div>
</div>
</div>
......@@ -475,9 +418,7 @@ export default async function HomePage() {
<section className="section section-dark">
<div className="container">
<div className="section-header">
<h2 className="section-title">
Dark theme whenever you need it ✨
</h2>
<h2 className="section-title">Dark theme whenever you need it ✨</h2>
</div>
<div className="row items-center">
......@@ -491,12 +432,8 @@ export default async function HomePage() {
<div className="col">
<h3>Change default variant when you need</h3>
<p className="text-muted m-0">
Tabler is a beautiful dashboard that comes in 2
versions: Dark and Light Mode. If you are looking for a
tool to manage and visualize data about your business,
this dashboard is the thing for you. It combines colors
that are easy on the eye, spacious cards, beautiful
typography, and graphics.
Tabler is a beautiful dashboard that comes in 2 versions: Dark and Light Mode. If you are looking for a tool to manage and visualize data about your business, this dashboard is the thing for you. It combines colors
that are easy on the eye, spacious cards, beautiful typography, and graphics.
</p>
</div>
</div>
......@@ -508,11 +445,7 @@ export default async function HomePage() {
</div>
<div className="col">
<h3>All components available in dark mode</h3>
<p className="text-muted m-0">
Tabler contains a vast collection of assorted reusable
dark UI components, page layouts, charts, tables, UI
elements, and icons.
</p>
<p className="text-muted m-0">Tabler contains a vast collection of assorted reusable dark UI components, page layouts, charts, tables, UI elements, and icons.</p>
</div>
</div>
</div>
......@@ -525,11 +458,8 @@ export default async function HomePage() {
<div className="col">
<h3>A lot of reasons why dark theme are used widely</h3>
<p className="text-muted m-0">
Dark mode saves battery life and can reduce eye fatigue
in low-light conditions. The high contrast between text
and background reduces eye fatigue, and the dark screen
helps you focus your eyes longer and helps your brain
keep more attention on the screen.
Dark mode saves battery life and can reduce eye fatigue in low-light conditions. The high contrast between text and background reduces eye fatigue, and the dark screen helps you focus your eyes longer and helps your
brain keep more attention on the screen.
</p>
</div>
</div>
......@@ -537,12 +467,7 @@ export default async function HomePage() {
</div>
</div>
<div className="lg:col-6" data-aos="fade-up">
<ResponsiveImage
src="/img/tabler/features/dark.png"
width={510}
height={524}
className="mx-auto"
/>
<ResponsiveImage src="/img/tabler/features/dark.png" width={510} height={524} className="mx-auto" />
</div>
</div>
</div>
......@@ -552,10 +477,7 @@ export default async function HomePage() {
<div className="container">
<div className="section-header">
<h2 className="section-title">Trusted by hundreds</h2>
<p className="section-description">
Our Users send us bunch of smilies with our services, and we love
them 😍
</p>
<p className="section-description">Our Users send us bunch of smilies with our services, and we love them 😍</p>
</div>
<div className="expandable">
......
export const sponsors = [
{
name: 'Saaster',
url: 'https://www.saaster.io/',
logo: '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 142 40" height="40"><g fill="currentColor" fill-rule="nonzero"><path d="M90.761 30.43c-1.158-.341-1.435-.552-2.258-1.683-.597.414-1.168.871-1.795 1.232-2.34 1.346-5.177.54-6.225-1.74-.828-1.797-.428-4.214.936-5.676 1.256-1.347 2.878-2.036 4.593-2.553.551-.166 1.115-.29 1.678-.435 0-1.027.07-2.062-.022-3.082-.082-.914-.645-1.389-1.557-1.533a3.257 3.257 0 0 0-.828-.014c-.406.041-.512.249-.362.626.102.256.24.506.29.773.15.793-.344 1.515-1.198 1.75a3.212 3.212 0 0 1-1.898-.045c-1.363-.457-1.763-2.003-.81-3.162.685-.834 1.634-1.248 2.651-1.489 1.833-.433 3.654-.373 5.413.333 1.815.729 2.77 2.185 2.774 4.141.006 2.924 0 5.848.003 8.771 0 .239.011.479.038.716.067.582.289.83.841.97.662.166.637.175.675.862.049.87-.19 1.197-1.215 1.301-.556.057-1.127-.034-1.724-.063m-3.03-8.2v-.8c-.13.036-.214.055-.296.083-2.267.767-3.389 3.02-2.638 5.296.227.692.675 1.06 1.33 1.094.685.036 1.166-.273 1.44-.982.101-.262.152-.559.156-.841.016-1.258.007-2.516.007-3.85ZM68.322 30.325c-1.689-.758-2.516-2.08-2.606-3.862-.121-2.395 1.04-4.072 3.043-5.247 1.327-.778 2.775-1.23 4.267-1.551.27-.059.374-.147.364-.437-.029-.843.017-1.69-.045-2.53-.114-1.543-1.332-1.91-2.507-1.734-.34.051-.413.248-.283.583.05.129.114.252.168.379.368.862.06 1.71-.799 2.063-.83.342-1.683.32-2.488-.077-.961-.474-1.268-1.578-.767-2.594.4-.81 1.118-1.261 1.907-1.572 2.233-.88 4.489-.854 6.682.103 1.77.773 2.535 2.25 2.539 4.143.006 2.923.001 5.846.002 8.769 0 .189-.004.38.02.566.084.647.287.865.924 1.023.543.133.591.193.592.736v.34c-.003.584-.191.88-.769.991-1.608.313-3.468.08-4.435-1.734-1.66 1.493-3.473 2.47-5.809 1.642m4.292-2.617c.576-.429.774-1.03.776-1.717.003-1.421.001-2.843 0-4.265 0-.093-.019-.186-.029-.283-2.468.622-3.772 3.117-2.885 5.47.34.903 1.192 1.237 2.138.795ZM118.7 15.436c1.568-2.019 3.643-2.634 6.034-2.143 2.356.485 3.654 2.12 4.27 4.359.338 1.233.246 2.5.228 3.756-.001.129-.204.278-.343.373-.08.053-.22.019-.334.019h-6.76c.003 1.69-.102 3.353.5 4.947.31.817.875 1.328 1.776 1.426.974.106 1.659-.321 2.097-1.155.23-.44.39-.918.594-1.409l2.282.308c.122 1.636-1.051 3.634-2.653 4.222-2.458.903-4.836.706-6.95-.968-1.267-1.004-1.929-2.4-2.245-3.955-.514-2.534-.5-5.062.34-7.525.266-.784.758-1.492 1.164-2.255m6.29 2.406c-.06-.61-.06-1.235-.195-1.83-.175-.77-.696-1.152-1.384-1.158-.674-.006-1.143.348-1.348 1.137a9.323 9.323 0 0 0-.265 1.745c-.045.696-.01 1.396-.01 2.087h3.203v-1.98ZM58.105 14.915c-.734.176-1.359.475-1.606 1.209-.27.797-.052 1.544.58 2.05.84.673 1.75 1.267 2.664 1.837 1.228.766 2.491 1.474 3.52 2.517a4.407 4.407 0 0 1-.663 6.794c-1.591 1.083-3.37 1.392-5.25 1.29-1.34-.074-2.619-.354-3.73-1.157-.702-.508-1.17-1.155-1.238-2.06-.094-1.235.849-2.052 1.72-2.113.593-.042 1.213-.034 1.787.098.796.182 1.164.877 1.014 1.688-.048.258-.142.508-.203.764-.105.438.044.734.449.916 1.035.466 2.765.028 3.446-.873.454-.6.446-1.467-.118-2.13a6.9 6.9 0 0 0-1.316-1.175c-1.23-.853-2.503-1.64-3.734-2.491a11.33 11.33 0 0 1-1.441-1.216c-1.722-1.678-1.722-4.773.594-6.38 1.492-1.034 3.137-1.43 4.927-1.32 1.161.072 2.262.338 3.228 1.023.633.45 1.07 1.03 1.145 1.826.074.803-.366 1.529-1.158 1.852-.884.361-1.772.336-2.62-.126-.722-.393-.93-1.107-.557-1.832.287-.557.125-.89-.502-.975-.297-.04-.602-.015-.938-.016ZM106.198 24.137c.682 2.163-.002 4.18-1.924 5.314-2.625 1.548-5.372 1.582-8.142.377-.642-.28-1.182-.73-1.53-1.356-.757-1.36-.2-2.987 1.47-3.2a4.891 4.891 0 0 1 1.712.105c.794.188 1.168.88 1.019 1.687-.048.259-.143.508-.204.765-.106.44.04.734.444.917 1.032.468 2.765.032 3.448-.869.457-.602.453-1.463-.114-2.129a7.109 7.109 0 0 0-1.347-1.197c-1.238-.862-2.522-1.657-3.761-2.518-.514-.357-.982-.79-1.432-1.227-1.629-1.584-1.71-4.69.64-6.321 1.492-1.036 3.137-1.434 4.928-1.322 1.109.069 2.164.314 3.104.938.513.34.936.76 1.145 1.36.36 1.028-.034 1.986-1.034 2.403-.869.362-1.747.334-2.588-.106-.734-.385-.955-1.075-.608-1.82.296-.638.138-.969-.56-1.007-.454-.024-.946 0-1.365.153-1.222.446-1.613 1.738-.8 2.753.422.526 1.004.948 1.572 1.329.95.637 1.957 1.186 2.92 1.804.967.62 1.898 1.294 2.543 2.274.177.27.303.576.464.893ZM108.528 23.778v-8.331c-.287 0-.559.005-.83-.001-.296-.007-.475-.135-.458-.464a4.68 4.68 0 0 0 0-.604c-.03-.371.123-.652.439-.812.788-.399 1.045-1.077 1.05-1.899.008-1.058.01-2.116.013-3.174.002-.557.131-.698.702-.749.965-.085 1.93-.168 2.896-.254.506-.045.6.03.6.551.005 1.411.002 2.823.002 4.234v1.253h1.833c.139 0 .277-.002.416 0 .564.01.66.106.66.662 0 .239.004.478 0 .718-.007.405-.134.534-.55.538-.755.007-1.51.007-2.267.01-.01 0-.022.01-.092.042v10.686c0 .076-.002.151.002.227.06 1.249.69 1.737 1.92 1.502.196-.037.402-.073.596-.05.131.016.308.105.364.213.162.31.32.638.38.977.026.14-.166.41-.321.476-.817.346-1.638.702-2.489.944-.801.228-1.644.223-2.471.054-1.347-.276-2.221-1.153-2.316-2.52-.096-1.392-.058-2.793-.08-4.229ZM136.195 15.616c.455-.552.842-1.142 1.354-1.59.83-.726 1.844-.893 2.906-.608.995.268 1.552 1.142 1.42 2.152-.118.898-.927 1.584-1.906 1.616-.765.026-1.223-.146-2.02-.765a6.037 6.037 0 0 0-1.285 2.564 11.572 11.572 0 0 0-.292 2.275c-.04 1.915.004 3.831-.022 5.746-.01.726.274 1.258.827 1.684.333.256.534 1.012.35 1.382-.042.085-.195.162-.298.162-2.004.01-4.008.006-6.012.009-.218 0-.288-.101-.276-.303.009-.164.017-.33-.002-.491-.048-.414.031-.698.494-.865.436-.157.53-.59.53-1.036-.005-3-.003-6-.003-8.999v-1.74c.001-.612-.216-1.126-.676-1.537-.302-.27-.506-1.112-.298-1.446.084-.136.327-.224.506-.24.413-.04.83-.024 1.246-.025.907-.002 1.813-.001 2.757-.001v3.327l.056.01.644-1.28ZM8.915 39.126c-4.187-1.198-6.895-3.858-8.01-8.04-.31-1.166-.37-2.405-.49-3.616-.151-1.54-.295-3.082-.354-4.627-.063-1.636-.092-3.28-.013-4.913.107-2.21.31-4.415.514-6.618.118-1.284.25-2.572.755-3.783C2.762 4.062 5.291 1.808 8.92.869c1.134-.293 2.327-.376 3.5-.492 1.513-.15 3.03-.289 4.549-.335a108.09 108.09 0 0 1 5.739-.008c1.369.031 2.743.105 4.101.274 1.885.234 3.82.235 5.615.97 3.5 1.43 5.765 3.984 6.685 7.652.3 1.198.385 2.455.501 3.69.156 1.666.292 3.337.352 5.008.058 1.598.043 3.2-.004 4.8a51.994 51.994 0 0 1-.277 4.218c-.206 1.853-.233 3.747-.897 5.519-1.351 3.605-3.914 5.92-7.62 6.922-.914.246-1.877.328-2.823.433-1.386.154-2.775.308-4.167.374-1.709.082-3.425.137-5.134.087-2.236-.066-4.47-.217-6.701-.389-1.136-.087-2.263-.3-3.424-.466m17.373-11.17c.982-.005 1.975.085 2.943-.034 1.821-.225 3.366-1.822 3.669-3.638.323-1.939-.581-3.863-2.236-4.778-.801-.443-1.658-.629-2.616-.572.543-1.594.475-3.128-.242-4.61-.72-1.487-1.881-2.506-3.44-3.043a5.67 5.67 0 0 0-4.024.085c-1.934.762-3.12 2.208-3.673 4.202-1.36-.778-2.714-.865-4.06-.122-1.344.743-1.965 1.958-2.066 3.455-.124.016-.21.032-.298.038a4.537 4.537 0 0 0-4.085 5.715c.563 2.114 2.607 3.34 4.3 3.322 5.25-.057 10.502-.02 15.828-.02Z"/></g></svg>',
},
{
name: 'Webgreat Innovations',
url: 'https://webgreat.de/',
logo: '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 67 40" height="40"><path fill="currentColor" fill-rule="evenodd" d="M0 9.067 16.21 40H5.862A5.865 5.865 0 0 1 0 34.138V9.067ZM41.059 40H28.637l6.212-18.66L41.059 40ZM66.933 9.824v24.314A5.864 5.864 0 0 1 61.071 40h-7.584L66.933 9.824ZM57.137 0l-9.864 33.783L38.99 8.897h-8.284l-8.282 24.886L14.142 8.9H0V5.863A5.866 5.866 0 0 1 5.863 0h51.274Z"/></svg>',
},
{
name: 'Backpack for Laravel',
url: 'https://backpackforlaravel.com/',
logo: '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 172 40" height="40"><g fill="currentColor" fill-rule="nonzero"><path d="M78.024 24.972c0 1.339.111 3.155.191 3.506H74.9c-.111-.303-.19-1.036-.223-1.562-.494.86-1.53 1.897-4.16 1.897-3.425 0-4.876-2.263-4.876-4.462 0-3.235 2.598-4.733 6.805-4.733h2.168v-.973c0-1.115-.367-2.278-2.502-2.278-1.897 0-2.28.86-2.487 1.928h-3.314c.191-2.343 1.673-4.494 5.928-4.462 3.73.032 5.769 1.498 5.769 4.844v6.295h.016Zm-3.363-3.187h-1.864c-2.534 0-3.65.749-3.65 2.374 0 1.164.781 2.12 2.311 2.12 2.837 0 3.203-1.944 3.203-4.064v-.43ZM93.88 23.936c-.525 2.39-2.199 4.877-6.262 4.877-4.287 0-6.63-3.012-6.63-7.41 0-4.16 2.486-7.586 6.82-7.586 4.574 0 5.96 3.283 6.072 4.988h-3.394c-.27-1.275-1.036-2.231-2.757-2.231-2.056 0-3.203 1.785-3.203 4.7 0 3.124 1.163 4.798 3.171 4.798 1.498 0 2.343-.86 2.757-2.152h3.426v.016ZM111.378 34.024V17.61c0-1.148 0-2.311-.031-3.459h3.346c.048.415.144 1.275.144 1.945.669-1.196 2.008-2.28 4.318-2.28 3.267 0 5.706 2.726 5.706 7.14 0 5.068-2.757 7.857-6.247 7.857-2.12 0-3.236-.829-3.793-1.785v6.996h-3.443Zm6.71-17.387c-2.486 0-3.427 1.594-3.427 4.686 0 2.948.829 4.7 3.267 4.7 2.263 0 3.427-1.816 3.427-4.923 0-2.757-1.18-4.463-3.267-4.463ZM139.235 24.972c0 1.339.112 3.155.191 3.506h-3.314c-.112-.303-.192-1.036-.224-1.562-.494.86-1.53 1.897-4.159 1.897-3.426 0-4.876-2.263-4.876-4.462 0-3.235 2.597-4.733 6.804-4.733h2.168v-.973c0-1.115-.367-2.278-2.502-2.278-1.897 0-2.28.86-2.486 1.928h-3.315c.191-2.343 1.673-4.494 5.928-4.462 3.73.032 5.77 1.498 5.77 4.844v6.295h.015Zm-3.378-3.187h-1.865c-2.534 0-3.65.749-3.65 2.374 0 1.164.782 2.12 2.311 2.12 2.837 0 3.204-1.944 3.204-4.064v-.43ZM155.092 23.936c-.526 2.39-2.2 4.877-6.263 4.877-4.287 0-6.63-3.012-6.63-7.41 0-4.16 2.486-7.586 6.82-7.586 4.575 0 5.961 3.283 6.073 4.988h-3.395c-.27-1.275-1.036-2.231-2.757-2.231-2.056 0-3.203 1.785-3.203 4.7 0 3.124 1.163 4.798 3.171 4.798 1.498 0 2.343-.86 2.757-2.152h3.427v.016ZM104.27 19.618l5.132-5.467h-4.016c-1.976 2.28-4.286 4.877-5.402 6.295V9.482l-3.458 1.992v17.004h3.458v-4.765l1.944-1.864 4.016 6.63h3.952l-5.625-8.861ZM165.482 19.618l5.132-5.467h-4.016c-1.976 2.28-4.287 4.877-5.403 6.295V9.482l-3.458 1.992v17.004h3.458v-4.765l1.944-1.864 4.016 6.63h3.953l-5.626-8.861ZM57.8 13.817c-2.422 0-3.649 1.004-4.27 2.04v-6.39l-3.458 1.991v12.287c0 1.594 0 3.171-.032 4.733h3.315c.063-.366.143-.972.143-1.53.701 1.148 1.721 1.865 3.904 1.865 4.096 0 6.247-3.57 6.247-7.777 0-4.096-2.055-7.22-5.848-7.22ZM56.75 26.024c-2.566 0-3.378-2.04-3.378-4.653 0-3.06.924-4.734 3.426-4.734 2.263 0 3.315 1.865 3.315 4.479 0 2.964-1.196 4.908-3.363 4.908ZM34.996 0A5.013 5.013 0 0 1 40 5.004v29.992A5.013 5.013 0 0 1 34.996 40H5.004A5.013 5.013 0 0 1 0 34.996V5.004A5.013 5.013 0 0 1 5.004 0ZM19.331 24.542l-5.211 2.757c-.383.175-.383.701-.032.908l5.545 3.203a.75.75 0 0 0 .734 0l5.163-2.98a.526.526 0 0 0-.016-.924l-5.498-2.964a.743.743 0 0 0-.685 0Zm1.051-8.51v6.693c0 .287.16.558.415.701l5.753 3.108c.35.175.78-.08.78-.478v-6.47a.804.804 0 0 0-.398-.686l-5.753-3.33a.53.53 0 0 0-.797.462ZM18.87 7.968c0-.398-.447-.653-.813-.462l-4.75 2.773a1.246 1.246 0 0 0-.637 1.1v14.199c0 .398.43.653.781.462l5.132-2.71a.514.514 0 0 0 .287-.461Z"/></g></svg>',
},
{
name: 'Dimension',
url: 'https://dimension.dev/',
logo: '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 122 40" height="40"><g fill="currentColor" fill-rule="evenodd"><g fill-rule="nonzero"><path d="M45.695 26H41.75V14.364h4.023c1.156 0 2.15.232 2.98.696a4.696 4.696 0 0 1 1.917 1.996c.447.867.67 1.905.67 3.112 0 1.212-.223 2.254-.672 3.126a4.695 4.695 0 0 1-1.936 2.007c-.843.466-1.855.699-3.037.699Zm-1.836-1.823h1.736c.808 0 1.483-.148 2.025-.445.543-.297.95-.742 1.222-1.335.272-.594.408-1.336.408-2.229 0-.888-.136-1.627-.407-2.216-.271-.59-.673-1.032-1.207-1.325-.533-.294-1.194-.44-1.982-.44H43.86v7.99ZM53.252 26v-8.727h2.057V26h-2.057Zm1.034-9.966c-.33 0-.61-.109-.843-.327a1.039 1.039 0 0 1-.35-.787c0-.31.118-.574.352-.792.235-.218.516-.327.841-.327.326 0 .605.109.838.327.233.218.35.482.35.792 0 .307-.117.57-.35.787a1.184 1.184 0 0 1-.838.327ZM57.418 26v-8.727h1.968v1.482h.105c.182-.498.482-.888.901-1.171.419-.283.92-.425 1.503-.425.591 0 1.09.143 1.499.428.408.285.695.674.86 1.168h.091c.194-.485.52-.871.981-1.161.46-.29 1.008-.435 1.642-.435.803 0 1.458.254 1.964.76.506.508.759 1.248.759 2.222V26h-2.06v-5.54c0-.54-.144-.936-.432-1.19a1.549 1.549 0 0 0-1.058-.379c-.497 0-.884.154-1.161.463-.278.309-.416.709-.416 1.2V26h-2.019v-5.623c0-.45-.135-.81-.405-1.08-.27-.271-.623-.406-1.058-.406a1.5 1.5 0 0 0-.808.226c-.242.15-.436.361-.58.631a1.97 1.97 0 0 0-.217.943V26h-2.059ZM75.65 26.173c-.877 0-1.633-.184-2.267-.55a3.687 3.687 0 0 1-1.462-1.56c-.341-.672-.512-1.465-.512-2.377 0-.897.171-1.685.513-2.365a3.86 3.86 0 0 1 1.441-1.59c.619-.382 1.345-.572 2.178-.572.536 0 1.044.086 1.524.26.48.172.904.438 1.274.796.37.359.66.816.871 1.371.212.556.317 1.216.317 1.982v.632h-7.154v-1.386h5.181a2.206 2.206 0 0 0-.251-1.056 1.86 1.86 0 0 0-.696-.728 1.99 1.99 0 0 0-1.039-.266c-.422 0-.792.1-1.11.301a2.098 2.098 0 0 0-.74.794 2.283 2.283 0 0 0-.268 1.077v1.21c0 .507.092.942.277 1.303.184.362.443.639.776.831.334.192.725.288 1.174.288.298 0 .569-.042.812-.127a1.634 1.634 0 0 0 1.034-1l1.922.218a2.98 2.98 0 0 1-.692 1.324c-.34.377-.773.67-1.298.878-.526.208-1.128.312-1.805.312ZM83.323 20.886V26h-2.06v-8.727h1.969v1.482h.104c.199-.488.519-.875.96-1.164.442-.288.989-.432 1.64-.432.602 0 1.127.129 1.575.386.449.257.797.63 1.046 1.12.248.488.372 1.082.37 1.78V26h-2.059v-5.236c.002-.584-.149-1.041-.451-1.37-.302-.33-.719-.494-1.249-.494-.36 0-.678.078-.956.234a1.636 1.636 0 0 0-.652.679c-.157.296-.236.654-.237 1.073ZM97.918 19.582l-1.877.204a1.433 1.433 0 0 0-.8-.94c-.219-.104-.487-.155-.805-.155-.428 0-.787.093-1.076.279-.29.186-.434.428-.433.725a.76.76 0 0 0 .286.617c.191.16.508.291.95.393l1.487.318c.826.179 1.441.461 1.846.848.404.387.607.892.609 1.515a2.347 2.347 0 0 1-.48 1.451c-.317.42-.756.747-1.315.982-.559.236-1.203.354-1.933.354-1.067 0-1.926-.225-2.577-.675-.65-.45-1.04-1.077-1.168-1.88l2.009-.19c.09.392.282.688.579.889.297.2.68.301 1.153.301.49 0 .883-.1 1.18-.3.296-.199.446-.448.447-.745a.784.784 0 0 0-.29-.618c-.191-.163-.487-.288-.887-.373l-1.491-.314c-.836-.176-1.454-.47-1.855-.884-.401-.414-.601-.94-.6-1.575-.001-.538.146-1.005.443-1.401.296-.396.71-.703 1.242-.922.531-.218 1.147-.327 1.847-.327 1.023 0 1.828.218 2.417.655.588.436.952 1.025 1.092 1.768ZM99.802 26v-8.727h2.057V26h-2.057Zm1.034-9.966c-.33 0-.61-.109-.843-.327a1.039 1.039 0 0 1-.35-.787c0-.31.118-.574.352-.792.235-.218.516-.327.841-.327.326 0 .606.109.838.327.233.218.35.482.35.792 0 .307-.117.57-.35.787a1.184 1.184 0 0 1-.838.327ZM107.777 26.173c-.851 0-1.59-.188-2.215-.564a3.806 3.806 0 0 1-1.452-1.576c-.343-.675-.514-1.462-.514-2.36 0-.903.17-1.693.514-2.37a3.801 3.801 0 0 1 1.452-1.58c.625-.376 1.364-.564 2.215-.564.852 0 1.59.188 2.216.564.625.376 1.11.902 1.452 1.58.343.677.514 1.467.514 2.37 0 .898-.171 1.685-.514 2.36a3.806 3.806 0 0 1-1.452 1.576c-.626.376-1.364.564-2.216.564Zm.01-1.65c.465 0 .852-.128 1.16-.383.31-.256.541-.6.695-1.03.154-.433.23-.915.23-1.446 0-.534-.076-1.017-.23-1.45-.154-.434-.385-.78-.694-1.037-.31-.257-.696-.386-1.162-.386-.47 0-.862.129-1.175.386a2.31 2.31 0 0 0-.698 1.037c-.154.433-.231.916-.231 1.45 0 .531.077 1.013.23 1.445.154.432.387.775.7 1.03.312.256.703.384 1.174.384ZM115.755 20.886V26h-2.06v-8.727h1.969v1.482h.104c.199-.488.519-.875.96-1.164.442-.288.989-.432 1.64-.432.602 0 1.127.129 1.575.386.449.257.797.63 1.046 1.12.248.488.372 1.082.37 1.78V26H119.3v-5.236c.002-.584-.149-1.041-.451-1.37-.302-.33-.719-.494-1.249-.494-.36 0-.679.078-.956.234a1.636 1.636 0 0 0-.652.679c-.157.296-.236.654-.237 1.073Z"/></g><path d="M19.5 5a9.782 9.782 0 0 1 3.714 7.746v13.795a10.778 10.778 0 0 1-3.714 8.077 8.705 8.705 0 0 0 5.974-8.178V12.645A7.785 7.785 0 0 0 19.5 5.001Zm1.648 7.839v13.794a8.687 8.687 0 0 1-8.224 8.591A7.8 7.8 0 0 1 4.7 27.368V13.574a8.687 8.687 0 0 1 8.224-8.592 7.8 7.8 0 0 1 8.224 7.857Zm-8.224-9.922 4.854-.217v.013a9.752 9.752 0 0 1 9.761 9.84v13.794a10.879 10.879 0 0 1-9.761 10.712v.014l-4.853.217h.008-.009a9.758 9.758 0 0 1-10.289-9.83V13.667A10.87 10.87 0 0 1 12.924 2.917Zm17.249 9.93A12.696 12.696 0 0 0 16.666.026L13.214.21C5.838.687.077 6.77.001 14.162v12.991a12.696 12.696 0 0 0 13.506 12.821l3.453-.184c7.376-.477 13.138-6.56 13.213-13.952V12.847Z"/></g></svg>'
},
{
name: 'Tigase.net',
url: 'https://tigase.net/',
logo: '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 164 40" height="40"><g fill="currentColor" fill-rule="nonzero"><path d="M68.386 16.132v-1.768h9.282v1.768h-3.596V26h-2.09v-9.868zM81.56 14.364V26h-2.11V14.364zM91.645 18.082a3.114 3.114 0 0 0-.388-.831 2.56 2.56 0 0 0-.59-.626 2.532 2.532 0 0 0-.786-.394 3.286 3.286 0 0 0-.967-.135 3.01 3.01 0 0 0-1.67.472c-.489.315-.872.776-1.15 1.383-.278.607-.417 1.348-.417 2.222 0 .877.139 1.62.415 2.23.277.61.661 1.074 1.153 1.39.493.317 1.064.475 1.714.475.592 0 1.106-.114 1.54-.341a2.41 2.41 0 0 0 1.003-.968c.235-.418.352-.91.352-1.477l.478.077h-3.164v-1.65h4.723v1.396c0 .999-.212 1.861-.636 2.587a4.336 4.336 0 0 1-1.75 1.678c-.743.393-1.594.59-2.555.59-1.071 0-2.012-.243-2.821-.726-.81-.483-1.44-1.171-1.892-2.064-.452-.892-.678-1.952-.678-3.18 0-.936.133-1.774.4-2.513.266-.74.64-1.367 1.122-1.884a4.86 4.86 0 0 1 1.693-1.182 5.409 5.409 0 0 1 2.112-.406c.644 0 1.244.094 1.8.282a4.883 4.883 0 0 1 1.486.799c.434.344.79.753 1.071 1.227.28.474.465.997.552 1.569h-2.15ZM97.423 26h-2.25l4.1-11.636h2.6l4.1 11.636h-2.25l-3.105-9.25h-.09L97.422 26Zm.072-4.564h6.137v1.696h-6.137v-1.696ZM113.836 17.564c-.053-.497-.275-.884-.667-1.16-.391-.275-.9-.413-1.528-.413-.44 0-.816.065-1.129.197-.313.13-.554.31-.722.538a1.292 1.292 0 0 0-.254.779 1.12 1.12 0 0 0 .166.63c.113.177.266.328.458.45.193.124.406.228.641.312.235.085.473.155.713.212l1.09.273c.44.102.863.24 1.27.413.408.174.772.393 1.095.658.322.265.578.584.767.96.19.374.285.814.287 1.319-.002.683-.177 1.283-.525 1.8-.348.516-.85.92-1.508 1.21-.657.29-1.45.435-2.38.435-.905 0-1.69-.14-2.356-.421-.666-.281-1.185-.69-1.56-1.229-.373-.538-.574-1.192-.603-1.963h2.073c.03.406.155.743.374 1.012.22.268.507.469.863.602.355.133.752.2 1.19.2.457 0 .86-.07 1.208-.21.348-.138.62-.332.817-.581a1.37 1.37 0 0 0 .298-.869c-.002-.303-.09-.554-.264-.753-.174-.2-.418-.366-.73-.5a7.448 7.448 0 0 0-1.097-.36l-1.323-.346c-.958-.246-1.714-.62-2.27-1.12-.555-.501-.832-1.169-.83-2.003-.002-.686.184-1.286.556-1.8.373-.514.88-.915 1.525-1.201.645-.287 1.374-.43 2.187-.43.826 0 1.551.143 2.175.429.624.286 1.114.681 1.469 1.186.355.506.539 1.087.552 1.744h-2.028ZM117.895 26V14.364h7.568v1.768h-5.459v3.159h5.068v1.769h-5.068v3.172h5.505V26zM128.795 26.127a1.21 1.21 0 0 1-.884-.366 1.193 1.193 0 0 1-.366-.884c-.001-.34.121-.633.366-.876.246-.243.54-.365.884-.365.335 0 .627.122.876.365.248.243.373.535.374.876-.001.23-.06.44-.175.629-.116.19-.267.34-.455.453a1.182 1.182 0 0 1-.62.168ZM141.827 14.364V26h-1.873l-5.486-7.927h-.095V26h-2.11V14.364h1.891l5.473 7.932h.105v-7.932zM144.118 26V14.364h7.568v1.768h-5.459v3.159h5.068v1.769h-5.068v3.172h5.505V26zM153.332 16.132v-1.768h9.281v1.768h-3.595V26h-2.09v-9.868zM.937 20.732c.956-2.485 2.386-4.648 4.042-6.673a34.26 34.26 0 0 1 2.694-2.955 13.3 13.3 0 0 1 3.223-2.28c2.584-1.321 5.076-2.814 7.7-4.058 1.44-.683 2.876-1.365 4.396-1.869a6.784 6.784 0 0 0 2.065-1.104c.99-.78 2.149-1.134 3.363-1.404C29.837.075 31.273.002 32.703 0a39.157 39.157 0 0 1 4.304.215c1.272.139 2.545.273 3.803.514.79.15 1.433.616 2.09 1.042.362.235.724.473 1.061.74.748.595 1.553 1.031 2.517 1.181 2.255.352 4.318 1.303 6.418 2.132.789.312 1.593.59 2.348.983.703.366 1.28.853 1.564 1.627.174.473.185.948.031 1.422-.065.202-.077.409-.119.612-.088.434-.044.845.07 1.27.218.821.084 1.633-.137 2.436-.177.642-.374 1.28-.516 1.93-.257 1.186-1.136 1.766-2.123 2.245-1.482.719-3.085 1.054-4.67 1.44-1.138.277-.904.043-.935 1.12-.001.052.002.104.001.157-.003.118.005.252-.132.298-.145.049-.21-.07-.273-.17l-.46-.73c-.064-.099-.132-.235-.258-.216-.59.088-1.222-.01-1.682.56-.5.62-1.08 1.175-1.447 1.896-.242.477-.203.597.275.812.508.229 1.054.318 1.597.37 1.014.098 2.033.149 3.049.222.192.014.29-.081.339-.254.028-.1.055-.215.192-.213.118.002.214.075.226.184.04.373.317.472.61.57.775.26.89.97.988 1.612.18 1.193.51 2.311 1.131 3.355.584.981.276 1.93-.345 2.744-1.363 1.782-3.215 2.458-5.425 2.202a5.138 5.138 0 0 1-2.258-.836c-.757-.498-1.256-1.176-1.488-2.043a1.107 1.107 0 0 0-.524-.695c-.915-.563-1.912-.902-2.968-1.067-2.493-.39-4.949-.108-7.39.427-.51.111-1.018.235-1.529.345-.182.04-.29.141-.38.302-1.453 2.59-3.144 5.006-5.34 7.027-1.155 1.064-2.43 1.944-4.037 2.206-.27.044-.516.04-.764-.075-.844-.392-1.332-1.338-1.201-2.26.05-.353.142-.713.048-1.157-.323.275-.647.467-.821.814-.306.606-.817 1.01-1.349 1.394-.183.133-.364.085-.559.025-1.51-.469-2.695-1.412-3.739-2.562-.821-.905-1.503-1.91-2.126-2.958-.226-.381-.493-.375-.718.015a.654.654 0 0 0-.103.253c-.068.817-.643 1.228-1.248 1.65-.623.432-1.156.494-1.853.072-1.95-1.179-3.708-2.54-4.956-4.483C.166 28.637-.203 26.377.099 23.977a13.47 13.47 0 0 1 .838-3.245m12.765 14.353c.624.672 1.292 1.285 2.146 1.665.075-.13.02-.228-.012-.322-.588-1.734-.759-3.521-.66-5.339.054-1.003.292-1.963.774-2.852.072-.132.119-.34.312-.3.213.045.171.265.186.427.178 1.916.423 3.819 1.06 5.647.112.322.212.655.484 1.02a15.992 15.992 0 0 1 1.193-5.606c.265.086.297.248.355.39 1.033 2.512 1.345 5.143 1.296 7.833-.012.676.044.716.686.46.084-.034.167-.074.25-.114.996-.477 1.808-1.204 2.565-1.98 1.467-1.502 2.69-3.2 3.832-4.958.323-.497.279-.583-.281-.81-.913-.372-1.877-.435-2.85-.443-.798-.006-1.515-.254-2.13-.772-.901-.76-1.5-1.745-1.994-2.787-.851-1.792-1.4-3.684-1.715-5.642-.08-.502-.154-1.01-.166-1.518-.014-.552.338-.728.79-.436.362.234.72.475 1.08.712 1.194.785 2.337 1.635 3.348 2.65.363.364.691.772.8 1.28.086.408.31.64.656.814 1.338.672 2.775.673 4.217.627a.681.681 0 0 0 .326-.126c.586-.385 1.115-.842 1.41-1.49.678-1.482 1.576-2.828 2.482-4.174.73-1.084 1.609-2.06 2.253-3.207a9.745 9.745 0 0 1 2.112-2.614c1.197-1.034 2.45-2.003 3.669-3.011.279-.231.537-.24.817-.04.42.3.915.42 1.402.46 1.91.15 3.814.067 5.691-.343.793-.173 1.547-.576 2.4-.276.204.072.374-.078.428-.305.05-.212.18-.349.396-.383.35-.056.675.074.996.177.315.1.672.176.76.625.402-.852.347-1.194-.73-1.834-.033-.02-.07-.034-.106-.049l-4.068-1.652c-.993-.404-1.992-.807-3.054-.982-1.586-.26-3.077-.721-4.313-1.804-.078-.07-.166-.127-.25-.19-.969-.72-1.994-1.291-3.243-1.355-.48-.025-.958-.12-1.437-.185a40.916 40.916 0 0 0-3.903-.34c-1.57-.061-3.14-.01-4.691.254-1.207.205-2.37.55-3.357 1.321-.29.227-.6.415-.93.579a22.22 22.22 0 0 1-2.454 1.027c-1.282.454-2.478 1.115-3.717 1.672-.65.293-1.086.735-1.418 1.338-.775 1.409-1.34 2.89-1.603 4.48-.208 1.25-.26 2.506.05 3.738.656 2.613-.943 4.876-2.803 6.16-.09.062-.193.108-.29.03-.1-.078-.057-.188-.028-.29.184-.639.381-1.275.548-1.919.277-1.066.52-2.147.38-3.253a12.353 12.353 0 0 1-.047-2.536c.142-1.837.443-3.629 1.174-5.332.033-.077.097-.166-.036-.284-.532.29-1.072.602-1.629.88-.52.258-.91.635-1.23 1.117-1.013 1.528-1.452 3.235-1.545 5.035-.047.91-.153 1.845.188 2.721.295.755.238 1.481.003 2.223a11.92 11.92 0 0 1-.552 1.425c-.438.944-.972 1.823-1.74 2.54-.102.094-.204.23-.37.136-.13-.074-.156-.21-.127-.345.186-.845.253-1.705.342-2.562.12-1.134.209-2.27-.035-3.396a10.829 10.829 0 0 1-.178-3.702c.08-.62.214-1.231.454-1.863-.086.042-.114.048-.131.065-1.655 1.637-3.03 3.493-4.258 5.463-.111.179-.082.34-.023.522.272.837.624 1.635 1.116 2.37.466.694.783 1.45.846 2.292.122 1.616-.363 3.068-1.234 4.41-.077.117-.154.278-.327.213-.144-.055-.123-.218-.12-.347a12.789 12.789 0 0 0-.089-1.956c-.207-1.586-.677-3.071-1.624-4.388-.874 1.605-1.374 5.061-.084 7.58 1.086 2.12 2.826 3.516 4.927 4.714.024-1.665-.264-3.216.131-4.757.302.054.326.256.361.445.114.609.344 1.178.595 1.739.058.13.109.29.311.325.013-.126.027-.229.033-.332.072-1.16.12-2.323.364-3.465.039-.182.052-.364.35-.409 1.012 2.786 2.243 5.46 4.237 7.774m25.273-19.536c-.563.705-1.133 1.404-1.687 2.116-1.389 1.784-2.828 3.53-4.037 5.448-.461.73-.844 1.505-1.278 2.25-.346.596-.71.738-1.37.605-.32-.065-.644-.111-.966-.168-1.367-.241-2.719-.534-3.993-1.108-.586-.264-1.052-.63-1.155-1.321-.042-.282-.206-.507-.39-.713-.986-1.1-2.171-1.957-3.395-2.766-.102-.067-.21-.17-.371-.064.024.24.199.41.31.605.862 1.497 1.373 3.137 1.88 4.767.54 1.738 1.594 2.778 3.421 2.979 1.031.113 2.038.315 2.99.741a.49.49 0 0 0 .343.014 32.863 32.863 0 0 1 5.544-.983c2.163-.186 4.305-.188 6.413.404 1.177.33 2.207.939 3.16 1.69.186.147.349.323.274.601-.102.376.034.69.255.987.26.348.625.54 1.004.726 1.864.91 3.864-.025 4.755-.977.47-.502.574-1.007.278-1.498-.515-.853-.792-1.79-1.01-2.746-.094-.408-.291-.59-.7-.566-1.53.09-3.024-.141-4.498-.523-.873-.225-1.751-.448-2.55-.88-.965-.523-1.215-1.32-.76-2.313.341-.747.88-1.354 1.384-1.989.576-.724 1.298-1.354 1.658-2.224.537-1.3 1.6-1.75 2.872-1.907a3.953 3.953 0 0 1 2.061.273c.82.338 1.733.126 2.605.137.795.01 1.47-.327 2.092-.782.192-.14.312-.344.378-.581.19-.68.394-1.354.583-2.033.181-.648.305-1.298.046-1.961-.104-.266-.208-.538-.113-.838.031-.098-.034-.169-.116-.226-.246-.172-1.291-.269-1.48-.07-.366.382-.74.248-1.114.09-.39-.165-.763-.184-1.181-.102a28.711 28.711 0 0 1-3.806.495c-1.478.088-2.953.173-4.36-.44-.228-.098-.396.05-.48.232-.34.742-.902 1.346-1.252 2.08-.372.784-.9 1.434-1.64 1.906-.233.149-.406.367-.604.633m8.863 2.762c.014-.143.05-.287.037-.428-.034-.378-.356-.266-.574-.3-.21-.034-.327.087-.285.305.102.539.416.975.69 1.552.089-.436.134-.744.132-1.129Z"/><path d="M31.263 4.598c.522.112.607.356.29.733-.435.517-1.034.758-1.657.91-1.319.32-2.633.681-4 .736-.364.015-.73.002-1.012.002 1.602.499 3.173-.067 4.755-.525.113-.033.221-.081.334-.114.433-.128.72.038.73.481.026 1.221-.58 2.55-2.02 2.92-1.45.372-2.827.06-4.153-.54-.96-.434-1.81-1.044-2.595-1.743-.202-.18-.399-.368-.182-.66-.03-.026-.05-.056-.066-.055-.247.024-.603-.132-.701.163-.087.26.253.387.442.533 1.503 1.162 3.126 2.089 5.005 2.498.203.044.416.042.622.077.347.057.678.443.65.78-.034.393-.332.539-.661.535-2.84-.029-5.347-.787-7.026-3.292-.27-.404-.47-.843-.45-1.355.014-.333.156-.502.497-.523 1.906-.115 3.79-.417 5.675-.697 1.471-.22 2.943-.435 4.412-.668.36-.057.71-.171 1.11-.196M28.47 7.412c-.331.12-.663.232-1.012.293-1.227.215-2.444.103-3.657-.102-.436-.074-.868-.173-1.302-.261 1.057.994 2.276 1.645 3.668 1.941 1.8.384 2.875-.29 3.723-1.849.081-.148.18-.326.036-.47-.158-.159-.34-.044-.506.03-.297.134-.595.265-.95.418ZM35.809 15.168c-.559.59-1.05 1.205-1.662 1.702-1.194.967-2.085 2.189-2.932 3.453-.709 1.057-1.636 1.897-2.713 2.572-.168.105-.362.312-.559.128-.188-.177-.009-.398.074-.575.245-.526.595-.984.983-1.411.821-.907 1.556-1.866 1.99-3.029.441-1.177 1.245-2.11 2.084-3.012 1.529-1.643 3.237-3.082 5.056-4.39.188-.135.4-.417.647-.223.271.214.069.5-.038.749-.62 1.446-1.692 2.567-2.684 3.746l-.246.29ZM35.303 4.793c-.01-.55.244-.804.775-.84.811-.057 1.583.137 2.347.365 1.276.38 2.553.762 3.72 1.425.342.194.674.401.9.739.271.404.192.613-.292.707-.405.08-.813.135-1.212.27.32-.025.64-.048.96-.074.094-.008.194-.015.228.095.033.108-.037.169-.135.202-1.149.387-2.305.695-3.521.307-.227-.072-.436-.187-.582-.38-.09-.118-.233-.256-.09-.414.122-.133.262-.04.393.025.48.234.992.25 1.511.22-.392-.128-.811-.15-1.19-.322-.353-.16-.682-.343-.783-.76-.041-.168-.172-.177-.306-.178-.418-.003-.838-.035-1.253 0-.473.041-.797-.124-1.046-.521-.168-.267-.338-.527-.424-.866m4.516 2.06c.777.144 1.55.156 2.321-.039-1.054-.424-2.137-.595-3.339-.52.256.454.629.455 1.018.559ZM34.16 10.144c.233-.125.434-.249.649-.343.163-.071.343-.067.463.092.119.158.02.3-.072.428-.385.538-.894.952-1.39 1.377-.935.799-1.886 1.577-2.956 2.194-.659.38-1.377.558-2.13.604-.244.014-.537.052-.632-.253-.086-.277.153-.43.34-.561a50 50 0 0 1 3.799-2.43c.634-.365 1.269-.73 1.93-1.108ZM36.787 22.497c-.527 1.362-1.24 2.565-2.352 3.497-.132.11-.245.335-.453.191-.199-.137-.127-.358-.044-.537.388-.829.848-1.619 1.315-2.405.466-.786.942-1.566 1.418-2.347.102-.167.218-.366.457-.262.257.111.197.347.13.545-.143.434-.305.86-.47 1.318ZM37.215 25.257c-.109-.565.154-1.025.323-1.496.348-.971.793-1.904 1.244-2.832.087-.18.2-.364.442-.304.194.048.258.228.233.405-.21 1.506-.419 3.016-1.607 4.14-.171.163-.357.396-.635.087ZM50.76 13.807c-.27.052-.565.288-.743.026-.172-.254.171-.382.313-.541.14-.157.317-.391.544-.16.216.218.172.47-.113.675ZM53.209 13.46c.141.146.17.295.055.434-.133.159-.329.208-.524.191-.163-.014-.23-.157-.136-.28.14-.187.274-.425.605-.346ZM50.995 14.958c.069-.19.208-.29.339-.392.113-.089.24-.109.345.01.095.109.099.236.024.36-.139.23-.496.254-.708.022ZM48.925 12.587c-.038.071-.062.124-.103.15-.156.099-.343.224-.477.012-.125-.197.065-.318.207-.397.208-.116.353-.047.373.235ZM51.719 12.631c-.05.048-.078.077-.112.091-.133.057-.275.105-.393-.016-.107-.11-.028-.215.05-.304.095-.111.215-.21.365-.15.157.063.179.203.09.38Z"/></g></svg>'
}
]
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册