Arnes landing page in GDPR redesign popravki (header, mobile nav,body, footer )
displaycontroller.php je v prejsnjem testnem commitu "ai popravki blalbalb"
567
frontend/simple/css/aai.css
Normal file
@ -0,0 +1,567 @@
|
||||
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700&display=swap');
|
||||
|
||||
* {
|
||||
font-family: "Source Sans Pro","sans-serif";
|
||||
}
|
||||
|
||||
/* nav */
|
||||
.mobile{
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
h1 {
|
||||
font-weight: 300;
|
||||
font-size: 50px;
|
||||
line-height: 62px;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 40px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
|
||||
header {
|
||||
padding-top: 10px;
|
||||
padding-bottom: 5px;
|
||||
|
||||
}
|
||||
|
||||
header a {
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
|
||||
header nav span.menu_item a:hover {
|
||||
color: #F07D3E;
|
||||
}
|
||||
|
||||
header nav span.menu_item.active {
|
||||
border-bottom: 3px #F07D3E solid;
|
||||
}
|
||||
|
||||
|
||||
#header-btn {
|
||||
color: rgb(255, 255, 255);
|
||||
background-color: #F07D3E;
|
||||
|
||||
width: 150x;
|
||||
padding: 8px 16px;
|
||||
|
||||
text-transform: none;
|
||||
}
|
||||
|
||||
#header-btn:hover {
|
||||
color: #F07D3E;
|
||||
background-color: white;
|
||||
|
||||
border: 1px solid #F07D3E;
|
||||
}
|
||||
|
||||
|
||||
.hero-container {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
|
||||
height: auto;
|
||||
|
||||
margin-top: 30px;
|
||||
margin-bottom: 100px;
|
||||
|
||||
}
|
||||
|
||||
.hero-container img {
|
||||
|
||||
max-width: 60%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
|
||||
.hero-container .text {
|
||||
text-align: left;
|
||||
max-width: 350px;
|
||||
margin-right: 10px;
|
||||
|
||||
font-size: 18px;
|
||||
|
||||
|
||||
}
|
||||
|
||||
.hero-container a {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
|
||||
background-color: #F07D3E;
|
||||
color: white;
|
||||
|
||||
padding: 8px 16px;
|
||||
width: 200px;
|
||||
|
||||
}
|
||||
.hero-container a:hover {
|
||||
background-color: white;
|
||||
color: #F07D3E;
|
||||
border: 1px solid #F07D3E;
|
||||
}
|
||||
|
||||
|
||||
.hero-container img {
|
||||
max-height: 476px;
|
||||
max-width: auto;
|
||||
}
|
||||
|
||||
.povezave {
|
||||
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.title {
|
||||
text-align: center;
|
||||
font-weight: 400;
|
||||
|
||||
margin-bottom: 70px;
|
||||
|
||||
}
|
||||
|
||||
.povezave h2 {
|
||||
font-size: 18px;
|
||||
font-weight: 700;
|
||||
|
||||
|
||||
}
|
||||
|
||||
.povezave .col{
|
||||
text-align: center;
|
||||
margin-left: 10px;
|
||||
|
||||
}
|
||||
|
||||
.povezave .col p {
|
||||
height: 110px;
|
||||
max-width: 300px;
|
||||
|
||||
|
||||
}
|
||||
|
||||
#povezave-btn {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
|
||||
background-color: #F07D3E;
|
||||
color: white;
|
||||
|
||||
padding: 8px 16px;
|
||||
max-width: 150px;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
#povezave-btn:hover {
|
||||
color: #F07D3E;
|
||||
background-color: white;
|
||||
|
||||
border: 1px solid #F07D3E;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
footer h2 {
|
||||
text-transform: uppercase;
|
||||
font-weight: 700;
|
||||
font-size: 18px;
|
||||
|
||||
}
|
||||
|
||||
footer .col a {
|
||||
color: black;
|
||||
}
|
||||
|
||||
.social_logo_flex img {
|
||||
margin-right: 10px;
|
||||
|
||||
}
|
||||
|
||||
.social_logo_flex img:hover {
|
||||
opacity: 0.8;
|
||||
}
|
||||
|
||||
footer .footer_content .col span {
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
footer .footer_content .col1 .col1-flex {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* GDPR ZAHTEVEK -------------------------------------- */
|
||||
|
||||
.register_holder{
|
||||
max-width: 810px;
|
||||
margin: 100px auto 0px auto;
|
||||
}
|
||||
|
||||
.register_holder h1 {
|
||||
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
|
||||
body.gdpr div.label {
|
||||
display: block;
|
||||
|
||||
font-weight: 600;
|
||||
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
body .gdpr form p:first-of-type{
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
|
||||
input[type=submit]:hover,
|
||||
button:hover,
|
||||
input[type=button]:hover,
|
||||
.button:hover {
|
||||
border: 1px solid #F07D3E;
|
||||
color: #F07D3E;
|
||||
background-color: white;
|
||||
|
||||
}
|
||||
|
||||
/* -------------------------------------- */
|
||||
|
||||
@media screen and (max-width: 834px) {
|
||||
|
||||
header {
|
||||
margin: none;
|
||||
}
|
||||
|
||||
/* header - arnes logo fix */
|
||||
header .logo {
|
||||
width: auto;
|
||||
/* background-color: red; */
|
||||
}
|
||||
header .logo img:last-child{
|
||||
max-width: 100px;
|
||||
height: 40px;
|
||||
}
|
||||
|
||||
|
||||
.hero-container {
|
||||
display: flex;
|
||||
flex-direction: column-reverse;
|
||||
|
||||
|
||||
margin-top: 50px;
|
||||
margin-bottom: 50px;
|
||||
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.hero-container img {
|
||||
|
||||
max-width: 70%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.hero-container .text {
|
||||
margin: auto;
|
||||
text-align: center;
|
||||
|
||||
}
|
||||
|
||||
.hero-container .text a {
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
.povezave{
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
|
||||
row-gap: 30px;
|
||||
}
|
||||
|
||||
.povezave .col {
|
||||
margin: auto;
|
||||
|
||||
}
|
||||
|
||||
.povezave .col p {
|
||||
max-width: 300px;
|
||||
|
||||
height: 80px;
|
||||
|
||||
}
|
||||
|
||||
footer .footer_content {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr 1fr ;
|
||||
grid-template-rows: 1fr 2fr;
|
||||
|
||||
}
|
||||
|
||||
footer .footer_content .col{
|
||||
/* border: 1px solid red; */
|
||||
|
||||
width: auto;
|
||||
|
||||
}
|
||||
|
||||
footer .footer_content .col .logo_holder{
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
}
|
||||
footer .footer_content .col .logo_holder img{
|
||||
max-width: 33%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
footer .footer_content .col1 {
|
||||
grid-row: 1/3;
|
||||
}
|
||||
|
||||
footer .footer_content .col4 {
|
||||
grid-column: 2/4;
|
||||
}
|
||||
|
||||
footer .footer_content .col1 .col1-flex {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
@media screen and (max-width: 700px) {
|
||||
|
||||
|
||||
body #main .main_content h1 {
|
||||
font-size: 50px;
|
||||
}
|
||||
|
||||
|
||||
.hero-container .text {
|
||||
max-width: 95%;
|
||||
|
||||
}
|
||||
|
||||
.hero-container .text a {
|
||||
width: 95%;
|
||||
color: white;
|
||||
}
|
||||
.hero-container .text a:hover {
|
||||
width: 95%;
|
||||
border: 1px solid #F07D3E;
|
||||
color: #F07D3E;
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.povezave {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.povezave .col {
|
||||
margin-bottom: 50px ;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/* --------------HAMBURGER---------------------------------- */
|
||||
|
||||
|
||||
.nav-desktop {
|
||||
display: none;
|
||||
|
||||
}
|
||||
|
||||
.mobile {
|
||||
display: block;
|
||||
}
|
||||
|
||||
#nav-icon3 {
|
||||
|
||||
width: 40px;
|
||||
height: 20px;
|
||||
position: relative;
|
||||
|
||||
|
||||
top: 15px;
|
||||
|
||||
-webkit-transform: rotate(0deg);
|
||||
-moz-transform: rotate(0deg);
|
||||
-o-transform: rotate(0deg);
|
||||
transform: rotate(0deg);
|
||||
-webkit-transition: .5s ease-in-out;
|
||||
-moz-transition: .5s ease-in-out;
|
||||
-o-transition: .5s ease-in-out;
|
||||
transition: .5s ease-in-out;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#nav-icon3 span {
|
||||
display: block;
|
||||
position: absolute;
|
||||
height: 5px;
|
||||
width: 100%;
|
||||
background: #d3531a;
|
||||
border-radius: 9px;
|
||||
opacity: 1;
|
||||
left: 0;
|
||||
-webkit-transform: rotate(0deg);
|
||||
-moz-transform: rotate(0deg);
|
||||
-o-transform: rotate(0deg);
|
||||
transform: rotate(0deg);
|
||||
-webkit-transition: .25s ease-in-out;
|
||||
-moz-transition: .25s ease-in-out;
|
||||
-o-transition: .25s ease-in-out;
|
||||
transition: .25s ease-in-out;
|
||||
}
|
||||
|
||||
|
||||
#nav-icon3 span:nth-child(1) {
|
||||
top: 0px;
|
||||
}
|
||||
|
||||
#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
|
||||
top: 9px;
|
||||
}
|
||||
|
||||
#nav-icon3 span:nth-child(4) {
|
||||
top: 18px;
|
||||
}
|
||||
|
||||
#nav-icon3.open span:nth-child(1) {
|
||||
top: 9px;
|
||||
width: 0%;
|
||||
left: 50%;
|
||||
}
|
||||
|
||||
#nav-icon3.open span:nth-child(2) {
|
||||
-webkit-transform: rotate(45deg);
|
||||
-moz-transform: rotate(45deg);
|
||||
-o-transform: rotate(45deg);
|
||||
transform: rotate(45deg);
|
||||
}
|
||||
|
||||
#nav-icon3.open span:nth-child(3) {
|
||||
-webkit-transform: rotate(-45deg);
|
||||
-moz-transform: rotate(-45deg);
|
||||
-o-transform: rotate(-45deg);
|
||||
transform: rotate(-45deg);
|
||||
}
|
||||
|
||||
#nav-icon3.open span:nth-child(4) {
|
||||
top: 9px;
|
||||
width: 0%;
|
||||
left: 50%;
|
||||
}
|
||||
|
||||
#links {
|
||||
display: none;
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
/* */
|
||||
.aai a {
|
||||
color: #333333;
|
||||
}
|
||||
|
||||
#links.open {
|
||||
position: absolute;
|
||||
top: 100px;
|
||||
left: 0px;
|
||||
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
|
||||
|
||||
|
||||
|
||||
width: 100%;
|
||||
height: 700px;
|
||||
background-color: rgb(255, 255, 255);
|
||||
|
||||
}
|
||||
|
||||
#links .menu_item {
|
||||
font-size: 30px;
|
||||
margin-top: 30px;
|
||||
}
|
||||
|
||||
#links .menu_item a {
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
/* ------------------------------------------------- */
|
||||
|
||||
|
||||
footer .footer_content {
|
||||
/* background-color: rgb(184, 184, 184); */
|
||||
|
||||
|
||||
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
|
||||
|
||||
}
|
||||
|
||||
footer .footer_content .col {
|
||||
/* border: 1px solid red; */
|
||||
width: auto;
|
||||
max-height: 180px;
|
||||
|
||||
text-align: left;
|
||||
|
||||
}
|
||||
|
||||
footer .footer_content .col1 .col1-flex{
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex-wrap: wrap;
|
||||
|
||||
max-height: 130px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
footer .footer_content .col1{
|
||||
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
||||
footer .footer_content .col2,
|
||||
footer .footer_content .col3 {
|
||||
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
10
frontend/simple/script/nav-mobile.js
Normal file
@ -0,0 +1,10 @@
|
||||
$(document).ready(function(){
|
||||
$('#nav-icon3').click(function(){
|
||||
$(this).toggleClass('open');
|
||||
|
||||
$('#links').toggleClass('open');
|
||||
|
||||
|
||||
|
||||
});
|
||||
});
|
1262
lang/1.php
13
public/img/flags/english_flag.svg
Normal file
@ -0,0 +1,13 @@
|
||||
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g clip-path="url(#clip0_2_30)">
|
||||
<path d="M0 4.02623V5.77778H2.50133L0 4.02623ZM2.07289 13.7778H5.77778V11.1836L2.07289 13.7778ZM10.2222 11.184V13.7778H13.9267L10.2222 11.184ZM0 10.2222V11.9738L2.50222 10.2222H0ZM13.9276 2.22223H10.2222V4.81645L13.9276 2.22223ZM16 11.9742V10.2222H13.4973L16 11.9742ZM16 5.77778V4.02623L13.4982 5.77778H16ZM5.77778 2.22223H2.07289L5.77778 4.81645V2.22223Z" fill="#00247D"/>
|
||||
<path d="M11.1733 10.2222L15.4898 13.2449C15.7006 13.0277 15.8521 12.76 15.9298 12.4675L12.7231 10.2222H11.1733ZM5.77779 10.2222H4.82624L0.510238 13.2444C0.741794 13.48 1.03868 13.6484 1.37157 13.7266L5.77779 10.6413V10.2222ZM10.2222 5.77776H11.1738L15.4898 2.75554C15.2543 2.51655 14.9557 2.34933 14.6289 2.27332L10.2222 5.35865V5.77776ZM4.82624 5.77776L0.510238 2.75554C0.299551 2.97286 0.147933 3.24045 0.0697937 3.53287L3.27646 5.77776H4.82624Z" fill="#CF1B2B"/>
|
||||
<path d="M16 9.33334H9.33333V13.7778H10.2222V11.184L13.9267 13.7778H14.2222C14.4583 13.7778 14.6921 13.7307 14.9098 13.6392C15.1274 13.5477 15.3246 13.4136 15.4898 13.2449L11.1733 10.2222H12.7231L15.9298 12.4676C15.9711 12.3178 16 12.1627 16 12V11.9742L13.4973 10.2222H16V9.33334ZM0 9.33334V10.2222H2.50222L0 11.9738V12C0 12.4849 0.195111 12.9236 0.510222 13.2445L4.82622 10.2222H5.77778V10.6413L1.37156 13.7262C1.50222 13.7573 1.63733 13.7778 1.77778 13.7778H2.07289L5.77778 11.1836V13.7778H6.66667V9.33334H0ZM16 4.00001C16.0003 3.53422 15.8169 3.0871 15.4898 2.75556L11.1738 5.77778H10.2222V5.35867L14.6289 2.27334C14.4958 2.24069 14.3593 2.22353 14.2222 2.22223H13.9276L10.2222 4.81645V2.22223H9.33333V6.66667H16V5.77778H13.4982L16 4.02623V4.00001ZM5.77778 2.22223V4.81645L2.07289 2.22223H1.77778C1.54161 2.22213 1.30781 2.26926 1.09012 2.36085C0.87244 2.45244 0.675273 2.58664 0.510222 2.75556L4.82622 5.77778H3.27644L0.0697778 3.5329C0.0256801 3.68477 0.00221041 3.84188 0 4.00001L0 4.02623L2.50133 5.77778H0V6.66667H6.66667V2.22223H5.77778Z" fill="#EEEEEE"/>
|
||||
<path d="M9.33333 6.66667V2.22223H6.66667V6.66667H0V9.33334H6.66667V13.7778H9.33333V9.33334H16V6.66667H9.33333Z" fill="#CF1B2B"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip0_2_30">
|
||||
<rect width="16" height="16" fill="white"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 2.2 KiB |
3
public/img/icons/chevron.svg
Normal file
@ -0,0 +1,3 @@
|
||||
<svg width="7" height="13" viewBox="0 0 7 13" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M0.142822 10.3768L4.42854 6.09106L0.142822 1.80535L0.999965 0.0910645L6.99997 6.09106L0.999965 12.0911L0.142822 10.3768Z" fill="white"/>
|
||||
</svg>
|
After Width: | Height: | Size: 247 B |
92
public/img/icons/hero.svg
Normal file
@ -0,0 +1,92 @@
|
||||
<svg width="580" height="477" viewBox="0 0 580 477" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g clip-path="url(#clip0_356_2409)">
|
||||
<rect width="580" height="476" transform="translate(0 0.0910645)" fill="white"/>
|
||||
<rect x="230.029" y="15.0911" width="349.971" height="360" rx="10" fill="#FFEBE0"/>
|
||||
<rect x="215.434" y="1.09106" width="349.815" height="358" rx="9" stroke="#E35205" stroke-width="2" stroke-dasharray="12 12"/>
|
||||
<rect x="8.77234" y="276.091" width="194.428" height="200" rx="10" fill="#D4F0FC"/>
|
||||
<rect x="1" y="269.091" width="193.453" height="198" rx="9" stroke="#1E88E5" stroke-width="2" stroke-dasharray="12 12"/>
|
||||
<path d="M498.071 123.62C498.071 120.297 496.782 117.111 494.486 114.761C492.19 112.411 489.077 111.091 485.83 111.091H112.635C109.389 111.091 106.275 112.411 103.979 114.761C101.684 117.111 100.394 120.297 100.394 123.62V365.091H498.071V123.62Z" fill="#004A90"/>
|
||||
<path d="M480.527 127.091H117.939V348.091H480.527V127.091Z" fill="white"/>
|
||||
<path d="M362.588 469.091H242.7C253.759 445.424 257.029 421.758 252.509 398.091H352.78C347.522 421.764 350.792 445.431 362.588 469.091Z" fill="#ECECEC"/>
|
||||
<path d="M229.528 469.091H372.872C374.756 469.091 374.756 476.091 372.872 476.091H229.528C227.597 476.091 227.597 469.091 229.528 469.091Z" fill="#E2E2E2"/>
|
||||
<path d="M480.527 150.091H117.939V166.091H480.527V150.091Z" fill="#FAFAFA"/>
|
||||
<path d="M134.509 206.091H117.939V221.091H134.509V206.091Z" fill="#F8F8F8"/>
|
||||
<path d="M134.509 220.091H117.939V235.091H134.509V220.091Z" fill="#F8F8F8"/>
|
||||
<path d="M134.509 234.091H117.939V249.091H134.509V234.091Z" fill="#F8F8F8"/>
|
||||
<path d="M134.509 249.091H117.939V263.091H134.509V249.091Z" fill="#1E88E5"/>
|
||||
<path d="M134.509 263.091H117.939V277.091H134.509V263.091Z" fill="#FFC700"/>
|
||||
<path d="M134.509 277.091H117.939V291.091H134.509V277.091Z" fill="#FFC700"/>
|
||||
<path d="M184.218 169.091H133.534V174.091H184.218V169.091Z" fill="#1E88E5"/>
|
||||
<path d="M236.852 169.091H187.142V174.091H236.852V169.091Z" fill="#D8D8D8"/>
|
||||
<path d="M290.46 169.091H239.776V174.091H290.46V169.091Z" fill="#D8D8D8"/>
|
||||
<path d="M247.574 457.091C254.581 437.424 256.208 417.758 252.454 398.091H352.626C349.315 412.803 349.389 428.098 352.841 442.776C339.089 445.28 258.759 455.533 247.574 457.091Z" fill="#E2E2E2"/>
|
||||
<path d="M112.635 407.091H485.83C487.438 407.091 489.03 406.765 490.515 406.131C492 405.498 493.349 404.569 494.486 403.399C495.623 402.228 496.525 400.838 497.14 399.309C497.755 397.779 498.071 396.14 498.071 394.484V365.091H100.394V394.494C100.397 397.836 101.687 401.04 103.983 403.402C106.278 405.764 109.39 407.091 112.635 407.091Z" fill="#ECECEC"/>
|
||||
<path d="M377.209 211.091H167.648V229.091H377.209V211.091Z" fill="#F8F8F8"/>
|
||||
<path d="M262.194 226.091C265.424 226.091 268.042 223.405 268.042 220.091C268.042 216.777 265.424 214.091 262.194 214.091C258.964 214.091 256.346 216.777 256.346 220.091C256.346 223.405 258.964 226.091 262.194 226.091Z" fill="#F8F8F8" stroke="#E0E0E0" stroke-width="0.5" stroke-miterlimit="10"/>
|
||||
<path d="M288.024 226.091C291.523 226.091 294.359 223.405 294.359 220.091C294.359 216.777 291.523 214.091 288.024 214.091C284.525 214.091 281.688 216.777 281.688 220.091C281.688 223.405 284.525 226.091 288.024 226.091Z" fill="#F8F8F8" stroke="#E0E0E0" stroke-width="0.5" stroke-miterlimit="10"/>
|
||||
<path d="M313.366 226.091C316.865 226.091 319.701 223.405 319.701 220.091C319.701 216.777 316.865 214.091 313.366 214.091C309.867 214.091 307.03 216.777 307.03 220.091C307.03 223.405 309.867 226.091 313.366 226.091Z" fill="#F8F8F8" stroke="#E0E0E0" stroke-width="0.5" stroke-miterlimit="10"/>
|
||||
<path d="M338.708 226.091C342.207 226.091 345.044 223.405 345.044 220.091C345.044 216.777 342.207 214.091 338.708 214.091C335.209 214.091 332.373 216.777 332.373 220.091C332.373 223.405 335.209 226.091 338.708 226.091Z" fill="#F8F8F8" stroke="#E0E0E0" stroke-width="0.5" stroke-miterlimit="10"/>
|
||||
<path d="M365.512 226.091C368.742 226.091 371.361 223.405 371.361 220.091C371.361 216.777 368.742 214.091 365.512 214.091C362.283 214.091 359.664 216.777 359.664 220.091C359.664 223.405 362.283 226.091 365.512 226.091Z" fill="#F8F8F8" stroke="#E0E0E0" stroke-width="0.5" stroke-miterlimit="10"/>
|
||||
<path d="M377.209 192.091H167.648V197.091H377.209V192.091Z" fill="#E0E0E0"/>
|
||||
<path d="M377.209 200.091H167.648V205.091H377.209V200.091Z" fill="#E0E0E0"/>
|
||||
<path d="M251.473 217.091H172.522V223.091H251.473V217.091Z" fill="#E0E0E0"/>
|
||||
<path d="M377.209 229.091H167.648V248.091H377.209V229.091Z" fill="white"/>
|
||||
<path d="M262.194 245.091C265.424 245.091 268.042 242.405 268.042 239.091C268.042 235.777 265.424 233.091 262.194 233.091C258.964 233.091 256.346 235.777 256.346 239.091C256.346 242.405 258.964 245.091 262.194 245.091Z" fill="white" stroke="#E0E0E0" stroke-width="0.5" stroke-miterlimit="10"/>
|
||||
<path d="M288.024 245.091C291.523 245.091 294.359 242.405 294.359 239.091C294.359 235.777 291.523 233.091 288.024 233.091C284.525 233.091 281.688 235.777 281.688 239.091C281.688 242.405 284.525 245.091 288.024 245.091Z" fill="white" stroke="#E0E0E0" stroke-width="0.5" stroke-miterlimit="10"/>
|
||||
<path d="M313.366 245.091C316.865 245.091 319.701 242.405 319.701 239.091C319.701 235.777 316.865 233.091 313.366 233.091C309.867 233.091 307.03 235.777 307.03 239.091C307.03 242.405 309.867 245.091 313.366 245.091Z" fill="white" stroke="#E0E0E0" stroke-width="0.5" stroke-miterlimit="10"/>
|
||||
<path d="M338.708 245.091C342.207 245.091 345.044 242.405 345.044 239.091C345.044 235.777 342.207 233.091 338.708 233.091C335.209 233.091 332.373 235.777 332.373 239.091C332.373 242.405 335.209 245.091 338.708 245.091Z" fill="white" stroke="#E0E0E0" stroke-width="0.5" stroke-miterlimit="10"/>
|
||||
<path d="M365.512 245.091C368.742 245.091 371.361 242.405 371.361 239.091C371.361 235.777 368.742 233.091 365.512 233.091C362.283 233.091 359.664 235.777 359.664 239.091C359.664 242.405 362.283 245.091 365.512 245.091Z" fill="white" stroke="#E0E0E0" stroke-width="0.5" stroke-miterlimit="10"/>
|
||||
<path d="M251.473 236.091H172.522V242.091H251.473V236.091Z" fill="#E0E0E0"/>
|
||||
<path d="M377.209 248.091H167.648V267.091H377.209V248.091Z" fill="#F8F8F8"/>
|
||||
<path d="M262.194 263.091C265.424 263.091 268.042 260.405 268.042 257.091C268.042 253.777 265.424 251.091 262.194 251.091C258.964 251.091 256.346 253.777 256.346 257.091C256.346 260.405 258.964 263.091 262.194 263.091Z" fill="#F8F8F8" stroke="#E0E0E0" stroke-width="0.5" stroke-miterlimit="10"/>
|
||||
<path d="M288.024 264.091C291.523 264.091 294.359 261.181 294.359 257.591C294.359 254.001 291.523 251.091 288.024 251.091C284.525 251.091 281.688 254.001 281.688 257.591C281.688 261.181 284.525 264.091 288.024 264.091Z" fill="#F8F8F8" stroke="#E0E0E0" stroke-width="0.5" stroke-miterlimit="10"/>
|
||||
<path d="M313.366 263.091C316.865 263.091 319.701 260.405 319.701 257.091C319.701 253.777 316.865 251.091 313.366 251.091C309.867 251.091 307.03 253.777 307.03 257.091C307.03 260.405 309.867 263.091 313.366 263.091Z" fill="#F8F8F8" stroke="#E0E0E0" stroke-width="0.5" stroke-miterlimit="10"/>
|
||||
<path d="M338.708 264.091C342.207 264.091 345.044 261.181 345.044 257.591C345.044 254.001 342.207 251.091 338.708 251.091C335.209 251.091 332.373 254.001 332.373 257.591C332.373 261.181 335.209 264.091 338.708 264.091Z" fill="#F8F8F8" stroke="#E0E0E0" stroke-width="0.5" stroke-miterlimit="10"/>
|
||||
<path d="M365.512 263.091C368.742 263.091 371.361 260.405 371.361 257.091C371.361 253.777 368.742 251.091 365.512 251.091C362.283 251.091 359.664 253.777 359.664 257.091C359.664 260.405 362.283 263.091 365.512 263.091Z" fill="#F8F8F8" stroke="#E0E0E0" stroke-width="0.5" stroke-miterlimit="10"/>
|
||||
<path d="M251.473 255.091H172.522V260.091H251.473V255.091Z" fill="#E0E0E0"/>
|
||||
<path d="M377.209 267.091H167.648V286.091H377.209V267.091Z" fill="white"/>
|
||||
<path d="M262.194 282.091C265.424 282.091 268.042 279.405 268.042 276.091C268.042 272.777 265.424 270.091 262.194 270.091C258.964 270.091 256.346 272.777 256.346 276.091C256.346 279.405 258.964 282.091 262.194 282.091Z" fill="white" stroke="#E0E0E0" stroke-width="0.5" stroke-miterlimit="10"/>
|
||||
<path d="M288.024 282.091C291.523 282.091 294.359 279.405 294.359 276.091C294.359 272.777 291.523 270.091 288.024 270.091C284.525 270.091 281.688 272.777 281.688 276.091C281.688 279.405 284.525 282.091 288.024 282.091Z" fill="white" stroke="#E0E0E0" stroke-width="0.5" stroke-miterlimit="10"/>
|
||||
<path d="M313.366 282.091C316.865 282.091 319.701 279.405 319.701 276.091C319.701 272.777 316.865 270.091 313.366 270.091C309.867 270.091 307.03 272.777 307.03 276.091C307.03 279.405 309.867 282.091 313.366 282.091Z" fill="white" stroke="#E0E0E0" stroke-width="0.5" stroke-miterlimit="10"/>
|
||||
<path d="M338.708 282.091C342.207 282.091 345.044 279.405 345.044 276.091C345.044 272.777 342.207 270.091 338.708 270.091C335.209 270.091 332.373 272.777 332.373 276.091C332.373 279.405 335.209 282.091 338.708 282.091Z" fill="white" stroke="#E0E0E0" stroke-width="0.5" stroke-miterlimit="10"/>
|
||||
<path d="M365.512 282.091C368.742 282.091 371.361 279.405 371.361 276.091C371.361 272.777 368.742 270.091 365.512 270.091C362.283 270.091 359.664 272.777 359.664 276.091C359.664 279.405 362.283 282.091 365.512 282.091Z" fill="white" stroke="#E0E0E0" stroke-width="0.5" stroke-miterlimit="10"/>
|
||||
<path d="M251.473 274.091H172.522V279.091H251.473V274.091Z" fill="#E0E0E0"/>
|
||||
<path d="M462.982 135.091H383.057V141.091H462.982V135.091Z" fill="#1E88E5"/>
|
||||
<path d="M462.982 191.091H396.703V322.091H462.982V191.091Z" fill="#F8F8F8"/>
|
||||
<path d="M377.209 286.091H167.648V304.091H377.209V286.091Z" fill="#F8F8F8"/>
|
||||
<path d="M262.194 301.091C265.424 301.091 268.042 298.405 268.042 295.091C268.042 291.777 265.424 289.091 262.194 289.091C258.964 289.091 256.346 291.777 256.346 295.091C256.346 298.405 258.964 301.091 262.194 301.091Z" fill="#F8F8F8" stroke="#E0E0E0" stroke-width="0.5" stroke-miterlimit="10"/>
|
||||
<path d="M288.024 301.091C291.523 301.091 294.359 298.405 294.359 295.091C294.359 291.777 291.523 289.091 288.024 289.091C284.525 289.091 281.688 291.777 281.688 295.091C281.688 298.405 284.525 301.091 288.024 301.091Z" fill="#F8F8F8" stroke="#E0E0E0" stroke-width="0.5" stroke-miterlimit="10"/>
|
||||
<path d="M313.366 301.091C316.865 301.091 319.701 298.405 319.701 295.091C319.701 291.777 316.865 289.091 313.366 289.091C309.867 289.091 307.03 291.777 307.03 295.091C307.03 298.405 309.867 301.091 313.366 301.091Z" fill="#F8F8F8" stroke="#E0E0E0" stroke-width="0.5" stroke-miterlimit="10"/>
|
||||
<path d="M338.708 301.091C342.207 301.091 345.044 298.405 345.044 295.091C345.044 291.777 342.207 289.091 338.708 289.091C335.209 289.091 332.373 291.777 332.373 295.091C332.373 298.405 335.209 301.091 338.708 301.091Z" fill="#F8F8F8" stroke="#E0E0E0" stroke-width="0.5" stroke-miterlimit="10"/>
|
||||
<path d="M365.512 301.091C368.742 301.091 371.361 298.405 371.361 295.091C371.361 291.777 368.742 289.091 365.512 289.091C362.283 289.091 359.664 291.777 359.664 295.091C359.664 298.405 362.283 301.091 365.512 301.091Z" fill="#F8F8F8" stroke="#E0E0E0" stroke-width="0.5" stroke-miterlimit="10"/>
|
||||
<path d="M251.473 293.091H172.522V298.091H251.473V293.091Z" fill="#E0E0E0"/>
|
||||
<path d="M377.209 304.091H167.648V323.091H377.209V304.091Z" fill="white"/>
|
||||
<path d="M262.194 320.091C265.424 320.091 268.042 317.405 268.042 314.091C268.042 310.777 265.424 308.091 262.194 308.091C258.964 308.091 256.346 310.777 256.346 314.091C256.346 317.405 258.964 320.091 262.194 320.091Z" fill="white" stroke="#E0E0E0" stroke-width="0.5" stroke-miterlimit="10"/>
|
||||
<path d="M288.024 320.091C291.523 320.091 294.359 317.405 294.359 314.091C294.359 310.777 291.523 308.091 288.024 308.091C284.525 308.091 281.688 310.777 281.688 314.091C281.688 317.405 284.525 320.091 288.024 320.091Z" fill="white" stroke="#E0E0E0" stroke-width="0.5" stroke-miterlimit="10"/>
|
||||
<path d="M313.366 320.091C316.865 320.091 319.701 317.405 319.701 314.091C319.701 310.777 316.865 308.091 313.366 308.091C309.867 308.091 307.03 310.777 307.03 314.091C307.03 317.405 309.867 320.091 313.366 320.091Z" fill="white" stroke="#E0E0E0" stroke-width="0.5" stroke-miterlimit="10"/>
|
||||
<path d="M338.708 320.091C342.207 320.091 345.044 317.405 345.044 314.091C345.044 310.777 342.207 308.091 338.708 308.091C335.209 308.091 332.373 310.777 332.373 314.091C332.373 317.405 335.209 320.091 338.708 320.091Z" fill="white" stroke="#E0E0E0" stroke-width="0.5" stroke-miterlimit="10"/>
|
||||
<path d="M365.512 320.091C368.742 320.091 371.361 317.405 371.361 314.091C371.361 310.777 368.742 308.091 365.512 308.091C362.283 308.091 359.664 310.777 359.664 314.091C359.664 317.405 362.283 320.091 365.512 320.091Z" fill="white" stroke="#E0E0E0" stroke-width="0.5" stroke-miterlimit="10"/>
|
||||
<path d="M251.473 311.091H172.522V317.091H251.473V311.091Z" fill="#E0E0E0"/>
|
||||
<path d="M136.857 132.091V140.361H135.286V132.874H133.534V132.091H136.857Z" fill="#1E88E5"/>
|
||||
<path d="M137.993 132.091H139.492V140.361H137.993V132.091ZM143.879 132.091H145.679L141.594 136.134L145.848 140.361H144.011L139.818 136.134L143.879 132.091Z" fill="#707070"/>
|
||||
<path d="M151.722 140.361L151.081 138.726H146.573L145.933 140.361H144.434L147.782 132.091H149.885L153.244 140.361H151.722ZM146.888 137.942H150.767L148.833 133.036L146.888 137.942Z" fill="#707070"/>
|
||||
<path d="M135.383 141.594H136.567V141.893H135.721V142.193H136.458V142.492H135.721V142.803H136.579V143.102H135.383V141.594Z" fill="#1E88E5"/>
|
||||
<path d="M136.893 141.594H137.208L137.945 142.515V141.594H138.283V143.091H138.005L137.244 142.135V143.091H136.906V141.594H136.893Z" fill="#1E88E5"/>
|
||||
<path d="M138.67 141.594H139.02V142.25L139.661 141.594H140.084L139.443 142.227L140.12 143.091H139.697L139.214 142.446L139.032 142.63V143.091H138.682V141.594H138.67Z" fill="#707070"/>
|
||||
<path d="M140.313 141.594H140.664V142.791H141.449V143.091H140.313V141.594Z" fill="#707070"/>
|
||||
<path d="M141.727 141.594H142.078V143.091H141.727V141.594Z" fill="#707070"/>
|
||||
<path d="M142.465 141.594H142.815V142.25L143.456 141.594H143.879L143.238 142.227L143.915 143.091H143.504L143.021 142.446L142.839 142.63V143.091H142.489V141.594H142.465Z" fill="#707070"/>
|
||||
<path d="M145.329 141.582H145.643L146.32 143.091H145.957L145.812 142.757H145.147L145.002 143.091H144.652L145.329 141.582ZM145.691 142.469L145.486 141.985L145.28 142.469H145.691Z" fill="#707070"/>
|
||||
<path d="M146.573 141.594H146.888L147.625 142.515V141.594H147.963V143.091H147.673L146.912 142.135V143.091H146.573V141.594Z" fill="#707070"/>
|
||||
<path d="M148.35 141.594H148.7V142.25L149.341 141.594H149.764L149.123 142.227L149.8 143.091H149.365L148.882 142.446L148.7 142.63V143.091H148.35V141.594Z" fill="#707070"/>
|
||||
<path d="M149.994 141.594H151.178V141.893H150.332V142.193H151.069V142.492H150.332V142.803H151.19V143.102H149.994V141.594Z" fill="#707070"/>
|
||||
<path d="M151.867 141.893H151.383V141.594H152.688V141.893H152.205V143.091H151.855L151.867 141.893Z" fill="#707070"/>
|
||||
<path d="M153.293 141.582H153.607L154.284 143.091H153.921L153.776 142.757H153.111L152.966 143.091H152.628L153.293 141.582ZM153.667 142.469L153.462 141.985L153.256 142.469H153.667Z" fill="#707070"/>
|
||||
<path d="M462.982 191.091H396.703V210.091H462.982V191.091Z" fill="#1E88E5"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip0_356_2409">
|
||||
<rect width="580" height="476" fill="white" transform="translate(0 0.0910645)"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 15 KiB |
17
public/img/icons/icon_1ka_podpora.svg
Normal file
@ -0,0 +1,17 @@
|
||||
<svg width="253" height="101" viewBox="0 0 253 101" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g clip-path="url(#clip0_356_3120)">
|
||||
<path d="M122 92.0911C145.196 92.0911 164 73.2871 164 50.0911C164 26.8952 145.196 8.09113 122 8.09113C98.804 8.09113 80 26.8952 80 50.0911C80 73.2871 98.804 92.0911 122 92.0911Z" fill="#FFEBE0"/>
|
||||
<path d="M122 100.091C149.614 100.091 172 77.7054 172 50.0911C172 22.4769 149.614 0.0911255 122 0.0911255C94.3857 0.0911255 72 22.4769 72 50.0911C72 77.7054 94.3857 100.091 122 100.091Z" stroke="#E35205" stroke-miterlimit="10" stroke-dasharray="5 5"/>
|
||||
<g clip-path="url(#clip1_356_3120)">
|
||||
<path d="M106.938 25.6224L106.219 26.3099L98.2188 34.3099L97.5312 35.0286L98.2188 35.7474L113.844 51.3724L101.313 63.9036C101.184 64.0208 101.086 64.1732 101.031 64.3411L99.0313 71.8411C98.9414 72.1849 99.043 72.5482 99.293 72.7982C99.543 73.0482 99.9063 73.1497 100.25 73.0599L107.75 71.0599C107.918 71.0052 108.07 70.9075 108.188 70.7786L142.75 36.2161C142.746 36.22 143.563 35.4036 143.563 35.4036C145.465 33.5013 145.461 30.4271 143.563 28.5286C141.66 26.6263 138.59 26.6302 136.688 28.5286L123.281 41.9349L107.656 26.3099L106.938 25.6224ZM106.938 28.4661L108.563 30.0911L107.281 31.3724L108.719 32.8099L110 31.5286L111.563 33.0911L109.281 35.3724L110.719 36.8099L113 34.5286L114.563 36.0911L113.281 37.3724L114.719 38.8099L116 37.5286L117.563 39.0911L115.281 41.3724L116.719 42.8099L119 40.5286L120.563 42.0911L119.281 43.3724L120.563 44.6536L115.281 49.9349L100.375 35.0286L106.938 28.4661ZM137.281 30.7474L141.344 34.8099L106.969 69.1849L102.906 65.1224L137.281 30.7474ZM131 49.6849L130.281 50.3724L128.281 52.3724L129.719 53.8099L131 52.5286L132.563 54.0911L130.281 56.3724L131.719 57.8099L134 55.5286L135.563 57.0911L134.281 58.3724L135.719 59.8099L137 58.5286L138.563 60.0911L136.281 62.3724L137.719 63.8099L140 61.5286L141.563 63.0911L140.281 64.3724L141.719 65.8099L143 64.5286L143.625 65.1536L137.063 71.7161L123 57.6849L121.594 59.0911L136.344 73.8724L137.063 74.5599L137.781 73.8724L145.781 65.8724L146.469 65.1536L145.781 64.4349L131 49.6849Z" fill="#E35205"/>
|
||||
</g>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip0_356_3120">
|
||||
<rect width="252.5" height="100" fill="white" transform="translate(0 0.0911255)"/>
|
||||
</clipPath>
|
||||
<clipPath id="clip1_356_3120">
|
||||
<rect width="50" height="50" fill="white" transform="translate(97 25.0911)"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 2.3 KiB |
12
public/img/icons/icon_arnes_podpora.svg
Normal file
After Width: | Height: | Size: 6.0 KiB |
5
public/img/icons/icon_kako_deluje.svg
Normal file
@ -0,0 +1,5 @@
|
||||
<svg width="102" height="101" viewBox="0 0 102 101" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M51 92.0911C74.1959 92.0911 93 73.2871 93 50.0911C93 26.8952 74.1959 8.09113 51 8.09113C27.804 8.09113 9 26.8952 9 50.0911C9 73.2871 27.804 92.0911 51 92.0911Z" fill="#FFEBE0"/>
|
||||
<path d="M51 100.091C78.6142 100.091 101 77.7054 101 50.0911C101 22.4769 78.6142 0.0911255 51 0.0911255C23.3857 0.0911255 1 22.4769 1 50.0911C1 77.7054 23.3857 100.091 51 100.091Z" stroke="#E35205" stroke-miterlimit="10" stroke-dasharray="5 5"/>
|
||||
<path d="M41 30.0911C34.8164 30.0911 30.5625 32.1849 30.5625 32.1849C30.2148 32.3528 29.9961 32.7044 30 33.0911V36.0911H29C27.3555 36.0911 26 37.4466 26 39.0911V65.0911C26 66.7357 27.3555 68.0911 29 68.0911H48.7812C49.332 68.7005 50.1172 69.0911 51 69.0911C51.8828 69.0911 52.668 68.7005 53.2188 68.0911H73C74.6445 68.0911 76 66.7357 76 65.0911V39.0911C76 37.4466 74.6445 36.0911 73 36.0911H72V33.0911C72.0039 32.7044 71.7852 32.3528 71.4375 32.1849C71.4375 32.1849 67.1836 30.0911 61 30.0911C55.7227 30.0911 52.0195 31.5521 51 31.9974C49.9805 31.5521 46.2773 30.0911 41 30.0911ZM41 32.0911C46.1172 32.0911 49.2852 33.4544 50 33.7786V62.6536C48.5156 62.0599 45.6602 61.0911 41 61.0911C36.3398 61.0911 33.4844 62.0599 32 62.6536V37.2786C32.0273 37.1458 32.0273 37.0052 32 36.8724V33.7786C32.7148 33.4544 35.8828 32.0911 41 32.0911ZM61 32.0911C66.1172 32.0911 69.2852 33.4544 70 33.7786V36.9036C69.9727 37.0364 69.9727 37.1771 70 37.3099V62.6536C68.5156 62.0599 65.6602 61.0911 61 61.0911C56.3398 61.0911 53.4844 62.0599 52 62.6536V33.7786C52.7148 33.4544 55.8828 32.0911 61 32.0911ZM61 37.0911C59.8945 37.0911 59 37.9857 59 39.0911C59 40.1966 59.8945 41.0911 61 41.0911C62.1055 41.0911 63 40.1966 63 39.0911C63 37.9857 62.1055 37.0911 61 37.0911ZM29 38.0911H30V64.0911C29.9961 64.4388 30.1758 64.7591 30.4648 64.9427C30.7578 65.1302 31.125 65.1497 31.4375 64.9974C31.4375 64.9974 35.2227 63.0911 41 63.0911C46.6406 63.0911 50.3281 64.8802 50.5 64.9661C50.5117 64.9778 50.5195 64.9857 50.5312 64.9974H50.5625C50.5938 65.0091 50.625 65.0208 50.6562 65.0286C50.6758 65.0403 50.6992 65.0521 50.7188 65.0599C50.7305 65.0599 50.7383 65.0599 50.75 65.0599C50.7695 65.0716 50.793 65.0833 50.8125 65.0911C50.8242 65.0911 50.832 65.0911 50.8438 65.0911C50.9062 65.0989 50.9688 65.0989 51.0312 65.0911C51.043 65.0911 51.0508 65.0911 51.0625 65.0911C51.125 65.0872 51.1875 65.0755 51.25 65.0599C51.2812 65.0521 51.3125 65.0403 51.3438 65.0286C51.375 65.0208 51.4062 65.0091 51.4375 64.9974C51.4375 64.9974 51.5234 64.97 51.5312 64.9661C51.5547 64.9466 51.5742 64.9271 51.5938 64.9036C52.0156 64.7005 55.5703 63.0911 61 63.0911C66.7773 63.0911 70.5625 64.9974 70.5625 64.9974C70.875 65.1497 71.2422 65.1302 71.5352 64.9427C71.8242 64.7591 72.0039 64.4388 72 64.0911V38.0911H73C73.5664 38.0911 74 38.5247 74 39.0911V65.0911C74 65.6575 73.5664 66.0911 73 66.0911H29C28.4336 66.0911 28 65.6575 28 65.0911V39.0911C28 38.5247 28.4336 38.0911 29 38.0911ZM57.8125 44.0911C57.2617 44.1419 56.8555 44.6341 56.9062 45.1849C56.957 45.7357 57.4492 46.1419 58 46.0911H59V56.0911H63V45.0911C63 44.5403 62.5508 44.0911 62 44.0911H58C57.9688 44.0911 57.9375 44.0911 57.9062 44.0911C57.875 44.0911 57.8438 44.0911 57.8125 44.0911Z" fill="#E35205"/>
|
||||
</svg>
|
After Width: | Height: | Size: 3.2 KiB |
5
public/img/icons/icon_o_1ka.svg
Normal file
After Width: | Height: | Size: 7.1 KiB |
69
public/img/logo/ministrstvo.svg
Normal file
After Width: | Height: | Size: 36 KiB |
11
public/img/social/fb_orange.svg
Normal file
@ -0,0 +1,11 @@
|
||||
<svg width="40" height="41" viewBox="0 0 40 41" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g clip-path="url(#clip0_356_3151)">
|
||||
<path d="M20 40.0911C31.0457 40.0911 40 31.1368 40 20.0911C40 9.04537 31.0457 0.0910645 20 0.0910645C8.95431 0.0910645 0 9.04537 0 20.0911C0 31.1368 8.95431 40.0911 20 40.0911Z" fill="#F07D3E"/>
|
||||
<path d="M12.897 10.7653C12.3089 10.7671 11.7454 11.0016 11.3295 11.4174C10.9136 11.8333 10.6792 12.3969 10.6774 12.985V27.191C10.6792 27.7791 10.9136 28.3427 11.3295 28.7585C11.7454 29.1744 12.3089 29.4089 12.897 29.4107H20.3694C20.4174 29.4186 20.4663 29.4186 20.5142 29.4107H23.033C23.081 29.4186 23.1299 29.4186 23.1778 29.4107H27.1031C27.6912 29.4089 28.2547 29.1744 28.6706 28.7585C29.0865 28.3427 29.3209 27.7791 29.3227 27.191V12.985C29.3209 12.3969 29.0865 11.8333 28.6706 11.4174C28.2547 11.0016 27.6912 10.7671 27.1031 10.7653H12.897ZM12.897 11.6532H27.1031C27.2782 11.6523 27.4518 11.6862 27.6137 11.7528C27.7757 11.8194 27.9229 11.9175 28.0467 12.0413C28.1706 12.1652 28.2686 12.3123 28.3352 12.4743C28.4019 12.6363 28.4357 12.8099 28.4349 12.985V27.191C28.4357 27.3661 28.4019 27.5397 28.3352 27.7017C28.2686 27.8636 28.1706 28.0108 28.0467 28.1346C27.9229 28.2585 27.7757 28.3566 27.6137 28.4232C27.4518 28.4898 27.2782 28.5237 27.1031 28.5228H23.5515V22.3077H25.2475L25.8692 19.2001H23.5515V18.3123C23.5515 18.0648 23.5751 18.0454 23.6582 17.9915C23.9056 17.8907 24.173 17.8486 24.4394 17.8683H25.7713V15.3686L25.5181 15.2481C24.7558 14.9243 23.9358 14.7586 23.1077 14.7608C22.6623 14.7461 22.2195 14.8334 21.8132 15.0162C21.4068 15.1989 21.0476 15.4722 20.7631 15.8151C20.2329 16.5368 19.9638 17.4174 20 18.3123V19.2001H18.6682V22.3077H20V28.5228H12.897C12.7219 28.5237 12.5483 28.4898 12.3864 28.4232C12.2244 28.3566 12.0772 28.2585 11.9534 28.1347C11.8295 28.0108 11.7315 27.8636 11.6648 27.7017C11.5982 27.5397 11.5644 27.3661 11.5652 27.191V12.985C11.5644 12.8099 11.5982 12.6363 11.6648 12.4743C11.7315 12.3123 11.8295 12.1652 11.9534 12.0413C12.0772 11.9175 12.2244 11.8194 12.3864 11.7528C12.5483 11.6862 12.7219 11.6523 12.897 11.6532ZM23.1076 15.6486C23.7141 15.6361 24.3173 15.7418 24.8834 15.9599V16.9804H24.4394C24.0007 16.9427 23.5607 17.0353 23.1744 17.2466C23.0083 17.3686 22.8748 17.5297 22.7857 17.7155C22.6966 17.9014 22.6547 18.1063 22.6637 18.3122V20.088H24.7854L24.5192 21.4198H22.6637V28.5228H20.8879V21.4198H19.5561V20.088H20.8879V18.3123C20.8548 17.6194 21.0551 16.9355 21.4567 16.37C21.6541 16.1265 21.907 15.9338 22.1943 15.8083C22.4816 15.6827 22.7948 15.628 23.1076 15.6486Z" fill="white"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip0_356_3151">
|
||||
<rect width="40" height="40" fill="white" transform="translate(0 0.0910645)"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 2.6 KiB |
11
public/img/social/twitter_orange.svg
Normal file
@ -0,0 +1,11 @@
|
||||
<svg width="40" height="41" viewBox="0 0 40 41" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g clip-path="url(#clip0_356_3154)">
|
||||
<path d="M20 40.0911C31.0457 40.0911 40 31.1368 40 20.0911C40 9.04537 31.0457 0.0910645 20 0.0910645C8.95431 0.0910645 0 9.04537 0 20.0911C0 31.1368 8.95431 40.0911 20 40.0911Z" fill="#F07D3E"/>
|
||||
<path d="M24.9941 11.553C23.6855 11.5543 22.4308 12.0748 21.5055 13.0001C20.5801 13.9254 20.0597 15.1801 20.0584 16.4888C20.0692 16.6508 20.0882 16.8122 20.1153 16.9724C18.4974 16.827 16.9246 16.361 15.4886 15.6015C14.0527 14.842 12.7823 13.8043 11.7516 12.5487C11.7052 12.49 11.6451 12.4436 11.5766 12.4136C11.5081 12.3835 11.4333 12.3707 11.3587 12.3762C11.2843 12.3818 11.2124 12.4056 11.1494 12.4457C11.0865 12.4857 11.0344 12.5406 10.9977 12.6056C10.5095 13.4347 10.2797 14.3906 10.338 15.351C10.3963 16.3114 10.7399 17.2326 11.3249 17.9965C11.2075 17.9449 11.0795 17.9165 10.9693 17.8542C10.9002 17.8175 10.8228 17.7992 10.7446 17.8011C10.6664 17.803 10.59 17.825 10.5228 17.865C10.4556 17.9051 10.3999 17.9618 10.361 18.0296C10.3221 18.0975 10.3013 18.1743 10.3008 18.2525V18.3094C10.3063 19.1041 10.5047 19.8856 10.8788 20.5867C11.2529 21.2878 11.7916 21.8877 12.4486 22.3348C12.4344 22.3357 12.4201 22.3357 12.4059 22.3348C12.3291 22.3214 12.2502 22.3279 12.1767 22.3538C12.1031 22.3797 12.0375 22.424 11.9861 22.4826C11.9346 22.5412 11.8991 22.612 11.883 22.6882C11.8668 22.7645 11.8706 22.8436 11.8938 22.918C12.1505 23.6971 12.5969 24.4001 13.1928 24.9637C13.7887 25.5273 14.5155 25.9339 15.3076 26.1468C13.6904 27.1106 11.801 27.5155 9.93093 27.2989C9.82755 27.2852 9.7226 27.3074 9.63361 27.3618C9.54462 27.4162 9.47699 27.4994 9.44202 27.5977C9.40705 27.6959 9.40686 27.8032 9.44148 27.9016C9.4761 28 9.54343 28.0835 9.63223 28.1381C11.7528 29.5039 14.2219 30.2299 16.7442 30.2291C18.5946 30.2639 20.4305 29.8966 22.125 29.1525C23.8196 28.4084 25.3323 27.3052 26.5588 25.9192C28.7213 23.4538 29.9275 20.2943 29.9583 17.015C29.9583 16.8852 29.9476 16.759 29.944 16.631C30.7844 16.0013 31.5149 15.2372 32.1061 14.3694C32.1621 14.2869 32.1895 14.1884 32.184 14.0889C32.1786 13.9894 32.1407 13.8944 32.0761 13.8185C32.0115 13.7426 31.9238 13.69 31.8265 13.6687C31.7291 13.6475 31.6275 13.6588 31.5371 13.7008C31.3024 13.8057 31.0286 13.8164 30.7833 13.9C31.1174 13.4724 31.377 12.9915 31.5514 12.4776C31.5791 12.3895 31.5793 12.295 31.5521 12.2068C31.5248 12.1186 31.4714 12.0407 31.3988 11.9836C31.3263 11.9265 31.238 11.8928 31.1459 11.887C31.0537 11.8812 30.962 11.9037 30.8828 11.9513C30.0923 12.413 29.2326 12.7443 28.3367 12.9327C27.4392 12.0635 26.2435 11.5699 24.9941 11.553ZM24.9941 12.4634C25.5464 12.4636 26.0928 12.5773 26.5993 12.7975C27.1058 13.0178 27.5616 13.3398 27.9385 13.7435C27.9928 13.7994 28.0606 13.8405 28.1352 13.8629C28.2099 13.8853 28.2891 13.8883 28.3652 13.8715C28.9491 13.7555 29.5207 13.584 30.0721 13.3595C29.7571 13.7882 29.3607 14.1507 28.9057 14.4263C28.8056 14.4753 28.7269 14.5593 28.6846 14.6623C28.6423 14.7654 28.6393 14.8805 28.6761 14.9856C28.7129 15.0908 28.787 15.1788 28.8843 15.233C28.9817 15.2872 29.0956 15.3038 29.2044 15.2797C29.6437 15.1922 30.0763 15.0733 30.4988 14.9241C30.1108 15.3449 29.6819 15.726 29.2186 16.062C29.1566 16.1073 29.1071 16.1676 29.0747 16.2373C29.0424 16.307 29.0283 16.3837 29.0337 16.4603C29.0408 16.6452 29.0479 16.8283 29.0479 17.015C29.0134 20.069 27.8884 23.0101 25.876 25.3076C24.7379 26.601 23.331 27.6302 21.7537 28.323C20.1763 29.0159 18.4666 29.3557 16.7442 29.3188C14.9914 29.3189 13.2593 28.9404 11.6663 28.2093C13.5285 28.0813 15.3107 27.4031 16.7869 26.2606C16.8596 26.2024 16.9128 26.1233 16.9392 26.034C16.9656 25.9447 16.9639 25.8494 16.9345 25.761C16.905 25.6726 16.8491 25.5954 16.7744 25.5398C16.6997 25.4841 16.6097 25.4528 16.5166 25.4499C15.807 25.4316 15.1152 25.2242 14.5125 24.8491C13.9099 24.474 13.4183 23.9449 13.0886 23.3163H13.1597C13.6016 23.3178 14.0417 23.2604 14.4683 23.1456C14.5656 23.1176 14.6508 23.0579 14.7104 22.976C14.77 22.8942 14.8005 22.7948 14.7973 22.6936C14.794 22.5924 14.7571 22.4952 14.6924 22.4173C14.6276 22.3394 14.5388 22.2854 14.4399 22.2637C13.6493 22.0952 12.9284 21.691 12.3723 21.1044C11.8161 20.5178 11.4509 19.7764 11.3249 18.978C11.7857 19.1501 12.2702 19.2508 12.7615 19.2767C12.8623 19.2827 12.9622 19.2551 13.0456 19.1981C13.129 19.1411 13.191 19.058 13.222 18.9618C13.2529 18.8657 13.2511 18.762 13.2166 18.6671C13.1822 18.5722 13.1171 18.4914 13.0317 18.4375C12.4796 18.0688 12.0272 17.5695 11.7145 16.9839C11.4019 16.3983 11.2387 15.7445 11.2395 15.0806C11.2514 14.5816 11.3575 14.0893 11.5525 13.6298C13.8788 16.219 17.1375 17.7793 20.6131 17.9681C20.6835 17.9717 20.7537 17.9592 20.8184 17.9315C20.8831 17.9037 20.9406 17.8615 20.9865 17.8081C21.032 17.7542 21.0644 17.6905 21.081 17.622C21.0977 17.5535 21.0982 17.4821 21.0825 17.4134C21.0093 17.1106 20.9711 16.8003 20.9687 16.4888C20.9676 15.9599 21.071 15.4359 21.2729 14.9471C21.4748 14.4582 21.7713 14.014 22.1453 13.64C22.5193 13.266 22.9635 12.9695 23.4524 12.7676C23.9412 12.5657 24.4652 12.4623 24.9941 12.4634Z" fill="white"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip0_356_3154">
|
||||
<rect width="40" height="40" fill="white" transform="translate(0 0.0910645)"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 5.1 KiB |