replace AboutMe section with MyPriorities section

This commit is contained in:
Dawid Wysokiński 2020-07-14 12:50:36 +02:00
parent 30288dfdc3
commit aa9cb1de0a
8 changed files with 244 additions and 33 deletions

View File

@ -5,7 +5,7 @@ import { Divider } from "@material-ui/core"
import Layout from "@components/Layout/Layout"
import SEO from "@components/SEO"
import Header from "./components/Header"
import AboutMe from "./components/AboutMe"
import MyPriorities from "./components/MyPriorities/MyPriorities"
import Technologies from "./components/Technologies/Technologies"
import Projects from "./components/Projects/Projects"
import Contact from "./components/Contact"
@ -22,7 +22,7 @@ const HomePage = ({ location }) => {
<Layout className={classes.layout} navbarProps={{ position: "absolute" }}>
<SEO title="Strona główna" pathname={location.pathname} />
<Header />
<AboutMe />
<MyPriorities />
<Divider />
<Technologies />
<Projects />

View File

@ -1,31 +0,0 @@
import React from "react"
import { Container, Typography } from "@material-ui/core"
import Section from "@components/Section"
function AboutMe() {
return (
<Section>
<Container>
<Typography align="center" variant="h2" gutterBottom>
O mnie
</Typography>
<Typography>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi
porttitor, neque et pellentesque mattis, quam felis tempor risus, id
porta lacus nulla ac ipsum. Etiam turpis felis, vehicula non porttitor
sed, mattis in sapien. Integer pretium tempor mi. Nullam placerat
auctor arcu, eu condimentum ex. Class aptent taciti sociosqu ad litora
torquent per conubia nostra, per inceptos himenaeos. Suspendisse eget
lorem finibus, tempus elit non, consectetur quam. Fusce eget nisl
eros. Proin ligula ante, vestibulum nec metus quis, pharetra aliquam
orci. Pellentesque at dolor sodales, maximus erat eu, cursus libero.
Phasellus cursus, augue laoreet convallis varius, neque tellus sodales
nibh, sed condimentum dui turpis id felis.
</Typography>
</Container>
</Section>
)
}
export default AboutMe

View File

@ -0,0 +1,72 @@
import React from "react"
import { makeStyles } from "@material-ui/core/styles"
import { Container, Typography, Grid } from "@material-ui/core"
import Section from "@components/Section"
import speedIcon from "./speed.svg"
import responsiveIcon from "./responsive.svg"
import securityIcon from "./security.svg"
import intuitiveIcon from "./intuitive.svg"
const useStyles = makeStyles(() => ({
icon: {
width: 128,
height: 128,
},
container: {
textAlign: "center",
},
}))
function MyPriorities() {
const classes = useStyles()
return (
<Section>
<Container className={classes.container}>
<Typography align="center" variant="h2" gutterBottom>
Moje priorytety
</Typography>
<Grid container spacing={2}>
<Grid item xs={12} sm={6} md={3}>
<img className={classes.icon} src={speedIcon} alt="Szybkość" />
<Typography variant="h5">Szybkość</Typography>
<Typography>
Szybki czas ładowania & brak opóźnień przy interakcjach.
</Typography>
</Grid>
<Grid item xs={12} sm={6} md={3}>
<img
className={classes.icon}
src={responsiveIcon}
alt="Responsywność"
/>
<Typography variant="h5">Responsywność</Typography>
<Typography>
Wygląd strony dopasowany do wszystkich urządzeń.
</Typography>
</Grid>
<Grid item xs={12} sm={6} md={3}>
<img
className={classes.icon}
src={securityIcon}
alt="Bezpieczeństwo"
/>
<Typography variant="h5">Bezpieczeństwo</Typography>
<Typography>Brak luk w zabezpieczeniach.</Typography>
</Grid>
<Grid item xs={12} sm={6} md={3}>
<img
className={classes.icon}
src={intuitiveIcon}
alt="Intuicyjność"
/>
<Typography variant="h5">Intuicyjność</Typography>
<Typography>Intuicyjny interfejs użytkownika.</Typography>
</Grid>
</Grid>
</Container>
</Section>
)
}
export default MyPriorities

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -0,0 +1,50 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 511.995 511.995" style="enable-background:new 0 0 511.995 511.995;" xml:space="preserve">
<circle style="fill:#E84F4F;" cx="255.997" cy="255.997" r="255.997"/>
<path style="fill:#C94545;" d="M503.781,320.527L318.084,134.83c-93.515-99.29-289.541,3.776-180.81,171.37l194.471,194.471
c84.186-25.989,149.824-94.292,172.037-180.033L503.781,320.527L503.781,320.527z"/>
<path style="fill:#FFD630;" d="M225.347,155.377c34.651,0,62.64,28.099,62.64,62.64s-28.099,62.64-62.64,62.64
s-62.64-28.099-62.64-62.64C162.707,183.365,190.806,155.377,225.347,155.377z M225.347,93.403
c34.429,0,65.527,13.994,88.073,36.539c22.546,22.546,36.539,53.643,36.539,88.073s-13.994,65.527-36.539,88.073
c-22.546,22.546-53.643,36.539-88.073,36.539s-65.527-13.994-88.073-36.539c-22.546-22.546-36.539-53.754-36.539-88.073
c0-34.429,13.994-65.527,36.539-88.073S191.029,93.403,225.347,93.403z M291.985,151.379
c-16.992-16.992-40.649-27.544-66.638-27.544s-49.534,10.55-66.638,27.544c-16.992,16.992-27.544,40.649-27.544,66.638
s10.551,49.534,27.544,66.638c16.992,16.992,40.649,27.544,66.638,27.544s49.534-10.551,66.638-27.544
c16.992-16.992,27.544-40.649,27.544-66.638S308.977,168.483,291.985,151.379z"/>
<path style="fill:#FDFDFD;" d="M366.952,418.484l-72.857-78.521l-28.099,26.1l-46.647-151.046l147.159,57.864l-28.099,26.1
l72.857,78.521l-44.314,41.093L366.952,418.484L366.952,418.484z"/>
<path style="fill:#E6E6E6;" d="M219.349,215.017l147.159,57.864l-28.099,26.1l72.857,78.521l-22.546,20.991L219.46,215.128
L219.349,215.017z"/>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@ -0,0 +1,35 @@
<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve" width="512px" height="512px" class=""><g><circle style="fill:#DC594E" cx="257.06" cy="267" r="245" data-original="#FF9518" class="active-path" data-old_color="#FF9518"/><rect x="162.51" y="388.5" style="fill:#445EA0;" width="94.35" height="40.586" data-original="#445EA0" class=""/><path style="fill:#293D7C;" d="M300.979,449.3c0,2.75-2.25,5-5,5H123.386c-2.75,0-5-2.25-5-5v-16.209c0-2.75,2.25-5,5-5H295.98 c2.75,0,5,2.25,5,5L300.979,449.3L300.979,449.3z" data-original="#293D7C" class=""/><path style="fill:#1A2B63;" d="M138.228,449.3v-16.209c0-2.75,2.25-5,5-5h-19.842c-2.75,0-5,2.25-5,5V449.3c0,2.75,2.25,5,5,5 h19.842C140.478,454.3,138.228,452.05,138.228,449.3z" data-original="#1A2B63" class=""/><path style="fill:#293D7C;" d="M350.927,330.888H9.94v48.617c0,5.5,4.5,10,10,10h330.986v-58.617H350.927z" data-original="#293D7C" class=""/><path style="fill:#1A2B63;" d="M29.783,379.505v-48.617H9.94v48.617c0,5.5,4.5,10,10,10h19.842 C34.283,389.505,29.783,385.005,29.783,379.505z" data-original="#1A2B63" class=""/><path style="fill:#445EA0;" d="M399.822,105.259h-39.976v109.255c-5.18,0.02-9.389,4.252-9.389,9.454v88.713H57.407V105.259H19.543 c-5.281,0-9.603,4.32-9.603,9.602v217.027h340.986v-107.92c0-5.214,4.242-9.456,9.456-9.456h49.041V114.86 C409.424,109.579,405.103,105.259,399.822,105.259z" data-original="#445EA0" class=""/><g>
<path style="fill:#293D7C;" d="M57.407,124.464h-23.26c-2.75,0-5,2.25-5,5v178.217c0,2.75,2.25,5,5,5h23.261L57.407,124.464 L57.407,124.464z" data-original="#293D7C" class=""/>
<path style="fill:#293D7C;" d="M385.219,124.464h-25.372v90.075c0.179-0.01,0.355-0.027,0.536-0.027h29.836v-85.048 C390.219,126.714,387.969,124.464,385.219,124.464z" data-original="#293D7C" class=""/>
</g><path style="fill:#1A2B63;" d="M48.989,307.681V129.464c0-2.75,2.25-5,5-5H34.147c-2.75,0-5,2.25-5,5v178.217c0,2.75,2.25,5,5,5 h19.842C51.239,312.681,48.989,310.431,48.989,307.681z" data-original="#1A2B63" class=""/><circle style="fill:#445EA0;" cx="209.68" cy="361.01" r="12.153" data-original="#445EA0" class=""/><path style="fill:#C3DDF4;" d="M167.197,65.513c0-2.447,2.004-4.451,4.453-4.451h114.807V5.266c0-2.897-2.369-5.266-5.265-5.266 H62.172c-2.896,0-5.265,2.369-5.265,5.266v307.415h110.29V65.513z" data-original="#C3DDF4" class=""/><path style="fill:#AEC1ED;" d="M82.014,0H62.172c-2.896,0-5.265,2.369-5.265,5.266v307.415H76.75V5.266 C76.75,2.369,79.119,0,82.014,0z" data-original="#AEC1ED" class=""/><path style="fill:#FFFFFF;" d="M350.927,223.968c0-5.202,4.223-9.435,9.42-9.454V64.513c0-2.447-2.004-4.451-4.452-4.451H170.65 c-2.449,0-4.453,2.004-4.453,4.451v248.168h184.729v-88.713H350.927z" data-original="#FFFFFF" class=""/><path style="fill:#D9EAFC;" d="M190.493,60.062H170.65c-2.449,0-4.453,2.004-4.453,4.451v248.168h19.842V64.513 C186.04,62.065,188.044,60.062,190.493,60.062z" data-original="#D9EAFC" class=""/><path style="fill:#0F9390;" d="M208.817,160.439c-2.162,0-4.219-0.933-5.643-2.56l-11.999-13.707 c-2.729-3.117-2.414-7.855,0.703-10.584c3.115-2.728,7.854-2.413,10.583,0.703l6.356,7.261l10.106-11.545 c2.728-3.117,7.466-3.432,10.583-0.703c3.117,2.729,3.432,7.467,0.703,10.584l-15.749,17.991 C213.037,159.505,210.98,160.439,208.817,160.439z" data-original="#0F9390" class=""/><g>
<path style="fill:#52BBEF;" d="M329.727,141.591H249.4c-4.142,0-7.5-3.357-7.5-7.5s3.358-7.5,7.5-7.5h80.327 c4.142,0,7.5,3.357,7.5,7.5C337.227,138.233,333.869,141.591,329.727,141.591z" data-original="#52BBEF" class=""/>
<path style="fill:#52BBEF;" d="M329.727,162.153H249.4c-4.142,0-7.5-3.357-7.5-7.5s3.358-7.5,7.5-7.5h80.327 c4.142,0,7.5,3.357,7.5,7.5S333.869,162.153,329.727,162.153z" data-original="#52BBEF" class=""/>
</g><path style="fill:#0F9390;" d="M208.817,222.124c-2.162,0-4.219-0.933-5.643-2.559l-11.999-13.706 c-2.729-3.117-2.414-7.855,0.703-10.583c3.117-2.729,7.855-2.413,10.583,0.702l6.356,7.261l10.106-11.545 c2.728-3.116,7.466-3.431,10.583-0.703c3.117,2.729,3.432,7.467,0.703,10.584l-15.749,17.99 C213.037,221.191,210.98,222.124,208.817,222.124z" data-original="#0F9390" class=""/><g>
<path style="fill:#52BBEF;" d="M329.727,203.276H249.4c-4.142,0-7.5-3.357-7.5-7.5s3.358-7.5,7.5-7.5h80.327 c4.142,0,7.5,3.357,7.5,7.5S333.869,203.276,329.727,203.276z" data-original="#52BBEF" class=""/>
<path style="fill:#52BBEF;" d="M329.727,223.839H249.4c-4.142,0-7.5-3.357-7.5-7.5s3.358-7.5,7.5-7.5h80.327 c4.142,0,7.5,3.357,7.5,7.5C337.227,220.481,333.869,223.839,329.727,223.839z" data-original="#52BBEF" class=""/>
</g><path style="fill:#0F9390;" d="M208.817,283.81L208.817,283.81c-2.162,0-4.219-0.934-5.643-2.56l-11.999-13.707 c-2.729-3.117-2.414-7.855,0.703-10.584c3.115-2.728,7.854-2.412,10.583,0.703l6.356,7.261l10.106-11.544 c2.728-3.117,7.466-3.431,10.583-0.703c3.117,2.729,3.432,7.467,0.703,10.584l-15.749,17.99 C213.037,282.876,210.98,283.81,208.817,283.81z" data-original="#0F9390" class=""/><g>
<path style="fill:#52BBEF;" d="M329.727,264.962H249.4c-4.142,0-7.5-3.357-7.5-7.5s3.358-7.5,7.5-7.5h80.327 c4.142,0,7.5,3.357,7.5,7.5C337.227,261.604,333.869,264.962,329.727,264.962z" data-original="#52BBEF" class=""/>
<path style="fill:#52BBEF;" d="M300.2,285.524h-50.801c-4.142,0-7.5-3.357-7.5-7.5s3.358-7.5,7.5-7.5H300.2 c4.142,0,7.5,3.357,7.5,7.5S304.342,285.524,300.2,285.524z" data-original="#52BBEF" class=""/>
</g><g>
<path style="fill:#445EA0;" d="M144.543,77.86H86.022c-4.142,0-7.5-3.357-7.5-7.5s3.358-7.5,7.5-7.5h58.522 c4.142,0,7.5,3.357,7.5,7.5C152.043,74.503,148.685,77.86,144.543,77.86z" data-original="#445EA0" class=""/>
<path style="fill:#445EA0;" d="M144.543,98.703H86.022c-4.142,0-7.5-3.357-7.5-7.5s3.358-7.5,7.5-7.5h58.522 c4.142,0,7.5,3.357,7.5,7.5S148.685,98.703,144.543,98.703z" data-original="#445EA0" class=""/>
<path style="fill:#445EA0;" d="M144.543,119.546H86.022c-4.142,0-7.5-3.357-7.5-7.5s3.358-7.5,7.5-7.5h58.522 c4.142,0,7.5,3.357,7.5,7.5S148.685,119.546,144.543,119.546z" data-original="#445EA0" class=""/>
<path style="fill:#445EA0;" d="M144.543,159.038H86.022c-4.142,0-7.5-3.357-7.5-7.5s3.358-7.5,7.5-7.5h58.522 c4.142,0,7.5,3.357,7.5,7.5C152.043,155.681,148.685,159.038,144.543,159.038z" data-original="#445EA0" class=""/>
<path style="fill:#445EA0;" d="M144.543,179.882H86.022c-4.142,0-7.5-3.357-7.5-7.5s3.358-7.5,7.5-7.5h58.522 c4.142,0,7.5,3.357,7.5,7.5C152.043,176.524,148.685,179.882,144.543,179.882z" data-original="#445EA0" class=""/>
<path style="fill:#445EA0;" d="M144.543,200.726H86.022c-4.142,0-7.5-3.357-7.5-7.5s3.358-7.5,7.5-7.5h58.522 c4.142,0,7.5,3.357,7.5,7.5C152.043,197.368,148.685,200.726,144.543,200.726z" data-original="#445EA0" class=""/>
<path style="fill:#445EA0;" d="M144.543,240.218H86.022c-4.142,0-7.5-3.357-7.5-7.5s3.358-7.5,7.5-7.5h58.522 c4.142,0,7.5,3.357,7.5,7.5C152.043,236.86,148.685,240.218,144.543,240.218z" data-original="#445EA0" class=""/>
<path style="fill:#445EA0;" d="M144.543,261.06H86.022c-4.142,0-7.5-3.357-7.5-7.5s3.358-7.5,7.5-7.5h58.522 c4.142,0,7.5,3.357,7.5,7.5C152.043,257.703,148.685,261.06,144.543,261.06z" data-original="#445EA0" class=""/>
<path style="fill:#445EA0;" d="M144.543,281.903H86.022c-4.142,0-7.5-3.357-7.5-7.5s3.358-7.5,7.5-7.5h58.522 c4.142,0,7.5,3.357,7.5,7.5C152.043,278.546,148.685,281.903,144.543,281.903z" data-original="#445EA0" class=""/>
<path style="fill:#445EA0;" d="M303.698,97.499h-80.853c-4.142,0-7.5-3.357-7.5-7.5s3.358-7.5,7.5-7.5h80.853 c4.142,0,7.5,3.357,7.5,7.5S307.84,97.499,303.698,97.499z" data-original="#445EA0" class=""/>
</g><path style="fill:#AEC1ED;" d="M474.868,443.844c0,5.751-4.705,10.456-10.456,10.456H360.383c-5.751,0-10.456-4.705-10.456-10.456 V223.968c0-5.751,4.705-10.456,10.456-10.456h104.029c5.751,0,10.456,4.705,10.456,10.456L474.868,443.844L474.868,443.844z" data-original="#AEC1ED" class=""/><path style="fill:#85A0DD;" d="M369.769,443.844V223.968c0-5.751,4.705-10.456,10.456-10.456h-19.842 c-5.751,0-10.456,4.705-10.456,10.456v219.876c0,5.751,4.705,10.456,10.456,10.456h19.842 C374.474,454.3,369.769,449.595,369.769,443.844z" data-original="#85A0DD" class=""/><path style="fill:#445EA0;" d="M391.485,413.15v11.786c0,2.75,2.25,5,5,5h31.824c2.75,0,5-2.25,5-5V413.15H391.485z" data-original="#445EA0" class=""/><rect x="349.93" y="247.39" style="fill:#91E0E8;" width="124.94" height="166.76" data-original="#91E0E8" class=""/><rect x="349.93" y="247.39" style="fill:#5DC1D8;" width="19.842" height="166.76" data-original="#5DC1D8" class=""/><path style="fill:#445EA0;" d="M430.172,237.729h-35.55c-4.142,0-7.5-3.357-7.5-7.5s3.358-7.5,7.5-7.5h35.55 c4.142,0,7.5,3.357,7.5,7.5S434.314,237.729,430.172,237.729z" data-original="#445EA0" class=""/><g>
<path style="fill:#EEF6FF" d="M459.009,302.603c0,2.75-2.25,5-5,5h-83.058c-2.75,0-5-2.25-5-5v-34.958c0-2.75,2.25-5,5-5h83.058 c2.75,0,5,2.25,5,5L459.009,302.603L459.009,302.603z" data-original="#EEF6FF" class="" data-old_color="#EEF6FF"/>
<path style="fill:#EEF6FF" d="M434.814,332.336h-61.188c-4.142,0-7.5-3.357-7.5-7.5s3.358-7.5,7.5-7.5h61.188 c4.142,0,7.5,3.357,7.5,7.5C442.314,328.978,438.956,332.336,434.814,332.336z" data-original="#EEF6FF" class="" data-old_color="#EEF6FF"/>
<path style="fill:#EEF6FF" d="M434.814,354.451h-61.188c-4.142,0-7.5-3.357-7.5-7.5s3.358-7.5,7.5-7.5h61.188 c4.142,0,7.5,3.357,7.5,7.5S438.956,354.451,434.814,354.451z" data-original="#EEF6FF" class="" data-old_color="#EEF6FF"/>
<path style="fill:#EEF6FF" d="M434.814,376.565h-61.188c-4.142,0-7.5-3.357-7.5-7.5c0-4.142,3.358-7.5,7.5-7.5h61.188 c4.142,0,7.5,3.358,7.5,7.5C442.314,373.208,438.956,376.565,434.814,376.565z" data-original="#EEF6FF" class="" data-old_color="#EEF6FF"/>
</g><g>
<path style="fill:#D9EAFC;" d="M385.794,302.603v-34.958c0-2.75,2.25-5,5-5h-19.842c-2.75,0-5,2.25-5,5v34.958c0,2.75,2.25,5,5,5 h19.842C388.044,307.603,385.794,305.353,385.794,302.603z" data-original="#D9EAFC" class=""/>
<path style="fill:#D9EAFC;" d="M385.968,324.836c0-4.143,3.358-7.5,7.5-7.5h-19.842c-4.142,0-7.5,3.357-7.5,7.5s3.358,7.5,7.5,7.5 h19.842C389.326,332.336,385.968,328.978,385.968,324.836z" data-original="#D9EAFC" class=""/>
<path style="fill:#D9EAFC;" d="M385.968,346.951c0-4.143,3.358-7.5,7.5-7.5h-19.842c-4.142,0-7.5,3.357-7.5,7.5s3.358,7.5,7.5,7.5 h19.842C389.326,354.451,385.968,351.094,385.968,346.951z" data-original="#D9EAFC" class=""/>
<path style="fill:#D9EAFC;" d="M385.968,369.065c0-4.142,3.358-7.5,7.5-7.5h-19.842c-4.142,0-7.5,3.358-7.5,7.5 c0,4.143,3.358,7.5,7.5,7.5h19.842C389.326,376.565,385.968,373.208,385.968,369.065z" data-original="#D9EAFC" class=""/>
</g><path style="fill:#FFFFFF;" d="M269.06,41c0,2.75-2.25,5-5,5h-181c-2.75,0-5-2.25-5-5V27c0-2.75,2.25-5,5-5h181c2.75,0,5,2.25,5,5 V41z" data-original="#FFFFFF" class=""/></g> </svg>

After

Width:  |  Height:  |  Size: 11 KiB

View File

@ -0,0 +1,2 @@
<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve" width="512px" height="512px" class=""><g><circle style="fill:#FF432E" cx="256" cy="256" r="256" data-original="#FFB74F" class="" data-old_color="#FFB74F"/><path style="fill:#DB0404" d="M512,256c0-16.488-1.578-32.605-4.556-48.226l-89.046-89.047L255.999,49.24L93.601,118.728v156.146 c0,24.272,2.879,50.808,23.762,80.368c5.845,8.273,12.906,16.468,21.199,24.614l131.767,131.738C405.046,504.16,512,392.576,512,256 z" data-original="#E67500" class="active-path" data-old_color="#E67500"/><path style="fill:#6D76E7;" d="M255.999,67.73l-145.398,62.215c0,0,0,104.134,0,144.929c0,40.796,6.591,93.075,145.398,162.856 c138.807-69.781,145.398-122.061,145.398-162.856s0-144.929,0-144.929L255.999,67.73z" data-original="#6D76E7" class=""/><path style="fill:#1C2EDE;" d="M401.399,129.94c0,0,0,104.14,0,144.93c0,40.8-6.59,93.08-145.4,162.86v-370L401.399,129.94z" data-original="#1C2EDE" class=""/><polygon style="fill:#00EFD1" points="239.003,322.438 166.972,251.649 195.009,223.12 238.979,266.332 316.96,189.562 345.022,218.067 " data-original="#00EFD1" class="" data-old_color="#00EFD1"/><polygon style="fill:#00AD95;" points="345.017,218.064 255.997,305.704 255.997,249.574 316.957,189.564 " data-original="#00AD95" class=""/><path style="fill:#FFFFFF;" d="M255.999,456.758l-7.636-3.838c-64.691-32.522-107.541-64.473-131-97.678 c-20.883-29.56-23.762-56.095-23.762-80.368V118.728L255.999,49.24l162.398,69.488v156.146c0,24.272-2.879,50.808-23.762,80.368 c-23.459,33.205-66.31,65.156-131.001,97.678L255.999,456.758z M127.601,141.161v133.712c0,30.969-0.011,77.463,128.398,143.777 c128.41-66.314,128.398-112.808,128.398-143.777V141.161l-128.398-54.94L127.601,141.161z" data-original="#FFFFFF" class=""/><path style="fill:#FFEC97" d="M255.999,49.24v36.98l128.4,54.94v133.71c0,30.97,0.01,77.47-128.4,143.78v38.11l7.64-3.84 c64.69-32.52,107.54-64.47,131-97.68c20.88-29.56,23.76-56.09,23.76-80.37V118.73L255.999,49.24z" data-original="#FFEC97" class="" data-old_color="#FFEC97"/></g> </svg>

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

@ -0,0 +1,79 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 21.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve" width="512" height="512">
<g>
<g>
<g>
<g>
<g>
<g>
<g>
<g>
<g>
<g>
<g>
<g>
<circle style="fill:#FF432E;" cx="256" cy="256" r="256"/>
</g>
</g>
</g>
</g>
</g>
</g>
</g>
</g>
</g>
</g>
</g>
<path style="fill:#DB0404;" d="M256,512c141.385,0,256-114.615,256-256c0-11.561-0.78-22.939-2.265-34.094l-78.991-78.991 l-8.673,10.508l-16.318-16.318l-23.064,12.585L289.5,56.5l-67,41l50.939,50.939l-134.844,255.85l108.034,107.523 c0.006,0,0.011,0,0.017,0c0.211,0.007,0.423,0.011,0.634,0.018l-0.005,0.006C250.173,511.933,253.078,512,256,512z"/>
<g>
<rect x="118.095" y="115.214" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -58.7278 139.1405)" style="fill:#333940;" width="41" height="50.495"/>
</g>
<g>
<rect x="348.157" y="119.962" transform="matrix(0.7071 -0.7071 0.7071 0.7071 10.0463 305.1773)" style="fill:#23272B;" width="50.495" height="41"/>
</g>
<circle style="fill:#FFFFFF;" cx="256" cy="279.231" r="156.622"/>
<path style="fill:#E9EDF5;" d="M256,122.609c-0.032,0-0.063,0.001-0.095,0.001v313.242c0.032,0,0.063,0.001,0.095,0.001 c86.5,0,156.622-70.122,156.622-156.622S342.5,122.609,256,122.609z"/>
<g>
<path style="fill:#CDD2E1;" d="M256,208.957c-38.812,0-70.275,31.463-70.275,70.275c0,0.258,0.017,0.512,0.019,0.769H132.1 c-0.002-0.257-0.01-0.512-0.01-0.769c0-68.433,55.476-123.91,123.91-123.91c0.334,0,0.666,0.01,1,0.013v53.648 C256.666,208.977,256.335,208.957,256,208.957z"/>
</g>
<path style="fill:#555A66;" d="M271,108.272V83h-30v25.272c-87.634,7.625-156.622,81.381-156.622,170.959 c0,94.633,76.989,171.622,171.622,171.622s171.622-76.989,171.622-171.622C427.622,189.653,358.634,115.897,271,108.272z M256,420.854c-78.091,0-141.622-63.531-141.622-141.622S177.909,137.609,256,137.609s141.622,63.532,141.622,141.623 S334.091,420.854,256,420.854z"/>
<path style="fill:#333940;" d="M271,108.272V83h-15.095v54.61c0.032,0,0.063-0.001,0.095-0.001 c78.091,0,141.622,63.532,141.622,141.623S334.091,420.854,256,420.854c-0.032,0-0.063-0.001-0.095-0.001v30 c0.032,0,0.063,0.001,0.095,0.001c94.633,0,171.622-76.989,171.622-171.622C427.622,189.653,358.634,115.897,271,108.272z"/>
<g>
<rect x="222.5" y="56.5" style="fill:#333940;" width="67" height="41"/>
</g>
<g>
<rect x="255.905" y="56.5" style="fill:#23272B;" width="33.595" height="41"/>
</g>
<g>
<rect x="209.463" y="213.854" transform="matrix(0.6846 -0.7289 0.7289 0.6846 -115.0047 244.0136)" style="fill:#555A66;" width="30" height="82.089"/>
</g>
<g>
<polygon style="fill:#333940;" points="255.905,263.849 255.905,281.375 264.65,272.063 "/>
</g>
<g>
<polygon style="fill:#FFC200;" points="360.042,251.32 430.744,142.915 335.527,142.915 265.143,276.429 322.487,276.429 272.911,397.929 272.911,397.929 439.688,251.32 "/>
</g>
<g>
<polygon style="fill:#FF9500;" points="360.042,251.32 430.744,142.915 359.476,142.915 359.476,321.832 439.688,251.32 "/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.3 KiB