Make release version prep

This commit is contained in:
Vladislav Khorev 2024-02-24 11:38:42 +00:00
parent 3b365d7742
commit e3a5ed72e0
21 changed files with 360 additions and 83 deletions

View File

@ -7,7 +7,7 @@ import { Metadata } from "next";
export const metadata: Metadata = { export const metadata: Metadata = {
title: "KG ROAD | О нас", title: "KG ROAD | О нас",
description: description:
'Страница "О Нас" Kyrgyzstan Transperency International', 'Страница "О Нас" KG ROAD',
}; };
const AboutUs = () => { const AboutUs = () => {
@ -16,51 +16,18 @@ const AboutUs = () => {
<Typography element="h2">О нас</Typography> <Typography element="h2">О нас</Typography>
<Image src={header} alt="Header Image" /> <Image src={header} alt="Header Image" />
<h3>Dont wait. The purpose of our lives is to be happy!</h3>
<div className="about-us__descriptions"> <div className="about-us__descriptions">
<p>Transparency International-Кыргызстан - филиал международной организации Transparency International в Кыргызской Республике.</p>
<h4>Миссия ТИ-Кыргызстан</h4>
<p>Продвижение эффективной общественной политики и надлежащего управления в целях предотвращения коррупции и усиления демократии в стране. </p>
<h4>Цели и приоритеты ТИ-Кыргызстан:</h4>
<p> <p>
arrival, your senses will be rewarded with the pleasant <ul>
scent of lemongrass oil used to clean the natural wood found <li> - антикоррупционное просвещение населения, повышение общественного осознания значимости и важности борьбы с коррупцией в Кыргызстане;</li>
throughout the room, creating a relaxing atmosphere within <li> - организация изучения практики и теории борьбы с коррупцией и участия в ней структур гражданского общества в Кыргызстане и других странах;</li>
the space. A wonderful serenity has taken possession of my <li> - содействие гражданам и организациям в реализации их конституционных прав и свобод;</li>
entire soul, like these sweet mornings of spring which I <li> - преимущественная ориентация на международный опыт уменьшения коррупции, освоение его технологий, ресурсов, а также включение структур гражданского общества в международный диалог борьбы с коррупцией.</li>
enjoy with my whole heart. I am alone, and feel the charm of </ul>
existence in this spot, which was created for the bliss of
souls like mine. I am so happy, my dear friend, so absorbed
in the exquisite.
</p>
<p>
When you are ready to indulge your sense of excitement,
check out the range of water- sports opportunities at the
resorts on-site water-sports center. Want to leave your
stress on the water? The resort has kayaks, paddleboards, or
the low-key pedal boats. Snorkeling equipment is available
as well, so you can experience the ever-changing undersea
environment. Not only do visitors to a bed and breakfast get
a unique perspective on the place they are visiting, they
have options for special packages not available in other
hotel settings.{" "}
</p>
<p>
Bed and breakfasts can partner easily with local businesses
for a smoothly organized and highly personalized vacation
experience. The Fife and Drum Inn offers options such as the
Historic Triangle Package that includes three nights at the
Inn, breakfasts, and admissions to historic Williamsburg,
Jamestown, and Yorktown. Bed and breakfasts also lend
themselves to romance.
</p>
<p>
Part of the charm of a bed and breakfast is the uniqueness;
art, décor, and food are integrated to create a complete
experience. For example, the Fife and Drum retains the
colonial feel of the area in all its guest rooms. Special
features include antique furnishings, elegant four poster
beds in some guest rooms, as well folk art and artifacts
from the restoration period of the historic area available
for guests to enjoy.
</p> </p>
</div> </div>
</div> </div>

View File

@ -6,7 +6,7 @@ import { Metadata } from "next";
export const metadata: Metadata = { export const metadata: Metadata = {
title: "KG ROAD | Написать обращение", title: "KG ROAD | Написать обращение",
description: description:
"Написать обращение Kyrgyzstan Transperency International", "Написать обращение KG ROAD",
}; };
const DynamicForm = dynamic( const DynamicForm = dynamic(

View File

@ -8,7 +8,7 @@ import { Metadata } from "next";
export const metadata: Metadata = { export const metadata: Metadata = {
title: "KG ROAD | Новости", title: "KG ROAD | Новости",
description: description:
"Страница новостей Kyrgyzstan Transperency International", "Страница новостей KG ROAD",
}; };
const News = ({ const News = ({

View File

@ -8,7 +8,7 @@ import { Metadata } from "next";
export const metadata: Metadata = { export const metadata: Metadata = {
title: "KG ROAD | Главная", title: "KG ROAD | Главная",
description: description:
"Главная страница Kyrgyzstan Transperency International", "Главная страница KG ROAD",
}; };
const Home = async ({ const Home = async ({

View File

@ -12,7 +12,7 @@ import { Metadata } from "next";
export const metadata: Metadata = { export const metadata: Metadata = {
title: "KG ROAD | Профиль", title: "KG ROAD | Профиль",
description: description:
"Страница профиля Kyrgyzstan Transperency International", "Страница профиля KG ROAD",
}; };
const Profile = async ({ const Profile = async ({

View File

@ -17,7 +17,7 @@ import { Metadata } from "next";
export const metadata: Metadata = { export const metadata: Metadata = {
title: "KG ROAD | Обращение", title: "KG ROAD | Обращение",
description: description:
"Страница обращения Kyrgyzstan Transperency International", "Страница обращения KG ROAD",
}; };
const ReportDetails = async ({ const ReportDetails = async ({

View File

@ -7,7 +7,7 @@ import { Metadata } from "next";
export const metadata: Metadata = { export const metadata: Metadata = {
title: "KG ROAD | Вход", title: "KG ROAD | Вход",
description: "Страница входа Kyrgyzstan Transperency International", description: "Страница входа KG ROAD",
}; };
const SignIn = () => { const SignIn = () => {

View File

@ -8,7 +8,7 @@ import { Metadata } from "next";
export const metadata: Metadata = { export const metadata: Metadata = {
title: "KG ROAD | Регистрация", title: "KG ROAD | Регистрация",
description: description:
"Страница регистрации Kyrgyzstan Transperency International", "Страница регистрации KG ROAD",
}; };
const SignUp = () => { const SignUp = () => {

View File

@ -9,7 +9,7 @@ import { Metadata } from "next";
export const metadata: Metadata = { export const metadata: Metadata = {
title: "KG ROAD | Статистика", title: "KG ROAD | Статистика",
description: description:
"Страница статистики Kyrgyzstan Transperency International", "Страница статистики KG ROAD",
}; };
const Statistics = ({ const Statistics = ({

View File

@ -6,7 +6,7 @@ import { Metadata } from "next";
export const metadata: Metadata = { export const metadata: Metadata = {
title: "KG ROAD | Волонтеры", title: "KG ROAD | Волонтеры",
description: description:
"Страница волонтеров Kyrgyzstan Transperency International", "Страница волонтеров KG ROAD",
}; };
const Volunteers = () => { const Volunteers = () => {

View File

@ -8,8 +8,22 @@ import facebook from "./icons/facebook.svg";
import instagram from "./icons/instagram.svg"; import instagram from "./icons/instagram.svg";
import app_store_btn from "./icons/app-store-btn.svg"; import app_store_btn from "./icons/app-store-btn.svg";
import play_market_btn from "./icons/play-market-btn.svg"; import play_market_btn from "./icons/play-market-btn.svg";
import { usePathname } from 'next/navigation';
const Footer = () => { const Footer = () => {
const pathname = usePathname();
const isHomePage = pathname === '/';
const isAboutPage = pathname === '/about';
let creditsInFooter;
if (isHomePage) {
creditsInFooter = <p className="text-white">Photo By ThomasG, CC BY-SA 3.0</p>;
} else if (isAboutPage) {
creditsInFooter = <p className="text-white">Photo By Mzximvs VdB from Brussels, belgium - Road to Issyk-Kul (south shore), CC BY-SA 2.0</p>;
} else {
creditsInFooter = <p></p>;
}
return ( return (
<footer className="footer"> <footer className="footer">
<Link href="/"> <Link href="/">
@ -31,8 +45,8 @@ const Footer = () => {
<div className="footer__contacts"> <div className="footer__contacts">
<h4>Контакты</h4> <h4>Контакты</h4>
<ul> <ul>
<li>namename@gmail.com</li> <li>admin@kgroad.org</li>
<li>+09646895467</li> <li>+9960312394038</li>
<li> <li>
{[youtube, facebook, instagram].map((net, i) => ( {[youtube, facebook, instagram].map((net, i) => (
<Link key={i} href="#"> <Link key={i} href="#">
@ -41,8 +55,9 @@ const Footer = () => {
))} ))}
</li> </li>
</ul> </ul>
{creditsInFooter}
</div> </div>
{/*
<div className="footer__apps"> <div className="footer__apps">
<h4>Скачивай наше приложение</h4> <h4>Скачивай наше приложение</h4>
<div className="footer__apps-btns"> <div className="footer__apps-btns">
@ -53,6 +68,7 @@ const Footer = () => {
))} ))}
</div> </div>
</div> </div>
*/}
</footer> </footer>
); );
}; };

View File

@ -13,10 +13,10 @@ const Header = () => {
/> />
<div className="header__text"> <div className="header__text">
<h1> <h1>
Borem ipsum dolor sit amet, consectetur adipiscing elit. Дороги Кыргызстана
</h1> </h1>
<p> <p>
Borem ipsum dolor sit amet, consectetur adipiscing elit. Сделаем дороги безопасными! Актуальная информация о состоянии дорог.
</p> </p>
</div> </div>

View File

@ -57,7 +57,7 @@ const HomeMap: React.FC<IHomeMapProps> = ({
const createCustomIcon = (icon: StaticImageData) => { const createCustomIcon = (icon: StaticImageData) => {
const customIcon = new Icon({ const customIcon = new Icon({
iconUrl: icon.src, iconUrl: icon.src,
iconSize: [32, 32], iconSize: [64, 64],
}); });
return customIcon; return customIcon;

View File

@ -1,5 +1,53 @@
<svg width="38" height="50" viewBox="0 0 38 50" fill="none" xmlns="http://www.w3.org/2000/svg"> <?xml version="1.0" encoding="UTF-8" standalone="no"?>
<path d="M19 0C8.52334 0 0 8.74812 0 19.501C0 32.8456 17.0031 48.5901 17.7271 49.4175C18.407 50.1948 19.5942 50.1935 20.2729 49.4175C20.9969 48.5901 38 32.8456 38 19.501C37.9998 8.74812 29.4766 0 19 0Z" fill="#3998E8" fill-opacity="0.7"/> <svg
<ellipse cx="18.7867" cy="19" rx="9.88775" ry="10" fill="white"/> width="38"
<circle cx="18.5" cy="18.5" r="7.5" fill="#8FDE6A"/> height="100"
viewBox="0 0 38 100"
fill="none"
version="1.1"
id="svg1"
sodipodi:docname="geo-green.svg"
inkscape:version="1.3.2 (091e20e, 2023-11-25, custom)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs1" />
<sodipodi:namedview
id="namedview1"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:zoom="5.4942197"
inkscape:cx="33.671751"
inkscape:cy="42.317201"
inkscape:window-width="1920"
inkscape:window-height="991"
inkscape:window-x="-9"
inkscape:window-y="-9"
inkscape:window-maximized="1"
inkscape:current-layer="svg1" />
<path
d="M 19,0 C 8.52334,0 0,8.74812 0,19.501 c 0,13.3446 17.0031,29.0891 17.7271,29.9165 0.6799,0.7773 1.8671,0.776 2.5458,0 C 20.9969,48.5901 38,32.8456 38,19.501 37.9998,8.74812 29.4766,0 19,0 Z"
fill="#3998e8"
fill-opacity="0.7"
id="path1" />
<ellipse
cx="18.786699"
cy="19"
rx="9.8877497"
ry="10"
fill="#ffffff"
id="ellipse1" />
<circle
cx="18.821751"
cy="18.950451"
r="7.5"
fill="#8fde6a"
id="circle1" />
</svg> </svg>

Before

Width:  |  Height:  |  Size: 461 B

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -1,5 +1,53 @@
<svg width="38" height="50" viewBox="0 0 38 50" fill="none" xmlns="http://www.w3.org/2000/svg"> <?xml version="1.0" encoding="UTF-8" standalone="no"?>
<path d="M19 0C8.52334 0 0 8.74812 0 19.501C0 32.8456 17.0031 48.5901 17.7271 49.4175C18.407 50.1948 19.5942 50.1935 20.2729 49.4175C20.9969 48.5901 38 32.8456 38 19.501C37.9998 8.74812 29.4766 0 19 0Z" fill="#3998E8" fill-opacity="0.7"/> <svg
<ellipse cx="18.7867" cy="19" rx="9.88775" ry="10" fill="white"/> width="38"
<circle cx="18.5" cy="18.5" r="7.5" fill="#FFAC33"/> height="100"
viewBox="0 0 38 100"
fill="none"
version="1.1"
id="svg1"
sodipodi:docname="geo-orange.svg"
inkscape:version="1.3.2 (091e20e, 2023-11-25, custom)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs1" />
<sodipodi:namedview
id="namedview1"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:zoom="7.77"
inkscape:cx="17.631918"
inkscape:cy="29.66538"
inkscape:window-width="1920"
inkscape:window-height="991"
inkscape:window-x="-9"
inkscape:window-y="-9"
inkscape:window-maximized="1"
inkscape:current-layer="svg1" />
<path
d="M 19,0 C 8.52334,0 0,8.74812 0,19.501 c 0,13.3446 17.0031,29.0891 17.7271,29.9165 0.6799,0.7773 1.8671,0.776 2.5458,0 C 20.9969,48.5901 38,32.8456 38,19.501 37.9998,8.74812 29.4766,0 19,0 Z"
fill="#3998e8"
fill-opacity="0.7"
id="path1" />
<ellipse
cx="18.786699"
cy="19"
rx="9.8877497"
ry="10"
fill="#ffffff"
id="ellipse1" />
<circle
cx="18.727512"
cy="18.773014"
r="7.5"
fill="#ffac33"
id="circle1" />
</svg> </svg>

Before

Width:  |  Height:  |  Size: 461 B

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -1,5 +1,53 @@
<svg width="38" height="50" viewBox="0 0 38 50" fill="none" xmlns="http://www.w3.org/2000/svg"> <?xml version="1.0" encoding="UTF-8" standalone="no"?>
<path d="M19 0C8.52334 0 0 8.74812 0 19.501C0 32.8456 17.0031 48.5901 17.7271 49.4175C18.407 50.1948 19.5942 50.1935 20.2729 49.4175C20.9969 48.5901 38 32.8456 38 19.501C37.9998 8.74812 29.4766 0 19 0Z" fill="#3998E8" fill-opacity="0.7"/> <svg
<ellipse cx="18.7867" cy="19" rx="9.88775" ry="10" fill="white"/> width="38"
<circle cx="18.5" cy="18.5" r="7.5" fill="#C288E2"/> height="100"
viewBox="0 0 38 100"
fill="none"
version="1.1"
id="svg1"
sodipodi:docname="geo-pink.svg"
inkscape:version="1.3.2 (091e20e, 2023-11-25, custom)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs1" />
<sodipodi:namedview
id="namedview1"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:zoom="15.54"
inkscape:cx="18.661519"
inkscape:cy="53.185328"
inkscape:window-width="1920"
inkscape:window-height="991"
inkscape:window-x="-9"
inkscape:window-y="-9"
inkscape:window-maximized="1"
inkscape:current-layer="svg1" />
<path
d="M 19,0 C 8.52334,0 0,8.74812 0,19.501 c 0,13.3446 17.0031,29.0891 17.7271,29.9165 0.6799,0.7773 1.8671,0.776 2.5458,0 C 20.9969,48.5901 38,32.8456 38,19.501 37.9998,8.74812 29.4766,0 19,0 Z"
fill="#3998e8"
fill-opacity="0.7"
id="path1" />
<ellipse
cx="18.786699"
cy="19"
rx="9.8877497"
ry="10"
fill="#ffffff"
id="ellipse1" />
<circle
cx="18.773014"
cy="18.99272"
r="7.5"
fill="#c288e2"
id="circle1" />
</svg> </svg>

Before

Width:  |  Height:  |  Size: 461 B

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -1,5 +1,53 @@
<svg width="38" height="50" viewBox="0 0 38 50" fill="none" xmlns="http://www.w3.org/2000/svg"> <?xml version="1.0" encoding="UTF-8" standalone="no"?>
<path d="M19 0C8.52334 0 0 8.74812 0 19.501C0 32.8456 17.0031 48.5901 17.7271 49.4175C18.407 50.1948 19.5942 50.1935 20.2729 49.4175C20.9969 48.5901 38 32.8456 38 19.501C37.9998 8.74812 29.4766 0 19 0Z" fill="#3998E8" fill-opacity="0.7"/> <svg
<ellipse cx="18.7867" cy="19" rx="9.88775" ry="10" fill="white"/> width="38"
<circle cx="18.5" cy="18.5" r="7.5" fill="#87289D"/> height="100"
viewBox="0 0 38 100"
fill="none"
version="1.1"
id="svg1"
sodipodi:docname="geo-purple.svg"
inkscape:version="1.3.2 (091e20e, 2023-11-25, custom)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs1" />
<sodipodi:namedview
id="namedview1"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:zoom="15.54"
inkscape:cx="18.983269"
inkscape:cy="25"
inkscape:window-width="1920"
inkscape:window-height="991"
inkscape:window-x="-9"
inkscape:window-y="-9"
inkscape:window-maximized="1"
inkscape:current-layer="svg1" />
<path
d="M 19,0 C 8.52334,0 0,8.74812 0,19.501 c 0,13.3446 17.0031,29.0891 17.7271,29.9165 0.6799,0.7773 1.8671,0.776 2.5458,0 C 20.9969,48.5901 38,32.8456 38,19.501 37.9998,8.74812 29.4766,0 19,0 Z"
fill="#3998e8"
fill-opacity="0.7"
id="path1" />
<ellipse
cx="18.786699"
cy="19"
rx="9.8877497"
ry="10"
fill="#ffffff"
id="ellipse1" />
<circle
cx="18.821751"
cy="18.950451"
r="7.5"
fill="#87289d"
id="circle1" />
</svg> </svg>

Before

Width:  |  Height:  |  Size: 461 B

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -1,5 +1,53 @@
<svg width="38" height="50" viewBox="0 0 38 50" fill="none" xmlns="http://www.w3.org/2000/svg"> <?xml version="1.0" encoding="UTF-8" standalone="no"?>
<path d="M19 0C8.52334 0 0 8.74812 0 19.501C0 32.8456 17.0031 48.5901 17.7271 49.4175C18.407 50.1948 19.5942 50.1935 20.2729 49.4175C20.9969 48.5901 38 32.8456 38 19.501C37.9998 8.74812 29.4766 0 19 0Z" fill="#3998E8" fill-opacity="0.7"/> <svg
<ellipse cx="18.7867" cy="19" rx="9.88775" ry="10" fill="white"/> width="38"
<circle cx="18.5" cy="18.5" r="7.5" fill="#E64452"/> height="100"
viewBox="0 0 38 100"
fill="none"
version="1.1"
id="svg1"
sodipodi:docname="geo-red.svg"
inkscape:version="1.3.2 (091e20e, 2023-11-25, custom)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs1" />
<sodipodi:namedview
id="namedview1"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:zoom="10.988439"
inkscape:cx="27.30142"
inkscape:cy="35.264334"
inkscape:window-width="1920"
inkscape:window-height="991"
inkscape:window-x="-9"
inkscape:window-y="-9"
inkscape:window-maximized="1"
inkscape:current-layer="svg1" />
<path
d="M 19,0 C 8.52334,0 0,8.74812 0,19.501 c 0,13.3446 17.0031,29.0891 17.7271,29.9165 0.6799,0.7773 1.8671,0.776 2.5458,0 C 20.9969,48.5901 38,32.8456 38,19.501 37.9998,8.74812 29.4766,0 19,0 Z"
fill="#3998e8"
fill-opacity="0.7"
id="path1" />
<ellipse
cx="18.786699"
cy="19"
rx="9.8877497"
ry="10"
fill="#ffffff"
id="ellipse1" />
<circle
cx="18.762922"
cy="18.933889"
r="7.5"
fill="#e64452"
id="circle1" />
</svg> </svg>

Before

Width:  |  Height:  |  Size: 461 B

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -1,5 +1,53 @@
<svg width="38" height="50" viewBox="0 0 38 50" fill="none" xmlns="http://www.w3.org/2000/svg"> <?xml version="1.0" encoding="UTF-8" standalone="no"?>
<path d="M19 0C8.52334 0 0 8.74812 0 19.501C0 32.8456 17.0031 48.5901 17.7271 49.4175C18.407 50.1948 19.5942 50.1935 20.2729 49.4175C20.9969 48.5901 38 32.8456 38 19.501C37.9998 8.74812 29.4766 0 19 0Z" fill="#3998E8" fill-opacity="0.7"/> <svg
<ellipse cx="18.7867" cy="19" rx="9.88775" ry="10" fill="white"/> width="38"
<circle cx="18.5" cy="18.5" r="7.5" fill="#FED363"/> height="100"
viewBox="0 0 38 100"
fill="none"
version="1.1"
id="svg1"
sodipodi:docname="geo-yellow.svg"
inkscape:version="1.3.2 (091e20e, 2023-11-25, custom)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs1" />
<sodipodi:namedview
id="namedview1"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:zoom="15.54"
inkscape:cx="18.983269"
inkscape:cy="25"
inkscape:window-width="1920"
inkscape:window-height="991"
inkscape:window-x="-9"
inkscape:window-y="-9"
inkscape:window-maximized="1"
inkscape:current-layer="svg1" />
<path
d="M 19,0 C 8.52334,0 0,8.74812 0,19.501 c 0,13.3446 17.0031,29.0891 17.7271,29.9165 0.6799,0.7773 1.8671,0.776 2.5458,0 C 20.9969,48.5901 38,32.8456 38,19.501 37.9998,8.74812 29.4766,0 19,0 Z"
fill="#3998e8"
fill-opacity="0.7"
id="path1" />
<ellipse
cx="18.786699"
cy="19"
rx="9.8877497"
ry="10"
fill="#ffffff"
id="ellipse1" />
<circle
cx="18.757401"
cy="18.886101"
r="7.5"
fill="#fed363"
id="circle1" />
</svg> </svg>

Before

Width:  |  Height:  |  Size: 461 B

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -88,7 +88,10 @@ const SignInForm = () => {
<button className="sign-in-form__btns_first" type="submit"> <button className="sign-in-form__btns_first" type="submit">
{loader ? <Loader /> : "Войти"} {loader ? <Loader /> : "Войти"}
</button> </button>
{/*
<GoogleButton /> <GoogleButton />
*/}
</div> </div>
</form> </form>
); );

View File

@ -119,7 +119,10 @@ const SignUpForm = () => {
<button className="sign-up-form__btns_first" type="submit"> <button className="sign-up-form__btns_first" type="submit">
{loader ? <Loader /> : "Войти"} {loader ? <Loader /> : "Войти"}
</button> </button>
{/*
<GoogleButton /> <GoogleButton />
*/}
</div> </div>
</form> </form>
); );