5 Commits
master ... ets

Author SHA1 Message Date
Edin Dazdarevic
fa1d7b2aa8 Update stuff 2017-12-16 15:00:34 +01:00
Edin Dazdarevic
32fad3fb84 SVG logo 2017-12-13 14:22:16 +01:00
Edin Dazdarevic
9aeaa97968 Latest updates 2017-12-13 13:32:22 +01:00
Edin Dazdarevic
1f624e6fdc More adjustments 2017-12-13 12:50:26 +01:00
Edin Dazdarevic
b8dc0f1df5 Elite Technical Systems version 2017-12-13 11:46:41 +01:00
98 changed files with 1850 additions and 1255 deletions

BIN
android-chrome-192x192.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

BIN
android-chrome-512x512.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 KiB

BIN
apple-touch-icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB

9
browserconfig.xml Normal file
View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
<msapplication>
<tile>
<square150x150logo src="/mstile-150x150.png"/>
<TileColor>#da532c</TileColor>
</tile>
</msapplication>
</browserconfig>

View File

@@ -77,20 +77,33 @@ ul,p{
font-size: 35px;
}
.navbar-default {
background-color: transparent;
background-color: #fff;
border: 0;
min-height: auto;
padding: 24px 0 16px;
}
.navbar-default .navbar-nav>li>a {
color: #fff;
font-weight: 300;
font-size: 16px;
padding: 0px 15px !important;
letter-spacing: 1.2px;
}
.navbar-default .navbar-nav>li>a.contact-large {
padding-top: 5px !important;
padding-bottom: 5px !important;
padding-left: 20px !important;
padding-right: 20px !important;
margin-left: 15px;
font-weight: 600;
color: #367edd;
border: 2px solid #367edd;
border-radius: 20px;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
color: #fff;
/*color: #fff;*/
background-color: transparent;
}
.navbar-brand {
@@ -138,6 +151,7 @@ ul,p{
-moz-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
background-color: #777;
}
#nav-icon3 span:nth-child(1) {
top: 0px;
@@ -152,27 +166,34 @@ ul,p{
top: 18px;
width: 0%;
left: 50%;
background-color: #fff;
}
#nav-icon3.open span:nth-child(2) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
background-color: #fff;
}
#nav-icon3.open span:nth-child(3) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
background-color: #fff;
}
#nav-icon3.open span:nth-child(4) {
top: 18px;
width: 0%;
left: 50%;
background-color: #fff;
}
/*============================================================*/
.banner{
background:url(../img/banner.jpg)no-repeat;
background:url(../img/banner.png)no-repeat;
width: 100%;
height: 100%;
background-size: cover;
@@ -270,7 +291,6 @@ ul,p{
}
.number-bg {
background: url(../img/one.svg)no-repeat;
background-size: contain;
background-size: 70px;
background-position: 0 18%;
@@ -278,19 +298,24 @@ ul,p{
padding: 100px 0 0 48px;
}
.numb-one {
background: url(../img/one.svg)no-repeat !important;
}
.numb-two{
background: url(../img/two.svg)no-repeat !important;
}
.numb-third{
background: url(../img/third.svg)no-repeat !important;
}
/*========================how-we-work================================*/
.how-we-work{
background-color: #F6F7FE;
padding: 150px 0;
}
.border-box {
border: 1px solid #B8BDFF;
/*border: 1px solid #367edd;*/
padding: 30px 50px;
min-height: 500px;
}
@@ -308,7 +333,7 @@ ul,p{
}
/*===================our-work======================================*/
.our-work {
background-color: #646EF2;
background-color: #367EDD;
padding: 60px 0 0;
}
@@ -317,7 +342,7 @@ ul,p{
filter: drop-shadow(0px 0px 4px rgba(0,0,0,0.7));
}
.border-box2 {
border: 1px solid #B8BDFF;
border: 1px solid #367EDD;
padding: 18px 15px;
/* min-height: 543px;*/
}
@@ -365,7 +390,7 @@ ul,p{
}
/*======================form-section=======================*/
.form-section{
background:#F6F7FE url(../img/form-banner.png)no-repeat;
background:#DEEDFF url(../img/form-banner.png)no-repeat;
height: 100%;
width: 100%;
display: table;
@@ -384,7 +409,7 @@ ul,p{
height: 44px;
}
.form-section .form-control:focus {
border-color:#646ef2;
/*border-color:#646ef2;*/
}
.form-section form{
background-color: #fff;
@@ -398,23 +423,24 @@ ul,p{
}
.form-section form .btn-default{
width: 100%;
color: #333472;
color: #fff;
font-size: 16px;
font-weight: 500;
background: #B8E986;
background: #367edd;
border: 0;
padding: 10px 0;
margin-top: 20px;
}
.form-section form .btn-default:hover,.form-section form .btn-default:focus{
background-color: #656BFD;
/*background-color: #656BFD;*/
color: #fff;
}
/*------------------------Footer-------------------------*/
footer{
background:url(../img/footer.png)no-repeat;
/*background:url(../img/footer.png)no-repeat;*/
background-size: cover;
padding: 70px 0;
background: #367edd;
}
footer h6{
font-size: 20px;
@@ -431,8 +457,7 @@ footer p, footer ul li a {
font-weight: 300;
}
footer ul li a{
color:#adf75c;
font-weight: 400;
font-weight: 600;
}
footer ul li a:hover{
color: #fff;
@@ -441,13 +466,13 @@ footer ul li a:hover{
.readmore {
font-size: 16px;
color: #9BCB5C;
color: #367edd;
position: relative;
padding-bottom: 17px;
display: block;
}
.readmore:hover,.readmore:focus{
color: #9BCB5C;
color: #367edd;
text-decoration: none;
}
.readmore:after {
@@ -455,7 +480,7 @@ footer ul li a:hover{
content: '\f107 ';
font-family: 'FontAwesome';
font-size: 25px;
color: #9BCB5C;
color: #367edd;
left: 0;
right: 0;
top: 15px;
@@ -469,7 +494,7 @@ footer ul li a:hover{
body.second .navbar
{
background: #656bfd !important;
/*background: #656bfd !important;*/
position: fixed;
width: 100%;
z-index: 999;
@@ -501,6 +526,7 @@ body.second .navbar
.full-width-img {
width: 100%;
max-height: 450px;
}
/*==============Chnages(03-Oct)===============================*/
footer .back-to-top{
@@ -843,6 +869,7 @@ footer .back-to-top{
.navbar-default .navbar-nav>li>a {
font-size: 24px;
font-family: 'Helvetica-Regular';
color: #fff;
}
.navbar-nav {
margin: 0;
@@ -859,10 +886,10 @@ footer .back-to-top{
}
.navbar-collapse {
position: fixed;
background: -webkit-linear-gradient(#656BFD, #7E93FE); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(#656BFD, #7E93FE); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(#656BFD, #7E93FE); /* For Firefox 3.6 to 15 */
background: linear-gradient(#656BFD, #7E93FE); /* Standard syntax */
background: -webkit-linear-gradient(#367edd, #5CA3FF); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(#367edd, #5CA3FF); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(#367edd, #5CA3FF); /* For Firefox 3.6 to 15 */
background: linear-gradient(#367edd, #5CA3FF); /* Standard syntax */
width: 100%;
right: -400px;
top: -1px;

2
dist/all.css vendored

File diff suppressed because one or more lines are too long

2
dist/all.js vendored

File diff suppressed because one or more lines are too long

BIN
dist/favicon.ico vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

@@ -1,105 +1,96 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="540px" height="530px" viewBox="0 0 540 530" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 46.2 (44496) - http://www.bohemiancoding.com/sketch -->
<!-- Generator: Sketch 48.1 (47250) - http://www.bohemiancoding.com/sketch -->
<title>Mobile_Development</title>
<desc>Created with Sketch.</desc>
<defs>
<filter x="-1.3%" y="-1.2%" width="103.0%" height="103.3%" filterUnits="objectBoundingBox" id="filter-1">
<feOffset dx="0" dy="2" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
<feGaussianBlur stdDeviation="2" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
<feColorMatrix values="0 0 0 0 0.392156863 0 0 0 0 0.431372549 0 0 0 0 0.949019608 0 0 0 0.7 0" type="matrix" in="shadowBlurOuter1" result="shadowMatrixOuter1"></feColorMatrix>
<feMerge>
<feMergeNode in="shadowMatrixOuter1"></feMergeNode>
<feMergeNode in="SourceGraphic"></feMergeNode>
</feMerge>
</filter>
<polygon id="path-2" points="0 0 8.48556085 0 8.48556085 344.886819 0 344.886819"></polygon>
<polygon id="path-4" points="0 0 8.48556085 0 8.48556085 344.886819 0 344.886819"></polygon>
<polygon id="path-6" points="0 0 8.48556085 0 8.48556085 344.886819 0 344.886819"></polygon>
<path d="M77.1017707,0 L1.1018381,451.575703 C-1.11707914,464.511917 7.15074097,476.934434 19.9729448,479.929954 L177.513379,518.163255 L271.649262,518.163255 L271.649262,0 L77.1017707,0 Z" id="path-8"></path>
<filter x="-1.1%" y="-0.6%" width="102.2%" height="101.2%" filterUnits="objectBoundingBox" id="filter-9">
<polygon id="path-1" points="0 0 8.48556085 0 8.48556085 344.886819 0 344.886819"></polygon>
<polygon id="path-3" points="0 0 8.48556085 0 8.48556085 344.886819 0 344.886819"></polygon>
<polygon id="path-5" points="0 0 8.48556085 0 8.48556085 344.886819 0 344.886819"></polygon>
<path d="M77.1017707,0 L1.1018381,451.575703 C-1.11707914,464.511917 7.15074097,476.934434 19.9729448,479.929954 L177.513379,518.163255 L271.649262,518.163255 L271.649262,0 L77.1017707,0 Z" id="path-7"></path>
<filter x="-1.1%" y="-0.6%" width="102.2%" height="101.2%" filterUnits="objectBoundingBox" id="filter-8">
<feOffset dx="0" dy="0" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
<feGaussianBlur stdDeviation="1" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
<feColorMatrix values="0 0 0 0 0.392156863 0 0 0 0 0.431372549 0 0 0 0 0.949019608 0 0 0 0.352100317 0" type="matrix" in="shadowBlurOuter1"></feColorMatrix>
</filter>
<path d="M73.4125796,0 L1.96960579,422.698082 C-0.246200724,435.62704 -1.97229162,432.332071 10.8328319,435.32701 L233.666869,485.762358 L233.666869,0 L73.4125796,0 Z" id="path-10"></path>
<path d="M73.4125796,0 L1.96960579,422.698082 C-0.246200724,435.62704 -1.97229162,432.332071 10.8328319,435.32701 L233.666869,485.762358 L233.666869,0 L73.4125796,0 Z" id="path-9"></path>
</defs>
<g id="assets" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Mobile_Development">
<g id="Group" filter="url(#filter-1)" transform="translate(7.000000, 5.000000)">
<g id="Group" transform="translate(7.000000, 5.000000)">
<g id="background">
<polygon id="Fill-1" fill="#F6F7FE" points="0 518.65285 523.653846 518.65285 523.653846 0 0 0"></polygon>
<polygon id="Fill-1" fill="#EDEFFD" points="0 518.65285 523.653846 518.65285 523.653846 399.23126 0 399.23126"></polygon>
<polygon id="Fill-1" fill="#FAFAFA" points="0 518.65285 523.653846 518.65285 523.653846 0 0 0"></polygon>
<polygon id="Fill-1" fill="#F7F7F7" points="0 518.65285 523.653846 518.65285 523.653846 399.23126 0 399.23126"></polygon>
<g id="Page-1" transform="translate(15.401584, 166.166545)" opacity="0.699999988">
<g transform="translate(0.000000, 0.000000)">
<g id="Group-3" transform="translate(171.529551, 0.000000)">
<mask id="mask-3" fill="white">
<use xlink:href="#path-2"></use>
<mask id="mask-2" fill="white">
<use xlink:href="#path-1"></use>
</mask>
<g id="Clip-2"></g>
<path d="M0,-0.000718515703 L0,344.886819" id="Stroke-1" stroke="#FFFFFF" stroke-width="0.25" mask="url(#mask-3)"></path>
<path d="M0,-0.000718515703 L0,344.886819" id="Stroke-1" stroke="#FFFFFF" stroke-width="0.25" mask="url(#mask-2)"></path>
</g>
<path d="M342.452991,172.748979 L0,172.748979" id="Stroke-4" stroke="#FFFFFF" stroke-width="0.5"></path>
<path d="M342.452991,115.97988 L0,115.97988" id="Stroke-6" stroke="#FFFFFF" stroke-width="0.5"></path>
<path d="M342.452991,228.907657 L0,228.907657" id="Stroke-8" stroke="#FFFFFF" stroke-width="0.5"></path>
<g id="Group-12" transform="translate(227.291808, 0.000000)">
<mask id="mask-5" fill="white">
<use xlink:href="#path-4"></use>
<mask id="mask-4" fill="white">
<use xlink:href="#path-3"></use>
</mask>
<g id="Clip-11"></g>
<path d="M0,344.886819 L0,-0.000718515703" id="Stroke-10" stroke="#FFFFFF" stroke-width="0.5" mask="url(#mask-5)"></path>
<path d="M0,344.886819 L0,-0.000718515703" id="Stroke-10" stroke="#FFFFFF" stroke-width="0.5" mask="url(#mask-4)"></path>
</g>
<g id="Group-15" transform="translate(115.161183, 0.000000)">
<mask id="mask-7" fill="white">
<use xlink:href="#path-6"></use>
<mask id="mask-6" fill="white">
<use xlink:href="#path-5"></use>
</mask>
<g id="Clip-14"></g>
<path d="M0,344.886819 L0,-0.000718515703" id="Stroke-13" stroke="#FFFFFF" stroke-width="0.5" mask="url(#mask-7)"></path>
<path d="M0,344.886819 L0,-0.000718515703" id="Stroke-13" stroke="#FFFFFF" stroke-width="0.5" mask="url(#mask-6)"></path>
</g>
<path d="M339.422434,1.22084084 L1.21222298,341.835435" id="Stroke-16" stroke="#C0C4FF"></path>
<path d="M1.21222298,1.22084084 L339.422434,341.835435" id="Stroke-18" stroke="#C0C4FF"></path>
<path d="M170.317328,99.4985285 C130.823346,99.4985285 98.7961728,131.472899 98.7961728,170.917718 C98.7961728,210.355394 130.823346,242.336907 170.317328,242.336907 C209.811311,242.336907 241.838484,210.355394 241.838484,170.917718 C241.838484,131.472899 209.811311,99.4985285 170.317328,99.4985285 Z" id="Stroke-20" stroke="#C0C4FF"></path>
<path d="M172.438719,28.0793393 C93.2117342,28.0793393 29.0933515,92.6607668 29.0933515,172.443769 C29.0933515,252.22677 93.2117342,316.808198 172.438719,316.808198 C251.658536,316.808198 315.784086,252.22677 315.784086,172.443769 C315.784086,92.6607668 251.658536,28.0793393 172.438719,28.0793393 Z" id="Stroke-22" stroke="#C0C4FF"></path>
<path d="M270.86449,42.7294294 L70.98239,42.7294294 C55.1988427,42.7294294 42.4278043,55.6056377 42.4278043,71.4870136 L42.4278043,272.790103 C42.4278043,288.671479 55.1988427,301.547687 70.98239,301.547687 L270.86449,301.547687 C286.648037,301.547687 299.419076,288.671479 299.419076,272.790103 L299.419076,71.4870136 C299.419076,55.6056377 286.648037,42.7294294 270.86449,42.7294294 Z" id="Stroke-24" stroke="#C0C4FF"></path>
<path d="M287.115012,56.1586786 L57.7624249,56.1586786 C41.9299291,56.1586786 29.0933515,68.9703541 29.0933515,84.7721358 L29.0933515,256.452879 C29.0933515,272.254661 41.9299291,285.066336 57.7624249,285.066336 L287.115012,285.066336 C302.947508,285.066336 315.784086,272.247507 315.784086,256.452879 L315.784086,84.7721358 C315.784086,68.9703541 302.947508,56.1586786 287.115012,56.1586786 Z" id="Stroke-26" stroke="#C0C4FF"></path>
<path d="M283.054066,287.935312 L283.054066,56.9522252 C283.054066,41.007174 270.332827,28.0793393 254.642589,28.0793393 L84.1737331,28.0793393 C68.4834954,28.0793393 55.762257,41.007174 55.762257,56.9522252 L55.762257,287.935312 C55.762257,303.880363 68.4834954,316.808198 84.1737331,316.808198 L254.642589,316.808198 C270.332827,316.808198 283.054066,303.880363 283.054066,287.935312 Z" id="Stroke-28" stroke="#C0C4FF"></path>
<path d="M339.422434,1.22084084 L1.21222298,341.835435" id="Stroke-16" stroke="#E0E0E0"></path>
<path d="M1.21222298,1.22084084 L339.422434,341.835435" id="Stroke-18" stroke="#E0E0E0"></path>
<path d="M170.317328,99.4985285 C130.823346,99.4985285 98.7961728,131.472899 98.7961728,170.917718 C98.7961728,210.355394 130.823346,242.336907 170.317328,242.336907 C209.811311,242.336907 241.838484,210.355394 241.838484,170.917718 C241.838484,131.472899 209.811311,99.4985285 170.317328,99.4985285 Z" id="Stroke-20" stroke="#E0E0E0"></path>
<path d="M172.438719,28.0793393 C93.2117342,28.0793393 29.0933515,92.6607668 29.0933515,172.443769 C29.0933515,252.22677 93.2117342,316.808198 172.438719,316.808198 C251.658536,316.808198 315.784086,252.22677 315.784086,172.443769 C315.784086,92.6607668 251.658536,28.0793393 172.438719,28.0793393 Z" id="Stroke-22" stroke="#E0E0E0"></path>
<path d="M270.86449,42.7294294 L70.98239,42.7294294 C55.1988427,42.7294294 42.4278043,55.6056377 42.4278043,71.4870136 L42.4278043,272.790103 C42.4278043,288.671479 55.1988427,301.547687 70.98239,301.547687 L270.86449,301.547687 C286.648037,301.547687 299.419076,288.671479 299.419076,272.790103 L299.419076,71.4870136 C299.419076,55.6056377 286.648037,42.7294294 270.86449,42.7294294 Z" id="Stroke-24" stroke="#E0E0E0"></path>
<path d="M287.115012,56.1586786 L57.7624249,56.1586786 C41.9299291,56.1586786 29.0933515,68.9703541 29.0933515,84.7721358 L29.0933515,256.452879 C29.0933515,272.254661 41.9299291,285.066336 57.7624249,285.066336 L287.115012,285.066336 C302.947508,285.066336 315.784086,272.247507 315.784086,256.452879 L315.784086,84.7721358 C315.784086,68.9703541 302.947508,56.1586786 287.115012,56.1586786 Z" id="Stroke-26" stroke="#E0E0E0"></path>
<path d="M283.054066,287.935312 L283.054066,56.9522252 C283.054066,41.007174 270.332827,28.0793393 254.642589,28.0793393 L84.1737331,28.0793393 C68.4834954,28.0793393 55.762257,41.007174 55.762257,56.9522252 L55.762257,287.935312 C55.762257,303.880363 68.4834954,316.808198 84.1737331,316.808198 L254.642589,316.808198 C270.332827,316.808198 283.054066,303.880363 283.054066,287.935312 Z" id="Stroke-28" stroke="#E0E0E0"></path>
</g>
</g>
<g id="ic_computer" opacity="0.233865489" transform="translate(34.653563, 25.429874)">
<polygon id="Bounds" points="0 0 55.345938 0 55.345938 55.7394 0 55.7394"></polygon>
<path d="M46.121615,41.3501527 C48.6583038,41.3501527 50.7107157,39.2372053 50.7107157,36.6547141 L50.7337765,13.1775212 C50.7337765,10.59503 48.6583038,8.4820826 46.121615,8.4820826 L9.224323,8.4820826 C6.68763418,8.4820826 4.6121615,10.59503 4.6121615,13.1775212 L4.6121615,36.6547141 C4.6121615,39.2372053 6.68763418,41.3501527 9.224323,41.3501527 L0,41.3501527 L0,46.0455913 L55.345938,46.0455913 L55.345938,41.3501527 L46.121615,41.3501527 L46.121615,41.3501527 Z M9.224323,13.1775212 L46.121615,13.1775212 L46.121615,36.6547141 L9.224323,36.6547141 L9.224323,13.1775212 L9.224323,13.1775212 Z" id="Icon" fill="#2C38C3"></path>
<path d="M46.121615,41.3501527 C48.6583038,41.3501527 50.7107157,39.2372053 50.7107157,36.6547141 L50.7337765,13.1775212 C50.7337765,10.59503 48.6583038,8.4820826 46.121615,8.4820826 L9.224323,8.4820826 C6.68763418,8.4820826 4.6121615,10.59503 4.6121615,13.1775212 L4.6121615,36.6547141 C4.6121615,39.2372053 6.68763418,41.3501527 9.224323,41.3501527 L0,41.3501527 L0,46.0455913 L55.345938,46.0455913 L55.345938,41.3501527 L46.121615,41.3501527 L46.121615,41.3501527 Z M9.224323,13.1775212 L46.121615,13.1775212 L46.121615,36.6547141 L9.224323,36.6547141 L9.224323,13.1775212 L9.224323,13.1775212 Z" id="Icon" fill="#D0D0D0"></path>
</g>
<g id="ic_phone_iphone" transform="translate(173.267817, 25.429874)">
<polygon id="Bounds" points="0 0 55.345938 0 55.345938 55.7394 0 55.7394"></polygon>
<path d="M57.6685688,2.322475 L22.5156811,2.322475 C16.451808,2.322475 11.5304038,7.27886621 11.5304038,13.3858482 L11.5304038,88.6167863 C11.5304038,94.7237683 16.451808,99.6801596 22.5156811,99.6801596 L57.6685688,99.6801596 C63.7324419,99.6801596 68.6538462,94.7237683 68.6538462,88.6167863 L68.6538462,13.3858482 C68.6538462,7.27886621 63.7324419,2.322475 57.6685688,2.322475 L57.6685688,2.322475 Z M40.092125,95.2548103 C36.4450129,95.2548103 33.5009585,92.2898262 33.5009585,88.6167863 C33.5009585,84.9437464 36.4450129,81.9787624 40.092125,81.9787624 C43.739237,81.9787624 46.6832914,84.9437464 46.6832914,88.6167863 C46.6832914,92.2898262 43.739237,95.2548103 40.092125,95.2548103 L40.092125,95.2548103 Z M59.8656242,77.5534131 L20.3186257,77.5534131 L20.3186257,15.5985229 L59.8656242,15.5985229 L59.8656242,77.5534131 L59.8656242,77.5534131 Z" id="Icon" fill="#B8E986"></path>
<path d="M57.6685688,2.322475 L22.5156811,2.322475 C16.451808,2.322475 11.5304038,7.27886621 11.5304038,13.3858482 L11.5304038,88.6167863 C11.5304038,94.7237683 16.451808,99.6801596 22.5156811,99.6801596 L57.6685688,99.6801596 C63.7324419,99.6801596 68.6538462,94.7237683 68.6538462,88.6167863 L68.6538462,13.3858482 C68.6538462,7.27886621 63.7324419,2.322475 57.6685688,2.322475 L57.6685688,2.322475 Z M40.092125,95.2548103 C36.4450129,95.2548103 33.5009585,92.2898262 33.5009585,88.6167863 C33.5009585,84.9437464 36.4450129,81.9787624 40.092125,81.9787624 C43.739237,81.9787624 46.6832914,84.9437464 46.6832914,88.6167863 C46.6832914,92.2898262 43.739237,95.2548103 40.092125,95.2548103 L40.092125,95.2548103 Z M59.8656242,77.5534131 L20.3186257,77.5534131 L20.3186257,15.5985229 L59.8656242,15.5985229 L59.8656242,77.5534131 L59.8656242,77.5534131 Z" id="Icon" fill="#D0D0D0"></path>
</g>
<g id="ic_tablet_mac" opacity="0.233865489" transform="translate(103.960690, 25.429874)">
<polygon id="Bounds" points="0 0 55.830741 0 55.830741 55.8584854 0 55.8584854"></polygon>
<path d="M46.154088,0 L13.5270489,0 C10.310955,0 7.70079186,2.60672932 7.70079186,5.81859223 L7.70079186,50.0398932 C7.70079186,53.2517561 10.310955,55.8584854 13.5270489,55.8584854 L46.154088,55.8584854 C49.3701819,55.8584854 51.980345,53.2517561 51.980345,50.0398932 L51.980345,5.81859223 C51.980345,2.60672932 49.3701819,0 46.154088,0 L46.154088,0 Z M29.8405684,53.5310485 C27.9062511,53.5310485 26.3448142,51.9716658 26.3448142,50.0398932 C26.3448142,48.1081205 27.9062511,46.5487378 29.8405684,46.5487378 C31.7748858,46.5487378 33.3363226,48.1081205 33.3363226,50.0398932 C33.3363226,51.9716658 31.7748858,53.5310485 29.8405684,53.5310485 L29.8405684,53.5310485 Z M47.3193394,44.2213009 L12.3617975,44.2213009 L12.3617975,6.98231067 L47.3193394,6.98231067 L47.3193394,44.2213009 L47.3193394,44.2213009 Z" id="Icon" fill="#2C38C3"></path>
<path d="M46.154088,0 L13.5270489,0 C10.310955,0 7.70079186,2.60672932 7.70079186,5.81859223 L7.70079186,50.0398932 C7.70079186,53.2517561 10.310955,55.8584854 13.5270489,55.8584854 L46.154088,55.8584854 C49.3701819,55.8584854 51.980345,53.2517561 51.980345,50.0398932 L51.980345,5.81859223 C51.980345,2.60672932 49.3701819,0 46.154088,0 L46.154088,0 Z M29.8405684,53.5310485 C27.9062511,53.5310485 26.3448142,51.9716658 26.3448142,50.0398932 C26.3448142,48.1081205 27.9062511,46.5487378 29.8405684,46.5487378 C31.7748858,46.5487378 33.3363226,48.1081205 33.3363226,50.0398932 C33.3363226,51.9716658 31.7748858,53.5310485 29.8405684,53.5310485 L29.8405684,53.5310485 Z M47.3193394,44.2213009 L12.3617975,44.2213009 L12.3617975,6.98231067 L47.3193394,6.98231067 L47.3193394,44.2213009 L47.3193394,44.2213009 Z" id="Icon" fill="#D0D0D0"></path>
</g>
</g>
<g id="mobile" transform="translate(253.076923, 1.347150)">
<g id="Group-28">
<g id="Fill-5">
<use fill="black" fill-opacity="1" filter="url(#filter-9)" xlink:href="#path-8"></use>
<use fill="#FFFFFF" fill-rule="evenodd" xlink:href="#path-8"></use>
<use fill="black" fill-opacity="1" filter="url(#filter-8)" xlink:href="#path-7"></use>
<use fill="#FFFFFF" fill-rule="evenodd" xlink:href="#path-7"></use>
</g>
<path d="M111.169995,0 L39.626724,422.906087 C37.4078068,435.841408 35.6792927,432.544817 48.502393,435.54123 L271.649262,486.001397 L271.649262,0 L111.169995,0 Z" id="Fill-7" fill="#E1E7FF"></path>
<path d="M173.071869,478.813312 C177.798387,483.523237 177.798387,491.158998 173.071869,495.869817 C168.345351,500.579742 160.68269,500.579742 155.955276,495.869817 C151.228758,491.158998 151.228758,483.523237 155.955276,478.813312 C160.68269,474.103386 168.345351,474.103386 173.071869,478.813312" id="Fill-9" fill="#E1E7FF"></path>
<path d="M173.071869,478.813312 C177.798387,483.523237 177.798387,491.158998 173.071869,495.869817 C168.345351,500.579742 160.68269,500.579742 155.955276,495.869817 C151.228758,491.158998 151.228758,483.523237 155.955276,478.813312 C160.68269,474.103386 168.345351,474.103386 173.071869,478.813312" id="Fill-9" fill="#F3F3F3"></path>
</g>
<g id="Group-21" transform="translate(37.692308, 0.000000)">
<mask id="mask-11" fill="white">
<use xlink:href="#path-10"></use>
<mask id="mask-10" fill="white">
<use xlink:href="#path-9"></use>
</mask>
<use id="Mask" fill="#E1E7FF" xlink:href="#path-10"></use>
<g mask="url(#mask-11)" id="Group-20">
<use id="Mask" fill="#F3F3F3" xlink:href="#path-9"></use>
<g mask="url(#mask-10)" id="Group-20">
<g transform="translate(55.507072, 110.725243)">
<g transform="translate(0.000000, 116.975862)">
<rect id="Rectangle-3" fill="#FFFFFF" transform="translate(58.192898, 58.041458) rotate(9.000000) translate(-58.192898, -58.041458) " x="8.05747824" y="8.0365096" width="100.27084" height="100.009897" rx="24"></rect>
<ellipse id="Oval-4" fill="#FFFFFF" opacity="0.892719656" transform="translate(58.192898, 58.041458) rotate(9.000000) translate(-58.192898, -58.041458) " cx="58.1928984" cy="58.0414583" rx="40.2873912" ry="40.182548"></ellipse>
<g id="ic_chevron_left" transform="translate(56.984590, 59.704688) rotate(9.000000) translate(-56.984590, -59.704688) translate(12.484590, 15.204688)">
<polygon id="Bounds" points="0 0 88.6322607 0 88.6322607 88.4016057 0 88.4016057"></polygon>
<polygon id="Icon" fill="#E1E7FF" points="54.8799298 25.2894057 51.7021521 22.1004014 29.5440869 44.2008028 51.7021521 66.3012042 54.8799298 62.9734063 35.5894212 44.2008028"></polygon>
<polygon id="Icon" fill="#E0E0E0" points="54.8799298 25.2894057 51.7021521 22.1004014 29.5440869 44.2008028 51.7021521 66.3012042 54.8799298 62.9734063 35.5894212 44.2008028"></polygon>
</g>
</g>
<g transform="translate(125.338550, 142.871282)">
@@ -118,6 +109,12 @@
</g>
</g>
</g>
<g id="ic_touch_app" transform="translate(182.482137, 216.227913) rotate(-226.000000) translate(-182.482137, -216.227913) translate(104.982137, 64.727913)" fill="#D0D0D0" opacity="0.400000006">
<path d="M98.5831591,80.6609541 C96.8369475,79.9279602 94.9880176,79.5091066 93.0363693,79.5091066 L85.2297762,79.5091066 L85.2297762,16.6810607 C85.2297762,7.98984769 78.3476481,0.974049238 69.8220266,0.974049238 C61.2964052,0.974049238 54.4142771,7.98984769 54.4142771,16.6810607 L54.4142771,129.143263 L19.1818898,121.603897 C18.3601431,121.499184 17.6411148,121.289757 16.7166498,121.289757 C13.5323816,121.289757 10.6562684,122.651031 8.60190175,124.7453 L0.487153655,133.122372 L51.2300088,184.850797 C51.7170202,185.347267 59.4668719,184.268194 60.3355033,191.415713 C64.413487,224.971334 58.1604545,302.879918 61.6323703,302.879918 L132.152001,269.79376 C133.662731,269.084961 131.863898,189.458187 131.863898,189.458187 C139.567773,189.458187 145.525436,183.698949 146.655338,176.05487 L154.359213,120.870903 C154.461931,120.13791 154.564649,119.404916 154.564649,118.776635 C154.564649,112.284404 150.661353,106.62988 145.217281,104.326185 L98.5831591,80.6609541 Z" id="Combined-Shape"></path>
</g>
<g id="ic_touch_app" transform="translate(180.482137, 232.227913) rotate(-226.000000) translate(-180.482137, -232.227913) translate(102.982137, 80.727913)" fill="#367EDD">
<path d="M98.5831591,80.6609541 C96.8369475,79.9279602 94.9880176,79.5091066 93.0363693,79.5091066 L85.2297762,79.5091066 L85.2297762,16.6810607 C85.2297762,7.98984769 78.3476481,0.974049238 69.8220266,0.974049238 C61.2964052,0.974049238 54.4142771,7.98984769 54.4142771,16.6810607 L54.4142771,129.143263 L19.1818898,121.603897 C18.3601431,121.499184 17.6411148,121.289757 16.7166498,121.289757 C13.5323816,121.289757 10.6562684,122.651031 8.60190175,124.7453 L0.487153655,133.122372 L51.2300088,184.850797 C51.7170202,185.347267 59.4668719,184.268194 60.3355033,191.415713 C64.413487,224.971334 58.1604545,302.879918 61.6323703,302.879918 L132.152001,269.79376 C133.662731,269.084961 131.863898,189.458187 131.863898,189.458187 C139.567773,189.458187 145.525436,183.698949 146.655338,176.05487 L154.359213,120.870903 C154.461931,120.13791 154.564649,119.404916 154.564649,118.776635 C154.564649,112.284404 150.661353,106.62988 145.217281,104.326185 L98.5831591,80.6609541 Z" id="Combined-Shape"></path>
</g>
</g>
</g>
</g>

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 17 KiB

BIN
dist/img/banner.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 524 KiB

After

Width:  |  Height:  |  Size: 638 KiB

View File

Before

Width:  |  Height:  |  Size: 141 KiB

After

Width:  |  Height:  |  Size: 141 KiB

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="164px" height="140px" viewBox="0 0 164 140" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 46.2 (44496) - http://www.bohemiancoding.com/sketch -->
<!-- Generator: Sketch 48.1 (47250) - http://www.bohemiancoding.com/sketch -->
<title>Code_reviews</title>
<desc>Created with Sketch.</desc>
<defs></defs>
@@ -8,15 +8,14 @@
<g id="Code_reviews">
<g id="Group-42" transform="translate(18.000000, 14.000000)">
<g id="Group-38">
<circle id="Oval-7" fill="#B8E986" cx="55" cy="55" r="55"></circle>
<g id="Group-35" transform="translate(9.000000, 2.000000)" stroke="#646EF2">
<circle id="Oval-7" fill="#E0E0E0" cx="55" cy="55" r="55"></circle>
<g id="Group-35" transform="translate(9.000000, 2.000000)" stroke="#8BB5EB">
<g id="Group-34">
<polygon id="Path-10" fill="#FFFFFF" points="0 0 44 0 44 58 0 58"></polygon>
<path d="M9,18.5 L23,18.5" id="Path-2"></path>
<path d="M9,25.5 L23,25.5" id="Path-2"></path>
<path d="M9,32.5 L23,32.5" id="Path-2"></path>
<path d="M9,39.5 L23,39.5" id="Path-2"></path>
<polyline id="Path-11" stroke-width="2" points="19 46.4386757 23.1682628 53 35 38"></polyline>
<path d="M9,10.5 L23,10.5" id="Path-2"></path>
</g>
<g id="Group-34" transform="translate(13.000000, 9.000000)">
@@ -25,7 +24,6 @@
<path d="M9,25.5 L23,25.5" id="Path-2"></path>
<path d="M9,32.5 L23,32.5" id="Path-2"></path>
<path d="M9,39.5 L23,39.5" id="Path-2"></path>
<polyline id="Path-11" stroke-width="2" points="19 46.4386757 23.1682628 53 35 38"></polyline>
<path d="M9,10.5 L23,10.5" id="Path-2"></path>
</g>
<g id="Group-34" transform="translate(29.000000, 14.000000)">
@@ -39,13 +37,13 @@
</g>
</g>
<g id="Group-40" transform="translate(37.000000, 43.000000)">
<g id="Group-39" transform="translate(4.000000, 2.000000)" stroke="#646EF2" stroke-width="2">
<g id="Group-39" transform="translate(4.000000, 2.000000)" stroke="#8BB5EB" stroke-width="2">
<ellipse id="Oval-8" fill="#FFFFFF" cx="30.2089552" cy="30.0769231" rx="30.2089552" ry="30.0769231"></ellipse>
<path d="M55.1571369,47.7300713 L86.6865672,66.6923077" id="Path-19"></path>
</g>
<g id="ic_code">
<polygon id="Bounds" points="0 0 63 0 63 63 0 63"></polygon>
<path d="M29.125,42.85 L19.1013514,32.5 L29.125,22.15 L26.0743243,19 L13,32.5 L26.0743243,46 L29.125,42.85 L29.125,42.85 Z M39.875,42.85 L49.8986486,32.5 L39.875,22.15 L42.9256757,19 L56,32.5 L42.9256757,46 L39.875,42.85 L39.875,42.85 Z" id="Icon" fill="#646EF2"></path>
<polygon id="Bounds" points="63 0 63 63 0 63 0 0"></polygon>
<path d="M29.125,42.85 L19.1013514,32.5 L29.125,22.15 L26.0743243,19 L13,32.5 L26.0743243,46 L29.125,42.85 L29.125,42.85 Z M39.875,42.85 L49.8986486,32.5 L39.875,22.15 L42.9256757,19 L56,32.5 L42.9256757,46 L39.875,42.85 L39.875,42.85 Z" id="Icon" fill="#8BB5EB"></path>
</g>
</g>
</g>

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB

View File

@@ -1,21 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="164px" height="140px" viewBox="0 0 164 140" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 46.2 (44496) - http://www.bohemiancoding.com/sketch -->
<!-- Generator: Sketch 48.1 (47250) - http://www.bohemiancoding.com/sketch -->
<title>Continuous_delivery</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="assets" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Continuous_delivery">
<g id="Group-44" transform="translate(30.000000, 17.000000)">
<g id="Group-43" transform="translate(56.000000, 6.000000)" stroke="#646EF2" stroke-width="2">
<g id="Group-43" transform="translate(56.000000, 6.000000)" stroke="#8BB5EB" stroke-width="2">
<path d="M12.0187265,85.2938448 C5.33957551,91.0979483 2,94 2,94 C27.9573832,94 49,72.9573832 49,47 C49,21.0426168 27.9573832,0 2,0" id="Oval-9"></path>
<path d="M15,100 L1,95" id="Path-20"></path>
</g>
<g id="Group-43" transform="translate(24.500000, 50.500000) scale(-1, -1) translate(-24.500000, -50.500000) " stroke="#646EF2" stroke-width="2">
<g id="Group-43" transform="translate(24.500000, 50.500000) scale(-1, -1) translate(-24.500000, -50.500000) " stroke="#8BB5EB" stroke-width="2">
<path d="M12.0187265,85.2938448 C5.33957551,91.0979483 2,94 2,94 C27.9573832,94 49,72.9573832 49,47 C49,21.0426168 27.9573832,0 2,0" id="Oval-9"></path>
<path d="M15,100 L1,95" id="Path-20"></path>
</g>
<g id="ic_swap_horiz" transform="translate(23.000000, 31.000000)" fill="#B8E986">
<g id="ic_swap_horiz" transform="translate(23.000000, 31.000000)" fill="#E0E0E0">
<polygon id="Path" points="13.0581818 20 0 33 13.0581818 46 13.0581818 36.25 36 36.25 36 29.75 13.0581818 29.75"></polygon>
<polygon id="Path" points="59 13 45.9418182 0 45.9418182 9.75 23 9.75 23 16.25 45.9418182 16.25 45.9418182 26"></polygon>
</g>

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="164px" height="140px" viewBox="0 0 164 140" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 46.2 (44496) - http://www.bohemiancoding.com/sketch -->
<!-- Generator: Sketch 48.1 (47250) - http://www.bohemiancoding.com/sketch -->
<title>Modern_DevOps</title>
<desc>Created with Sketch.</desc>
<defs></defs>
@@ -9,18 +9,18 @@
<g id="Group-45" transform="translate(5.000000, 29.000000)">
<g id="ic_settings" transform="translate(64.000000, 0.000000)">
<polygon id="Bounds" points="0 0 24 0 24 24 0 24"></polygon>
<path d="M19.43,12.98 C19.47,12.66 19.5,12.34 19.5,12 C19.5,11.66 19.47,11.34 19.43,11.02 L21.54,9.37 C21.73,9.22 21.78,8.95 21.66,8.73 L19.66,5.27 C19.54,5.05 19.27,4.97 19.05,5.05 L16.56,6.05 C16.04,5.65 15.48,5.32 14.87,5.07 L14.49,2.42 C14.46,2.18 14.25,2 14,2 L10,2 C9.75,2 9.54,2.18 9.51,2.42 L9.13,5.07 C8.52,5.32 7.96,5.66 7.44,6.05 L4.95,5.05 C4.72,4.96 4.46,5.05 4.34,5.27 L2.34,8.73 C2.21,8.95 2.27,9.22 2.46,9.37 L4.57,11.02 C4.53,11.34 4.5,11.67 4.5,12 C4.5,12.33 4.53,12.66 4.57,12.98 L2.46,14.63 C2.27,14.78 2.22,15.05 2.34,15.27 L4.34,18.73 C4.46,18.95 4.73,19.03 4.95,18.95 L7.44,17.95 C7.96,18.35 8.52,18.68 9.13,18.93 L9.51,21.58 C9.54,21.82 9.75,22 10,22 L14,22 C14.25,22 14.46,21.82 14.49,21.58 L14.87,18.93 C15.48,18.68 16.04,18.34 16.56,17.95 L19.05,18.95 C19.28,19.04 19.54,18.95 19.66,18.73 L21.66,15.27 C21.78,15.05 21.73,14.78 21.54,14.63 L19.43,12.98 L19.43,12.98 Z M12,15.5 C10.07,15.5 8.5,13.93 8.5,12 C8.5,10.07 10.07,8.5 12,8.5 C13.93,8.5 15.5,10.07 15.5,12 C15.5,13.93 13.93,15.5 12,15.5 L12,15.5 Z" id="Icon" fill="#646EF2"></path>
<path d="M19.43,12.98 C19.47,12.66 19.5,12.34 19.5,12 C19.5,11.66 19.47,11.34 19.43,11.02 L21.54,9.37 C21.73,9.22 21.78,8.95 21.66,8.73 L19.66,5.27 C19.54,5.05 19.27,4.97 19.05,5.05 L16.56,6.05 C16.04,5.65 15.48,5.32 14.87,5.07 L14.49,2.42 C14.46,2.18 14.25,2 14,2 L10,2 C9.75,2 9.54,2.18 9.51,2.42 L9.13,5.07 C8.52,5.32 7.96,5.66 7.44,6.05 L4.95,5.05 C4.72,4.96 4.46,5.05 4.34,5.27 L2.34,8.73 C2.21,8.95 2.27,9.22 2.46,9.37 L4.57,11.02 C4.53,11.34 4.5,11.67 4.5,12 C4.5,12.33 4.53,12.66 4.57,12.98 L2.46,14.63 C2.27,14.78 2.22,15.05 2.34,15.27 L4.34,18.73 C4.46,18.95 4.73,19.03 4.95,18.95 L7.44,17.95 C7.96,18.35 8.52,18.68 9.13,18.93 L9.51,21.58 C9.54,21.82 9.75,22 10,22 L14,22 C14.25,22 14.46,21.82 14.49,21.58 L14.87,18.93 C15.48,18.68 16.04,18.34 16.56,17.95 L19.05,18.95 C19.28,19.04 19.54,18.95 19.66,18.73 L21.66,15.27 C21.78,15.05 21.73,14.78 21.54,14.63 L19.43,12.98 L19.43,12.98 Z M12,15.5 C10.07,15.5 8.5,13.93 8.5,12 C8.5,10.07 10.07,8.5 12,8.5 C13.93,8.5 15.5,10.07 15.5,12 C15.5,13.93 13.93,15.5 12,15.5 L12,15.5 Z" id="Icon" fill="#8BB5EB"></path>
</g>
<g id="ic_settings" transform="translate(64.000000, 58.000000)">
<polygon id="Bounds" points="0 0 24 0 24 24 0 24"></polygon>
<path d="M19.43,12.98 C19.47,12.66 19.5,12.34 19.5,12 C19.5,11.66 19.47,11.34 19.43,11.02 L21.54,9.37 C21.73,9.22 21.78,8.95 21.66,8.73 L19.66,5.27 C19.54,5.05 19.27,4.97 19.05,5.05 L16.56,6.05 C16.04,5.65 15.48,5.32 14.87,5.07 L14.49,2.42 C14.46,2.18 14.25,2 14,2 L10,2 C9.75,2 9.54,2.18 9.51,2.42 L9.13,5.07 C8.52,5.32 7.96,5.66 7.44,6.05 L4.95,5.05 C4.72,4.96 4.46,5.05 4.34,5.27 L2.34,8.73 C2.21,8.95 2.27,9.22 2.46,9.37 L4.57,11.02 C4.53,11.34 4.5,11.67 4.5,12 C4.5,12.33 4.53,12.66 4.57,12.98 L2.46,14.63 C2.27,14.78 2.22,15.05 2.34,15.27 L4.34,18.73 C4.46,18.95 4.73,19.03 4.95,18.95 L7.44,17.95 C7.96,18.35 8.52,18.68 9.13,18.93 L9.51,21.58 C9.54,21.82 9.75,22 10,22 L14,22 C14.25,22 14.46,21.82 14.49,21.58 L14.87,18.93 C15.48,18.68 16.04,18.34 16.56,17.95 L19.05,18.95 C19.28,19.04 19.54,18.95 19.66,18.73 L21.66,15.27 C21.78,15.05 21.73,14.78 21.54,14.63 L19.43,12.98 L19.43,12.98 Z M12,15.5 C10.07,15.5 8.5,13.93 8.5,12 C8.5,10.07 10.07,8.5 12,8.5 C13.93,8.5 15.5,10.07 15.5,12 C15.5,13.93 13.93,15.5 12,15.5 L12,15.5 Z" id="Icon" stroke="#646EF2" stroke-width="2"></path>
<path d="M19.43,12.98 C19.47,12.66 19.5,12.34 19.5,12 C19.5,11.66 19.47,11.34 19.43,11.02 L21.54,9.37 C21.73,9.22 21.78,8.95 21.66,8.73 L19.66,5.27 C19.54,5.05 19.27,4.97 19.05,5.05 L16.56,6.05 C16.04,5.65 15.48,5.32 14.87,5.07 L14.49,2.42 C14.46,2.18 14.25,2 14,2 L10,2 C9.75,2 9.54,2.18 9.51,2.42 L9.13,5.07 C8.52,5.32 7.96,5.66 7.44,6.05 L4.95,5.05 C4.72,4.96 4.46,5.05 4.34,5.27 L2.34,8.73 C2.21,8.95 2.27,9.22 2.46,9.37 L4.57,11.02 C4.53,11.34 4.5,11.67 4.5,12 C4.5,12.33 4.53,12.66 4.57,12.98 L2.46,14.63 C2.27,14.78 2.22,15.05 2.34,15.27 L4.34,18.73 C4.46,18.95 4.73,19.03 4.95,18.95 L7.44,17.95 C7.96,18.35 8.52,18.68 9.13,18.93 L9.51,21.58 C9.54,21.82 9.75,22 10,22 L14,22 C14.25,22 14.46,21.82 14.49,21.58 L14.87,18.93 C15.48,18.68 16.04,18.34 16.56,17.95 L19.05,18.95 C19.28,19.04 19.54,18.95 19.66,18.73 L21.66,15.27 C21.78,15.05 21.73,14.78 21.54,14.63 L19.43,12.98 L19.43,12.98 Z M12,15.5 C10.07,15.5 8.5,13.93 8.5,12 C8.5,10.07 10.07,8.5 12,8.5 C13.93,8.5 15.5,10.07 15.5,12 C15.5,13.93 13.93,15.5 12,15.5 L12,15.5 Z" id="Icon" stroke="#8BB5EB" stroke-width="2"></path>
</g>
<path d="M77,40.3414639 C95.0978212,23.1905542 108.889382,5.0277944 124.793286,5.0000346 C140.697189,4.97227479 153.73636,21.6537114 153.639164,40.3414639 C153.541967,59.0292164 140.552685,69.7626846 124.793286,69.9986108 C109.033886,70.234537 77,40.3414639 77,40.3414639 Z" id="Path-13" stroke="#646EF2" stroke-width="2" fill="#FFFFFF"></path>
<path d="M76.6397036,40.3414639 C58.5418824,23.1905542 44.7503214,5.0277944 28.846418,5.0000346 C12.9425147,4.97227479 -0.0966568916,21.6537114 0.000539894911,40.3414639 C0.0977366814,59.0292164 13.0870184,69.7626846 28.846418,69.9986108 C44.6058177,70.234537 76.6397036,40.3414639 76.6397036,40.3414639 Z" id="Path-13" stroke="#646EF2" stroke-width="2" fill="#FFFFFF"></path>
<polyline id="Path-14" stroke="#B8E986" stroke-width="2" points="42 33.85 42 28 19 28 19 54 42 54 42 48.8"></polyline>
<polygon id="Path" stroke="#B8E986" stroke-width="2" points="27.4210526 27.1538462 27.4210526 23 33.5789474 23 33.5789474 27.1538462 37 27.1538462 37 32 24 32 24 27.1538462"></polygon>
<polyline id="Path-15" stroke="#646EF2" stroke-width="2" points="28 41 35 48 49 33"></polyline>
<g id="Group-37" transform="translate(107.000000, 17.000000)" fill="#B8E986">
<path d="M77,40.3414639 C95.0978212,23.1905542 108.889382,5.0277944 124.793286,5.0000346 C140.697189,4.97227479 153.73636,21.6537114 153.639164,40.3414639 C153.541967,59.0292164 140.552685,69.7626846 124.793286,69.9986108 C109.033886,70.234537 77,40.3414639 77,40.3414639 Z" id="Path-13" stroke="#8BB5EB" stroke-width="2" fill="#FFFFFF"></path>
<path d="M76.6397036,40.3414639 C58.5418824,23.1905542 44.7503214,5.0277944 28.846418,5.0000346 C12.9425147,4.97227479 -0.0966568916,21.6537114 0.000539894911,40.3414639 C0.0977366814,59.0292164 13.0870184,69.7626846 28.846418,69.9986108 C44.6058177,70.234537 76.6397036,40.3414639 76.6397036,40.3414639 Z" id="Path-13" stroke="#8BB5EB" stroke-width="2" fill="#FFFFFF"></path>
<polyline id="Path-14" stroke="#E0E0E0" stroke-width="2" points="42 33.85 42 28 19 28 19 54 42 54 42 48.8"></polyline>
<polygon id="Path" stroke="#E0E0E0" stroke-width="2" points="27.4210526 27.1538462 27.4210526 23 33.5789474 23 33.5789474 27.1538462 37 27.1538462 37 32 24 32 24 27.1538462"></polygon>
<polyline id="Path-15" stroke="#E0E0E0" stroke-width="2" points="28 41 35 48 49 33"></polyline>
<g id="Group-37" transform="translate(107.000000, 17.000000)" fill="#E0E0E0">
<rect id="Rectangle-15" x="9" y="27" width="8" height="8"></rect>
<rect id="Rectangle-15" x="18" y="27" width="8" height="8"></rect>
<rect id="Rectangle-15" x="27" y="27" width="8" height="8"></rect>

Before

Width:  |  Height:  |  Size: 5.2 KiB

After

Width:  |  Height:  |  Size: 5.2 KiB

View File

@@ -1,26 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="164px" height="140px" viewBox="0 0 164 140" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 47 (45396) - http://www.bohemiancoding.com/sketch -->
<title>research</title>
<!-- Generator: Sketch 48.1 (47250) - http://www.bohemiancoding.com/sketch -->
<title>UX_testing/research</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="assets" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="research">
<g id="Group-33" transform="translate(22.000000, 6.000000)">
<path d="M66.0574038,121 C89.7739448,121 109,101.300529 109,77 C109,52.699471 89.7739448,33 66.0574038,33 C64.0013188,33 61.9789837,33.1480587 60,33.4343383" id="Oval-5" stroke="#646EF2" stroke-width="2" transform="translate(84.500000, 77.000000) rotate(-345.000000) translate(-84.500000, -77.000000) "></path>
<polygon id="Path-6" stroke="#646EF2" stroke-width="2" fill="#FFFFFF" points="0 118 65.4246011 118 76 107 16.7687772 107"></polygon>
<polygon id="Path-6" fill="#B8E986" points="1 111 65.5637511 111 76 100 17.5481354 100"></polygon>
<polyline id="Path-7" stroke="#646EF2" stroke-width="2" points="111 81 111 120.529412 39 120.529412 39 129 111 129 111 121.941176"></polyline>
<ellipse id="Oval-6" stroke="#646EF2" fill="#FFFFFF" cx="110" cy="81.5" rx="6" ry="6.5"></ellipse>
<g id="Group-30" transform="translate(63.529704, 43.741922) rotate(-14.000000) translate(-63.529704, -43.741922) translate(36.029704, 11.241922)">
<polygon id="Path-4" fill="#646EF2" transform="translate(31.764281, 29.340225) rotate(7.000000) translate(-31.764281, -29.340225) " points="12.3624949 45.7914076 29.8360551 55.6269902 51.1660663 11.7758992 32.8823038 3.05346076"></polygon>
<polygon id="Path-5" stroke="#646EF2" stroke-width="2" transform="translate(15.980809, 52.410185) rotate(7.000000) translate(-15.980809, -52.410185) " points="5.14562856 42.37342 30.650452 55.6432687 27.2791797 62.4469495 1.31116628 48.7669434"></polygon>
<path d="M4.68522664,49.0297043 C2.00173334,53.4481494 3.0602441,57.5291743 7.86075891,61.2727792 C12.6612737,65.0163841 17.4760068,65.0163841 22.3049582,61.2727792 L4.68522664,49.0297043 Z" id="Path-8" stroke="#646EF2" stroke-width="2" fill="#FFFFFF"></path>
<g id="UX_testing/research">
<g id="Group-33" transform="translate(19.000000, 3.000000)">
<path d="M69.3414295,127.032474 C94.0259925,127.032474 114.036785,106.437572 114.036785,81.0324737 C114.036785,55.6273752 94.0259925,35.0324737 69.3414295,35.0324737 C67.2014226,35.0324737 65.0965432,35.1872623 63.0367846,35.4865546" id="Oval-5" stroke="#8BB5EB" stroke-width="2" transform="translate(88.536785, 81.032474) rotate(-345.000000) translate(-88.536785, -81.032474) "></path>
<polygon id="Path-6" stroke="#8BB5EB" stroke-width="2" fill="#FFFFFF" points="0 123 68.8680011 123 80 112 17.6513445 112"></polygon>
<polygon id="Path-6" fill="#E0E0E0" points="1 116 69.0071511 116 80 105 18.4307027 105"></polygon>
<polyline id="Path-7" stroke="#8BB5EB" stroke-width="2" points="117 85 117 126.176471 41 126.176471 41 135 117 135 117 127.647059"></polyline>
<ellipse id="Oval-6" stroke="#8BB5EB" stroke-width="2" fill="#FFFFFF" cx="115.5" cy="85" rx="6.5" ry="7"></ellipse>
<g id="Group-30" transform="translate(69.242960, 46.036798) rotate(-14.000000) translate(-69.242960, -46.036798) translate(40.242960, 12.536798)">
<polygon id="Path-4" fill="#8BB5EB" transform="translate(33.389643, 30.178234) rotate(7.000000) translate(-33.389643, -30.178234) " points="12.8896427 47.3887009 31.3522724 57.6782335 53.8896427 11.8032461 34.5709502 2.67823351"></polygon>
<polygon id="Path-5" stroke="#8BB5EB" stroke-width="2" transform="translate(16.987637, 54.484781) rotate(7.000000) translate(-16.987637, -54.484781) " points="5.53914461 43.9847814 32.4876373 57.8670846 28.9255383 64.9847814 1.4876373 50.6733904"></polygon>
<path d="M5.22505206,50.9816887 C2.38966291,55.604062 3.50808937,59.873442 8.58033143,63.7898286 C13.6525735,67.7062153 18.7398386,67.7062153 23.8421269,63.7898286 L5.22505206,50.9816887 Z" id="Path-8" stroke="#8BB5EB" stroke-width="2" fill="#FFFFFF"></path>
</g>
<path d="M70,15.1287705 C72.2837073,1.38330388 74.2837073,-2.99567858 76,1.99182317 C77.7162927,6.97932492 79.7162927,9.24927077 82,8.8016607 L78.5884921,18 L70,15.1287705 Z" id="Path-9" stroke="#646EF2" stroke-width="2"></path>
<polygon id="Path-3" fill="#646EF2" points="23.3918789 97 12 106 23.3918789 106 33 97"></polygon>
<polygon id="Path-3" fill="#646EF2" points="36.2785544 97 27 106 38.3918789 106 48 97"></polygon>
<polygon id="Path-3" fill="#646EF2" points="52.5675472 97 43.139427 106 61.7214138 106 70 97"></polygon>
<path d="M76,15.9692578 C78.4740163,1.46015409 80.640683,-3.16210517 82.5,2.10248001 C84.359317,7.3670652 86.5259837,9.76311914 89,9.29064185 L85.3041998,19 L76,15.9692578 Z" id="Path-9" stroke="#8BB5EB" stroke-width="2"></path>
<polygon id="Path-3" fill="#8BB5EB" points="24.9343494 101 13 110 24.9343494 110 35 101"></polygon>
<polygon id="Path-3" fill="#8BB5EB" points="39.9343494 101 28 110 39.9343494 110 50 101"></polygon>
<polygon id="Path-3" fill="#8BB5EB" points="54.9664282 101 43 110 64.4359453 110 73 101"></polygon>
</g>
</g>
</g>

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 20 KiB

BIN
dist/img/logo.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 923 B

After

Width:  |  Height:  |  Size: 4.5 KiB

56
dist/img/logo.svg vendored

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 9.4 KiB

BIN
dist/img/logo_mobile.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

View File

@@ -1,77 +1,119 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="540px" height="530px" viewBox="0 0 540 530" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 47 (45396) - http://www.bohemiancoding.com/sketch -->
<title>Mobile_Development_parallax@3x</title>
<!-- Generator: Sketch 48.1 (47250) - http://www.bohemiancoding.com/sketch -->
<title>Mobile_Development</title>
<desc>Created with Sketch.</desc>
<defs>
<polygon id="path-1" points="0 0 8 0 8 345 0 345"></polygon>
<polygon id="path-3" points="0 0 8 0 8 345 0 345"></polygon>
<polygon id="path-5" points="0 0 8 0 8 345 0 345"></polygon>
<path d="M76,0 L0,451 C-1.8600656,464.365566 6.4105954,476.784169 19,480 L177,518 L271,518 L271,0 L76,0 Z" id="path-7"></path>
<filter x="-1.1%" y="-0.2%" width="101.5%" height="100.4%" filterUnits="objectBoundingBox" id="filter-8">
<feOffset dx="-2" dy="0" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
<feColorMatrix values="0 0 0 0 0.392156863 0 0 0 0 0.431372549 0 0 0 0 0.949019608 0 0 0 0.352100317 0" type="matrix" in="shadowOffsetOuter1"></feColorMatrix>
<polygon id="path-1" points="0 0 8.48556085 0 8.48556085 344.886819 0 344.886819"></polygon>
<polygon id="path-3" points="0 0 8.48556085 0 8.48556085 344.886819 0 344.886819"></polygon>
<polygon id="path-5" points="0 0 8.48556085 0 8.48556085 344.886819 0 344.886819"></polygon>
<path d="M77.1017707,0 L1.1018381,451.575703 C-1.11707914,464.511917 7.15074097,476.934434 19.9729448,479.929954 L177.513379,518.163255 L271.649262,518.163255 L271.649262,0 L77.1017707,0 Z" id="path-7"></path>
<filter x="-1.1%" y="-0.6%" width="102.2%" height="101.2%" filterUnits="objectBoundingBox" id="filter-8">
<feOffset dx="0" dy="0" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
<feGaussianBlur stdDeviation="1" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
<feColorMatrix values="0 0 0 0 0.392156863 0 0 0 0 0.431372549 0 0 0 0 0.949019608 0 0 0 0.352100317 0" type="matrix" in="shadowBlurOuter1"></feColorMatrix>
</filter>
<path d="M73.4125796,0 L1.96960579,422.698082 C-0.246200724,435.62704 -1.97229162,432.332071 10.8328319,435.32701 L233.666869,485.762358 L233.666869,0 L73.4125796,0 Z" id="path-9"></path>
</defs>
<g id="assets" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Mobile_Development_parallax">
<g id="Mobile_Development">
<g id="Group" transform="translate(7.000000, 5.000000)">
<g id="background">
<polygon id="Fill-1" fill="#F6F7FE" points="0 519 524 519 524 0 0 0"></polygon>
<polygon id="Fill-1" fill="#EDEFFD" points="0 519 524 519 524 400 0 400"></polygon>
<g id="Page-1" transform="translate(15.000000, 166.000000)" opacity="0.699999988">
<polygon id="Fill-1" fill="#FAFAFA" points="0 518.65285 523.653846 518.65285 523.653846 0 0 0"></polygon>
<polygon id="Fill-1" fill="#F7F7F7" points="0 518.65285 523.653846 518.65285 523.653846 399.23126 0 399.23126"></polygon>
<g id="Page-1" transform="translate(15.401584, 166.166545)" opacity="0.699999988">
<g transform="translate(0.000000, 0.000000)">
<g id="Group-3" transform="translate(172.000000, 0.000000)">
<g id="Group-3" transform="translate(171.529551, 0.000000)">
<mask id="mask-2" fill="white">
<use xlink:href="#path-1"></use>
</mask>
<g id="Clip-2"></g>
<path d="M0,-6.81284456e-14 L0,345" id="Stroke-1" stroke="#FFFFFF" stroke-width="0.25" mask="url(#mask-2)"></path>
<path d="M0,-0.000718515703 L0,344.886819" id="Stroke-1" stroke="#FFFFFF" stroke-width="0.25" mask="url(#mask-2)"></path>
</g>
<path d="M342,173 L0,173" id="Stroke-4" stroke="#FFFFFF" stroke-width="0.5"></path>
<path d="M342,116 L0,116" id="Stroke-6" stroke="#FFFFFF" stroke-width="0.5"></path>
<path d="M342,229 L0,229" id="Stroke-8" stroke="#FFFFFF" stroke-width="0.5"></path>
<g id="Group-12" transform="translate(227.000000, 0.000000)">
<path d="M342.452991,172.748979 L0,172.748979" id="Stroke-4" stroke="#FFFFFF" stroke-width="0.5"></path>
<path d="M342.452991,115.97988 L0,115.97988" id="Stroke-6" stroke="#FFFFFF" stroke-width="0.5"></path>
<path d="M342.452991,228.907657 L0,228.907657" id="Stroke-8" stroke="#FFFFFF" stroke-width="0.5"></path>
<g id="Group-12" transform="translate(227.291808, 0.000000)">
<mask id="mask-4" fill="white">
<use xlink:href="#path-3"></use>
</mask>
<g id="Clip-11"></g>
<path d="M0,345 L0,-6.81284456e-14" id="Stroke-10" stroke="#FFFFFF" stroke-width="0.5" mask="url(#mask-4)"></path>
<path d="M0,344.886819 L0,-0.000718515703" id="Stroke-10" stroke="#FFFFFF" stroke-width="0.5" mask="url(#mask-4)"></path>
</g>
<g id="Group-15" transform="translate(115.000000, 0.000000)">
<g id="Group-15" transform="translate(115.161183, 0.000000)">
<mask id="mask-6" fill="white">
<use xlink:href="#path-5"></use>
</mask>
<g id="Clip-14"></g>
<path d="M0,345 L0,-6.81284456e-14" id="Stroke-13" stroke="#FFFFFF" stroke-width="0.5" mask="url(#mask-6)"></path>
<path d="M0,344.886819 L0,-0.000718515703" id="Stroke-13" stroke="#FFFFFF" stroke-width="0.5" mask="url(#mask-6)"></path>
</g>
<path d="M339,1 L1,342" id="Stroke-16" stroke="#C0C4FF"></path>
<path d="M1,1 L339,342" id="Stroke-18" stroke="#C0C4FF"></path>
<path d="M170.5,99 C131.0177,99 99,131.01055 99,170.5 C99,209.9823 131.0177,242 170.5,242 C209.9823,242 242,209.9823 242,170.5 C242,131.01055 209.9823,99 170.5,99 Z" id="Stroke-20" stroke="#C0C4FF"></path>
<path d="M172.5,28 C93.18755,28 29,92.642075 29,172.5 C29,252.357925 93.18755,317 172.5,317 C251.805275,317 316,252.357925 316,172.5 C316,92.642075 251.805275,28 172.5,28 Z" id="Stroke-22" stroke="#C0C4FF"></path>
<path d="M270.444444,43 L70.5555556,43 C54.7714722,43 42,55.88525 42,71.7777778 L42,273.222222 C42,289.11475 54.7714722,302 70.5555556,302 L270.444444,302 C286.228528,302 299,289.11475 299,273.222222 L299,71.7777778 C299,55.88525 286.228528,43 270.444444,43 Z" id="Stroke-24" stroke="#C0C4FF"></path>
<path d="M287.3,56 L57.7,56 C41.850425,56 29,68.8168437 29,84.625 L29,256.375 C29,272.183156 41.850425,285 57.7,285 L287.3,285 C303.149575,285 316,272.176 316,256.375 L316,84.625 C316,68.8168437 303.149575,56 287.3,56 Z" id="Stroke-26" stroke="#C0C4FF"></path>
<path d="M283,288.1 L283,56.9 C283,40.939975 270.295094,28 254.625,28 L84.375,28 C68.7049063,28 56,40.939975 56,56.9 L56,288.1 C56,304.060025 68.7049063,317 84.375,317 L254.625,317 C270.295094,317 283,304.060025 283,288.1 Z" id="Stroke-28" stroke="#C0C4FF"></path>
<path d="M339.422434,1.22084084 L1.21222298,341.835435" id="Stroke-16" stroke="#E0E0E0"></path>
<path d="M1.21222298,1.22084084 L339.422434,341.835435" id="Stroke-18" stroke="#E0E0E0"></path>
<path d="M170.317328,99.4985285 C130.823346,99.4985285 98.7961728,131.472899 98.7961728,170.917718 C98.7961728,210.355394 130.823346,242.336907 170.317328,242.336907 C209.811311,242.336907 241.838484,210.355394 241.838484,170.917718 C241.838484,131.472899 209.811311,99.4985285 170.317328,99.4985285 Z" id="Stroke-20" stroke="#E0E0E0"></path>
<path d="M172.438719,28.0793393 C93.2117342,28.0793393 29.0933515,92.6607668 29.0933515,172.443769 C29.0933515,252.22677 93.2117342,316.808198 172.438719,316.808198 C251.658536,316.808198 315.784086,252.22677 315.784086,172.443769 C315.784086,92.6607668 251.658536,28.0793393 172.438719,28.0793393 Z" id="Stroke-22" stroke="#E0E0E0"></path>
<path d="M270.86449,42.7294294 L70.98239,42.7294294 C55.1988427,42.7294294 42.4278043,55.6056377 42.4278043,71.4870136 L42.4278043,272.790103 C42.4278043,288.671479 55.1988427,301.547687 70.98239,301.547687 L270.86449,301.547687 C286.648037,301.547687 299.419076,288.671479 299.419076,272.790103 L299.419076,71.4870136 C299.419076,55.6056377 286.648037,42.7294294 270.86449,42.7294294 Z" id="Stroke-24" stroke="#E0E0E0"></path>
<path d="M287.115012,56.1586786 L57.7624249,56.1586786 C41.9299291,56.1586786 29.0933515,68.9703541 29.0933515,84.7721358 L29.0933515,256.452879 C29.0933515,272.254661 41.9299291,285.066336 57.7624249,285.066336 L287.115012,285.066336 C302.947508,285.066336 315.784086,272.247507 315.784086,256.452879 L315.784086,84.7721358 C315.784086,68.9703541 302.947508,56.1586786 287.115012,56.1586786 Z" id="Stroke-26" stroke="#E0E0E0"></path>
<path d="M283.054066,287.935312 L283.054066,56.9522252 C283.054066,41.007174 270.332827,28.0793393 254.642589,28.0793393 L84.1737331,28.0793393 C68.4834954,28.0793393 55.762257,41.007174 55.762257,56.9522252 L55.762257,287.935312 C55.762257,303.880363 68.4834954,316.808198 84.1737331,316.808198 L254.642589,316.808198 C270.332827,316.808198 283.054066,303.880363 283.054066,287.935312 Z" id="Stroke-28" stroke="#E0E0E0"></path>
</g>
</g>
<g id="ic_computer" opacity="0.233865489" transform="translate(35.000000, 25.000000)">
<polygon id="Bounds" points="0 0 55 0 55 56 0 56"></polygon>
<path d="M45.8333333,41.25 C48.3541667,41.25 50.39375,39.1125 50.39375,36.5 L50.4166667,12.75 C50.4166667,10.1375 48.3541667,8 45.8333333,8 L9.16666667,8 C6.64583333,8 4.58333333,10.1375 4.58333333,12.75 L4.58333333,36.5 C4.58333333,39.1125 6.64583333,41.25 9.16666667,41.25 L0,41.25 L0,46 L55,46 L55,41.25 L45.8333333,41.25 L45.8333333,41.25 Z M9,13 L46,13 L46,37 L9,37 L9,13 L9,13 Z" id="Icon" fill="#2C38C3"></path>
<g id="ic_computer" opacity="0.233865489" transform="translate(34.653563, 25.429874)">
<polygon id="Bounds" points="0 0 55.345938 0 55.345938 55.7394 0 55.7394"></polygon>
<path d="M46.121615,41.3501527 C48.6583038,41.3501527 50.7107157,39.2372053 50.7107157,36.6547141 L50.7337765,13.1775212 C50.7337765,10.59503 48.6583038,8.4820826 46.121615,8.4820826 L9.224323,8.4820826 C6.68763418,8.4820826 4.6121615,10.59503 4.6121615,13.1775212 L4.6121615,36.6547141 C4.6121615,39.2372053 6.68763418,41.3501527 9.224323,41.3501527 L0,41.3501527 L0,46.0455913 L55.345938,46.0455913 L55.345938,41.3501527 L46.121615,41.3501527 L46.121615,41.3501527 Z M9.224323,13.1775212 L46.121615,13.1775212 L46.121615,36.6547141 L9.224323,36.6547141 L9.224323,13.1775212 L9.224323,13.1775212 Z" id="Icon" fill="#D0D0D0"></path>
</g>
<g id="ic_tablet_mac" opacity="0.233865489" transform="translate(104.000000, 25.000000)">
<polygon id="Bounds" points="0 0 56 0 56 56 0 56"></polygon>
<path d="M46.2105263,0 L13.7894737,0 C10.5936842,0 8,2.61333333 8,5.83333333 L8,50.1666667 C8,53.3866667 10.5936842,56 13.7894737,56 L46.2105263,56 C49.4063158,56 52,53.3866667 52,50.1666667 L52,5.83333333 C52,2.61333333 49.4063158,0 46.2105263,0 L46.2105263,0 Z M30.5,54 C28.5633333,54 27,52.4366667 27,50.5 C27,48.5633333 28.5633333,47 30.5,47 C32.4366667,47 34,48.5633333 34,50.5 C34,52.4366667 32.4366667,54 30.5,54 L30.5,54 Z M48,44 L13,44 L13,7 L48,7 L48,44 L48,44 Z" id="Icon" fill="#2C38C3"></path>
<g id="ic_phone_iphone" transform="translate(173.267817, 25.429874)">
<polygon id="Bounds" points="0 0 55.345938 0 55.345938 55.7394 0 55.7394"></polygon>
<path d="M57.6685688,2.322475 L22.5156811,2.322475 C16.451808,2.322475 11.5304038,7.27886621 11.5304038,13.3858482 L11.5304038,88.6167863 C11.5304038,94.7237683 16.451808,99.6801596 22.5156811,99.6801596 L57.6685688,99.6801596 C63.7324419,99.6801596 68.6538462,94.7237683 68.6538462,88.6167863 L68.6538462,13.3858482 C68.6538462,7.27886621 63.7324419,2.322475 57.6685688,2.322475 L57.6685688,2.322475 Z M40.092125,95.2548103 C36.4450129,95.2548103 33.5009585,92.2898262 33.5009585,88.6167863 C33.5009585,84.9437464 36.4450129,81.9787624 40.092125,81.9787624 C43.739237,81.9787624 46.6832914,84.9437464 46.6832914,88.6167863 C46.6832914,92.2898262 43.739237,95.2548103 40.092125,95.2548103 L40.092125,95.2548103 Z M59.8656242,77.5534131 L20.3186257,77.5534131 L20.3186257,15.5985229 L59.8656242,15.5985229 L59.8656242,77.5534131 L59.8656242,77.5534131 Z" id="Icon" fill="#D0D0D0"></path>
</g>
<g id="ic_tablet_mac" opacity="0.233865489" transform="translate(103.960690, 25.429874)">
<polygon id="Bounds" points="0 0 55.830741 0 55.830741 55.8584854 0 55.8584854"></polygon>
<path d="M46.154088,0 L13.5270489,0 C10.310955,0 7.70079186,2.60672932 7.70079186,5.81859223 L7.70079186,50.0398932 C7.70079186,53.2517561 10.310955,55.8584854 13.5270489,55.8584854 L46.154088,55.8584854 C49.3701819,55.8584854 51.980345,53.2517561 51.980345,50.0398932 L51.980345,5.81859223 C51.980345,2.60672932 49.3701819,0 46.154088,0 L46.154088,0 Z M29.8405684,53.5310485 C27.9062511,53.5310485 26.3448142,51.9716658 26.3448142,50.0398932 C26.3448142,48.1081205 27.9062511,46.5487378 29.8405684,46.5487378 C31.7748858,46.5487378 33.3363226,48.1081205 33.3363226,50.0398932 C33.3363226,51.9716658 31.7748858,53.5310485 29.8405684,53.5310485 L29.8405684,53.5310485 Z M47.3193394,44.2213009 L12.3617975,44.2213009 L12.3617975,6.98231067 L47.3193394,6.98231067 L47.3193394,44.2213009 L47.3193394,44.2213009 Z" id="Icon" fill="#D0D0D0"></path>
</g>
</g>
<g id="mobile" transform="translate(253.076923, 0.347150)">
<g id="Group-28" transform="translate(0.923077, 0.652850)">
<g id="mobile" transform="translate(253.076923, 1.347150)">
<g id="Group-28">
<g id="Fill-5">
<use fill="black" fill-opacity="1" filter="url(#filter-8)" xlink:href="#path-7"></use>
<use fill="#FFFFFF" fill-rule="evenodd" xlink:href="#path-7"></use>
</g>
<path d="M110.227023,0 L38.5528135,422.904871 C36.3298352,435.840154 34.5981575,432.543574 47.4447267,435.539978 L271,486 L271,0 L110.227023,0 Z" id="Fill-7" fill="#E1E7FF"></path>
<path d="M171.485333,478.514667 C176.171556,483.200889 176.171556,490.798222 171.485333,495.485333 C166.799111,500.171556 159.201778,500.171556 154.514667,495.485333 C149.828444,490.798222 149.828444,483.200889 154.514667,478.514667 C159.201778,473.828444 166.799111,473.828444 171.485333,478.514667" id="Fill-9" fill="#E1E7FF"></path>
<path d="M111.169995,0 L39.626724,422.906087 C37.4078068,435.841408 35.6792927,432.544817 48.502393,435.54123 L271.649262,486.001397 L271.649262,0 L111.169995,0 Z" id="Fill-7" fill="#E1E7FF"></path>
<path d="M173.071869,478.813312 C177.798387,483.523237 177.798387,491.158998 173.071869,495.869817 C168.345351,500.579742 160.68269,500.579742 155.955276,495.869817 C151.228758,491.158998 151.228758,483.523237 155.955276,478.813312 C160.68269,474.103386 168.345351,474.103386 173.071869,478.813312" id="Fill-9" fill="#F3F3F3"></path>
</g>
<g id="Group-21" transform="translate(37.692308, 0.000000)">
<mask id="mask-10" fill="white">
<use xlink:href="#path-9"></use>
</mask>
<use id="Mask" fill="#F3F3F3" xlink:href="#path-9"></use>
<g mask="url(#mask-10)" id="Group-20">
<g transform="translate(55.507072, 110.725243)">
<g transform="translate(0.000000, 116.975862)">
<rect id="Rectangle-3" fill="#FFFFFF" transform="translate(58.192898, 58.041458) rotate(9.000000) translate(-58.192898, -58.041458) " x="8.05747824" y="8.0365096" width="100.27084" height="100.009897" rx="24"></rect>
<ellipse id="Oval-4" fill="#FFFFFF" opacity="0.892719656" transform="translate(58.192898, 58.041458) rotate(9.000000) translate(-58.192898, -58.041458) " cx="58.1928984" cy="58.0414583" rx="40.2873912" ry="40.182548"></ellipse>
<g id="ic_chevron_left" transform="translate(56.984590, 59.704688) rotate(9.000000) translate(-56.984590, -59.704688) translate(12.484590, 15.204688)">
<polygon id="Bounds" points="0 0 88.6322607 0 88.6322607 88.4016057 0 88.4016057"></polygon>
<polygon id="Icon" fill="#E0E0E0" points="54.8799298 25.2894057 51.7021521 22.1004014 29.5440869 44.2008028 51.7021521 66.3012042 54.8799298 62.9734063 35.5894212 44.2008028"></polygon>
</g>
</g>
<g transform="translate(125.338550, 142.871282)">
<ellipse id="Oval-4" fill="#FFFFFF" opacity="0.431499094" transform="translate(58.192898, 58.041458) rotate(9.000000) translate(-58.192898, -58.041458) " cx="58.1928984" cy="58.0414583" rx="40.2873912" ry="40.182548"></ellipse>
<rect id="Rectangle-3" stroke="#FFFFFF" opacity="0.576200181" transform="translate(58.192898, 58.041458) rotate(9.000000) translate(-58.192898, -58.041458) " x="8.55747824" y="8.5365096" width="99.2708404" height="99.0098973" rx="24"></rect>
</g>
<g transform="translate(19.696058, 0.000000)">
<ellipse id="Oval-4" fill="#FFFFFF" opacity="0.431499094" transform="translate(58.192898, 58.041458) rotate(9.000000) translate(-58.192898, -58.041458) " cx="58.1928984" cy="58.0414583" rx="40.2873912" ry="40.182548"></ellipse>
<rect id="Rectangle-3" stroke="#FFFFFF" opacity="0.576200181" transform="translate(58.192898, 58.041458) rotate(9.000000) translate(-58.192898, -58.041458) " x="8.55747824" y="8.5365096" width="99.2708404" height="99.0098973" rx="24"></rect>
</g>
<g transform="translate(145.034608, 22.323638)">
<ellipse id="Oval-4" fill="#FFFFFF" opacity="0.431499094" transform="translate(58.192898, 58.041458) rotate(9.000000) translate(-58.192898, -58.041458) " cx="58.1928984" cy="58.0414583" rx="40.2873912" ry="40.182548"></ellipse>
<rect id="Rectangle-3" stroke="#FFFFFF" opacity="0.576200181" transform="translate(58.192898, 58.041458) rotate(9.000000) translate(-58.192898, -58.041458) " x="8.55747824" y="8.5365096" width="99.2708404" height="99.0098973" rx="24"></rect>
</g>
</g>
</g>
</g>
</g>
<g id="ic_touch_app" transform="translate(182.482137, 216.227913) rotate(-226.000000) translate(-182.482137, -216.227913) translate(104.982137, 64.727913)" fill="#D0D0D0" opacity="0.400000006">
<path d="M98.5831591,80.6609541 C96.8369475,79.9279602 94.9880176,79.5091066 93.0363693,79.5091066 L85.2297762,79.5091066 L85.2297762,16.6810607 C85.2297762,7.98984769 78.3476481,0.974049238 69.8220266,0.974049238 C61.2964052,0.974049238 54.4142771,7.98984769 54.4142771,16.6810607 L54.4142771,129.143263 L19.1818898,121.603897 C18.3601431,121.499184 17.6411148,121.289757 16.7166498,121.289757 C13.5323816,121.289757 10.6562684,122.651031 8.60190175,124.7453 L0.487153655,133.122372 L51.2300088,184.850797 C51.7170202,185.347267 59.4668719,184.268194 60.3355033,191.415713 C64.413487,224.971334 58.1604545,302.879918 61.6323703,302.879918 L132.152001,269.79376 C133.662731,269.084961 131.863898,189.458187 131.863898,189.458187 C139.567773,189.458187 145.525436,183.698949 146.655338,176.05487 L154.359213,120.870903 C154.461931,120.13791 154.564649,119.404916 154.564649,118.776635 C154.564649,112.284404 150.661353,106.62988 145.217281,104.326185 L98.5831591,80.6609541 Z" id="Combined-Shape"></path>
</g>
<g id="ic_touch_app" transform="translate(180.482137, 232.227913) rotate(-226.000000) translate(-180.482137, -232.227913) translate(102.982137, 80.727913)" fill="#367EDD">
<path d="M98.5831591,80.6609541 C96.8369475,79.9279602 94.9880176,79.5091066 93.0363693,79.5091066 L85.2297762,79.5091066 L85.2297762,16.6810607 C85.2297762,7.98984769 78.3476481,0.974049238 69.8220266,0.974049238 C61.2964052,0.974049238 54.4142771,7.98984769 54.4142771,16.6810607 L54.4142771,129.143263 L19.1818898,121.603897 C18.3601431,121.499184 17.6411148,121.289757 16.7166498,121.289757 C13.5323816,121.289757 10.6562684,122.651031 8.60190175,124.7453 L0.487153655,133.122372 L51.2300088,184.850797 C51.7170202,185.347267 59.4668719,184.268194 60.3355033,191.415713 C64.413487,224.971334 58.1604545,302.879918 61.6323703,302.879918 L132.152001,269.79376 C133.662731,269.084961 131.863898,189.458187 131.863898,189.458187 C139.567773,189.458187 145.525436,183.698949 146.655338,176.05487 L154.359213,120.870903 C154.461931,120.13791 154.564649,119.404916 154.564649,118.776635 C154.564649,112.284404 150.661353,106.62988 145.217281,104.326185 L98.5831591,80.6609541 Z" id="Combined-Shape"></path>
</g>
</g>
</g>

Before

Width:  |  Height:  |  Size: 7.5 KiB

After

Width:  |  Height:  |  Size: 17 KiB

10
dist/img/one.svg vendored
View File

@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="79px" height="206px" viewBox="0 0 79 206" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 47 (45396) - http://www.bohemiancoding.com/sketch -->
<title>one</title>
<svg width="140px" height="210px" viewBox="0 0 140 210" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 48.1 (47250) - http://www.bohemiancoding.com/sketch -->
<title>number 1</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="assets" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="one" fill="#E0FEC3">
<polygon id="1" points="79 206 52.7137746 206 52.7137746 32.3855092 0 51.6760082 0 28.0205058 74.90161 0 79 0"></polygon>
<g id="number-1" fill="#E0E0E0">
<polygon id="1" points="110 208 83.7137746 208 83.7137746 34.3855092 31 53.6760082 31 30.0205058 105.90161 2 110 2"></polygon>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 627 B

After

Width:  |  Height:  |  Size: 646 B

View File

@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="110px" height="110px" viewBox="0 0 110 110" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 46.2 (44496) - http://www.bohemiancoding.com/sketch -->
<!-- Generator: Sketch 48.1 (47250) - http://www.bohemiancoding.com/sketch -->
<title>Amazon_Webservice</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="assets" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Amazon_Webservice">
<g id="Group-69">
<g id="Group-68" transform="translate(5.789474, 16.644737)" fill="#646EF2">
<g id="Group-68" transform="translate(5.789474, 16.644737)" fill="#8BB5EB">
<g id="Group-67" transform="translate(0.192982, 23.447368)">
<polygon id="Path-61" points="0.449359277 5.60428028 0.449359277 22.2749454 12.715136 28.8629598 12.715136 11.477464"></polygon>
<polygon id="Path-62" points="14.2026149 11.525443 14.2026149 28.8525352 27.2097128 22.9514143 27.2097128 5.61622669"></polygon>

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="110px" height="110px" viewBox="0 0 110 110" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 46.2 (44496) - http://www.bohemiancoding.com/sketch -->
<!-- Generator: Sketch 48.1 (47250) - http://www.bohemiancoding.com/sketch -->
<title>Angular_js</title>
<desc>Created with Sketch.</desc>
<defs></defs>
@@ -8,10 +8,10 @@
<g id="Angular_js">
<g id="Group-2">
<g id="Group-66" transform="translate(17.023282, 17.274243)">
<polygon id="Path-57" fill="#818AFF" points="0 13.4340186 37.4078717 0 37.4078717 77.4569953 5.52067654 61.1930425"></polygon>
<polygon id="Path-58" fill="#E0FFC1" points="16.4889961 53.2516843 37.183222 7.52828245 37.183222 22.1426098 31.4683849 36.241745 37.530924 36.241745 37.530924 42.6473403 28.7942211 42.6473403 24.5439149 53.2516843"></polygon>
<polygon id="Path-57" fill="#646EF2" transform="translate(55.619599, 38.728498) scale(-1, 1) translate(-55.619599, -38.728498) " points="36.9156629 13.4340186 74.3235346 0 74.3235346 77.4569953 42.4363394 61.1930425"></polygon>
<polygon id="Path-58" fill="#B8E986" transform="translate(47.436627, 30.154492) scale(-1, 1) translate(-47.436627, -30.154492) " points="36.9156629 53.2516843 57.9575908 7.05730056 57.9575908 22.2214231 51.8950517 36.241745 57.9575908 36.241745 57.9575908 42.6473403 49.2208879 42.6473403 44.9705817 53.2516843"></polygon>
<polygon id="Path-57" fill="#B1D2FD" points="0 13.4340186 37.4078717 0 37.4078717 77.4569953 5.52067654 61.1930425"></polygon>
<polygon id="Path-58" fill="#FFFFFF" points="16.4889961 53.2516843 37.183222 7.52828245 37.183222 22.1426098 31.4683849 36.241745 37.530924 36.241745 37.530924 42.6473403 28.7942211 42.6473403 24.5439149 53.2516843"></polygon>
<polygon id="Path-57" fill="#8BB5EB" transform="translate(55.619599, 38.728498) scale(-1, 1) translate(-55.619599, -38.728498) " points="36.9156629 13.4340186 74.3235346 0 74.3235346 77.4569953 42.4363394 61.1930425"></polygon>
<polygon id="Path-58" fill="#FFFFFF" transform="translate(47.436627, 30.154492) scale(-1, 1) translate(-47.436627, -30.154492) " points="36.9156629 53.2516843 57.9575908 7.05730056 57.9575908 22.2214231 51.8950517 36.241745 57.9575908 36.241745 57.9575908 42.6473403 49.2208879 42.6473403 44.9705817 53.2516843"></polygon>
</g>
<rect id="Rectangle-9" x="0" y="0" width="110" height="110"></rect>
</g>

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

@@ -1,25 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="110px" height="110px" viewBox="0 0 110 110" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 46.2 (44496) - http://www.bohemiancoding.com/sketch -->
<!-- Generator: Sketch 48.1 (47250) - http://www.bohemiancoding.com/sketch -->
<title>Docker</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="assets" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Docker">
<g id="Group">
<g id="Group-79" transform="translate(5.289062, 24.070880)">
<path d="M0.141863206,27.2607361 L77.2082569,27.2607361 C74.0061913,20.310661 74.3476935,13.8384348 78.2327632,7.84405739 C81.7916004,10.1557741 84.6314988,14.0633928 86.7524584,19.5669135 C93.4207947,19.125124 97.6453,19.790262 99.4259742,21.5623276 C98.0024749,26.1205452 90.2078409,29.2086083 84.4906467,29.759893 C81.6539615,33.4732015 67.9446311,64.8797673 32.8922462,62.6380732 C9.52398954,61.1436105 -1.39280477,49.3511648 0.141863206,27.2607361 Z" id="Path-121" fill="#646EF2"></path>
<polygon id="Path-122" fill="#818AFF" points="7.84941902 28.7615438 7.84941902 18.3028006 20.931784 18.3028006 20.931784 28.7615438"></polygon>
<polygon id="Path-122" fill="#818AFF" points="18.315311 28.7615438 18.315311 18.3028006 31.3976761 18.3028006 31.3976761 28.7615438"></polygon>
<polygon id="Path-122" fill="#818AFF" points="31.3976761 28.7615438 31.3976761 18.3028006 44.4800411 18.3028006 44.4800411 28.7615438"></polygon>
<polygon id="Path-122" fill="#818AFF" points="44.4800411 28.7615438 44.4800411 18.3028006 57.5624061 18.3028006 57.5624061 28.7615438"></polygon>
<polygon id="Path-122" fill="#818AFF" points="54.9459331 28.7615438 54.9459331 18.3028006 68.0282981 18.3028006 68.0282981 28.7615438"></polygon>
<polygon id="Path-122" fill="#818AFF" points="44.4800411 18.3028006 44.4800411 7.84405739 57.5624061 7.84405739 57.5624061 18.3028006"></polygon>
<polygon id="Path-122" fill="#818AFF" points="44.4800411 10.4587432 44.4800411 0 57.5624061 0 57.5624061 10.4587432"></polygon>
<polygon id="Path-122" fill="#818AFF" points="31.3976761 18.3028006 31.3976761 7.84405739 44.4800411 7.84405739 44.4800411 18.3028006"></polygon>
<polygon id="Path-122" fill="#818AFF" points="18.315311 18.3028006 18.315311 7.84405739 31.3976761 7.84405739 31.3976761 18.3028006"></polygon>
<path d="M9.65058571,52.7811747 C19.3549164,51.8360094 24.2661277,50.1268839 24.3842196,47.6537983 C24.5613573,43.9441697 30.856644,58.2861498 36.7294357,60.5143792 C36.7887201,61.0972322 38.104638,62.1962078 29.060375,61.0972322 C23.0308663,60.3645818 16.5609365,57.5925627 9.65058571,52.7811747 Z" id="Path-123" fill="#FFFFFF"></path>
<ellipse id="Oval-18" fill="#B8E986" cx="34.0141491" cy="39.220287" rx="2.61647301" ry="2.6146858"></ellipse>
<g id="Group-79" transform="translate(2.578125, 20.343750)">
<path d="M0.149593409,30.7461885 L81.4153771,30.7461885 C78.0388292,23.4174001 78.39894,16.5924987 82.4957094,10.2714844 C86.2484695,12.7091678 89.2431155,16.8297148 91.4796474,22.6331253 C98.511345,22.1672625 102.966046,22.8686442 104.84375,24.7372706 C103.342683,29.543868 95.1233156,32.8002014 89.0945883,33.3815259 C86.1033306,37.2971746 71.6469712,70.4151014 34.6845627,68.0512562 C10.0429569,66.4753593 -1.46869947,54.0403368 0.149593409,30.7461885 Z" id="Path-121" fill="#8BB5EB"></path>
<polygon id="Path-122" fill="#B1D2FD" points="8.27713816 30.328776 8.27713816 19.3001302 22.0723684 19.3001302 22.0723684 30.328776"></polygon>
<polygon id="Path-122" fill="#B1D2FD" points="19.3133224 30.328776 19.3133224 19.3001302 33.1085526 19.3001302 33.1085526 30.328776"></polygon>
<polygon id="Path-122" fill="#B1D2FD" points="33.1085526 30.328776 33.1085526 19.3001302 46.9037829 19.3001302 46.9037829 30.328776"></polygon>
<polygon id="Path-122" fill="#B1D2FD" points="46.9037829 30.328776 46.9037829 19.3001302 60.6990132 19.3001302 60.6990132 30.328776"></polygon>
<polygon id="Path-122" fill="#B1D2FD" points="57.9399671 30.328776 57.9399671 19.3001302 71.7351974 19.3001302 71.7351974 30.328776"></polygon>
<polygon id="Path-122" fill="#B1D2FD" points="46.9037829 19.3001302 46.9037829 8.27148438 60.6990132 8.27148438 60.6990132 19.3001302"></polygon>
<polygon id="Path-122" fill="#B1D2FD" points="46.9037829 11.0286458 46.9037829 0 60.6990132 0 60.6990132 11.0286458"></polygon>
<polygon id="Path-122" fill="#B1D2FD" points="33.1085526 19.3001302 33.1085526 8.27148438 46.9037829 8.27148438 46.9037829 19.3001302"></polygon>
<polygon id="Path-122" fill="#B1D2FD" points="19.3133224 19.3001302 19.3133224 8.27148438 33.1085526 8.27148438 33.1085526 19.3001302"></polygon>
<path d="M10.1764514,57.6572498 C20.4095764,56.660582 25.5884023,54.8583253 25.712929,52.2504798 C25.8997191,48.3387116 32.5380394,63.462194 38.7308428,65.8118409 C38.7933576,66.4264539 40.1809806,67.5853132 30.6438907,66.4264539 C24.2858308,65.653881 17.4633511,62.7308129 10.1764514,57.6572498 Z" id="Path-123" fill="#FFFFFF"></path>
<ellipse id="Oval-18" fill="#FFFFFF" cx="35.8675987" cy="43.3574219" rx="2.75904605" ry="2.75716146"></ellipse>
</g>
<rect id="Rectangle-9" x="0" y="0" width="110" height="110"></rect>
</g>

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="110px" height="110px" viewBox="0 0 110 110" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 46.2 (44496) - http://www.bohemiancoding.com/sketch -->
<!-- Generator: Sketch 48.1 (47250) - http://www.bohemiancoding.com/sketch -->
<title>Elastic</title>
<desc>Created with Sketch.</desc>
<defs></defs>
@@ -8,8 +8,8 @@
<g id="Elastic">
<g id="Group">
<g id="Group-71" transform="translate(15.000000, 15.000000)">
<path d="M52.1204502,70.8472102 C57.6539095,73.7416529 62.5833501,73.7416529 66.9087722,70.8472102 C73.3969054,66.5055462 68.4421769,56.0271076 69.8287589,56.0749578 C71.2153409,56.122808 77.0920059,48.8101457 78.113529,45.3926008 C79.135052,41.9750559 81.6350819,36.1705545 71.4438079,28.1365356 C70.5275559,27.4142328 68.78561,27.2341307 68.9073677,26.2693159 C69.3892871,22.4505577 69.0714635,15.8665703 67.5251893,12.2573409 C65.978915,8.64811156 58.5824193,0.884841915 48.3556051,0.0612795024 C41.537729,-0.487762106 35.224813,2.65260313 29.4168571,9.48237522 C23.3950829,6.94360753 18.6241278,6.78720321 15.1039919,9.01316224 C11.583856,11.2391213 10.1980942,15.806055 10.9467065,22.7139635 C3.79767907,26.6924933 0.153641839,30.5256754 0.0145948551,34.2135097 C-0.19397562,39.7452611 2.12043835,46.5095567 4.8599841,47.5090191 C6.68634793,48.1753274 8.71525542,49.9936691 10.9467065,52.9640444 C10.6506641,59.8542842 12.0364259,65.8153395 15.1039919,70.8472102 C19.7053409,78.3950164 33.1813778,83.2365971 40.6959206,78.3950164 C45.7056158,75.167296 49.5137923,72.6513606 52.1204502,70.8472102 Z" id="Path-90" fill="#B8E986"></path>
<g id="Group-70" transform="translate(2.171053, 2.171053)" fill="#646EF2">
<path d="M52.1204502,70.8472102 C57.6539095,73.7416529 62.5833501,73.7416529 66.9087722,70.8472102 C73.3969054,66.5055462 68.4421769,56.0271076 69.8287589,56.0749578 C71.2153409,56.122808 77.0920059,48.8101457 78.113529,45.3926008 C79.135052,41.9750559 81.6350819,36.1705545 71.4438079,28.1365356 C70.5275559,27.4142328 68.78561,27.2341307 68.9073677,26.2693159 C69.3892871,22.4505577 69.0714635,15.8665703 67.5251893,12.2573409 C65.978915,8.64811156 58.5824193,0.884841915 48.3556051,0.0612795024 C41.537729,-0.487762106 35.224813,2.65260313 29.4168571,9.48237522 C23.3950829,6.94360753 18.6241278,6.78720321 15.1039919,9.01316224 C11.583856,11.2391213 10.1980942,15.806055 10.9467065,22.7139635 C3.79767907,26.6924933 0.153641839,30.5256754 0.0145948551,34.2135097 C-0.19397562,39.7452611 2.12043835,46.5095567 4.8599841,47.5090191 C6.68634793,48.1753274 8.71525542,49.9936691 10.9467065,52.9640444 C10.6506641,59.8542842 12.0364259,65.8153395 15.1039919,70.8472102 C19.7053409,78.3950164 33.1813778,83.2365971 40.6959206,78.3950164 C45.7056158,75.167296 49.5137923,72.6513606 52.1204502,70.8472102 Z" id="Path-90" fill="#B1D3FF"></path>
<g id="Group-70" transform="translate(2.171053, 2.171053)" fill="#8BB5EB">
<path d="M47.0926089,41.7089888 L64.8224301,25.329896 C65.0322121,18.9015262 64.5884099,14.4597964 63.4910234,12.0047065 C60.1252457,4.47473706 52.819226,0.285472854 47.0926089,0.285472854 C38.5653111,0.285472854 32.1540372,3.31226476 27.8587871,9.36584857 L24.4181034,26.1816555 L26.9384032,33.1857875 L47.0926089,41.7089888 Z" id="Path-84"></path>
<path d="M48.8362069,42.10238 L65.5496378,26.2938596 C71.2586988,30.3886331 74.0920867,34.4265611 74.0498015,38.4076434 C73.9863737,44.3792669 69.7903272,50.0605082 66.2019859,51.3185867 C62.6136445,52.5766651 53.1196589,48.7548874 52.2951261,48.244171 C51.7454375,47.9036934 50.5924645,45.8564297 48.8362069,42.10238 Z" id="Path-85"></path>
<path d="M53.7340376,52.8924284 L50.8450544,66.3616884 C52.6604827,68.8731467 54.4256723,70.0638919 56.1406234,69.9339241 C57.4748929,69.8328063 61.7349593,69.9963823 63.9713678,68.6684227 C66.0466798,67.4361207 67.2010255,64.8727173 67.5574096,63.7736961 C68.2978421,61.4903421 68.3787356,56.889063 67.5574096,55.8120378 C67.0098589,55.0940211 62.4020683,54.1208179 53.7340376,52.8924284 Z" id="Path-86"></path>

Before

Width:  |  Height:  |  Size: 4.0 KiB

After

Width:  |  Height:  |  Size: 4.0 KiB

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="110px" height="110px" viewBox="0 0 110 110" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 46.2 (44496) - http://www.bohemiancoding.com/sketch -->
<!-- Generator: Sketch 48.1 (47250) - http://www.bohemiancoding.com/sketch -->
<title>ES6</title>
<desc>Created with Sketch.</desc>
<defs></defs>
@@ -8,11 +8,11 @@
<g id="ES6">
<g id="Group-2">
<g id="Group-66" transform="translate(17.769231, 16.923077)">
<polygon id="Path-57" fill="#818AFF" points="0 7.40299391 36.3025844 0.505807184 36.3025844 76.6596533 5.48841401 61.129011"></polygon>
<polygon id="Path-57" fill="#646EF2" points="73.889192 7.39290079 36.2730683 0.494456144 36.2730683 76.6483023 68.4007779 61.0809708"></polygon>
<polygon id="Path-124" fill="#E0FFC1" points="36.912651 21.1018438 36.912651 12.6383058 21.6890464 16.9200348 20.0223991 35.4713065 21.642976 54.9645523 36.8801589 59.1938813 36.8801589 52.4203796 27.5639575 50.7015299 27.5639575 39.7320698 36.8801589 38.0341765 36.912651 31.2817637 27.5639575 33.8478924 27.5639575 23.6815904"></polygon>
<polygon id="Path-127" fill="#B8E986" points="36.912651 21.1018438 50.417166 23.6815904 50.417166 16.0756206 36.912651 12.6383058"></polygon>
<polygon id="Path-126" fill="#B8E986" points="36.8801589 38.0341765 44.4980231 39.7320698 44.4980231 50.7015299 36.8801589 52.4203796 36.8801589 59.1938813 51.2673583 54.9645523 52.9545837 35.5068058 36.912651 31.2817637"></polygon>
<polygon id="Path-57" fill="#B1D2FD" points="0 7.40299391 36.3025844 0.505807184 36.3025844 76.6596533 5.48841401 61.129011"></polygon>
<polygon id="Path-57" fill="#8BB5EB" points="73.889192 7.39290079 36.2730683 0.494456144 36.2730683 76.6483023 68.4007779 61.0809708"></polygon>
<polygon id="Path-124" fill="#FFFFFF" points="36.912651 21.1018438 36.912651 12.6383058 21.6890464 16.9200348 20.0223991 35.4713065 21.642976 54.9645523 36.8801589 59.1938813 36.8801589 52.4203796 27.5639575 50.7015299 27.5639575 39.7320698 36.8801589 38.0341765 36.912651 31.2817637 27.5639575 33.8478924 27.5639575 23.6815904"></polygon>
<polygon id="Path-127" fill="#FFFFFF" points="36.912651 21.1018438 50.417166 23.6815904 50.417166 16.0756206 36.912651 12.6383058"></polygon>
<polygon id="Path-126" fill="#FFFFFF" points="36.8801589 38.0341765 44.4980231 39.7320698 44.4980231 50.7015299 36.8801589 52.4203796 36.8801589 59.1938813 51.2673583 54.9645523 52.9545837 35.5068058 36.912651 31.2817637"></polygon>
</g>
<rect id="Rectangle-9" x="0" y="0" width="110" height="110"></rect>
</g>

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="110px" height="110px" viewBox="0 0 110 110" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 46.2 (44496) - http://www.bohemiancoding.com/sketch -->
<!-- Generator: Sketch 48.1 (47250) - http://www.bohemiancoding.com/sketch -->
<title>HTML_5</title>
<desc>Created with Sketch.</desc>
<defs></defs>
@@ -8,12 +8,12 @@
<g id="HTML_5">
<g id="Group-2">
<g id="Group-66" transform="translate(17.000000, 16.000000)">
<polygon id="Path-57" fill="#818AFF" points="0 7.15496037 38 0 38 79 5.74503814 62.8889196"></polygon>
<polygon id="Path-57" fill="#646EF2" points="77 7.1562653 38 0 38 79 71.3096703 62.8508591"></polygon>
<polygon id="Path-98" fill="#E0FFC1" points="39 22.9744409 39 16 20 16 22.2651642 39 39 39 39 31.0051597 28.0583508 31.0051597 28.0583508 22.9744409"></polygon>
<polygon id="Path-99" fill="#E0FFC1" points="22 45 29.7151654 45 30.4442988 50.7188031 39 52.8607514 39 60 23.488233 56.3873811"></polygon>
<polygon id="Path-100" fill="#B8E986" points="58 16 39 16 39 23 58 23"></polygon>
<polygon id="Path-101" fill="#B8E986" points="39 31 57 31 54.7460304 56.2242058 39 60 39 52.5396773 48.7030058 50.2667423 48.9919488 39.0706804 39 39.0706804"></polygon>
<polygon id="Path-57" fill="#B1D2FD" points="0 7.15496037 38 0 38 79 5.74503814 62.8889196"></polygon>
<polygon id="Path-57" fill="#8BB5EB" points="77 7.1562653 38 0 38 79 71.3096703 62.8508591"></polygon>
<polygon id="Path-98" fill="#FFFFFF" points="39 22.9744409 39 16 20 16 22.2651642 39 39 39 39 31.0051597 28.0583508 31.0051597 28.0583508 22.9744409"></polygon>
<polygon id="Path-99" fill="#FFFFFF" points="22 45 29.7151654 45 30.4442988 50.7188031 39 52.8607514 39 60 23.488233 56.3873811"></polygon>
<polygon id="Path-100" fill="#FFFFFF" points="58 16 39 16 39 23 58 23"></polygon>
<polygon id="Path-101" fill="#FFFFFF" points="39 31 57 31 54.7460304 56.2242058 39 60 39 52.5396773 48.7030058 50.2667423 48.9919488 39.0706804 39 39.0706804"></polygon>
</g>
<rect id="Rectangle-9" x="0" y="0" width="110" height="110"></rect>
</g>

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="110px" height="110px" viewBox="0 0 110 110" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 46.2 (44496) - http://www.bohemiancoding.com/sketch -->
<!-- Generator: Sketch 48.1 (47250) - http://www.bohemiancoding.com/sketch -->
<title>Jenkins</title>
<desc>Created with Sketch.</desc>
<defs></defs>
@@ -8,24 +8,24 @@
<g id="Jenkins">
<g id="Group">
<g id="Group-83" transform="translate(19.674797, 8.048780)">
<ellipse id="Oval-20" fill="#B8E986" cx="37.1138211" cy="48.2926829" rx="37.1138211" ry="40.0139373"></ellipse>
<path d="M55.4906827,82.6498816 L56.6214667,89.7844279 C53.817761,91.3581713 52.2055781,91.9421932 51.7849181,91.5364935 C51.3642581,91.1307939 51.3642581,92.2527655 51.7849181,94.9024084 C42.3367281,97.1463517 36.4839316,97.1463517 34.2265285,94.9024084 C31.9691254,92.6584652 31.0386991,89.3223218 31.4352496,84.8939784 C21.7064335,83.2509121 16.5515202,81.5341218 15.9705097,79.7436075 C15.0989938,77.0578361 15.9705097,64.742419 11.1389112,53.5485269 C9.72981516,51.4176328 19.0838101,48.2926829 26.2523868,45.4761675 C25.3927998,42.1758522 24.4333203,38.7532812 23.3739483,35.2084545 C19.1921786,36.786664 16.7243657,35.2694674 15.9705097,30.6568648 C15.2166536,26.0442622 15.5935816,23.4572054 17.1012937,22.8956946 C15.9448258,16.1439776 16.6056646,12.5281465 19.0838101,12.0482011 C20.3811532,9.98079978 24.1117742,0.701819375 41.3619575,0.023664589 C58.6121408,-0.654490197 62.5023767,13.449257 62.5023767,15.7979397 C62.5023767,18.1466224 63.7424907,37.7037314 55.4906827,43.8902496 C59.6663901,46.4054149 63.1437766,48.4884053 65.9228422,50.1392207 L60.0544271,66.7659453 C64.7219482,64.0679102 67.6721214,63.3934014 68.9049467,64.742419 C70.7541847,66.7659453 75.3783208,72.3005634 73.9622377,75.5073804 C72.5461546,78.7141974 71.8870512,80.5458119 68.9049467,80.5458119 C66.916877,80.5458119 65.1960584,79.9680877 63.7424907,78.8126392 L56.6214667,78.8126392 L55.4906827,82.6498816 Z" id="Path-134" stroke="#646EF2" fill="#646EF2"></path>
<path d="M23.8684873,27.5958188 L26.4348551,27.5958188 C24.7239432,18.9791215 24.2962153,13.7871251 25.1516712,12.0198296 C26.4348551,9.36888628 17.3301994,12.7153816 16.3841834,14.6707729 C15.753506,15.9743671 15.4381674,18.8626933 15.4381674,23.3357514 C18.56012,21.7847157 20.3929013,21.3969568 20.9365112,22.1724747 C21.4801212,22.9479925 22.4574465,24.7557739 23.8684873,27.5958188 Z" id="Path-135" fill="#9098FE"></path>
<path d="M25.7691121,10.2452787 C31.1820786,3.60848981 34.5892919,0.196384979 35.9907522,0.00896424489 C38.0929426,-0.272166857 19.9994525,6.13043967 19.6807281,9.18977453 C19.4682452,11.2293311 21.4977065,11.5811658 25.7691121,10.2452787 Z" id="Path-136" fill="#9098FE"></path>
<path d="M40.4196472,8.27874564 C37.2993725,10.9408311 35.7392352,12.7805524 35.7392352,13.7979094 C37.3057801,12.204937 39.1385614,11.0857307 41.237579,10.4402905 L40.4196472,8.27874564 Z" id="Path-137" fill="#9098FE"></path>
<path d="M52.3604567,11.7174191 C51.7889717,10.9669929 53.1585792,9.8207684 56.4692791,8.27874564 C59.1251304,10.7590029 60.4625422,12.5151801 60.4815146,13.5472771 C60.5099732,15.0954226 58.2747488,8.84894603 52.3604567,11.7174191 Z" id="Path-138" fill="#9098FE"></path>
<path d="M38.4884071,23.5380678 C40.9282268,24.7645279 43.2468127,24.8362369 44.5060376,24.8362369 C46.4654473,24.8362369 47.1350043,24.0297358 46.5089595,22.7292682 C45.4038171,20.4335828 44.2359343,19.0526118 42.5073178,16.5574913 L41.8808113,17.2563262 C43.3949466,19.4895707 43.9868192,20.828372 45.4038171,22.7292682 C45.9613409,23.4771838 44.5366832,23.1128955 43.664688,23.1128955 C42.6064804,23.1128955 41.2530767,23.8903225 38.94337,22.7292682 L38.4884071,23.5380678 Z" id="Path-139" fill="#9098FE" fill-rule="nonzero"></path>
<path d="M52.2342668,23.9989258 C55.7431595,25.6912032 58.4666267,24.7212952 57.5551,21.9629675 C56.7880967,19.6419751 55.9466749,18.4620615 55.1320133,16.5574913 L54.9398663,17.1446388 C55.6989999,18.7026848 56.133063,19.9143568 56.7880967,22.0085007 C57.3805271,23.9025019 55.578746,24.5418216 52.499954,23.0569742 L52.2342668,23.9989258 Z" id="Path-139" fill="#9098FE" fill-rule="nonzero"></path>
<path d="M48.266361,20.0435495 C51.1056436,25.3486966 53.5583358,28.70951 55.7110566,30.1694737 C55.9620251,30.3396792 55.9632067,30.4180852 55.6498714,30.7794709 C55.2098406,31.286981 54.3002731,31.8927247 53.1034391,32.4779213 C50.8464508,33.5814845 47.9908223,34.3774832 47.3089052,34.2014861 C45.9915984,33.8615001 45.4742857,32.5487365 46.10947,32.2002116 L45.1566635,30.7757254 C42.9120625,32.0073354 44.1364884,35.1145112 46.8049665,35.8032232 C48.1086718,36.1396988 51.3109118,35.2470831 53.9769891,33.9434942 C55.3763127,33.2592895 56.4685644,32.5318838 57.0961027,31.8081116 C57.995082,30.7712727 57.9778239,29.6261166 56.8132383,28.8363009 C54.9652396,27.5829982 52.6389785,24.3954276 49.921074,19.3170732 L48.266361,20.0435495 Z" id="Path-140" fill="#9098FE" fill-rule="nonzero"></path>
<path d="M49.4850949,38.6341463 L49.4850949,36.7458504 C45.8038688,36.7458504 43.0546969,36.4554218 41.237579,35.8745645 C41.5422532,37.1860024 44.2914251,38.1058631 49.4850949,38.6341463 Z" id="Path-141" fill="#9098FE"></path>
<path d="M52.2342668,37.3394708 L52.2342668,38.6341463 C54.8706148,38.0203943 56.7033961,37.1005337 57.7326107,35.8745645 C56.4339225,36.434778 54.6011412,36.9230801 52.2342668,37.3394708 Z" id="Path-142" fill="#9098FE"></path>
<path d="M49.2540442,41.9758207 C45.8902645,42.5569482 43.6157261,42.8167796 42.6740474,42.3097552 C42.0530035,41.975369 40.8987976,41.567022 39.9379876,40.5921024 C39.7009818,40.3516162 39.2177883,39.6989642 38.4884071,38.6341463 C38.4884071,39.7217278 40.4622736,42.7413896 42.0827021,43.6138705 C43.3946543,44.3202598 45.8251901,44.3202598 49.4850949,43.6879737 L49.2540442,41.9758207 Z" id="Path-143" fill="#9098FE" fill-rule="nonzero"></path>
<path d="M33.2246296,93.7930162 C31.6077447,89.5582079 28.7682726,69.280553 29.5184966,68.7119731 C30.0186459,68.3329198 36.5552097,68.1433932 49.1281879,68.1433932 L50.0352047,80.9682047 L54.3817407,80.9682047 L56.8864568,89.5582079 C54.9696587,90.6318392 53.3485839,91.0581152 52.0232322,90.8370361 C50.0352047,90.5054175 54.0112597,92.4690827 52.0232322,93.7930162 C50.0352047,95.1169497 42.0553088,97.41541 33.2246296,93.7930162 Z" id="Path-144" fill="#9098FE"></path>
<polygon id="Path-145" fill="#9098FE" points="50.703737 56.1647467 57.7326107 56.930398 56.720735 49.6724739 49.910242 52.6100978 45.8837635 53.3014359 40.056801 51.834442 35.7392352 50.8901973 37.4252425 60.7108014 45.8837635 56.1647467"></polygon>
<path d="M32.9900632,41.8823459 C37.7206743,48.5022794 40.549828,51.7213794 41.7225238,52.286372 C42.5587028,52.6892343 49.6279339,52.1873571 52.2806479,51.623298 C55.7461902,50.8864035 58.668292,48.2010983 60.4817826,45.695889 L59.5198493,46.3601421 C57.8569258,48.6573537 55.3064954,50.0675692 52.0634176,50.75716 C49.5263556,51.2966274 45.3223637,51.7785405 42.5314452,51.3350499 C41.2477415,51.131063 38.2942677,47.6877353 33.796564,41.3937282 L32.9900632,41.8823459 Z" id="Path-146" fill="#9098FE" fill-rule="nonzero"></path>
<polygon id="Path-147" fill="#9098FE" points="39.334561 61.7012114 46.1767101 56.8839453 50.3312487 67.9222728"></polygon>
<polygon id="Path-148" fill="#9098FE" points="51.6221763 56.8839453 55.1557976 57.8909201 56.6757464 59.7383729 51.1774025 70.6818547"></polygon>
<path d="M54.3728589,79.4594781 L53.0804206,69.7706874 L56.8128016,69.0831808 C63.7253076,65.3765759 67.6648954,63.8316996 68.6315647,64.4485519 C70.0815688,65.3738303 76.7365623,72.1692727 74.6842182,75.8143754 C72.631874,79.4594781 71.1632546,80.8740284 68.6315647,80.8740284 C66.9437715,80.8740284 64.9067186,80.4025117 62.5204059,79.4594781 L58.4469648,78.7104694 L54.3728589,79.4594781 Z" id="Path-149" fill="#9098FE"></path>
<ellipse id="Oval-20" fill="#D0E5FF" cx="37.1138211" cy="48.2926829" rx="37.1138211" ry="40.0139373"></ellipse>
<path d="M55.4906827,82.6498816 L56.6214667,89.7844279 C53.817761,91.3581713 52.2055781,91.9421932 51.7849181,91.5364935 C51.3642581,91.1307939 51.3642581,92.2527655 51.7849181,94.9024084 C42.3367281,97.1463517 36.4839316,97.1463517 34.2265285,94.9024084 C31.9691254,92.6584652 31.0386991,89.3223218 31.4352496,84.8939784 C21.7064335,83.2509121 16.5515202,81.5341218 15.9705097,79.7436075 C15.0989938,77.0578361 15.9705097,64.742419 11.1389112,53.5485269 C9.72981516,51.4176328 19.0838101,48.2926829 26.2523868,45.4761675 C25.3927998,42.1758522 24.4333203,38.7532812 23.3739483,35.2084545 C19.1921786,36.786664 16.7243657,35.2694674 15.9705097,30.6568648 C15.2166536,26.0442622 15.5935816,23.4572054 17.1012937,22.8956946 C15.9448258,16.1439776 16.6056646,12.5281465 19.0838101,12.0482011 C20.3811532,9.98079978 24.1117742,0.701819375 41.3619575,0.023664589 C58.6121408,-0.654490197 62.5023767,13.449257 62.5023767,15.7979397 C62.5023767,18.1466224 63.7424907,37.7037314 55.4906827,43.8902496 C59.6663901,46.4054149 63.1437766,48.4884053 65.9228422,50.1392207 L60.0544271,66.7659453 C64.7219482,64.0679102 67.6721214,63.3934014 68.9049467,64.742419 C70.7541847,66.7659453 75.3783208,72.3005634 73.9622377,75.5073804 C72.5461546,78.7141974 71.8870512,80.5458119 68.9049467,80.5458119 C66.916877,80.5458119 65.1960584,79.9680877 63.7424907,78.8126392 L56.6214667,78.8126392 L55.4906827,82.6498816 Z" id="Path-134" stroke="#8BB5EB" fill="#8BB5EB"></path>
<path d="M23.8684873,27.5958188 L26.4348551,27.5958188 C24.7239432,18.9791215 24.2962153,13.7871251 25.1516712,12.0198296 C26.4348551,9.36888628 17.3301994,12.7153816 16.3841834,14.6707729 C15.753506,15.9743671 15.4381674,18.8626933 15.4381674,23.3357514 C18.56012,21.7847157 20.3929013,21.3969568 20.9365112,22.1724747 C21.4801212,22.9479925 22.4574465,24.7557739 23.8684873,27.5958188 Z" id="Path-135" fill="#D0E5FF"></path>
<path d="M25.7691121,10.2452787 C31.1820786,3.60848981 34.5892919,0.196384979 35.9907522,0.00896424489 C38.0929426,-0.272166857 19.9994525,6.13043967 19.6807281,9.18977453 C19.4682452,11.2293311 21.4977065,11.5811658 25.7691121,10.2452787 Z" id="Path-136" fill="#D0E5FF"></path>
<path d="M40.4196472,8.27874564 C37.2993725,10.9408311 35.7392352,12.7805524 35.7392352,13.7979094 C37.3057801,12.204937 39.1385614,11.0857307 41.237579,10.4402905 L40.4196472,8.27874564 Z" id="Path-137" fill="#D0E5FF"></path>
<path d="M52.3604567,11.7174191 C51.7889717,10.9669929 53.1585792,9.8207684 56.4692791,8.27874564 C59.1251304,10.7590029 60.4625422,12.5151801 60.4815146,13.5472771 C60.5099732,15.0954226 58.2747488,8.84894603 52.3604567,11.7174191 Z" id="Path-138" fill="#D0E5FF"></path>
<path d="M38.4884071,23.5380678 C40.9282268,24.7645279 43.2468127,24.8362369 44.5060376,24.8362369 C46.4654473,24.8362369 47.1350043,24.0297358 46.5089595,22.7292682 C45.4038171,20.4335828 44.2359343,19.0526118 42.5073178,16.5574913 L41.8808113,17.2563262 C43.3949466,19.4895707 43.9868192,20.828372 45.4038171,22.7292682 C45.9613409,23.4771838 44.5366832,23.1128955 43.664688,23.1128955 C42.6064804,23.1128955 41.2530767,23.8903225 38.94337,22.7292682 L38.4884071,23.5380678 Z" id="Path-139" fill="#D0E5FF" fill-rule="nonzero"></path>
<path d="M52.2342668,23.9989258 C55.7431595,25.6912032 58.4666267,24.7212952 57.5551,21.9629675 C56.7880967,19.6419751 55.9466749,18.4620615 55.1320133,16.5574913 L54.9398663,17.1446388 C55.6989999,18.7026848 56.133063,19.9143568 56.7880967,22.0085007 C57.3805271,23.9025019 55.578746,24.5418216 52.499954,23.0569742 L52.2342668,23.9989258 Z" id="Path-139" fill="#D0E5FF" fill-rule="nonzero"></path>
<path d="M48.266361,20.0435495 C51.1056436,25.3486966 53.5583358,28.70951 55.7110566,30.1694737 C55.9620251,30.3396792 55.9632067,30.4180852 55.6498714,30.7794709 C55.2098406,31.286981 54.3002731,31.8927247 53.1034391,32.4779213 C50.8464508,33.5814845 47.9908223,34.3774832 47.3089052,34.2014861 C45.9915984,33.8615001 45.4742857,32.5487365 46.10947,32.2002116 L45.1566635,30.7757254 C42.9120625,32.0073354 44.1364884,35.1145112 46.8049665,35.8032232 C48.1086718,36.1396988 51.3109118,35.2470831 53.9769891,33.9434942 C55.3763127,33.2592895 56.4685644,32.5318838 57.0961027,31.8081116 C57.995082,30.7712727 57.9778239,29.6261166 56.8132383,28.8363009 C54.9652396,27.5829982 52.6389785,24.3954276 49.921074,19.3170732 L48.266361,20.0435495 Z" id="Path-140" fill="#D0E5FF" fill-rule="nonzero"></path>
<path d="M49.4850949,38.6341463 L49.4850949,36.7458504 C45.8038688,36.7458504 43.0546969,36.4554218 41.237579,35.8745645 C41.5422532,37.1860024 44.2914251,38.1058631 49.4850949,38.6341463 Z" id="Path-141" fill="#D0E5FF"></path>
<path d="M52.2342668,37.3394708 L52.2342668,38.6341463 C54.8706148,38.0203943 56.7033961,37.1005337 57.7326107,35.8745645 C56.4339225,36.434778 54.6011412,36.9230801 52.2342668,37.3394708 Z" id="Path-142" fill="#D0E5FF"></path>
<path d="M49.2540442,41.9758207 C45.8902645,42.5569482 43.6157261,42.8167796 42.6740474,42.3097552 C42.0530035,41.975369 40.8987976,41.567022 39.9379876,40.5921024 C39.7009818,40.3516162 39.2177883,39.6989642 38.4884071,38.6341463 C38.4884071,39.7217278 40.4622736,42.7413896 42.0827021,43.6138705 C43.3946543,44.3202598 45.8251901,44.3202598 49.4850949,43.6879737 L49.2540442,41.9758207 Z" id="Path-143" fill="#D0E5FF" fill-rule="nonzero"></path>
<path d="M35.2264464,96.257918 C33.8743259,95.6238911 31.4847981,94.0402734 30.9175192,90.9085309 C30.3502403,87.7767884 30.9900255,71.1124908 31.5184966,70.7119731 C32.0186459,70.3329198 38.5552097,70.1433932 51.1281879,70.1433932 L52.0352047,82.9682047 L56.3817407,82.9682047 L58.8864568,91.5582079 C56.9696587,92.6318392 55.3485839,93.0581152 54.0232322,92.8370361 C52.0352047,92.5054175 56.0112597,94.4690827 54.0232322,95.7930162 C52.0352047,97.1169497 44.0571255,99.8803118 35.2264464,96.257918 Z" id="Path-144" fill="#D0E5FF"></path>
<polygon id="Path-145" fill="#D0E5FF" points="50.703737 56.1647467 57.7326107 56.930398 56.720735 49.6724739 49.910242 52.6100978 45.8837635 53.3014359 40.056801 51.834442 35.7392352 50.8901973 37.4252425 60.7108014 45.8837635 56.1647467"></polygon>
<path d="M28.9900632,39.8823459 C33.7206743,46.5022794 36.549828,49.7213794 37.7225238,50.286372 C38.5587028,50.6892343 45.6279339,50.1873571 48.2806479,49.623298 C51.7461902,48.8864035 54.668292,46.2010983 56.4817826,43.695889 L55.5198493,44.3601421 C53.8569258,46.6573537 51.3064954,48.0675692 48.0634176,48.75716 C45.5263556,49.2966274 41.3223637,49.7785405 38.5314452,49.3350499 C37.2477415,49.131063 34.2942677,45.6877353 29.796564,39.3937282 L28.9900632,39.8823459 Z" id="Path-146" fill="#D0E5FF" fill-rule="nonzero"></path>
<polygon id="Path-147" fill="#D0E5FF" points="39.334561 60.7012114 46.1767101 55.8839453 50.3312487 66.9222728"></polygon>
<polygon id="Path-148" fill="#D0E5FF" points="50.6221763 55.8839453 54.1557976 56.8909201 55.6757464 58.7383729 50.1774025 69.6818547"></polygon>
<path d="M54.3728589,79.4594781 L53.0804206,69.7706874 L56.8128016,69.0831808 C58.8310708,67.2004212 60.3573346,65.9592476 61.3915928,65.3596599 C64.5408471,63.5339514 67.9839324,63.2660949 68.6315647,63.6793629 C70.0815688,64.6046413 76.7365623,72.1692727 74.6842182,75.8143754 C72.631874,79.4594781 71.7418217,81.3100671 69.2101319,81.3100671 C67.5223387,81.3100671 65.29243,80.6932041 62.5204059,79.4594781 L58.4469648,78.7104694 L54.3728589,79.4594781 Z" id="Path-149" fill="#D0E5FF"></path>
</g>
<rect id="Rectangle-9" x="0" y="0" width="110" height="110"></rect>
</g>

Before

Width:  |  Height:  |  Size: 8.2 KiB

After

Width:  |  Height:  |  Size: 8.4 KiB

19
dist/img/technology/mongo_db.svg vendored Normal file
View File

@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="110px" height="110px" viewBox="0 0 110 110" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 48.1 (47250) - http://www.bohemiancoding.com/sketch -->
<title>Mongo_DB</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="assets" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Mongo_DB">
<g id="Group-2">
<g id="Group" transform="translate(34.506329, 11.139241)">
<path d="M20.520866,0 L21.0044082,77.2322102 C5.76641139,64.0493557 -1.17703247,51.0077418 0.174076618,38.1073687 C1.5251857,25.2069955 8.30744882,12.5045393 20.520866,0 Z" id="Path-106" fill="#B1D2FD"></path>
<path d="M20.4538622,0 L21.0060819,77.2085778 C35.3850787,64.2228079 42.1517606,51.0077418 40.8006516,38.1073687 C39.4495425,25.2069955 32.6672794,12.5045393 20.4538622,0 Z" id="Path-106" fill="#8BB5EB"></path>
<polygon id="Path-107" fill="#8BB5EB" points="19.4538622 77.0095687 22.4918189 77.0095687 22.4918189 89.5882036 19.4538622 89.5882036"></polygon>
</g>
<rect id="Rectangle-9" x="0" y="0" width="110" height="110"></rect>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@@ -1,16 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="110px" height="110px" viewBox="0 0 110 110" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 46.2 (44496) - http://www.bohemiancoding.com/sketch -->
<!-- Generator: Sketch 48.1 (47250) - http://www.bohemiancoding.com/sketch -->
<title>Mongo_DB</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="assets" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Mongo_DB">
<g id="Group-2">
<g id="Group" transform="translate(35.506329, 11.139241)">
<path d="M20.520866,0 L19.7159083,76.9365832 C5.33691142,63.9508133 -1.17703247,51.0077418 0.174076618,38.1073687 C1.5251857,25.2069955 8.30744882,12.5045393 20.520866,0 Z" id="Path-106" fill="#E0FFC1"></path>
<path d="M18.4538622,0 L19.2588199,76.9365832 C33.6378168,63.9508133 40.1517606,51.0077418 38.8006516,38.1073687 C37.4495425,25.2069955 30.6672794,12.5045393 18.4538622,0 Z" id="Path-106" fill="#B8E986"></path>
<polygon id="Path-107" fill="#646EF2" points="18.4538622 77.0095687 21.4918189 77.0095687 21.4918189 89.5882036 18.4538622 89.5882036"></polygon>
<g id="Group" transform="translate(34.506329, 11.139241)">
<path d="M20.520866,0 L21.0044082,77.2322102 C5.76641139,64.0493557 -1.17703247,51.0077418 0.174076618,38.1073687 C1.5251857,25.2069955 8.30744882,12.5045393 20.520866,0 Z" id="Path-106" fill="#B1D2FD"></path>
<path d="M20.4538622,0 L21.0060819,77.2085778 C35.3850787,64.2228079 42.1517606,51.0077418 40.8006516,38.1073687 C39.4495425,25.2069955 32.6672794,12.5045393 20.4538622,0 Z" id="Path-106" fill="#8BB5EB"></path>
<polygon id="Path-107" fill="#8BB5EB" points="19.4538622 77.0095687 22.4918189 77.0095687 22.4918189 89.5882036 19.4538622 89.5882036"></polygon>
</g>
<rect id="Rectangle-9" x="0" y="0" width="110" height="110"></rect>
</g>

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="110px" height="110px" viewBox="0 0 110 110" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 46.2 (44496) - http://www.bohemiancoding.com/sketch -->
<!-- Generator: Sketch 48.1 (47250) - http://www.bohemiancoding.com/sketch -->
<title>My_SQL</title>
<desc>Created with Sketch.</desc>
<defs></defs>
@@ -8,8 +8,8 @@
<g id="My_SQL">
<g id="Group">
<g id="Group-77" transform="translate(10.717949, 14.102564)">
<path d="M63.9983956,61.7804112 L64.9851611,61.6657017 C64.6554864,61.7011851 64.3265649,61.7394216 63.9983956,61.7804112 Z M64.9851611,61.6657017 L62.2906976,61.6657017 C73.5749006,69.7465733 75.5551295,73.2428877 77.0120545,75.885059 C70.2649049,69.0960303 64.2278784,64.5393208 58.900975,62.2149305 L55.6157109,60.2017107 L59.419364,59.4532959 C63.6601525,58.6188695 70.3426564,58.9092263 74.8181988,58.9797412 C72.1282429,55.6790928 64.7736593,51.1912624 53.0307789,46.7101837 L52.1639112,46.2950063 L52.1639112,45.3533918 C52.1639112,42.4924763 48.9850161,35.4971052 42.6755578,24.7734407 C36.4838219,14.2498592 26.9058555,8.79832274 13.7567534,8.3382521 L13.3363166,8.32354154 L6.57951862,3.23425277 C4.32103841,1.47642897 3.15221663,2.1166381 2.62067858,3.23425277 C2.3297473,3.84596639 2.31546565,4.31809002 2.53506323,4.90046607 C2.71368813,5.37418197 3.03898888,5.91142356 3.63565835,6.73724229 C3.81360623,6.98353056 4.50071758,7.91187548 4.5305563,7.95251435 C4.92609664,8.49122093 5.23859529,8.93218178 5.54461952,9.39060943 C6.14010009,10.2826459 6.64963957,11.154828 7.10032195,12.0827765 C7.92597803,13.7827905 8.61151013,15.3787867 9.29422236,17.1376547 C9.61528277,17.964801 10.5810943,20.571501 10.7688163,21.0560719 C11.8096745,23.7428622 12.6713286,25.2441045 14.1902761,26.7848261 C14.4018674,26.9994505 14.6259094,27.2132122 14.8637095,27.4270886 L15.626229,28.1128951 L15.2669282,29.0617265 C14.4376422,31.2516817 11.7652849,37.1542583 12.0491735,42.0457167 C12.332863,46.9337455 15.8499027,52.2525035 17.7440225,54.5239157 C18.466724,49.6896448 18.9088957,43.7875862 19.8552018,40.1277214 L21.9679591,31.9565747 L22.3622352,42.0457167 C23.0216703,47.9718964 26.4445808,52.9272005 32.6596888,58.9797412 L37.9599441,65.701516 C33.4362393,61.2961368 23.2841758,51.590103 21.4729513,47.1028331 C20.9508949,49.8162618 20.4730233,52.7779564 20.0397051,55.9873495 L19.7409156,58.200349 L17.7440225,57.1085575 C13.4850444,54.7799822 11.1915445,49.3294119 10.7688163,42.0457167 C10.4955355,37.3370323 12.0650178,31.5785766 12.88699,28.6097682 C10.93572,26.6312602 9.92121241,25.3917367 8.74501633,22.3555959 C8.54659203,21.8433988 7.6943731,18.9574377 7.38426911,18.1585184 C6.72932033,16.4711773 6.63548966,14.9978198 5.84811357,13.3766238 C5.46105767,12.5796813 5.01952588,11.8239083 4.49606374,11.0397563 C4.21874244,10.6243259 3.93059181,10.2177221 3.55950591,9.71232131 C3.53880819,9.68413203 2.84097325,8.74129864 2.65096754,8.47832176 C1.90996256,7.45273587 1.13430527,6.11596864 0.839202045,5.33335047 C0.339714666,4.00870248 0.230576302,3.26232623 0.839202045,1.89679074 C1.79992173,-0.258715902 3.92877819,-0.778996059 7.38426911,1.89679074 L14.291284,5.33335047 C28.2811812,5.9340911 38.6990588,11.9387431 45.3654819,23.269111 C51.433423,33.5822887 53.9362939,41.4874586 54.4353894,45.3533918 C67.3801171,51.6077708 73.1406866,54.7230096 75.5551295,57.1085575 L79.2095692,61.454802 L75.5551295,61.454802 C71.9490612,61.2249361 68.4260849,61.2953506 64.9851611,61.6657017 Z" id="Path-108" fill="#646EF2" fill-rule="nonzero"></path>
<path d="M15.6766374,13.02782 C16.8811436,13.6510977 17.5347649,14.4008026 17.6375011,15.2769349 C17.7916055,16.5911334 18.8341976,14.8018221 18.2133082,14.0896606 C17.7993819,13.6148862 16.953825,13.2609394 15.6766374,13.02782 Z" id="Path-109" stroke="#646EF2"></path>
<path d="M63.9983956,61.7804112 L64.9851611,61.6657017 C64.6554864,61.7011851 64.3265649,61.7394216 63.9983956,61.7804112 Z M64.9851611,61.6657017 L62.2906976,61.6657017 C73.5749006,69.7465733 75.5551295,73.2428877 77.0120545,75.885059 C70.2649049,69.0960303 64.2278784,64.5393208 58.900975,62.2149305 L55.6157109,60.2017107 L59.419364,59.4532959 C63.6601525,58.6188695 70.3426564,58.9092263 74.8181988,58.9797412 C72.1282429,55.6790928 64.7736593,51.1912624 53.0307789,46.7101837 L52.1639112,46.2950063 L52.1639112,45.3533918 C52.1639112,42.4924763 48.9850161,35.4971052 42.6755578,24.7734407 C36.4838219,14.2498592 26.9058555,8.79832274 13.7567534,8.3382521 L13.3363166,8.32354154 L6.57951862,3.23425277 C4.32103841,1.47642897 3.15221663,2.1166381 2.62067858,3.23425277 C2.3297473,3.84596639 2.31546565,4.31809002 2.53506323,4.90046607 C2.71368813,5.37418197 3.03898888,5.91142356 3.63565835,6.73724229 C3.81360623,6.98353056 4.50071758,7.91187548 4.5305563,7.95251435 C4.92609664,8.49122093 5.23859529,8.93218178 5.54461952,9.39060943 C6.14010009,10.2826459 6.64963957,11.154828 7.10032195,12.0827765 C7.92597803,13.7827905 8.61151013,15.3787867 9.29422236,17.1376547 C9.61528277,17.964801 10.5810943,20.571501 10.7688163,21.0560719 C11.8096745,23.7428622 12.6713286,25.2441045 14.1902761,26.7848261 C14.4018674,26.9994505 14.6259094,27.2132122 14.8637095,27.4270886 L15.626229,28.1128951 L15.2669282,29.0617265 C14.4376422,31.2516817 11.7652849,37.1542583 12.0491735,42.0457167 C12.332863,46.9337455 15.8499027,52.2525035 17.7440225,54.5239157 C18.466724,49.6896448 18.9088957,43.7875862 19.8552018,40.1277214 L21.9679591,31.9565747 L22.3622352,42.0457167 C23.0216703,47.9718964 26.4445808,52.9272005 32.6596888,58.9797412 L37.9599441,65.701516 C33.4362393,61.2961368 23.2841758,51.590103 21.4729513,47.1028331 C20.9508949,49.8162618 20.4730233,52.7779564 20.0397051,55.9873495 L19.7409156,58.200349 L17.7440225,57.1085575 C13.4850444,54.7799822 11.1915445,49.3294119 10.7688163,42.0457167 C10.4955355,37.3370323 12.0650178,31.5785766 12.88699,28.6097682 C10.93572,26.6312602 9.92121241,25.3917367 8.74501633,22.3555959 C8.54659203,21.8433988 7.6943731,18.9574377 7.38426911,18.1585184 C6.72932033,16.4711773 6.63548966,14.9978198 5.84811357,13.3766238 C5.46105767,12.5796813 5.01952588,11.8239083 4.49606374,11.0397563 C4.21874244,10.6243259 3.93059181,10.2177221 3.55950591,9.71232131 C3.53880819,9.68413203 2.84097325,8.74129864 2.65096754,8.47832176 C1.90996256,7.45273587 1.13430527,6.11596864 0.839202045,5.33335047 C0.339714666,4.00870248 0.230576302,3.26232623 0.839202045,1.89679074 C1.79992173,-0.258715902 3.92877819,-0.778996059 7.38426911,1.89679074 L14.291284,5.33335047 C28.2811812,5.9340911 38.6990588,11.9387431 45.3654819,23.269111 C51.433423,33.5822887 53.9362939,41.4874586 54.4353894,45.3533918 C67.3801171,51.6077708 73.1406866,54.7230096 75.5551295,57.1085575 L79.2095692,61.454802 L75.5551295,61.454802 C71.9490612,61.2249361 68.4260849,61.2953506 64.9851611,61.6657017 Z" id="Path-108" fill="#8BB5EB" fill-rule="nonzero"></path>
<path d="M15.6766374,13.02782 C16.8811436,13.6510977 17.5347649,14.4008026 17.6375011,15.2769349 C17.7916055,16.5911334 18.8341976,14.8018221 18.2133082,14.0896606 C17.7993819,13.6148862 16.953825,13.2609394 15.6766374,13.02782 Z" id="Path-109" stroke="#8BB5EB"></path>
</g>
<rect id="Rectangle-9" x="0" y="0" width="110" height="110"></rect>
</g>

Before

Width:  |  Height:  |  Size: 4.0 KiB

After

Width:  |  Height:  |  Size: 4.0 KiB

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="110px" height="110px" viewBox="0 0 110 110" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 46.2 (44496) - http://www.bohemiancoding.com/sketch -->
<!-- Generator: Sketch 48.1 (47250) - http://www.bohemiancoding.com/sketch -->
<title>Node_js</title>
<desc>Created with Sketch.</desc>
<defs></defs>
@@ -8,12 +8,12 @@
<g id="Node_js">
<g id="Group-2">
<g id="Group-72" transform="translate(15.197368, 10.855263)">
<polygon id="Path-91" fill="#B8E986" points="0 22.5391441 38.7424154 -1.13686838e-13 76.3181176 22.5391441 76.3181176 65.9656666 38.7424154 88.9311025 0 65.9656666"></polygon>
<polygon id="Path-91" fill="#D0E5FF" points="0 22.5391441 38.7424154 -1.13686838e-13 76.3181176 22.5391441 76.3181176 65.9656666 38.7424154 88.9311025 0 65.9656666"></polygon>
<g id="Group" transform="translate(3.783508, 31.595678)">
<polygon id="Path-92" fill="#646EF2" points="4.17701805 19.0622164 0.558596995 21.2332691 0.558596995 11.8253743 6.34807068 9.65432169 7.07175489 9.65432169 12.8612286 11.8253743 12.8612286 21.2332691 9.24280752 19.0622164 9.24280752 13.2727427 4.17701805 13.2727427"></polygon>
<path d="M46.8743865,11.0112296 L46.8743865,0.246426951 L49.7691233,0.970111162 L49.7691233,19.0622164 L49.0454391,19.0622164 L43.2559654,21.2332691 L37.4664917,19.0622164 L37.4664917,11.8253743 L43.2559654,9.65432169 L46.8743865,11.0112296 Z M43.2559654,17.614848 L46.1507023,16.1674796 L46.1507023,14.7201112 L43.2559654,13.2727427 L40.3612286,14.7201112 L40.3612286,16.1674796 L43.2559654,17.614848 Z" id="Combined-Shape" fill="#646EF2"></path>
<polygon id="Path-92" fill="#8BB5EB" points="4.17701805 19.0622164 0.558596995 21.2332691 0.558596995 11.8253743 6.34807068 9.65432169 7.07175489 9.65432169 12.8612286 11.8253743 12.8612286 21.2332691 9.24280752 19.0622164 9.24280752 13.2727427 4.17701805 13.2727427"></polygon>
<path d="M46.8743865,11.0112296 L46.8743865,0.246426951 L49.7691233,0.970111162 L49.7691233,19.0622164 L49.0454391,19.0622164 L43.2559654,21.2332691 L37.4664917,19.0622164 L37.4664917,11.8253743 L43.2559654,9.65432169 L46.8743865,11.0112296 Z M43.2559654,17.614848 L46.1507023,16.1674796 L46.1507023,14.7201112 L43.2559654,13.2727427 L40.3612286,14.7201112 L40.3612286,16.1674796 L43.2559654,17.614848 Z" id="Combined-Shape" fill="#8BB5EB"></path>
<path d="M20.0980707,19.0622164 L20.0980707,11.8253743 L25.8875444,9.65432169 L31.677018,11.8253743 L31.677018,19.0622164 L25.8875444,21.2332691 L20.0980707,19.0622164 Z M25.8875444,17.6225471 L28.7822812,16.1674796 L28.7822812,14.7201112 L25.8875444,13.2727427 L22.9928075,14.7201112 L22.9928075,16.1674796 L25.8875444,17.6225471 Z" id="Combined-Shape" fill="#FAFAFA"></path>
<path d="M63.5544478,14.0147571 L62.80163,13.2698844 L61.3526587,13.2698844 L59.1554637,14.7201112 L59.1554637,16.1674796 L61.3526587,17.614848 L67.8574855,17.614848 L67.8574855,15.4448205 L64.9888365,15.4340076 L61.3526587,15.4340076 L61.3526587,14.0276993 L63.5544478,14.0147571 Z M55.55538,19.0622164 L55.5668789,11.8311827 L61.3526587,9.65637188 L62.80163,9.65637188 L67.8574855,13.2698844 L67.8574855,17.614848 L62.8021259,21.2332691 L61.3526587,21.2332691 L55.55538,19.0622164 Z" id="Combined-Shape" fill="#646EF2"></path>
<path d="M63.5544478,14.0147571 L62.80163,13.2698844 L61.3526587,13.2698844 L59.1554637,14.7201112 L59.1554637,16.1674796 L61.3526587,17.614848 L67.8574855,17.614848 L62.8021259,21.2332691 L61.3526587,21.2332691 L55.55538,19.0622164 L55.5668789,11.8311827 L61.3526587,9.65637188 L62.80163,9.65637188 L67.8574855,13.2698844 L67.8574855,15.4448205 L64.9888365,15.4340076 L61.3526587,15.4340076 L61.3526587,14.0276993 L63.5544478,14.0147571 Z" id="Combined-Shape" fill="#8BB5EB"></path>
</g>
</g>
<rect id="Rectangle-11" x="0" y="0" width="110" height="110"></rect>

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="110px" height="110px" viewBox="0 0 110 110" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 46.2 (44496) - http://www.bohemiancoding.com/sketch -->
<!-- Generator: Sketch 48.1 (47250) - http://www.bohemiancoding.com/sketch -->
<title>Postrgresql</title>
<desc>Created with Sketch.</desc>
<defs></defs>
@@ -8,14 +8,14 @@
<g id="Postrgresql">
<g id="Group">
<g id="Group-75" transform="translate(8.333333, 8.333333)">
<path d="M41.1272542,68.3950071 C41.6283342,82.6871057 44.1581343,90.6365613 48.7166546,92.2433739 C55.554435,94.6535928 67.6034645,90.5970692 68.8046496,85.9581397 C69.6054396,82.86552 70.497865,76.2792084 71.4819257,66.199205 C84.8958239,63.7107359 91.2285584,60.6656279 90.480129,57.0638809 C89.7316996,53.4621339 84.9185925,52.79178 76.0408076,55.0528193 C87.1996345,35.2533542 91.554584,22.1355869 89.1056563,15.6995174 C85.4322646,6.04541325 78.4473573,0.417139473 65.1265917,0 C53.7572563,5.81418093 55.9184771,1.87183547 46.9592468,1.13957533 C39.4342436,2.32487058 37.5651232,3.38429001 36.141099,4.56562818 C34.7170748,5.74696636 17.2733645,-4.44771756 7.51209804,4.56562818 C-2.24916837,13.5789739 -4.78807343,35.1157194 14.0175485,65.2495635 C17.4691965,68.4678721 21.588025,68.7844193 26.3740342,66.199205 L33.0177811,57.8435072 L37.8755688,57.8435072 C31.1752633,60.6175333 27.9042202,63.0862187 28.0624395,65.2495635 C28.4555462,68.7356159 32.8104844,69.7840971 41.1272542,68.3950071 Z" id="Path-102" fill="#B8E986"></path>
<path d="M41.1272542,68.3950071 C41.6283342,82.6871057 44.1581343,90.6365613 48.7166546,92.2433739 C55.554435,94.6535928 67.6034645,90.5970692 68.8046496,85.9581397 C69.6054396,82.86552 70.497865,76.2792084 71.4819257,66.199205 C84.8958239,63.7107359 91.2285584,60.6656279 90.480129,57.0638809 C89.7316996,53.4621339 84.9185925,52.79178 76.0408076,55.0528193 C87.1996345,35.2533542 91.554584,22.1355869 89.1056563,15.6995174 C85.4322646,6.04541325 78.4473573,0.417139473 65.1265917,0 C53.7572563,5.81418093 55.9184771,1.87183547 46.9592468,1.13957533 C39.4342436,2.32487058 37.5651232,3.38429001 36.141099,4.56562818 C34.7170748,5.74696636 17.2733645,-4.44771756 7.51209804,4.56562818 C-2.24916837,13.5789739 -4.78807343,35.1157194 14.0175485,65.2495635 C17.4691965,68.4678721 21.588025,68.7844193 26.3740342,66.199205 L33.0177811,57.8435072 L37.8755688,57.8435072 C31.1752633,60.6175333 27.9042202,63.0862187 28.0624395,65.2495635 C28.4555462,68.7356159 32.8104844,69.7840971 41.1272542,68.3950071 Z" id="Path-102" fill="#D0E5FF"></path>
<g id="Group-74" transform="translate(2.743620, 0.808357)">
<path d="M42.6020785,62.7023746 C41.7628979,78.0421961 43.5535645,86.4619551 47.9740782,87.9616516 C54.6048488,90.2111962 63.3484858,86.3453982 64.5133057,82.0157171 C65.2898523,79.129263 66.3004228,72.6914822 67.5450172,62.7023746 C81.2004497,60.9706861 87.6652804,58.4240213 86.9395093,55.0623802 C85.8508526,50.0199186 69.5100061,61.1722009 71.7664583,52.3914769 C76.906502,46.8523536 88.2571863,25.7169936 84.6950044,16.7064682 C81.1328225,7.69594273 75.2710227,2.19192266 62.3535355,1.80259126 C57.5191213,5.12738042 55.1136716,2.17314231 46.4256768,1.48969737 C39.1284886,2.5959764 35.6264744,4.96127183 34.2455617,6.06385758 C32.864649,7.16644333 15.1137239,-2.62205794 6.48328694,6.06385758 C-2.14715003,14.7497731 -4.38227403,34.5773653 13.8540187,62.7023746 C17.20117,65.7061387 20.6063695,65.1960808 24.0696172,61.1722009 L30.7148692,53.5173451 C34.511233,55.5774826 36.2152714,56.7329635 35.8269844,56.9837878 C35.6159239,62.7023746 25.2260337,61.6601575 26.1848717,63.5887094 C27.6331843,66.1484286 33.1055865,65.8529837 42.6020785,62.7023746 Z" id="Path-102" fill="#646EF2"></path>
<ellipse id="Oval-15" stroke="#B8E986" stroke-width="2" fill="#B8E986" cx="37.3945231" cy="29.9262348" rx="1.62584883" ry="1.0816786"></ellipse>
<path d="M69.8247252,19.906187 C68.457027,16.1012734 66.5037529,13.2086637 63.9890477,10.8630379 C62.1669361,9.16343823 56.853347,5.70731359 56.4807938,5.36972731 C53.4838813,2.65409717 42.6038319,2.25566342 35.8765283,6.42467849 C30.6530644,9.66174059 27.6812954,16.5802872 27.0964232,27.3436105 C26.4747748,37.2480496 26.3183127,43.3570128 26.6128001,45.4712188 C26.8649177,47.2812414 28.9759102,51.4588815 32.1578144,54.2036331 L29.4943067,55.5125481 C25.8018885,52.3274206 23.9386144,48.5991492 23.5612868,45.8902097 C23.2263288,43.4854537 23.3845893,37.306272 24.0210859,27.1661186 C24.6539274,15.518953 28.0167112,7.69008863 34.2453849,3.83008235 C42.0914633,-1.03225491 54.4863894,-0.578345498 58.5574488,3.11061486 C58.6813518,3.22288863 64.0199345,6.69526993 66.0983289,8.63392082 C68.9612838,11.3043813 71.1900102,14.6049093 72.7260488,18.878143 C72.9474233,19.4940031 73.4686167,22.4511721 73.5493231,23.3393886 C73.7462413,25.5065767 73.8124569,28.2306757 73.7740264,31.458039 C73.7474627,33.6888392 73.6744979,36.0090561 73.5584862,38.7140705 C73.5337903,39.2898986 73.5085624,39.8523161 73.4758437,40.5635504 C73.4372324,41.3986088 73.4188872,41.7960753 73.4040029,42.1267995 C73.3563192,43.1863146 73.3353826,43.7688643 73.3353826,44.086375 C73.3353826,45.8159949 72.7995443,48.4977609 71.7356833,52.2170991 L70.9574914,54.9377167 L69.0906185,52.8015654 C60.6666983,43.1625759 56.7645256,36.1987629 57.5049386,31.5251401 C58.5110673,25.1742712 61.1727342,21.6496991 65.0856425,21.5668349 C66.5459602,21.5359096 68.2365235,21.52917 70.1581284,21.5465334 C70.0207024,20.7746099 69.8801816,20.0604658 69.8247252,19.906187 Z M65.1513345,24.6246789 C63.0636072,24.668891 61.3500935,26.9379211 60.5480797,32.0003797 C60.049019,35.1505421 63.0087204,40.7744594 69.519861,48.5768663 C70.0107497,46.5589127 70.2548269,45.0521194 70.2548269,44.086375 C70.2548269,43.7046441 70.2764912,43.101845 70.3265179,41.9902693 C70.3414939,41.6575086 70.3599362,41.2579387 70.3984962,40.4240005 C70.4310825,39.7156438 70.4561799,39.1561346 70.4807195,38.5839523 C70.595502,35.9075981 70.6675544,33.6163966 70.693686,31.4218816 C70.7251932,28.7759318 70.6844746,26.488479 70.5590722,24.6091864 C68.4881928,24.586996 66.6852847,24.5921943 65.1513345,24.6246789 Z" id="Path-103" fill="#B8E986" fill-rule="nonzero"></path>
<path d="M35.414288,58.4463114 L38.889557,56.7447608 C39.5897562,56.4019314 40.1489695,56.19799 40.5427916,56.1269094 C40.7319754,56.0927637 40.7555173,56.0955492 40.6601928,56.0300642 C40.9905848,56.2570332 41.5370564,56.9483377 41.8716528,57.7475764 C42.3362208,58.8572737 41.0252732,62.1726097 40.5427916,63.4658413 L42.4130016,66.0236892 C43.7935572,62.3232824 44.6411826,55.045585 42.4130016,53.5148936 C41.9172451,53.1743242 41.3596018,53.0216621 40.7284266,53.0315835 L43.8547762,44.6825264 L43.9322675,44.3894272 C44.6241082,40.0633456 45.0878817,36.346353 45.3231544,33.2346848 C45.6585494,28.7988179 43.4034575,25.8083552 39.1305909,22.6367572 C36.8634351,20.9539275 32.7810926,22.2043749 26.3216369,25.9437965 L26.3216369,29.4398177 C31.6199277,26.3726021 36.4964949,24.5003495 37.2860372,25.0863989 C40.7849485,27.6835171 42.483361,29.935771 42.2512423,33.0057262 C42.0256307,35.9896189 41.5799498,39.5754775 40.9137809,43.759669 L35.414288,58.4463114 Z" id="Combined-Shape" fill="#B8E986" fill-rule="nonzero"></path>
<path d="M71.4582777,50.4843929 C67.3008289,53.8093358 65.4917605,60.4560666 67.1012461,64.1187171 L69.8147056,62.9822622 C68.8445105,60.774423 69.1877645,56.4947794 72.3706705,53.9492326 L71.4582777,50.4843929 Z" id="Path-105" fill="#B8E986"></path>
<ellipse id="Oval-15" stroke="#B8E986" stroke-width="2" fill="#B8E986" cx="66.6598021" cy="28.8445562" rx="1.62584883" ry="1.0816786"></ellipse>
<path d="M42.6020785,62.7023746 C41.7628979,78.0421961 43.5535645,86.4619551 47.9740782,87.9616516 C54.6048488,90.2111962 63.3484858,86.3453982 64.5133057,82.0157171 C65.2898523,79.129263 66.3004228,72.6914822 67.5450172,62.7023746 C81.2004497,60.9706861 87.6652804,58.4240213 86.9395093,55.0623802 C85.8508526,50.0199186 69.5100061,61.1722009 71.7664583,52.3914769 C76.906502,46.8523536 88.2571863,25.7169936 84.6950044,16.7064682 C81.1328225,7.69594273 75.2710227,2.19192266 62.3535355,1.80259126 C57.5191213,5.12738042 55.1136716,2.17314231 46.4256768,1.48969737 C39.1284886,2.5959764 35.6264744,4.96127183 34.2455617,6.06385758 C32.864649,7.16644333 15.1137239,-2.62205794 6.48328694,6.06385758 C-2.14715003,14.7497731 -4.38227403,34.5773653 13.8540187,62.7023746 C17.20117,65.7061387 20.6063695,65.1960808 24.0696172,61.1722009 L30.7148692,53.5173451 C34.511233,55.5774826 36.2152714,56.7329635 35.8269844,56.9837878 C35.6159239,62.7023746 25.2260337,61.6601575 26.1848717,63.5887094 C27.6331843,66.1484286 33.1055865,65.8529837 42.6020785,62.7023746 Z" id="Path-102" fill="#8BB5EB"></path>
<ellipse id="Oval-15" stroke="#D0E5FF" stroke-width="2" fill="#D0E5FF" cx="37.3945231" cy="29.9262348" rx="1.62584883" ry="1.0816786"></ellipse>
<path d="M69.8247252,19.906187 C68.457027,16.1012734 66.5037529,13.2086637 63.9890477,10.8630379 C62.1669361,9.16343823 56.853347,5.70731359 56.4807938,5.36972731 C53.4838813,2.65409717 42.6038319,2.25566342 35.8765283,6.42467849 C30.6530644,9.66174059 27.6812954,16.5802872 27.0964232,27.3436105 C26.4747748,37.2480496 26.3183127,43.3570128 26.6128001,45.4712188 C26.8649177,47.2812414 28.9759102,51.4588815 32.1578144,54.2036331 L29.4943067,55.5125481 C25.8018885,52.3274206 23.9386144,48.5991492 23.5612868,45.8902097 C23.2263288,43.4854537 23.3845893,37.306272 24.0210859,27.1661186 C24.6539274,15.518953 28.0167112,7.69008863 34.2453849,3.83008235 C42.0914633,-1.03225491 54.4863894,-0.578345498 58.5574488,3.11061486 C58.6813518,3.22288863 64.0199345,6.69526993 66.0983289,8.63392082 C68.9612838,11.3043813 71.1900102,14.6049093 72.7260488,18.878143 C72.9474233,19.4940031 73.4686167,22.4511721 73.5493231,23.3393886 C73.7462413,25.5065767 73.8124569,28.2306757 73.7740264,31.458039 C73.7474627,33.6888392 73.6744979,36.0090561 73.5584862,38.7140705 C73.5337903,39.2898986 73.5085624,39.8523161 73.4758437,40.5635504 C73.4372324,41.3986088 73.4188872,41.7960753 73.4040029,42.1267995 C73.3563192,43.1863146 73.3353826,43.7688643 73.3353826,44.086375 C73.3353826,45.8159949 72.7995443,48.4977609 71.7356833,52.2170991 L70.9574914,54.9377167 L69.0906185,52.8015654 C60.6666983,43.1625759 56.7645256,36.1987629 57.5049386,31.5251401 C58.5110673,25.1742712 61.1727342,21.6496991 65.0856425,21.5668349 C66.5459602,21.5359096 68.2365235,21.52917 70.1581284,21.5465334 C70.0207024,20.7746099 69.8801816,20.0604658 69.8247252,19.906187 Z M65.1513345,24.6246789 C63.0636072,24.668891 61.3500935,26.9379211 60.5480797,32.0003797 C60.049019,35.1505421 63.0087204,40.7744594 69.519861,48.5768663 C70.0107497,46.5589127 70.2548269,45.0521194 70.2548269,44.086375 C70.2548269,43.7046441 70.2764912,43.101845 70.3265179,41.9902693 C70.3414939,41.6575086 70.3599362,41.2579387 70.3984962,40.4240005 C70.4310825,39.7156438 70.4561799,39.1561346 70.4807195,38.5839523 C70.595502,35.9075981 70.6675544,33.6163966 70.693686,31.4218816 C70.7251932,28.7759318 70.6844746,26.488479 70.5590722,24.6091864 C68.4881928,24.586996 66.6852847,24.5921943 65.1513345,24.6246789 Z" id="Path-103" fill="#D0E5FF" fill-rule="nonzero"></path>
<path d="M35.414288,58.4463114 L38.889557,56.7447608 C39.5897562,56.4019314 40.1489695,56.19799 40.5427916,56.1269094 C40.7319754,56.0927637 40.7555173,56.0955492 40.6601928,56.0300642 C40.9905848,56.2570332 41.5370564,56.9483377 41.8716528,57.7475764 C42.3362208,58.8572737 41.0252732,62.1726097 40.5427916,63.4658413 L42.4130016,66.0236892 C43.7935572,62.3232824 44.6411826,55.045585 42.4130016,53.5148936 C41.9172451,53.1743242 41.3596018,53.0216621 40.7284266,53.0315835 L43.8547762,44.6825264 L43.9322675,44.3894272 C44.6241082,40.0633456 45.0878817,36.346353 45.3231544,33.2346848 C45.6585494,28.7988179 43.4034575,25.8083552 39.1305909,22.6367572 C36.8634351,20.9539275 32.7810926,22.2043749 26.3216369,25.9437965 L26.3216369,29.4398177 C31.6199277,26.3726021 36.4964949,24.5003495 37.2860372,25.0863989 C40.7849485,27.6835171 42.483361,29.935771 42.2512423,33.0057262 C42.0256307,35.9896189 41.5799498,39.5754775 40.9137809,43.759669 L35.414288,58.4463114 Z" id="Combined-Shape" fill="#D0E5FF" fill-rule="nonzero"></path>
<path d="M71.4582777,50.4843929 C67.3008289,53.8093358 65.4917605,60.4560666 67.1012461,64.1187171 L69.8147056,62.9822622 C68.8445105,60.774423 69.1877645,56.4947794 72.3706705,53.9492326 L71.4582777,50.4843929 Z" id="Path-105" fill="#D0E5FF"></path>
<ellipse id="Oval-15" stroke="#D0E5FF" stroke-width="2" fill="#D0E5FF" cx="66.6598021" cy="28.8445562" rx="1.62584883" ry="1.0816786"></ellipse>
</g>
</g>
<rect id="Rectangle-9" x="0" y="0" width="110" height="110"></rect>

Before

Width:  |  Height:  |  Size: 6.8 KiB

After

Width:  |  Height:  |  Size: 6.8 KiB

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="110px" height="110px" viewBox="0 0 110 110" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 46.2 (44496) - http://www.bohemiancoding.com/sketch -->
<!-- Generator: Sketch 48.1 (47250) - http://www.bohemiancoding.com/sketch -->
<title>Python</title>
<desc>Created with Sketch.</desc>
<defs></defs>
@@ -8,8 +8,8 @@
<g id="Python">
<g id="Group">
<g id="Group-73" transform="translate(13.508772, 13.508772)">
<path d="M19.4525379,63.4767025 L9.21436004,63.4767025 C3.07145335,59.2007937 1.0759596e-12,52.1478268 4.54747351e-13,42.3178017 C-1.65968806e-13,32.518885 3.07145335,25.8017736 9.21436004,22.1664675 L43.0003469,22.1664675 L43.0003469,19.1437674 L22.5239912,19.1437674 L22.5239912,6.04540024 C26.6391701,2.01513341 33.464622,1.52810078e-13 43.0003469,0 C52.6154076,-1.52800917e-13 59.4408595,2.68684455 63.4767025,8.06053365 L63.4767025,35.2648347 L56.309978,41.310235 L29.6907157,41.310235 L19.4525379,50.3783353 L19.4525379,63.4767025 Z M31.7383513,14.1059339 C33.2054787,14.1059339 34.8098046,12.5270735 34.8098046,11.0832338 C34.8098046,8.63182738 33.2054787,7.05296695 31.7383513,7.05296695 C29.247406,7.05296695 27.6430801,8.63182738 27.6430801,11.0832338 C27.6430801,12.5270735 29.247406,14.1059339 31.7383513,14.1059339 Z" id="Combined-Shape" fill="#646EF2"></path>
<path d="M41.5320552,85.5555556 L31.3327719,85.5555556 C25.1634927,81.2796468 22.078853,74.2344569 22.078853,64.419986 C22.078853,54.6055152 25.1069626,47.8755708 31.1631816,44.2301529 L65.1387018,44.2301529 L65.1387018,41.1938825 L44.6226407,41.1938825 L44.6226407,28.1153818 C48.724622,24.0910293 55.563309,22.078853 65.1387018,22.078853 C74.7140946,22.078853 81.5197125,24.775111 85.5555556,30.167627 L85.5555556,57.3397526 L78.4268822,63.3569159 L51.7244749,63.3569159 L41.5320552,72.4821967 L41.5320552,85.5555556 Z M53.3001826,36.1812939 C55.2792189,36.1812939 56.8835448,34.6024335 56.8835448,32.6548104 C56.8835448,30.7071874 55.2792189,29.1283269 53.3001826,29.1283269 C51.3211463,29.1283269 49.7168204,30.7071874 49.7168204,32.6548104 C49.7168204,34.6024335 51.3211463,36.1812939 53.3001826,36.1812939 Z" id="Combined-Shape" fill="#B8E986" transform="translate(53.817204, 53.817204) scale(-1, -1) translate(-53.817204, -53.817204) "></path>
<path d="M19.4525379,63.4767025 L9.21436004,63.4767025 C3.07145335,59.2007937 6.21212246e-13,52.1478268 0,42.3178017 C-6.20716157e-13,32.518885 3.07145335,25.8017736 9.21436004,22.1664675 L43.0003469,22.1664675 L43.0003469,19.1437674 L22.5239912,19.1437674 L22.5239912,6.04540024 C26.6391701,2.01513341 33.464622,1.52810078e-13 43.0003469,0 C52.6154076,-1.52800917e-13 59.4408595,2.68684455 63.4767025,8.06053365 L63.4767025,35.2648347 L56.309978,41.310235 L29.6907157,41.310235 L19.4525379,50.3783353 L19.4525379,63.4767025 Z M31.7383513,14.1059339 C33.2054787,14.1059339 34.8098046,12.5270735 34.8098046,11.0832338 C34.8098046,8.63182738 33.2054787,7.05296695 31.7383513,7.05296695 C29.247406,7.05296695 27.6430801,8.63182738 27.6430801,11.0832338 C27.6430801,12.5270735 29.247406,14.1059339 31.7383513,14.1059339 Z" id="Combined-Shape" fill="#8BB5EB"></path>
<path d="M41.5320552,85.5555556 L31.3327719,85.5555556 C25.1634927,81.2796468 22.078853,74.2344569 22.078853,64.419986 C22.078853,54.6055152 25.1069626,47.8755708 31.1631816,44.2301529 L65.1387018,44.2301529 L65.1387018,41.1938825 L44.6226407,41.1938825 L44.6226407,28.1153818 C48.724622,24.0910293 55.563309,22.078853 65.1387018,22.078853 C74.7140946,22.078853 81.5197125,24.775111 85.5555556,30.167627 L85.5555556,57.3397526 L78.4268822,63.3569159 L51.7244749,63.3569159 L41.5320552,72.4821967 L41.5320552,85.5555556 Z M53.3001826,36.1812939 C55.2792189,36.1812939 56.8835448,34.6024335 56.8835448,32.6548104 C56.8835448,30.7071874 55.2792189,29.1283269 53.3001826,29.1283269 C51.3211463,29.1283269 49.7168204,30.7071874 49.7168204,32.6548104 C49.7168204,34.6024335 51.3211463,36.1812939 53.3001826,36.1812939 Z" id="Combined-Shape" fill="#D0E5FF" transform="translate(53.817204, 53.817204) scale(-1, -1) translate(-53.817204, -53.817204) "></path>
</g>
<rect id="Rectangle-11" x="0" y="0" width="110" height="110"></rect>
</g>

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

@@ -1,25 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="110px" height="110px" viewBox="0 0 110 110" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 46.2 (44496) - http://www.bohemiancoding.com/sketch -->
<!-- Generator: Sketch 48.1 (47250) - http://www.bohemiancoding.com/sketch -->
<title>Rails</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="assets" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Rails">
<g id="Group-2">
<g id="Group" transform="translate(2.894737, 7.960526)">
<g id="Group-65" transform="translate(0.000000, 48.683885)" fill-rule="nonzero" fill="#B8E986">
<g id="Group" transform="translate(2.894737, 10.960526)">
<g id="Group-65" transform="translate(0.000000, 45.683885)" fill="#D0E5FF" fill-rule="nonzero">
<polygon id="Path-59" points="19.308474 28.3586693 86.0183853 28.3586693 86.0183853 23.7158035 19.308474 23.7158035"></polygon>
<polygon id="Path-60" points="28.4886079 14.4300719 73.8356645 14.4300719 73.8356645 9.78720615 28.4886079 9.78720615"></polygon>
<polygon id="Path-60" transform="translate(21.208403, 21.295448) scale(-1, 1) rotate(-315.000000) translate(-21.208403, -21.295448) " points="-4.18822746 22.6109193 41.5999339 25.8313312 46.6050328 20.6676974 1.48347814 16.7595642"></polygon>
<polygon id="Path-60" transform="translate(82.665893, 21.295448) rotate(-315.000000) translate(-82.665893, -21.295448) " points="57.2692624 22.6109193 103.057424 25.8313312 108.062523 20.6676974 62.940968 16.7595642"></polygon>
</g>
<g id="Group-25" transform="translate(20.826539, 0.000000)">
<polygon id="Path-52" fill="#646EF2" points="2.83920471 52.3773296 56.5780486 52.3773296 18.7176817 34.159128"></polygon>
<polygon id="Path-53" fill="#818AFF" points="33.0285915 13.6636512 56.1494861 52.1697435 18.4809406 34.8318023"></polygon>
<polygon id="Path-54" fill="#646EF2" points="41.4486019 0 56.0244887 51.9631679 31.8881428 15.3484918"></polygon>
<polygon id="Path-55" fill="#646EF2" points="2.90689747 51.999501 0.0544145068 24.9137693 16.6660648 0 40.2806193 0 31.2310061 15.8458163 17.8907008 34.2830948"></polygon>
<polygon id="Path-56" fill="#818AFF" points="16.4196127 34.9628515 30.569283 14.7013391 8.9589405 11.9295931"></polygon>
<g transform="translate(21.105263, 0.039474)" id="Group-25">
<g>
<polygon id="Path-52" fill="#8BB5EB" points="3.5846313 50.4008266 55.6079125 50.4008266 18.9562027 32.8701043"></polygon>
<polygon id="Path-53" fill="#B1D2FD" points="32.81025 13.1480417 55.1930314 50.201074 18.7270193 33.5173946"></polygon>
<polygon id="Path-54" fill="#8BB5EB" points="40.9614593 0 55.0720245 50.0022936 31.706209 14.7693034"></polygon>
<polygon id="Path-55" fill="#8BB5EB" points="2.81409747 50.0372557 0.0526773742 23.973627 16.1340162 0 38.9946979 0 30.2339852 15.247861 17.3195568 32.9893931"></polygon>
<polygon id="Path-56" fill="#B1D2FD" points="16.7314973 33.6434986 30.4294525 14.1465715 9.5090002 11.4794198"></polygon>
</g>
</g>
</g>
<rect id="Rectangle-9" x="0" y="0" width="110" height="110"></rect>

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

View File

@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="110px" height="110px" viewBox="0 0 110 110" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 46.2 (44496) - http://www.bohemiancoding.com/sketch -->
<!-- Generator: Sketch 48.1 (47250) - http://www.bohemiancoding.com/sketch -->
<title>React</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="assets" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="React">
<g id="Group">
<g id="Group-76" transform="translate(13.750000, 10.421053)" fill="#646EF2">
<g id="Group-76" transform="translate(13.750000, 10.421053)" fill="#8BB5EB">
<path d="M42.625,88.5789474 C32.3818726,88.5789474 24.75,69.4253728 24.75,45.9539474 C24.75,22.482522 32.3818726,3.32894737 42.625,3.32894737 C52.8681274,3.32894737 60.5,22.482522 60.5,45.9539474 C60.5,69.4253728 52.8681274,88.5789474 42.625,88.5789474 Z M42.625,85.5733237 C50.4807041,85.5733237 57.5208333,67.9048368 57.5208333,45.9539474 C57.5208333,24.003058 50.4807041,6.33457104 42.625,6.33457104 C34.7692959,6.33457104 27.7291667,24.003058 27.7291667,45.9539474 C27.7291667,67.9048368 34.7692959,85.5733237 42.625,85.5733237 Z" id="Oval-16" fill-rule="nonzero" transform="translate(42.625000, 45.953947) rotate(-330.000000) translate(-42.625000, -45.953947) "></path>
<path d="M42.625,88.5789474 C32.3818726,88.5789474 24.75,69.4253728 24.75,45.9539474 C24.75,22.482522 32.3818726,3.32894737 42.625,3.32894737 C52.8681274,3.32894737 60.5,22.482522 60.5,45.9539474 C60.5,69.4253728 52.8681274,88.5789474 42.625,88.5789474 Z M42.625,85.5733237 C50.4807041,85.5733237 57.5208333,67.9048368 57.5208333,45.9539474 C57.5208333,24.003058 50.4807041,6.33457104 42.625,6.33457104 C34.7692959,6.33457104 27.7291667,24.003058 27.7291667,45.9539474 C27.7291667,67.9048368 34.7692959,85.5733237 42.625,85.5733237 Z" id="Oval-16" fill-rule="nonzero" transform="translate(42.625000, 45.953947) rotate(-270.000000) translate(-42.625000, -45.953947) "></path>
<path d="M42.625,88.5789474 C32.3818726,88.5789474 24.75,69.4253728 24.75,45.9539474 C24.75,22.482522 32.3818726,3.32894737 42.625,3.32894737 C52.8681274,3.32894737 60.5,22.482522 60.5,45.9539474 C60.5,69.4253728 52.8681274,88.5789474 42.625,88.5789474 Z M42.625,85.5733237 C50.4807041,85.5733237 57.5208333,67.9048368 57.5208333,45.9539474 C57.5208333,24.003058 50.4807041,6.33457104 42.625,6.33457104 C34.7692959,6.33457104 27.7291667,24.003058 27.7291667,45.9539474 C27.7291667,67.9048368 34.7692959,85.5733237 42.625,85.5733237 Z" id="Oval-16" fill-rule="nonzero" transform="translate(42.625000, 45.953947) rotate(-30.000000) translate(-42.625000, -45.953947) "></path>

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="110px" height="110px" viewBox="0 0 110 110" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 46.2 (44496) - http://www.bohemiancoding.com/sketch -->
<!-- Generator: Sketch 48.1 (47250) - http://www.bohemiancoding.com/sketch -->
<title>Redis</title>
<desc>Created with Sketch.</desc>
<defs></defs>
@@ -9,19 +9,19 @@
<g id="Group">
<g id="Group-82" transform="translate(17.769231, 16.076923)">
<g id="Group-81" transform="translate(0.000000, 19.250000)">
<polygon id="Path-128" fill="#818AFF" points="-2.27373675e-13 31.3858696 37.296875 47.7065217 74.59375 31.3858696 38.5401042 16.3206522"></polygon>
<polygon id="Path-129" fill="#646EF2" points="2.27373675e-13 41.4293478 2.27373675e-13 31.3858696 37.296875 47.7065217 74.59375 31.3858696 74.59375 40.173913 36.0536458 57.75"></polygon>
<polygon id="Path-128" fill="#818AFF" points="-2.27373675e-13 15.0652174 37.296875 31.3858696 74.59375 15.0652174 38.5401042 0"></polygon>
<polygon id="Path-129" fill="#646EF2" points="2.27373675e-13 25.1086957 2.27373675e-13 15.0652174 37.296875 31.3858696 74.59375 15.0652174 74.59375 23.8532609 36.0536458 41.4293478"></polygon>
<polygon id="Path-128" fill="#B1D2FD" points="-2.27373675e-13 31.3858696 37.296875 47.7065217 74.59375 31.3858696 38.5401042 16.3206522"></polygon>
<polygon id="Path-129" fill="#8BB5EB" points="2.27373675e-13 41.4293478 2.27373675e-13 31.3858696 37.296875 47.7065217 74.59375 31.3858696 74.59375 40.173913 36.0536458 57.75"></polygon>
<polygon id="Path-128" fill="#B1D2FD" points="-2.27373675e-13 15.0652174 37.296875 31.3858696 74.59375 15.0652174 38.5401042 0"></polygon>
<polygon id="Path-129" fill="#8BB5EB" points="2.27373675e-13 25.1086957 2.27373675e-13 15.0652174 37.296875 31.3858696 74.59375 15.0652174 74.59375 23.8532609 36.0536458 41.4293478"></polygon>
</g>
<g id="Group-80">
<polygon id="Path-128" fill="#818AFF" points="-2.27373675e-13 14.875 37.296875 30.9895833 74.59375 14.875 38.5401042 0"></polygon>
<polygon id="Path-129" fill="#646EF2" points="2.27373675e-13 24.7916667 2.27373675e-13 14.875 37.296875 30.9895833 74.59375 14.875 74.59375 23.5520833 36.0536458 40.90625"></polygon>
<polygon id="Path-128" fill="#B1D2FD" points="-2.27373675e-13 14.875 37.296875 30.9895833 74.59375 14.875 38.5401042 0"></polygon>
<polygon id="Path-129" fill="#8BB5EB" points="2.27373675e-13 24.7916667 2.27373675e-13 14.875 37.296875 30.9895833 74.59375 14.875 74.59375 23.5520833 36.0536458 40.90625"></polygon>
<path d="M23.5972995,18.8476241 C27.0303821,18.8476241 32.2758491,19.2395095 32.2758491,15.8164946 C32.2758491,12.3934798 27.8193028,12.5004629 24.3862202,12.5004629 C20.9531377,12.5004629 14.91875,11.6087489 14.91875,15.0317638 C14.91875,18.4547786 20.164217,18.8476241 23.5972995,18.8476241 Z" id="Oval-19" fill="#FFFFFF"></path>
<polygon id="Path-130" fill="#FFFFFF" points="31.0807292 22.1515426 40.6176969 26.7042184 45.2082041 19.8333333"></polygon>
<polygon id="Path-131" fill="#FFFFFF" points="40.0462165 12.3581409 37.8402844 8.79708437 31.0807292 7.92864208 36.072517 6.16251402 34.8020174 2.47916667 39.0734556 5.00030782 44.0799081 3.65289302 42.9262821 6.9206287 46.4413753 7.92864208 41.7264399 8.79708437"></polygon>
<polygon id="Path-132" fill="#545EE1" points="44.0401093 15.733993 56.3981113 9.91666667 56.9820345 17.0011176 52.1595164 19.0832798"></polygon>
<polygon id="Path-133" fill="#202CCA" points="56.8331957 16.9918129 64.1345507 13.8360899 55.5904737 10.4888643"></polygon>
<polygon id="Path-132" fill="#8BB5EB" points="44.0401093 15.733993 56.3981113 9.91666667 56.9820345 17.0011176 52.1595164 19.0832798"></polygon>
<polygon id="Path-133" fill="#6BA3EA" points="56.8331957 16.9918129 64.1345507 13.8360899 55.5904737 10.4888643"></polygon>
</g>
</g>
<rect id="Rectangle-9" x="0" y="0" width="110" height="110"></rect>

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

View File

@@ -1,19 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="110px" height="110px" viewBox="0 0 110 110" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 46.2 (44496) - http://www.bohemiancoding.com/sketch -->
<!-- Generator: Sketch 48.1 (47250) - http://www.bohemiancoding.com/sketch -->
<title>Ruby</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="assets" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Ruby">
<g id="Group-2">
<g id="Group" transform="translate(23.000000, 25.000000)">
<g id="Group" transform="translate(22.000000, 25.000000)">
<g id="Group-25">
<polygon id="Path-52" fill="#646EF2" points="3.28750018 60.2833417 65.5114247 60.2833417 21.6731051 39.3152228"></polygon>
<polygon id="Path-53" fill="#818AFF" points="38.2436323 15.7260891 65.0151945 60.0444218 21.3989839 40.0894328"></polygon>
<polygon id="Path-54" fill="#646EF2" points="47.993118 0 64.8704606 59.8066649 36.9231128 17.6652453"></polygon>
<polygon id="Path-55" fill="#646EF2" points="3.36588128 59.8484823 0.0630062711 28.6743382 19.2975488 0 46.6407171 0 36.1622175 18.2376376 20.7155483 39.4579015"></polygon>
<polygon id="Path-56" fill="#818AFF" points="19.0121831 40.240263 35.3960118 16.9204091 10.37351 13.7302864"></polygon>
<polygon id="Path-52" fill="#8BB5EB" points="4.28750018 60.2833417 66.5114247 60.2833417 22.6731051 39.3152228"></polygon>
<polygon id="Path-53" fill="#B1D2FD" points="39.2436323 15.7260891 66.0151945 60.0444218 22.3989839 40.0894328"></polygon>
<polygon id="Path-54" fill="#8BB5EB" points="48.993118 0 65.8704606 59.8066649 37.9231128 17.6652453"></polygon>
<polygon id="Path-55" fill="#8BB5EB" points="3.36588128 59.8484823 0.0630062711 28.6743382 19.2975488 0 46.6407171 0 36.1622175 18.2376376 20.7155483 39.4579015"></polygon>
<polygon id="Path-56" fill="#B1D2FD" points="20.0121831 40.240263 36.3960118 16.9204091 11.37351 13.7302864"></polygon>
</g>
</g>
<rect id="Rectangle-9" x="0" y="0" width="110" height="110"></rect>

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

10
dist/img/third.svg vendored
View File

@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="130px" height="210px" viewBox="0 0 130 210" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 47 (45396) - http://www.bohemiancoding.com/sketch -->
<title>third</title>
<svg width="140px" height="210px" viewBox="0 0 140 210" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 48.1 (47250) - http://www.bohemiancoding.com/sketch -->
<title>number 3</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="assets" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="third" fill="#E0FEC3">
<path d="M41.6901408,92.3663102 L61.2676056,92.3663102 C73.5681366,92.1791434 83.2394014,88.9505661 90.2816901,82.6804813 C97.3239789,76.4103965 100.84507,67.9412298 100.84507,57.2727273 C100.84507,33.3153882 88.8733592,21.3368984 64.9295775,21.3368984 C53.6619155,21.3368984 44.6713951,24.5420802 37.9577465,30.9525401 C31.2440979,37.363 27.8873239,45.8555621 27.8873239,56.4304813 L1.83098592,56.4304813 C1.83098592,40.2405608 7.76989366,26.7881552 19.6478873,16.072861 C31.525881,5.35756674 46.6196268,0 64.9295775,0 C84.2723972,0 99.4365648,5.10021638 110.422535,15.3008021 C121.408506,25.5013879 126.901408,39.6790536 126.901408,57.8342246 C126.901408,66.7246434 124.014113,75.334183 118.239437,83.6631016 C112.46476,91.9920203 104.600989,98.2152201 94.6478873,102.332888 C105.915549,105.889055 114.624382,111.784718 120.774648,120.020053 C126.924913,128.255389 130,138.315449 130,150.200535 C130,168.542872 123.99067,183.094866 111.971831,193.856952 C99.9529915,204.619038 84.3193451,210 65.0704225,210 C45.8215,210 30.1643796,204.806202 18.0985915,194.418449 C6.03280352,184.030697 0,170.320941 0,153.28877 L26.1971831,153.28877 C26.1971831,164.050856 29.7182746,172.660396 36.7605634,179.117647 C43.8028521,185.574899 53.2393775,188.803476 65.0704225,188.803476 C77.6526451,188.803476 87.276962,185.528108 93.943662,178.977273 C100.610362,172.426438 103.943662,163.021452 103.943662,150.762032 C103.943662,138.876946 100.281727,129.752706 92.9577465,123.389037 C85.6337662,117.025369 75.0704915,113.750001 61.2676056,113.562834 L41.6901408,113.562834 L41.6901408,92.3663102 Z" id="3"></path>
<g id="number-3" fill="#E0E0E0">
<path d="M46.6901408,92.3663102 L66.2676056,92.3663102 C78.5681366,92.1791434 88.2394014,88.9505661 95.2816901,82.6804813 C102.323979,76.4103965 105.84507,67.9412298 105.84507,57.2727273 C105.84507,33.3153882 93.8733592,21.3368984 69.9295775,21.3368984 C58.6619155,21.3368984 49.6713951,24.5420802 42.9577465,30.9525401 C36.2440979,37.363 32.8873239,45.8555621 32.8873239,56.4304813 L6.83098592,56.4304813 C6.83098592,40.2405608 12.7698937,26.7881552 24.6478873,16.072861 C36.525881,5.35756674 51.6196268,0 69.9295775,0 C89.2723972,0 104.436565,5.10021638 115.422535,15.3008021 C126.408506,25.5013879 131.901408,39.6790536 131.901408,57.8342246 C131.901408,66.7246434 129.014113,75.334183 123.239437,83.6631016 C117.46476,91.9920203 109.600989,98.2152201 99.6478873,102.332888 C110.915549,105.889055 119.624382,111.784718 125.774648,120.020053 C131.924913,128.255389 135,138.315449 135,150.200535 C135,168.542872 128.99067,183.094866 116.971831,193.856952 C104.952992,204.619038 89.3193451,210 70.0704225,210 C50.8215,210 35.1643796,204.806202 23.0985915,194.418449 C11.0328035,184.030697 5,170.320941 5,153.28877 L31.1971831,153.28877 C31.1971831,164.050856 34.7182746,172.660396 41.7605634,179.117647 C48.8028521,185.574899 58.2393775,188.803476 70.0704225,188.803476 C82.6526451,188.803476 92.276962,185.528108 98.943662,178.977273 C105.610362,172.426438 108.943662,163.021452 108.943662,150.762032 C108.943662,138.876946 105.281727,129.752706 97.9577465,123.389037 C90.6337662,117.025369 80.0704915,113.750001 66.2676056,113.562834 L46.6901408,113.562834 L46.6901408,92.3663102 Z" id="3"></path>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

12
dist/img/three.svg vendored Normal file
View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="140px" height="210px" viewBox="0 0 140 210" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 48.1 (47250) - http://www.bohemiancoding.com/sketch -->
<title>number 3</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="assets" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="number-3" fill="#E0E0E0">
<path d="M46.6901408,92.3663102 L66.2676056,92.3663102 C78.5681366,92.1791434 88.2394014,88.9505661 95.2816901,82.6804813 C102.323979,76.4103965 105.84507,67.9412298 105.84507,57.2727273 C105.84507,33.3153882 93.8733592,21.3368984 69.9295775,21.3368984 C58.6619155,21.3368984 49.6713951,24.5420802 42.9577465,30.9525401 C36.2440979,37.363 32.8873239,45.8555621 32.8873239,56.4304813 L6.83098592,56.4304813 C6.83098592,40.2405608 12.7698937,26.7881552 24.6478873,16.072861 C36.525881,5.35756674 51.6196268,0 69.9295775,0 C89.2723972,0 104.436565,5.10021638 115.422535,15.3008021 C126.408506,25.5013879 131.901408,39.6790536 131.901408,57.8342246 C131.901408,66.7246434 129.014113,75.334183 123.239437,83.6631016 C117.46476,91.9920203 109.600989,98.2152201 99.6478873,102.332888 C110.915549,105.889055 119.624382,111.784718 125.774648,120.020053 C131.924913,128.255389 135,138.315449 135,150.200535 C135,168.542872 128.99067,183.094866 116.971831,193.856952 C104.952992,204.619038 89.3193451,210 70.0704225,210 C50.8215,210 35.1643796,204.806202 23.0985915,194.418449 C11.0328035,184.030697 5,170.320941 5,153.28877 L31.1971831,153.28877 C31.1971831,164.050856 34.7182746,172.660396 41.7605634,179.117647 C48.8028521,185.574899 58.2393775,188.803476 70.0704225,188.803476 C82.6526451,188.803476 92.276962,185.528108 98.943662,178.977273 C105.610362,172.426438 108.943662,163.021452 108.943662,150.762032 C108.943662,138.876946 105.281727,129.752706 97.9577465,123.389037 C90.6337662,117.025369 80.0704915,113.750001 66.2676056,113.562834 L46.6901408,113.562834 L46.6901408,92.3663102 Z" id="3"></path>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.1 KiB

10
dist/img/two.svg vendored
View File

@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="138px" height="208px" viewBox="0 0 138 208" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 47 (45396) - http://www.bohemiancoding.com/sketch -->
<title>two</title>
<svg width="140px" height="210px" viewBox="0 0 140 210" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 48.1 (47250) - http://www.bohemiancoding.com/sketch -->
<title>number 2</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="assets" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="two" fill="#E0FEC3">
<path d="M138,208 L3.93482688,208 L3.93482688,189.257453 L74.7617108,110.341463 C85.2546349,98.4100578 92.4918335,88.7100644 96.4735234,81.2411924 C100.455213,73.7723204 102.446029,66.045207 102.446029,58.0596206 C102.446029,47.3495399 99.2138816,38.5655266 92.7494908,31.7073171 C86.2851001,24.8491075 77.6660416,21.4200542 66.892057,21.4200542 C53.9632755,21.4200542 43.9155145,25.1074609 36.7484725,32.4823848 C29.5814306,39.8573088 25.9979633,50.1209821 25.9979633,63.2737127 L0,63.2737127 C0,44.3901495 6.06613078,29.1238162 18.1985743,17.4742547 C30.3310179,5.82469333 46.5620165,0 66.892057,0 C85.9104821,0 100.946992,5.00266 112.002037,15.0081301 C123.057082,25.0136002 128.584521,38.3305402 128.584521,54.9593496 C128.584521,75.1581859 115.749619,99.2085326 90.0794297,127.111111 L35.2729124,186.720867 L138,186.720867 L138,208 Z" id="2"></path>
<g id="number-2" fill="#E0E0E0">
<path d="M139,208 L4.93482688,208 L4.93482688,189.257453 L75.7617108,110.341463 C86.2546349,98.4100578 93.4918335,88.7100644 97.4735234,81.2411924 C101.455213,73.7723204 103.446029,66.045207 103.446029,58.0596206 C103.446029,47.3495399 100.213882,38.5655266 93.7494908,31.7073171 C87.2851001,24.8491075 78.6660416,21.4200542 67.892057,21.4200542 C54.9632755,21.4200542 44.9155145,25.1074609 37.7484725,32.4823848 C30.5814306,39.8573088 26.9979633,50.1209821 26.9979633,63.2737127 L1,63.2737127 C1,44.3901495 7.06613078,29.1238162 19.1985743,17.4742547 C31.3310179,5.82469333 47.5620165,0 67.892057,0 C86.9104821,0 101.946992,5.00266 113.002037,15.0081301 C124.057082,25.0136002 129.584521,38.3305402 129.584521,54.9593496 C129.584521,75.1581859 116.749619,99.2085326 91.0794297,127.111111 L36.2729124,186.720867 L139,186.720867 L139,208 Z" id="2"></path>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@@ -1,42 +1,103 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="540px" height="530px" viewBox="0 0 540 530" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 47 (45396) - http://www.bohemiancoding.com/sketch -->
<title>UX_UI_Design_parallax@3x</title>
<!-- Generator: Sketch 48.1 (47250) - http://www.bohemiancoding.com/sketch -->
<title>UX_UI_Design</title>
<desc>Created with Sketch.</desc>
<defs>
<path d="M345.869893,18.2298165 L13.8698932,253.229816 C0.577119113,263.32235 -3.22665891,282.105645 5.86989319,296.229816 L113.869893,474.229816 L345.869893,474.229816 L345.869893,18.2298165 Z" id="path-1"></path>
<filter x="-0.9%" y="-0.4%" width="101.2%" height="100.7%" filterUnits="objectBoundingBox" id="filter-2">
<path d="M399.869893,18.2298165 L67.8698932,253.229816 C54.5771191,263.32235 50.7733411,282.105645 59.8698932,296.229816 L167.869893,474.229816 L399.869893,474.229816 L399.869893,18.2298165 Z" id="path-1"></path>
<filter x="-1.7%" y="-1.1%" width="102.3%" height="101.8%" filterUnits="objectBoundingBox" id="filter-2">
<feOffset dx="-2" dy="-1" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
<feColorMatrix values="0 0 0 0 0.392156863 0 0 0 0 0.431372549 0 0 0 0 0.949019608 0 0 0 0.353572237 0" type="matrix" in="shadowOffsetOuter1"></feColorMatrix>
<feGaussianBlur stdDeviation="1" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
<feColorMatrix values="0 0 0 0 0.816618835 0 0 0 0 0.816618835 0 0 0 0 0.816618835 0 0 0 0.47435462 0" type="matrix" in="shadowBlurOuter1"></feColorMatrix>
</filter>
<path d="M316.542403,1.4708647 C318.126429,0.370007242 320.306618,0.758343017 321.409348,2.33917891 L336.87858,24.4869189 C337.98131,26.0666093 337.591909,28.2396859 336.006735,29.3405433 L21.2669499,247.955256 C19.6829243,249.056113 17.5038841,248.667778 16.4000056,247.086942 L0.931921619,224.939202 C-0.171956941,223.359511 0.218593226,221.186435 1.80261876,220.085577 L316.542403,1.4708647 Z" id="path-3"></path>
<filter x="-1.3%" y="-1.4%" width="102.1%" height="102.8%" filterUnits="objectBoundingBox" id="filter-4">
<feOffset dx="-1" dy="0" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
<feGaussianBlur stdDeviation="1" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
<feColorMatrix values="0 0 0 0 0.545098039 0 0 0 0 0.709803922 0 0 0 0 0.921568627 0 0 0 0.35 0" type="matrix" in="shadowBlurOuter1"></feColorMatrix>
</filter>
</defs>
<g id="assets" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="UX_UI_Design_parallax">
<g id="UX_UI_Design">
<g id="Group-4" transform="translate(8.000000, 5.000000)">
<g id="background">
<polygon id="Fill-3" fill="#F6F7FE" points="0 519 524 519 524 0 0 0"></polygon>
<polygon id="Fill-3" fill="#EDEFFD" points="0 109.562372 523.96818 109.562372 523.96818 0 0 0"></polygon>
<g id="Group-58" transform="translate(178.130107, 44.770184)">
<polygon id="Fill-3" fill="#FAFAFA" points="0 519 524 519 524 0 0 0"></polygon>
<polygon id="Fill-3" fill="#F7F7F7" points="0 109.562372 523.96818 109.562372 523.96818 0 0 0"></polygon>
<g id="Group-58" transform="translate(124.130107, 44.770184)">
<g id="Fill-15">
<use fill="black" fill-opacity="1" filter="url(#filter-2)" xlink:href="#path-1"></use>
<use fill="#FFFFFF" fill-rule="evenodd" xlink:href="#path-1"></use>
</g>
<path d="M345.869893,71.2298165 L71.8698932,264.229816 C58.3328544,274.046412 59.7671314,269.491262 68.8698932,284.229816 L189.869893,474.229816 L345.869893,474.229816 L345.869893,71.2298165 Z" id="Fill-17" fill="#E1E7FF"></path>
<path d="M141.306635,435.647549 C141.306635,444.20669 134.361758,451.144921 125.794419,451.144921 C117.227079,451.144921 110.282203,444.20669 110.282203,435.647549 C110.282203,427.088409 117.227079,420.150178 125.794419,420.150178 C134.361758,420.150178 141.306635,427.088409 141.306635,435.647549" id="Fill-19" fill="#E1E7FF"></path>
<path d="M52.0694087,16.932313 L219.256624,16.932313" id="Stroke-29" stroke="#646EF2"></path>
<path d="M221.55473,16.932313 L293.945071,16.932313" id="Stroke-31" stroke="#7885FF"></path>
<path d="M219.831151,34.4386027 C210.312395,34.4386027 202.595355,26.7289475 202.595355,17.2193013 C202.595355,7.70965519 210.312395,2.84217094e-13 219.831151,2.84217094e-13 C229.349906,2.84217094e-13 237.066946,7.70965519 237.066946,17.2193013 C237.066946,26.7289475 229.349906,34.4386027 219.831151,34.4386027 Z" id="Fill-33" fill="#B8E986"></path>
<path d="M399.869893,71.2298165 L125.869782,264.229816 C112.332738,274.046412 113.767016,269.491262 122.869781,284.229816 L243.86983,474.229816 L399.869893,474.229816 L399.869893,71.2298165 Z" id="Fill-17" fill="#F3F3F3"></path>
<path d="M195.306635,435.647549 C195.306635,444.20669 188.361758,451.144921 179.794419,451.144921 C171.227079,451.144921 164.282203,444.20669 164.282203,435.647549 C164.282203,427.088409 171.227079,420.150178 179.794419,420.150178 C188.361758,420.150178 195.306635,427.088409 195.306635,435.647549" id="Fill-19" fill="#F3F3F3"></path>
<g id="Page-1" opacity="0.400000006" transform="translate(0.000000, 6.038730)" fill="#D0D0D0">
<path d="M1.89076526,23.8452885 C35.735068,74.7301588 61.1182951,112.893811 78.0404465,138.336247 C78.7478327,139.399801 79.808912,140.995132 81.2236843,143.122241 L109.823614,124.536875 L30.4906951,5.25992259 C27.0377907,0.067729252 20.0515483,-1.33851369 14.8543815,2.11108635 L5.04261771,8.22393832 C-0.154549126,11.6735384 -1.56213908,18.6542431 1.89076526,23.8452885 Z"></path>
<path d="M89.9626937,169.044177 C85.0217657,193.527728 100.870654,217.356945 125.378806,222.293145 C142.123956,225.664684 161.277521,220.529888 174.207814,209.067573 C164.892442,207.19067 153.570822,196.956665 156.499758,182.44309 C160.21005,164.051728 148.346078,146.21368 129.937099,142.506938 C111.52927,138.799048 93.6729859,150.652815 89.9626937,169.044177 Z" id="Stroke-3"></path>
</g>
<g id="Page-1" transform="translate(14.000000, 0.000000)" fill="#367EDD">
<path d="M1.89076526,23.8452885 C35.735068,74.7301588 61.1182951,112.893811 78.0404465,138.336247 C78.7478327,139.399801 79.808912,140.995132 81.2236843,143.122241 L109.823614,124.536875 L30.4906951,5.25992259 C27.0377907,0.067729252 20.0515483,-1.33851369 14.8543815,2.11108635 L5.04261771,8.22393832 C-0.154549126,11.6735384 -1.56213908,18.6542431 1.89076526,23.8452885 Z"></path>
<path d="M89.9626937,169.044177 C85.0217657,193.527728 100.870654,217.356945 125.378806,222.293145 C142.123956,225.664684 161.277521,220.529888 174.207814,209.067573 C164.892442,207.19067 153.570822,196.956665 156.499758,182.44309 C160.21005,164.051728 148.346078,146.21368 129.937099,142.506938 C111.52927,138.799048 93.6729859,150.652815 89.9626937,169.044177 Z" id="Stroke-3"></path>
</g>
<path d="M106.069409,16.932313 L273.256624,16.932313" id="Stroke-29" stroke="#E0E0E0"></path>
<path d="M275.55473,16.932313 L347.945071,16.932313" id="Stroke-31" stroke="#E0E0E0"></path>
<path d="M273.831151,34.4386027 C264.312395,34.4386027 256.595355,26.7289475 256.595355,17.2193013 C256.595355,7.70965519 264.312395,2.84217094e-13 273.831151,2.84217094e-13 C283.349906,2.84217094e-13 291.066946,7.70965519 291.066946,17.2193013 C291.066946,26.7289475 283.349906,34.4386027 273.831151,34.4386027 Z" id="Fill-33" fill="#D0D0D0"></path>
</g>
</g>
<g id="checkbox" transform="translate(26.901141, 274.942529)">
<polygon id="Fill-9" fill="#B8E986" points="0 43.0827818 43.4704459 43.0827818 43.4704459 0 0 0"></polygon>
<polygon id="Stroke-10" stroke="#646EF2" points="-2.84217094e-14 105.082782 43.4704459 105.082782 43.4704459 62 -2.84217094e-14 62"></polygon>
<polygon id="Stroke-13" stroke="#646EF2" points="-2.84217094e-14 163.082782 43.4704459 163.082782 43.4704459 120 -2.84217094e-14 120"></polygon>
<polygon id="Stroke-13" stroke="#646EF2" points="-2.84217094e-14 222.082782 43.4704459 222.082782 43.4704459 179 -2.84217094e-14 179"></polygon>
<g id="Group-13" transform="translate(6.792257, 10.117032)" fill-rule="nonzero" fill="#FFFFFF">
<path d="M11.6506501,20.6393554 L1.31261479,12.2742444 L0,13.8769414 L10.3305457,22.2523354 L10.3126148,22.2742444 L10.4299031,22.3328886 L12.0519083,23.6479142 L12.7759071,22.7079982 L30.3126148,1.27424441 L28.5424303,-3.01980663e-14 L11.6506501,20.6393554 Z" id="Combined-Shape"></path>
<polygon id="Fill-9" fill="#D0D0D0" points="0 43.0827818 43.4704459 43.0827818 43.4704459 0 0 0"></polygon>
<polygon id="Stroke-10" stroke="#E0E0E0" points="-2.84217094e-14 105.082782 43.4704459 105.082782 43.4704459 62 -2.84217094e-14 62"></polygon>
<polygon id="Stroke-13" stroke="#E0E0E0" points="-2.84217094e-14 163.082782 43.4704459 163.082782 43.4704459 120 -2.84217094e-14 120"></polygon>
<polygon id="Stroke-13" stroke="#E0E0E0" points="-2.84217094e-14 222.082782 43.4704459 222.082782 43.4704459 179 -2.84217094e-14 179"></polygon>
<g id="Group-13" transform="translate(6.792257, 10.117032)" fill="#FFFFFF" fill-rule="nonzero">
<path d="M11.6506501,20.6393554 L28.5424303,-3.01980663e-14 L30.3126148,1.27424441 L12.7759071,22.7079982 L12.0519083,23.6479142 L10.4299031,22.3328886 L10.3126148,22.2742444 L10.3305457,22.2523354 L0,13.8769414 L1.31261479,12.2742444 L11.6506501,20.6393554 Z" id="Combined-Shape"></path>
</g>
</g>
<g id="ruler" transform="translate(136.479087, 204.214559)">
<g id="Fill-36">
<use fill="black" fill-opacity="1" filter="url(#filter-4)" xlink:href="#path-3"></use>
<use fill="#FFFFFF" fill-rule="evenodd" xlink:href="#path-3"></use>
</g>
<path d="M15.507139,211.350886 L18.9531699,215.933019" id="Stroke-38" stroke="#D0D0D0"></path>
<path d="M40.7780321,193.022354 L44.224063,197.604487" id="Stroke-40" stroke="#D0D0D0"></path>
<path d="M66.0489253,175.839355 L69.4949562,180.421488" id="Stroke-42" stroke="#D0D0D0"></path>
<path d="M92.4684954,157.510823 L95.9145263,162.092956" id="Stroke-44" stroke="#D0D0D0"></path>
<path d="M120.036742,138.036758 L123.482773,142.618891" id="Stroke-46" stroke="#D0D0D0"></path>
<path d="M148.753666,118.562692 L152.199697,123.144825" id="Stroke-48" stroke="#D0D0D0"></path>
<path d="M177.470591,97.9430936 L180.916621,102.525227" id="Stroke-50" stroke="#D0D0D0"></path>
<path d="M206.187515,78.4690282 L209.633545,83.0511612" id="Stroke-52" stroke="#D0D0D0"></path>
<path d="M239.499146,55.558363 L242.945177,60.140496" id="Stroke-54" stroke="#D0D0D0"></path>
<path d="M269.364747,34.9387644 L272.810778,39.5208974" id="Stroke-56" stroke="#D0D0D0"></path>
<text id="1" font-family="LucidaGrande, Lucida Grande" font-size="11.0704" font-weight="normal" fill="#D0D0D0">
<tspan x="276.042236" y="44.991633">1</tspan>
</text>
<text id="2" font-family="LucidaGrande, Lucida Grande" font-size="11.0704" font-weight="normal" fill="#D0D0D0">
<tspan x="246.173917" y="65.6144165">2</tspan>
</text>
<text id="3" font-family="Roboto-Light, Roboto" font-size="11.0704" font-weight="300" fill="#D0D0D0">
<tspan x="212.86816" y="87.600236">3</tspan>
</text>
<text id="4" font-family="Roboto-Light, Roboto" font-size="11.0704" font-weight="300" fill="#D0D0D0">
<tspan x="184.150301" y="107.073853">4</tspan>
</text>
<text id="5" font-family="Roboto-Light, Roboto" font-size="11.0704" font-weight="300" fill="#D0D0D0">
<tspan x="155.433372" y="127.695709">5</tspan>
</text>
<text id="6" font-family="Roboto-Light, Roboto" font-size="11.0704" font-weight="300" fill="#D0D0D0">
<tspan x="126.715514" y="147.169326">6</tspan>
</text>
<text id="7" font-family="Roboto-Light, Roboto" font-size="11.0704" font-weight="300" fill="#D0D0D0">
<tspan x="99.1490451" y="166.642015">7</tspan>
</text>
<text id="8" font-family="Roboto-Light, Roboto" font-size="11.0704" font-weight="300" fill="#D0D0D0">
<tspan x="72.7256003" y="184.970803">8</tspan>
</text>
<text id="9" font-family="Roboto-Light, Roboto" font-size="11.0704" font-weight="300" fill="#D0D0D0">
<tspan x="47.452616" y="202.150424">9</tspan>
</text>
<text id="10" font-family="Roboto-Light, Roboto" font-size="11.0704" font-weight="300" fill="#D0D0D0">
<tspan x="19.8861476" y="222.597976">10</tspan>
</text>
</g>
</g>
</g>
</g>

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 11 KiB

View File

@@ -1,93 +1,110 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="540px" height="530px" viewBox="0 0 540 530" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 47 (45396) - http://www.bohemiancoding.com/sketch -->
<title>Software_Development_parallax</title>
<!-- Generator: Sketch 48.1 (47250) - http://www.bohemiancoding.com/sketch -->
<title>Software_Development</title>
<desc>Created with Sketch.</desc>
<defs>
<path d="M0.834801762,0.256048616 L336.834802,238.256049 C351.131819,248.036001 354.990724,267.025253 345.834802,281.256049 L235.834802,461.256049 L0.834801762,461.256049 L0.834801762,0.256048616 Z" id="path-1"></path>
<filter x="-0.3%" y="-0.4%" width="101.1%" height="100.7%" filterUnits="objectBoundingBox" id="filter-2">
<feOffset dx="2" dy="-1" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
<feColorMatrix values="0 0 0 0 0.392156863 0 0 0 0 0.431372549 0 0 0 0 0.949019608 0 0 0 0.350656703 0" type="matrix" in="shadowOffsetOuter1"></feColorMatrix>
<path d="M0,0 L336.348454,237.720797 C350.318015,247.567529 354.177152,266.540501 345.156187,281.025768 L235.370044,460.604782 L0,460.604782 L0,0 Z" id="path-1"></path>
<filter x="-0.9%" y="-0.7%" width="101.7%" height="101.3%" filterUnits="objectBoundingBox" id="filter-2">
<feOffset dx="0" dy="0" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
<feGaussianBlur stdDeviation="1" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
<feColorMatrix values="0 0 0 0 0.392156863 0 0 0 0 0.431372549 0 0 0 0 0.949019608 0 0 0 0.350656703 0" type="matrix" in="shadowBlurOuter1"></feColorMatrix>
</filter>
<path d="M0,0 L277,195 C290.58899,204.64563 289.133647,200.04108 280,215 L158,407 L0,407 L0,0 Z" id="path-3"></path>
<path d="M0,0 L276.151982,194.915878 C290.121544,204.76377 288.668542,200.156562 279.647577,214.639508 L158.058336,407.234958 L0,407.234958 L0,0 Z" id="path-3"></path>
</defs>
<g id="assets" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Software_Development_parallax">
<g id="Software_Development">
<g id="Group-2" transform="translate(6.000000, 5.000000)">
<g id="Group-18">
<g id="Page-1">
<g id="background">
<polygon id="Fill-3" fill="#F6F7FE" points="1.16519824 518.998754 529 518.998754 529 0 1.16519824 0"></polygon>
<polygon id="Fill-4" fill="#EDEFFD" points="1 519 529 519 529 396 1 396"></polygon>
<polygon id="Fill-2" fill="#173C8E" points="1.16519824 519.348733 323.92511 519.348733 323.92511 396.366096 1.16519824 396.366096"></polygon>
<polygon id="Fill-3" fill="#FAFAFA" points="1.16519824 518.998754 529 518.998754 529 0 1.16519824 0"></polygon>
<polygon id="Fill-4" fill="#F7F7F7" points="1.16519824 519.348733 529 519.348733 529 396.366096 1.16519824 396.366096"></polygon>
<g id="Group">
<polygon id="Fill-3" fill="#EDEFFD" opacity="0.338032156" points="207.121693 153.376897 264.5 153.376897 264.5 0 207.121693 0"></polygon>
<polygon id="Fill-3" fill="#EDEFFD" points="0 153.376897 207.121693 153.376897 207.121693 0 0 0"></polygon>
<polygon id="Fill-3" fill="#F7F7F7" opacity="0.338032156" points="207.121693 153.376897 264.5 153.376897 264.5 0 207.121693 0"></polygon>
<polygon id="Fill-3" fill="#F3F3F3" points="0 153.376897 207.121693 153.376897 207.121693 0 0 0"></polygon>
<polygon id="Fill-3" fill="#FFFFFF" opacity="0.534363678" points="207.121693 98.1059431 264.5 98.1059431 264.5 55.2709538 207.121693 55.2709538"></polygon>
<g id="Group-22" transform="translate(0.000000, 20.726608)" stroke-linecap="square">
<path d="M4.91892918,1.54907634 L138.462305,1.54907634" id="Line-5" stroke="#FFFFFF"></path>
<path d="M4.91892918,17.0398398 L85.1380809,17.0398398" id="Line-5" stroke="#FFFFFF"></path>
<path d="M4.91892918,32.5306032 L61.1352626,32.5306032" id="Line-5" stroke="#FFFFFF"></path>
<path d="M3.48928966,46.9886491 L80.9422637,46.9886491" id="Line-5" stroke="#FFFFFF"></path>
<path d="M0.702704168,63.51213 L56.9190376,63.51213" id="Line-5" stroke="#FFFFFF"></path>
<path d="M4.91892918,79.0028935 L61.1352626,79.0028935" id="Line-5" stroke="#FFFFFF"></path>
<path d="M3.48928966,93.4609393 L41.4595459,93.4609393" id="Line-5" stroke="#FFFFFF"></path>
<path d="M0.702704168,109.98442 L56.9190376,109.98442" id="Line-5" stroke="#FFFFFF"></path>
<path d="M230.658358,31.4978856 L244.369659,31.4978856" id="Line-5" stroke="#646EF2"></path>
<path d="M230.656585,37.694191 L250.019829,37.694191" id="Line-5" stroke="#646EF2"></path>
<path d="M230.658358,44.9232139 L244.369659,44.9232139" id="Line-5" stroke="#646EF2"></path>
<path d="M230.658358,51.1195193 L244.369659,51.1195193" id="Line-5" stroke="#646EF2"></path>
<path d="M230.656585,57.3158247 L240.149149,57.3158247" id="Line-5" stroke="#646EF2"></path>
<path d="M230.658358,63.51213 L244.369659,63.51213" id="Line-5" stroke="#646EF2"></path>
<path d="M230.658358,68.6757179 L244.369659,68.6757179" id="Line-5" stroke="#646EF2"></path>
<path d="M230.656585,74.8720232 L250.019829,74.8720232" id="Line-5" stroke="#646EF2"></path>
<path d="M230.658358,82.1010462 L244.369659,82.1010462" id="Line-5" stroke="#646EF2"></path>
<path d="M230.658358,88.2973515 L244.369659,88.2973515" id="Line-5" stroke="#646EF2"></path>
<path d="M230.656585,94.4936569 L240.149149,94.4936569" id="Line-5" stroke="#646EF2"></path>
<path d="M230.658358,100.689962 L244.369659,100.689962" id="Line-5" stroke="#646EF2"></path>
<path d="M231.994853,0.516358781 L251.469929,0.516358781" id="Line-5" stroke="#646EF2"></path>
<path d="M231.9893,6.71266415 L243.054011,6.71266415" id="Line-5" stroke="#646EF2"></path>
<path d="M231.99521,12.9089695 L240.221991,12.9089695" id="Line-5" stroke="#646EF2"></path>
<path d="M231.9893,19.1052749 L243.054011,19.1052749" id="Line-5" stroke="#646EF2"></path>
<path d="M231.99521,25.3015803 L240.221991,25.3015803" id="Line-5" stroke="#646EF2"></path>
<g id="Group-22" transform="translate(0.000000, 20.726608)" stroke="#E0E0E0" stroke-linecap="square">
<path d="M4.91892918,1.54907634 L138.462305,1.54907634" id="Line-5"></path>
<path d="M4.91892918,17.0398398 L85.1380809,17.0398398" id="Line-5"></path>
<path d="M4.91892918,32.5306032 L61.1352626,32.5306032" id="Line-5"></path>
<path d="M3.48928966,46.9886491 L80.9422637,46.9886491" id="Line-5"></path>
<path d="M0.702704168,63.51213 L56.9190376,63.51213" id="Line-5"></path>
<path d="M4.91892918,79.0028935 L61.1352626,79.0028935" id="Line-5"></path>
<path d="M3.48928966,93.4609393 L41.4595459,93.4609393" id="Line-5"></path>
<path d="M0.702704168,109.98442 L56.9190376,109.98442" id="Line-5"></path>
<path d="M230.658358,31.4978856 L244.369659,31.4978856" id="Line-5"></path>
<path d="M230.656585,37.694191 L250.019829,37.694191" id="Line-5"></path>
<path d="M230.658358,44.9232139 L244.369659,44.9232139" id="Line-5"></path>
<path d="M230.658358,51.1195193 L244.369659,51.1195193" id="Line-5"></path>
<path d="M230.656585,57.3158247 L240.149149,57.3158247" id="Line-5"></path>
<path d="M230.658358,63.51213 L244.369659,63.51213" id="Line-5"></path>
<path d="M230.658358,68.6757179 L244.369659,68.6757179" id="Line-5"></path>
<path d="M230.656585,74.8720232 L250.019829,74.8720232" id="Line-5"></path>
<path d="M230.658358,82.1010462 L244.369659,82.1010462" id="Line-5"></path>
<path d="M230.658358,88.2973515 L244.369659,88.2973515" id="Line-5"></path>
<path d="M230.656585,94.4936569 L240.149149,94.4936569" id="Line-5"></path>
<path d="M230.658358,100.689962 L244.369659,100.689962" id="Line-5"></path>
<path d="M231.994853,0.516358781 L251.469929,0.516358781" id="Line-5"></path>
<path d="M231.9893,6.71266415 L243.054011,6.71266415" id="Line-5"></path>
<path d="M231.99521,12.9089695 L240.221991,12.9089695" id="Line-5"></path>
<path d="M231.9893,19.1052749 L243.054011,19.1052749" id="Line-5"></path>
<path d="M231.99521,25.3015803 L240.221991,25.3015803" id="Line-5"></path>
</g>
</g>
<g id="Group-32" transform="translate(0.165198, 57.743951)">
<g id="Group-32" transform="translate(1.165198, 58.743951)">
<g id="Fill-6">
<use fill="black" fill-opacity="1" filter="url(#filter-2)" xlink:href="#path-1"></use>
<use fill="#FFFFFF" fill-rule="evenodd" xlink:href="#path-1"></use>
</g>
<path d="M206.07489,413.737628 C206.07489,422.38818 213.117348,429.400511 221.805066,429.400511 C230.492784,429.400511 237.535242,422.38818 237.535242,413.737628 C237.535242,405.087076 230.492784,398.074745 221.805066,398.074745 C213.117348,398.074745 206.07489,405.087076 206.07489,413.737628" id="Fill-10" fill="#E1E7FF"></path>
<path d="M0,53.3698236 L276.151982,248.285701 C290.121544,258.133594 288.668542,253.526386 279.647577,268.009332 L147.79275,460.604782 L0,460.604782 L0,53.3698236 Z" id="Fill-8" fill="#E1E7FF"></path>
<path d="M205.07489,421.737628 C205.07489,430.38818 212.117348,437.400511 220.805066,437.400511 C229.492784,437.400511 236.535242,430.38818 236.535242,421.737628 C236.535242,413.087076 229.492784,406.074745 220.805066,406.074745 C212.117348,406.074745 205.07489,413.087076 205.07489,421.737628" id="Fill-10" fill="#F3F3F3"></path>
</g>
<g id="Group-17" transform="translate(1.000000, 112.000000)">
<g id="Group-17" transform="translate(1.165198, 110.185410)">
<mask id="mask-4" fill="white">
<use xlink:href="#path-3"></use>
</mask>
<use id="Mask" fill="#E1E7FF" xlink:href="#path-3"></use>
<g mask="url(#mask-4)" id="Rectangle-14" fill="#FFFFFF">
<g transform="translate(61.165802, 265.104536) rotate(-3.000000) translate(-61.165802, -265.104536) translate(-50.334198, 96.604536)">
<rect transform="translate(68.816648, 277.295712) rotate(-55.000000) translate(-68.816648, -277.295712) " x="32.2945075" y="271.540039" width="73" height="12"></rect>
<rect transform="translate(95.469876, 303.726857) rotate(-55.000000) translate(-95.469876, -303.726857) " x="58.9477355" y="297.971184" width="73" height="12"></rect>
<rect transform="translate(107.649469, 223.165119) rotate(-55.000000) translate(-107.649469, -223.165119) " x="90.1398136" y="217.383849" width="35" height="12"></rect>
<rect transform="translate(59.453572, 225.646141) rotate(-55.000000) translate(-59.453572, -225.646141) " x="41.9439161" y="219.864871" width="35" height="12"></rect>
<rect transform="translate(134.656310, 185.526967) rotate(-55.000000) translate(-134.656310, -185.526967) " x="117.146654" y="179.745696" width="35" height="12"></rect>
<rect transform="translate(160.559849, 149.833737) rotate(-55.000000) translate(-160.559849, -149.833737) " x="143.050193" y="144.052466" width="35" height="12"></rect>
<rect transform="translate(74.150103, 136.292843) rotate(-55.000000) translate(-74.150103, -136.292843) " x="56.6404475" y="130.511572" width="35" height="12"></rect>
<rect transform="translate(48.246564, 171.986073) rotate(-55.000000) translate(-48.246564, -171.986073) " x="30.7369083" y="166.204802" width="35" height="12"></rect>
<rect transform="translate(101.156944, 98.654690) rotate(-55.000000) translate(-101.156944, -98.654690) " x="83.6472882" y="92.8734192" width="35" height="12"></rect>
<rect transform="translate(126.061854, 62.909124) rotate(-55.000000) translate(-126.061854, -62.909124) " x="108.552198" y="57.1278534" width="35" height="12"></rect>
<rect transform="translate(155.897703, 219.685468) rotate(-55.000000) translate(-155.897703, -219.685468) " x="138.388047" y="213.904198" width="35" height="12"></rect>
<rect transform="translate(129.994164, 255.378698) rotate(-55.000000) translate(-129.994164, -255.378698) " x="112.484508" y="249.597427" width="35" height="12"></rect>
<rect transform="translate(181.905914, 181.994979) rotate(-55.000000) translate(-181.905914, -181.994979) " x="164.396258" y="176.213709" width="35" height="12"></rect>
<rect transform="translate(207.809453, 146.301749) rotate(-55.000000) translate(-207.809453, -146.301749) " x="190.299797" y="140.520479" width="35" height="12"></rect>
<rect transform="translate(55.010642, 100.241754) rotate(-55.000000) translate(-55.010642, -100.241754) " x="37.5009858" y="94.4604833" width="35" height="12"></rect>
<rect transform="translate(82.017482, 62.603601) rotate(-55.000000) translate(-82.017482, -62.603601) " x="64.5078264" y="56.8223304" width="35" height="12"></rect>
<rect transform="translate(106.922392, 26.858035) rotate(-55.000000) translate(-106.922392, -26.858035) " x="89.4127361" y="21.0767646" width="35" height="12"></rect>
<rect transform="translate(42.386317, 54.518385) rotate(-55.000000) translate(-42.386317, -54.518385) " x="24.8766608" y="48.7371149" width="35" height="12"></rect>
<rect transform="translate(68.289856, 18.825156) rotate(-55.000000) translate(-68.289856, -18.825156) " x="50.7802" y="13.0438851" width="35" height="12"></rect>
<use id="Mask" fill="#F3F3F3" xlink:href="#path-3"></use>
<g mask="url(#mask-4)" fill="#FFFFFF" id="Rectangle-14">
<g transform="translate(61.411374, 264.816209) rotate(-3.000000) translate(-61.411374, -264.816209) translate(-50.088626, 96.316209)">
<rect transform="translate(68.481410, 277.319409) rotate(-55.000000) translate(-68.481410, -277.319409) " x="32.0319166" y="271.518342" width="72.8989875" height="11.6021356"></rect>
<rect transform="translate(95.280970, 303.404506) rotate(-55.000000) translate(-95.280970, -303.404506) " x="58.8314761" y="297.603438" width="72.8989875" height="11.6021356"></rect>
<rect transform="translate(107.703318, 222.958469) rotate(-55.000000) translate(-107.703318, -222.958469) " x="90.2253441" y="217.157401" width="34.9559471" height="11.6021356"></rect>
<rect transform="translate(59.930190, 225.278896) rotate(-55.000000) translate(-59.930190, -225.278896) " x="42.4522163" y="219.477828" width="34.9559471" height="11.6021356"></rect>
<rect transform="translate(134.502877, 185.831635) rotate(-55.000000) translate(-134.502877, -185.831635) " x="117.024904" y="180.030567" width="34.9559471" height="11.6021356"></rect>
<rect transform="translate(160.137238, 149.865015) rotate(-55.000000) translate(-160.137238, -149.865015) " x="142.659265" y="144.063947" width="34.9559471" height="11.6021356"></rect>
<rect transform="translate(73.990088, 135.942452) rotate(-55.000000) translate(-73.990088, -135.942452) " x="56.5121145" y="130.141384" width="34.9559471" height="11.6021356"></rect>
<rect transform="translate(48.278207, 171.909072) rotate(-55.000000) translate(-48.278207, -171.909072) " x="30.8002339" y="166.108005" width="34.9559471" height="11.6021356"></rect>
<rect transform="translate(100.789648, 98.815618) rotate(-55.000000) translate(-100.789648, -98.815618) " x="83.311674" y="93.0145505" width="34.9559471" height="11.6021356"></rect>
<rect transform="translate(126.424009, 62.848998) rotate(-55.000000) translate(-126.424009, -62.848998) " x="108.946035" y="57.0479302" width="34.9559471" height="11.6021356"></rect>
<rect transform="translate(155.553965, 219.477828) rotate(-55.000000) translate(-155.553965, -219.477828) " x="138.075991" y="213.67676" width="34.9559471" height="11.6021356"></rect>
<rect transform="translate(129.842084, 255.444448) rotate(-55.000000) translate(-129.842084, -255.444448) " x="112.364111" y="249.643381" width="34.9559471" height="11.6021356"></rect>
<rect transform="translate(182.353524, 182.350994) rotate(-55.000000) translate(-182.353524, -182.350994) " x="164.875551" y="176.549927" width="34.9559471" height="11.6021356"></rect>
<rect transform="translate(207.987885, 146.384374) rotate(-55.000000) translate(-207.987885, -146.384374) " x="190.509912" y="140.583306" width="34.9559471" height="11.6021356"></rect>
<rect transform="translate(54.764317, 99.778366) rotate(-55.000000) translate(-54.764317, -99.778366) " x="37.2863436" y="93.9772981" width="34.9559471" height="11.6021356"></rect>
<rect transform="translate(81.563877, 62.651532) rotate(-55.000000) translate(-81.563877, -62.651532) " x="64.0859031" y="56.8504643" width="34.9559471" height="11.6021356"></rect>
<rect transform="translate(107.198238, 26.684912) rotate(-55.000000) translate(-107.198238, -26.684912) " x="89.7202643" y="20.883844" width="34.9559471" height="11.6021356"></rect>
<rect transform="translate(42.529736, 54.332571) rotate(-55.000000) translate(-42.529736, -54.332571) " x="25.0517621" y="48.5315035" width="34.9559471" height="11.6021356"></rect>
<rect transform="translate(68.164097, 18.365951) rotate(-55.000000) translate(-68.164097, -18.365951) " x="50.6861233" y="12.5648832" width="34.9559471" height="11.6021356"></rect>
</g>
</g>
</g>
</g>
<g id="triangle-shape" transform="translate(397.086514, 358.341969)" stroke="#D0D0D0">
<path d="M75.5710526,60.7980492 C69.3149262,60.7980492 63.5392306,62.876092 58.8785254,66.3869267 L71.7298617,85.2361675 L47.8511721,85.2361675 C47.6782471,86.5076466 47.5820106,87.8042357 47.5820106,89.1244131 C47.5820106,104.768705 60.1130597,117.450777 75.5710526,117.450777 C91.0297975,117.450777 103.560847,104.768705 103.560847,89.1244131 C103.560847,73.4801215 91.0297975,60.7980492 75.5710526,60.7980492 Z" id="Stroke-12"></path>
<path d="M58.7777778,66.912912 L33.4019766,30.3990246 L0,85.6699785 L47.5919251,85.6699785 C48.6527774,78.0057193 52.8100068,71.3227761 58.7777778,66.912912 Z" id="Stroke-14"></path>
<polyline id="Stroke-24" points="68.5740741 0 58.7777778 0 58.7777778 44.2167631 68.5740741 44.2167631"></polyline>
<polyline id="Stroke-26" points="85.3677249 0 95.1640212 0 95.1640212 44.2167631 85.3677249 44.2167631"></polyline>
</g>
<g id="code-icon" opacity="0.400000006" transform="translate(259.826972, 121.979275)" fill="#D0D0D0">
<polygon id="Stroke-20" points="133.997797 75.4138812 129.337004 18.5634169 72.2422907 23.2042711 71.0770925 5.80106778 145.64978 0 151.475771 74.2536676"></polygon>
<polygon id="Stroke-22" points="141.926982 116.202294 39.3083396 124.243849 31.2322355 22.0642057 0 24.5107758 10.5331856 157.789044 144.385056 147.300919"></polygon>
</g>
<g id="code-icon" transform="translate(245.000000, 115.000000)" fill="#367EDD">
<polygon id="Stroke-20" points="133.997797 75.4138812 129.337004 18.5634169 72.2422907 23.2042711 71.0770925 5.80106778 145.64978 0 151.475771 74.2536676"></polygon>
<polygon id="Stroke-22" points="141.926982 116.202294 39.3083396 124.243849 31.2322355 22.0642057 0 24.5107758 10.5331856 157.789044 144.385056 147.300919"></polygon>
</g>
</g>
</g>
</g>

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View File

@@ -1,109 +1,115 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="733px" height="342px" viewBox="0 0 733 342" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 47 (45396) - http://www.bohemiancoding.com/sketch -->
<title>Mobile_Development_mobile_parallax</title>
<svg width="369px" height="175px" viewBox="0 0 369 175" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 48.1 (47250) - http://www.bohemiancoding.com/sketch -->
<title>Mobile_Development_mobile</title>
<desc>Created with Sketch.</desc>
<defs>
<polygon id="path-1" points="0 0 5.15277778 0 5.15277778 201.903614 0 201.903614"></polygon>
<polygon id="path-3" points="0 0 5.15277778 0 5.15277778 201.903614 0 201.903614"></polygon>
<polygon id="path-5" points="0 0 5.15277778 0 5.15277778 201.903614 0 201.903614"></polygon>
<path d="M50,0 L1,297.570997 C-0.18742195,306.588848 5.09237271,314.788003 13,317.202417 L114,342 L174,342 L174,0 L50,0 Z" id="path-7"></path>
<filter x="-1.7%" y="-0.3%" width="102.3%" height="100.6%" filterUnits="objectBoundingBox" id="filter-8">
<feOffset dx="-2" dy="0" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
<feColorMatrix values="0 0 0 0 0.392156863 0 0 0 0 0.431372549 0 0 0 0 0.949019608 0 0 0 0.352100317 0" type="matrix" in="shadowOffsetOuter1"></feColorMatrix>
<polygon id="path-1" points="0 0 2.40989484 0 2.40989484 97.7864745 0 97.7864745"></polygon>
<polygon id="path-3" points="0 0 2.40989484 0 2.40989484 97.7864745 0 97.7864745"></polygon>
<polygon id="path-5" points="0 0 2.40989484 0 2.40989484 97.7864745 0 97.7864745"></polygon>
<path d="M24.6612281,0 L0.352426156,144.434618 C-0.35730105,148.572212 2.28718553,152.545503 6.38840512,153.503607 L56.7781764,165.73237 L86.8878154,165.73237 L86.8878154,0 L24.6612281,0 Z" id="path-7"></path>
<filter x="-3.5%" y="-1.8%" width="106.9%" height="103.6%" filterUnits="objectBoundingBox" id="filter-8">
<feOffset dx="0" dy="0" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
<feGaussianBlur stdDeviation="1" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
<feColorMatrix values="0 0 0 0 0.816618835 0 0 0 0 0.816618835 0 0 0 0 0.816618835 0 0 0 1 0" type="matrix" in="shadowBlurOuter1"></feColorMatrix>
</filter>
<path d="M46.9403995,0 L0.995393251,276.715533 C-0.429592846,285.17936 -1.53964262,283.022338 6.69533764,284.982949 L150,318 L150,0 L46.9403995,0 Z" id="path-9"></path>
<path d="M23.5318356,0 L0.63134193,134.604567 C-0.0789177413,138.721682 -0.632202851,137.672428 3.47238062,138.626141 L74.9001108,154.686843 L74.9001108,0 L23.5318356,0 Z" id="path-9"></path>
</defs>
<g id="assets" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Mobile_Development_mobile_parallax">
<g id="Group" transform="translate(-7.000000, 0.000000)">
<g id="Mobile_Development_mobile">
<g id="Group" transform="translate(4.000000, 3.000000)">
<g id="background">
<polygon id="Fill-1" fill="#F6F7FE" points="0 342 742 342 742 0 0 0"></polygon>
<g id="Page-1" transform="translate(21.641667, 135.975904)" opacity="0.699999988">
<polygon id="Fill-1" fill="#FAFAFA" points="0 166 360 166 360 0 0 0"></polygon>
<g id="Page-1" transform="translate(10.514503, 66.000000)" opacity="0.699999988">
<g transform="translate(0.000000, 0.000000)">
<g id="Group-3" transform="translate(99.963889, 0.000000)">
<g id="Group-3" transform="translate(48.714303, 0.000000)">
<mask id="mask-2" fill="white">
<use xlink:href="#path-1"></use>
</mask>
<g id="Clip-2"></g>
<path d="M0,-5.79181343e-14 L0,201.903614" id="Stroke-1" stroke="#FFFFFF" stroke-width="0.25" mask="url(#mask-2)"></path>
<path d="M0,-0.000203722246 L0,97.7864745" id="Stroke-1" stroke="#FFFFFF" stroke-width="0.25" mask="url(#mask-2)"></path>
</g>
<path d="M200.958333,100.951807 L0,100.951807" id="Stroke-4" stroke="#FFFFFF" stroke-width="0.5"></path>
<path d="M200.958333,67.9879518 L0,67.9879518" id="Stroke-6" stroke="#FFFFFF" stroke-width="0.5"></path>
<path d="M200.958333,133.915663 L0,133.915663" id="Stroke-8" stroke="#FFFFFF" stroke-width="0.5"></path>
<g id="Group-12" transform="translate(132.941667, 0.000000)">
<path d="M97.2564703,48.979876 L0,48.979876" id="Stroke-4" stroke="#FFFFFF" stroke-width="0.5"></path>
<path d="M97.2564703,32.8840157 L0,32.8840157" id="Stroke-6" stroke="#FFFFFF" stroke-width="0.5"></path>
<path d="M97.2564703,64.9026625 L0,64.9026625" id="Stroke-8" stroke="#FFFFFF" stroke-width="0.5"></path>
<g id="Group-12" transform="translate(64.550755, 0.000000)">
<mask id="mask-4" fill="white">
<use xlink:href="#path-3"></use>
</mask>
<g id="Clip-11"></g>
<path d="M0,201.903614 L0,-5.79181343e-14" id="Stroke-10" stroke="#FFFFFF" stroke-width="0.5" mask="url(#mask-4)"></path>
<path d="M0,97.7864745 L0,-0.000203722246" id="Stroke-10" stroke="#FFFFFF" stroke-width="0.5" mask="url(#mask-4)"></path>
</g>
<g id="Group-15" transform="translate(66.986111, 0.000000)">
<g id="Group-15" transform="translate(32.705716, 0.000000)">
<mask id="mask-6" fill="white">
<use xlink:href="#path-5"></use>
</mask>
<g id="Clip-14"></g>
<path d="M0,201.903614 L0,-5.79181343e-14" id="Stroke-13" stroke="#FFFFFF" stroke-width="0.5" mask="url(#mask-6)"></path>
<path d="M0,97.7864745 L0,-0.000203722246" id="Stroke-13" stroke="#FFFFFF" stroke-width="0.5" mask="url(#mask-6)"></path>
</g>
<path d="M198.897222,1.03012048 L1.03055556,199.843373" id="Stroke-16" stroke="#C0C4FF"></path>
<path d="M1.03055556,1.03012048 L198.897222,199.843373" id="Stroke-18" stroke="#C0C4FF"></path>
<path d="M99.4486111,57.686747 C76.4011636,57.686747 57.7111111,76.364737 57.7111111,99.4066265 C57.7111111,122.444344 76.4011636,141.126506 99.4486111,141.126506 C122.496059,141.126506 141.186111,122.444344 141.186111,99.4066265 C141.186111,76.364737 122.496059,57.686747 99.4486111,57.686747 Z" id="Stroke-20" stroke="#C0C4FF"></path>
<path d="M101.509722,16.4819277 C55.0882957,16.4819277 17.5194444,54.2695283 17.5194444,100.951807 C17.5194444,147.634086 55.0882957,185.421687 101.509722,185.421687 C147.926949,185.421687 185.5,147.634086 185.5,100.951807 C185.5,54.2695283 147.926949,16.4819277 101.509722,16.4819277 Z" id="Stroke-22" stroke="#C0C4FF"></path>
<path d="M158.476543,24.7228916 L41.4512346,24.7228916 C32.2104147,24.7228916 24.7333333,32.2564202 24.7333333,41.5481928 L24.7333333,159.325301 C24.7333333,168.617074 32.2104147,176.150602 41.4512346,176.150602 L158.476543,176.150602 C167.717363,176.150602 175.194444,168.617074 175.194444,159.325301 L175.194444,41.5481928 C175.194444,32.2564202 167.717363,24.7228916 158.476543,24.7228916 Z" id="Stroke-24" stroke="#C0C4FF"></path>
<path d="M168.701944,32.9638554 L34.3175,32.9638554 C25.0407738,32.9638554 17.5194444,40.4589477 17.5194444,49.7033133 L17.5194444,150.14006 C17.5194444,159.384426 25.0407738,166.879518 34.3175,166.879518 L168.701944,166.879518 C177.978671,166.879518 185.5,159.380241 185.5,150.14006 L185.5,49.7033133 C185.5,40.4589477 177.978671,32.9638554 168.701944,32.9638554 Z" id="Stroke-26" stroke="#C0C4FF"></path>
<path d="M165.919444,168.527711 L165.919444,33.3759036 C165.919444,24.0462054 158.478866,16.4819277 149.301736,16.4819277 L49.5954861,16.4819277 C40.4183567,16.4819277 32.9777778,24.0462054 32.9777778,33.3759036 L32.9777778,168.527711 C32.9777778,177.857409 40.4183567,185.421687 49.5954861,185.421687 L149.301736,185.421687 C158.478866,185.421687 165.919444,177.857409 165.919444,168.527711 Z" id="Stroke-28" stroke="#C0C4FF"></path>
<path d="M96.3957936,0.346147534 L0.344270691,96.9213094" id="Stroke-16" stroke="#D0D0D0"></path>
<path d="M0.344270691,0.346147534 L96.3957936,96.9213094" id="Stroke-18" stroke="#D0D0D0"></path>
<path d="M48.3700321,28.211024 C37.1537619,28.211024 28.0580613,37.2767837 28.0580613,48.4606547 C28.0580613,59.6425008 37.1537619,68.7102854 48.3700321,68.7102854 C59.5863024,68.7102854 68.6820029,59.6425008 68.6820029,48.4606547 C68.6820029,37.2767837 59.5863024,28.211024 48.3700321,28.211024 Z" id="Stroke-20" stroke="#D0D0D0"></path>
<path d="M48.9725058,7.96139327 C26.4720837,7.96139327 8.26249659,26.2722992 8.26249659,48.8933391 C8.26249659,71.514379 26.4720837,89.825285 48.9725058,89.825285 C71.4708924,89.825285 89.6825151,71.514379 89.6825151,48.8933391 C89.6825151,26.2722992 71.4708924,7.96139327 48.9725058,7.96139327 Z" id="Stroke-22" stroke="#D0D0D0"></path>
<path d="M76.9253733,12.1151637 L20.1589616,12.1151637 C15.6764424,12.1151637 12.0494742,15.7659817 12.0494742,20.2688611 L12.0494742,77.3447433 C12.0494742,81.8476228 15.6764424,85.4984408 20.1589616,85.4984408 L76.9253733,85.4984408 C81.4078925,85.4984408 85.0348607,81.8476228 85.0348607,77.3447433 L85.0348607,20.2688611 C85.0348607,15.7659817 81.4078925,12.1151637 76.9253733,12.1151637 Z" id="Stroke-24" stroke="#D0D0D0"></path>
<path d="M81.5405132,15.9227865 L16.4044984,15.9227865 C11.9080779,15.9227865 8.26249659,19.5553074 8.26249659,24.0356194 L8.26249659,72.7126163 C8.26249659,77.1929282 11.9080779,80.8254491 16.4044984,80.8254491 L81.5405132,80.8254491 C86.0369337,80.8254491 89.6825151,77.1909 89.6825151,72.7126163 L89.6825151,24.0356194 C89.6825151,19.5553074 86.0369337,15.9227865 81.5405132,15.9227865 Z" id="Stroke-26" stroke="#D0D0D0"></path>
<path d="M80.3872064,81.6388958 L80.3872064,16.1477824 C80.3872064,11.626849 76.7743814,7.96139327 72.3183621,7.96139327 L23.9052961,7.96139327 C19.4492768,7.96139327 15.8364518,11.626849 15.8364518,16.1477824 L15.8364518,81.6388958 C15.8364518,86.1598292 19.4492768,89.825285 23.9052961,89.825285 L72.3183621,89.825285 C76.7743814,89.825285 80.3872064,86.1598292 80.3872064,81.6388958 Z" id="Stroke-28" stroke="#D0D0D0"></path>
</g>
</g>
<g id="ic_computer" opacity="0.233865489" transform="translate(41.222222, 43.265060)" fill="#2C38C3">
<path d="M42.9398148,30.6460843 C45.3015046,30.6460843 47.2123264,28.6759789 47.2123264,26.2680723 L47.2337963,4.37801205 C47.2337963,1.97010542 45.3015046,0 42.9398148,0 L8.58796296,0 C6.22627315,0 4.29398148,1.97010542 4.29398148,4.37801205 L4.29398148,26.2680723 C4.29398148,28.6759789 6.22627315,30.6460843 8.58796296,30.6460843 L0,30.6460843 L0,35.0240964 L51.5277778,35.0240964 L51.5277778,30.6460843 L42.9398148,30.6460843 L42.9398148,30.6460843 Z M8.24444444,4.12048193 L42.2527778,4.12048193 L42.2527778,25.753012 L8.24444444,25.753012 L8.24444444,4.12048193 L8.24444444,4.12048193 Z" id="Icon"></path>
<g id="ic_computer" opacity="0.233865489" transform="translate(20.000000, 21.000000)" fill="#D0D0D0">
<path d="M20.8333333,14.875 C21.9791667,14.875 22.90625,13.91875 22.90625,12.75 L22.9166667,2.125 C22.9166667,0.95625 21.9791667,0 20.8333333,0 L4.16666667,0 C3.02083333,0 2.08333333,0.95625 2.08333333,2.125 L2.08333333,12.75 C2.08333333,13.91875 3.02083333,14.875 4.16666667,14.875 L0,14.875 L0,17 L25,17 L25,14.875 L20.8333333,14.875 L20.8333333,14.875 Z M4.16666667,2.125 L20.8333333,2.125 L20.8333333,12.75 L4.16666667,12.75 L4.16666667,2.125 L4.16666667,2.125 Z" id="Icon"></path>
</g>
<g id="ic_phone_iphone" transform="translate(197.866667, 26.783133)" fill="#B8E986">
<path d="M41.6185897,0 L9.90918803,0 C4.43931624,0 0,4.61493976 0,10.3012048 L0,80.3493976 C0,86.0356627 4.43931624,90.6506024 9.90918803,90.6506024 L41.6185897,90.6506024 C47.0884615,90.6506024 51.5277778,86.0356627 51.5277778,80.3493976 L51.5277778,10.3012048 C51.5277778,4.61493976 47.0884615,0 41.6185897,0 L41.6185897,0 Z M25.7638889,86.5301205 C22.3424444,86.5301205 19.5805556,83.7693976 19.5805556,80.3493976 C19.5805556,76.9293976 22.3424444,74.1686747 25.7638889,74.1686747 C29.1853333,74.1686747 31.9472222,76.9293976 31.9472222,80.3493976 C31.9472222,83.7693976 29.1853333,86.5301205 25.7638889,86.5301205 L25.7638889,86.5301205 Z M44.3138889,70.0481928 L8.24444444,70.0481928 L8.24444444,12.3614458 L44.3138889,12.3614458 L44.3138889,70.0481928 L44.3138889,70.0481928 Z" id="Icon"></path>
<g id="ic_phone_iphone" transform="translate(96.000000, 13.000000)" fill="#D0D0D0">
<path d="M20.1923077,0 L4.80769231,0 C2.15384615,0 0,2.24 0,5 L0,39 C0,41.76 2.15384615,44 4.80769231,44 L20.1923077,44 C22.8461538,44 25,41.76 25,39 L25,5 C25,2.24 22.8461538,0 20.1923077,0 L20.1923077,0 Z M12.5,42 C10.9038462,42 9.61538462,40.66 9.61538462,39 C9.61538462,37.34 10.9038462,36 12.5,36 C14.0961538,36 15.3846154,37.34 15.3846154,39 C15.3846154,40.66 14.0961538,42 12.5,42 L12.5,42 Z M21.1538462,34 L3.84615385,34 L3.84615385,6 L21.1538462,6 L21.1538462,34 L21.1538462,34 Z" id="Icon"></path>
</g>
<g id="ic_tablet_mac" opacity="0.233865489" transform="translate(123.666667, 26.783133)" fill="#2C38C3">
<path d="M35.7982456,0 L5.42397661,0 C2.42994152,0 0,2.40361446 0,5.36521084 L0,46.1408133 C0,49.1024096 2.42994152,51.5060241 5.42397661,51.5060241 L35.7982456,51.5060241 C38.7922807,51.5060241 41.2222222,49.1024096 41.2222222,46.1408133 L41.2222222,5.36521084 C41.2222222,2.40361446 38.7922807,0 35.7982456,0 L35.7982456,0 Z M20.6111111,49.4457831 C18.9003889,49.4457831 17.5194444,48.0654217 17.5194444,46.3554217 C17.5194444,44.6454217 18.9003889,43.2650602 20.6111111,43.2650602 C22.3218333,43.2650602 23.7027778,44.6454217 23.7027778,46.3554217 C23.7027778,48.0654217 22.3218333,49.4457831 20.6111111,49.4457831 L20.6111111,49.4457831 Z M37.1,40.1746988 L4.12222222,40.1746988 L4.12222222,6.18072289 L37.1,6.18072289 L37.1,40.1746988 L37.1,40.1746988 Z" id="Icon"></path>
<g id="ic_tablet_mac" opacity="0.233865489" transform="translate(60.000000, 13.000000)" fill="#D0D0D0">
<path d="M17.3684211,0 L2.63157895,0 C1.17894737,0 0,1.16666667 0,2.60416667 L0,22.3958333 C0,23.8333333 1.17894737,25 2.63157895,25 L17.3684211,25 C18.8210526,25 20,23.8333333 20,22.3958333 L20,2.60416667 C20,1.16666667 18.8210526,0 17.3684211,0 L17.3684211,0 Z M10,23.9583333 C9.12631579,23.9583333 8.42105263,23.2604167 8.42105263,22.3958333 C8.42105263,21.53125 9.12631579,20.8333333 10,20.8333333 C10.8736842,20.8333333 11.5789474,21.53125 11.5789474,22.3958333 C11.5789474,23.2604167 10.8736842,23.9583333 10,23.9583333 L10,23.9583333 Z M17.8947368,19.7916667 L2.10526316,19.7916667 L2.10526316,3.125 L17.8947368,3.125 L17.8947368,19.7916667 L17.8947368,19.7916667 Z" id="Icon"></path>
</g>
</g>
<g id="mobile" transform="translate(566.000000, 0.000000)">
<g id="mobile" transform="translate(275.000000, 0.000000)">
<g id="Group-28">
<g id="Fill-5">
<use fill="black" fill-opacity="1" filter="url(#filter-8)" xlink:href="#path-7"></use>
<use fill="#FFFFFF" fill-rule="evenodd" xlink:href="#path-7"></use>
</g>
<path d="M71.6274635,0 L25.9887573,278.455882 C24.5732711,286.972941 23.4706217,284.802353 31.6507021,286.775294 L174,320 L174,0 L71.6274635,0 Z" id="Fill-7" fill="#E1E7FF"></path>
<path d="M110.803333,315.196667 C113.732222,318.125556 113.732222,322.873889 110.803333,325.803333 C107.874444,328.732222 103.126111,328.732222 100.196667,325.803333 C97.2677778,322.873889 97.2677778,318.125556 100.196667,315.196667 C103.126111,312.267778 107.874444,312.267778 110.803333,315.196667" id="Fill-9" fill="#E1E7FF"></path>
<path d="M55.3575463,153.146454 C56.8693369,154.652904 56.8693369,157.095171 55.3575463,158.601907 C53.8457557,160.108357 51.394831,160.108357 49.8827537,158.601907 C48.370963,157.095171 48.370963,154.652904 49.8827537,153.146454 C51.394831,151.640004 53.8457557,151.640004 55.3575463,153.146454" id="Fill-9" fill="#F3F3F3"></path>
</g>
<g id="Group-21" transform="translate(25.000000, 0.000000)">
<g id="Group-21" transform="translate(12.000000, 0.000000)">
<mask id="mask-10" fill="white">
<use xlink:href="#path-9"></use>
</mask>
<g id="Mask"></g>
<use id="Mask" fill="#F3F3F3" xlink:href="#path-9"></use>
<g mask="url(#mask-10)" id="Group-20">
<g transform="translate(36.000000, 73.000000)">
<g transform="translate(0.000000, 76.000000)">
<rect id="Rectangle-3" fill="#FFFFFF" transform="translate(37.823831, 37.573599) rotate(9.000000) translate(-37.823831, -37.573599) " x="5.76194811" y="4.60974367" width="64" height="66" rx="24"></rect>
<ellipse id="Oval-4" fill="#FFFFFF" opacity="0.892719656" transform="translate(37.838789, 38.019830) rotate(9.000000) translate(-37.838789, -38.019830) " cx="37.7885097" cy="38.251758" rx="26" ry="26.5"></ellipse>
<g id="ic_chevron_left" transform="translate(36.179561, 39.179561) rotate(9.000000) translate(-36.179561, -39.179561) translate(7.179561, 10.179561)">
<polygon id="Bounds" points="0.987688341 -0.156434465 57.9876883 -0.156434465 57.9876883 57.8435655 0.987688341 57.8435655"></polygon>
<polygon id="Icon" fill="#E1E7FF" points="36.0642174 17.1388075 34.0573987 15.0465124 20.0642174 29.5465124 34.0573987 44.0465124 36.0642174 41.8631552 23.8819452 29.5465124"></polygon>
<g transform="translate(17.792363, 35.259501)">
<g transform="translate(0.000000, 37.249957)">
<rect id="Rectangle-3" fill="#FFFFFF" transform="translate(18.653284, 18.482803) rotate(9.000000) translate(-18.653284, -18.482803) " x="2.58276244" y="2.55915733" width="32.1410437" height="31.8472913" rx="15.9236456"></rect>
<ellipse id="Oval-4" fill="#FFFFFF" opacity="0.892719656" transform="translate(18.653284, 18.482803) rotate(9.000000) translate(-18.653284, -18.482803) " cx="18.6532843" cy="18.482803" rx="12.9138122" ry="12.7957867"></ellipse>
<g id="ic_chevron_left" transform="translate(18.447553, 19.374660) rotate(9.000000) translate(-18.447553, -19.374660) translate(3.947553, 4.874660)">
<polygon id="Bounds" points="0 0 28.4103869 0 28.4103869 28.1507307 0 28.1507307"></polygon>
<polygon id="Icon" fill="#F3F3F3" points="17.5913378 8.05319364 16.5727257 7.03768267 9.47012896 14.0753653 16.5727257 21.113048 17.5913378 20.0533394 11.4079142 14.0753653"></polygon>
</g>
</g>
<g transform="translate(80.000000, 94.000000)">
<ellipse id="Oval-4" fill="#FFFFFF" opacity="0.431499094" transform="translate(37.838789, 38.019830) rotate(9.000000) translate(-37.838789, -38.019830) " cx="37.7885097" cy="38.251758" rx="26" ry="26.5"></ellipse>
<rect id="Rectangle-3" stroke="#FFFFFF" opacity="0.576200181" transform="translate(37.823831, 37.573599) rotate(9.000000) translate(-37.823831, -37.573599) " x="6.26194811" y="5.10974367" width="63" height="65" rx="24"></rect>
<g transform="translate(40.176305, 45.496130)">
<ellipse id="Oval-4" fill="#FFFFFF" opacity="0.431499094" transform="translate(18.653284, 18.482803) rotate(9.000000) translate(-18.653284, -18.482803) " cx="18.6532843" cy="18.482803" rx="12.9138122" ry="12.7957867"></ellipse>
<rect id="Rectangle-3" stroke="#FFFFFF" opacity="0.576200181" transform="translate(18.653284, 18.482803) rotate(9.000000) translate(-18.653284, -18.482803) " x="3.08276244" y="3.05915733" width="31.1410437" height="30.8472913" rx="15.4236456"></rect>
</g>
<g transform="translate(13.000000, 0.000000)">
<ellipse id="Oval-4" fill="#FFFFFF" opacity="0.431499094" transform="translate(37.838789, 38.019830) rotate(9.000000) translate(-37.838789, -38.019830) " cx="37.7885097" cy="38.251758" rx="26" ry="26.5"></ellipse>
<rect id="Rectangle-3" stroke="#FFFFFF" opacity="0.576200181" transform="translate(37.823831, 37.573599) rotate(9.000000) translate(-37.823831, -37.573599) " x="6.26194811" y="5.10974367" width="63" height="65" rx="24"></rect>
<g transform="translate(6.313419, 0.000000)">
<ellipse id="Oval-4" fill="#FFFFFF" opacity="0.431499094" transform="translate(18.653284, 18.482803) rotate(9.000000) translate(-18.653284, -18.482803) " cx="18.6532843" cy="18.482803" rx="12.9138122" ry="12.7957867"></ellipse>
<rect id="Rectangle-3" stroke="#FFFFFF" opacity="0.576200181" transform="translate(18.653284, 18.482803) rotate(9.000000) translate(-18.653284, -18.482803) " x="3.08276244" y="3.05915733" width="31.1410437" height="30.8472913" rx="15.4236456"></rect>
</g>
<g transform="translate(93.000000, 14.000000)">
<ellipse id="Oval-4" fill="#FFFFFF" opacity="0.431499094" transform="translate(37.838789, 38.019830) rotate(9.000000) translate(-37.838789, -38.019830) " cx="37.7885097" cy="38.251758" rx="26" ry="26.5"></ellipse>
<rect id="Rectangle-3" stroke="#FFFFFF" opacity="0.576200181" transform="translate(37.823831, 37.573599) rotate(9.000000) translate(-37.823831, -37.573599) " x="6.26194811" y="5.10974367" width="63" height="65" rx="24"></rect>
<g transform="translate(46.489724, 7.108770)">
<ellipse id="Oval-4" fill="#FFFFFF" opacity="0.431499094" transform="translate(18.653284, 18.482803) rotate(9.000000) translate(-18.653284, -18.482803) " cx="18.6532843" cy="18.482803" rx="12.9138122" ry="12.7957867"></ellipse>
<rect id="Rectangle-3" stroke="#FFFFFF" opacity="0.576200181" transform="translate(18.653284, 18.482803) rotate(9.000000) translate(-18.653284, -18.482803) " x="3.08276244" y="3.05915733" width="31.1410437" height="30.8472913" rx="15.4236456"></rect>
</g>
</g>
</g>
</g>
</g>
<g id="ic_touch_app" transform="translate(240.500000, 82.000000) rotate(-226.000000) translate(-240.500000, -82.000000) translate(205.000000, 3.000000)" fill="#D0D0D0" opacity="0.400000006">
<path d="M45.1574471,42.0608275 C44.3575695,41.6786063 43.5106403,41.4601942 42.6166595,41.4601942 L39.0407362,41.4601942 L39.0407362,8.69837489 C39.0407362,4.16632322 35.8882775,0.507920065 31.9829928,0.507920065 C28.0777082,0.507920065 24.9252495,4.16632322 24.9252495,8.69837489 L24.9252495,67.3420314 L8.78654306,63.4106131 C8.41013008,63.3560101 8.08076872,63.246804 7.65730412,63.246804 C6.19870383,63.246804 4.88125841,63.9566434 3.94022596,65.0487041 L0.223147803,69.4169466 L23.4666492,96.3908445 C23.6897319,96.6497302 27.2396639,96.0870449 27.6375531,99.8141341 C29.5055328,117.311785 26.6412405,157.937383 28.2316019,157.937383 L60.5341425,140.684535 C61.2261543,140.31493 60.4021727,98.7933779 60.4021727,98.7933779 C63.9310444,98.7933779 66.6600385,95.7902112 67.1776063,91.8041898 L70.706478,63.0283919 C70.7535296,62.6461707 70.8005812,62.2639494 70.8005812,61.9363312 C70.8005812,58.5509432 69.0126196,55.6023795 66.5188836,54.4011128 L45.1574471,42.0608275 Z" id="Combined-Shape"></path>
</g>
<g id="ic_touch_app" transform="translate(239.500000, 89.000000) rotate(-226.000000) translate(-239.500000, -89.000000) translate(204.000000, 10.000000)" fill="#367EDD">
<path d="M45.1574471,42.0608275 C44.3575695,41.6786063 43.5106403,41.4601942 42.6166595,41.4601942 L39.0407362,41.4601942 L39.0407362,8.69837489 C39.0407362,4.16632322 35.8882775,0.507920065 31.9829928,0.507920065 C28.0777082,0.507920065 24.9252495,4.16632322 24.9252495,8.69837489 L24.9252495,67.3420314 L8.78654306,63.4106131 C8.41013008,63.3560101 8.08076872,63.246804 7.65730412,63.246804 C6.19870383,63.246804 4.88125841,63.9566434 3.94022596,65.0487041 L0.223147803,69.4169466 L23.4666492,96.3908445 C23.6897319,96.6497302 27.2396639,96.0870449 27.6375531,99.8141341 C29.5055328,117.311785 26.6412405,157.937383 28.2316019,157.937383 L60.5341425,140.684535 C61.2261543,140.31493 60.4021727,98.7933779 60.4021727,98.7933779 C63.9310444,98.7933779 66.6600385,95.7902112 67.1776063,91.8041898 L70.706478,63.0283919 C70.7535296,62.6461707 70.8005812,62.2639494 70.8005812,61.9363312 C70.8005812,58.5509432 69.0126196,55.6023795 66.5188836,54.4011128 L45.1574471,42.0608275 Z" id="Combined-Shape"></path>
</g>
</g>
</g>
</g>

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

@@ -1,70 +1,78 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="722px" height="334px" viewBox="0 0 722 334" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 47 (45396) - http://www.bohemiancoding.com/sketch -->
<title>main</title>
<svg width="369px" height="175px" viewBox="0 0 369 175" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 48.1 (47250) - http://www.bohemiancoding.com/sketch -->
<title>UX_UI_Design_mobile</title>
<desc>Created with Sketch.</desc>
<defs>
<path d="M257,0 L10,173.606061 C-0.218461392,180.655459 -3.05675448,194.382935 4,205.263636 L84,334.957576 L432,337 L432,0 L257,0 Z" id="path-1"></path>
<filter x="-0.7%" y="-0.3%" width="100.9%" height="100.6%" filterUnits="objectBoundingBox" id="filter-2">
<feOffset dx="-2" dy="0" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
<feColorMatrix values="0 0 0 0 0.392156863 0 0 0 0 0.431372549 0 0 0 0 0.949019608 0 0 0 0.353572237 0" type="matrix" in="shadowOffsetOuter1"></feColorMatrix>
<path d="M128.715596,0.181640939 L5.02789125,85.1622095 C-0.109230696,88.6511201 -1.52837724,95.3736549 1.7889635,100.506098 L42.1613688,164.134831 L216,165.215206 L216,0.181640939 L128.715596,0.181640939 Z" id="path-1"></path>
<filter x="-2.1%" y="-2.1%" width="103.2%" height="104.2%" filterUnits="objectBoundingBox" id="filter-2">
<feOffset dx="-1" dy="0" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
<feGaussianBlur stdDeviation="1" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
<feColorMatrix values="0 0 0 0 0.816618835 0 0 0 0 0.816618835 0 0 0 0 0.816618835 0 0 0 1 0" type="matrix" in="shadowBlurOuter1"></feColorMatrix>
</filter>
<path d="M363.878702,0.727991695 C365.701358,-0.551781507 368.209988,-0.100331855 369.478841,1.73742779 L387.278481,27.4847068 C388.547335,29.3211347 388.099271,31.8473884 386.275294,33.1271616 L24.1206287,287.272008 C22.2979731,288.551782 19.7906651,288.100332 18.5204896,286.262572 L0.722171603,260.515293 C-0.548003918,258.678865 -0.0986181977,256.152612 1.72403741,254.872838 L363.878702,0.727991695 Z" id="path-3"></path>
<filter x="-0.9%" y="-0.9%" width="101.8%" height="102.4%" filterUnits="objectBoundingBox" id="filter-4">
<path d="M181.939351,0.363995847 C182.850679,-0.275890754 184.104994,-0.0501659277 184.739421,0.868713895 L193.639241,13.7423534 C194.273667,14.6605674 194.049635,15.9236942 193.137647,16.5635808 L12.0603143,143.636004 C11.1489865,144.275891 9.89533254,144.050166 9.26024478,143.131286 L0.361085801,130.257647 C-0.274001959,129.339433 -0.0493090988,128.076306 0.862018707,127.436419 L181.939351,0.363995847 Z" id="path-3"></path>
<filter x="-1.8%" y="-1.7%" width="103.6%" height="104.9%" filterUnits="objectBoundingBox" id="filter-4">
<feOffset dx="0" dy="1" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
<feGaussianBlur stdDeviation="1" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
<feColorMatrix values="0 0 0 0 0.392156863 0 0 0 0 0.431372549 0 0 0 0 0.949019608 0 0 0 1 0" type="matrix" in="shadowBlurOuter1"></feColorMatrix>
<feColorMatrix values="0 0 0 0 0.816618835 0 0 0 0 0.816618835 0 0 0 0 0.816618835 0 0 0 1 0" type="matrix" in="shadowBlurOuter1"></feColorMatrix>
</filter>
</defs>
<g id="assets" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="main">
<g id="Group-4" transform="translate(0.000000, -1.000000)">
<g id="UX_UI_Design_mobile">
<g id="Group-4" transform="translate(4.000000, 3.000000)">
<g id="background">
<polygon id="Fill-3" fill="#F6F7FE" points="0 336 720 336 720 1 0 1"></polygon>
<g id="Group-58" transform="translate(290.000000, 0.000000)">
<polygon id="Fill-3" fill="#FAFAFA" points="0 165.242265 360 165.242265 360 0 0 0"></polygon>
<g id="Group-58" transform="translate(145.000000, 0.000000)">
<g id="Fill-15">
<use fill="black" fill-opacity="1" filter="url(#filter-2)" xlink:href="#path-1"></use>
<use fill="#FFFFFF" fill-rule="evenodd" xlink:href="#path-1"></use>
</g>
<path d="M317,1 L57,180.465875 C47.4186674,187.783651 48.4654035,184.498783 55,194.424332 L145,335.005935 L432,335.005935 L432,1 L317,1 Z" id="Fill-17" fill="#E1E7FF"></path>
<path d="M197.737003,300.561798 C197.737003,307.772677 191.890842,313.617978 184.678899,313.617978 C177.466957,313.617978 171.620795,307.772677 171.620795,300.561798 C171.620795,293.350918 177.466957,287.505618 184.678899,287.505618 C191.890842,287.505618 197.737003,293.350918 197.737003,300.561798" id="Fill-19" fill="#E1E7FF"></path>
<path d="M158.728042,0.181640939 L28.9210295,89.3251811 C23.8940599,92.7950407 24.4169251,91.1717122 27.663134,96.2747114 L71.6894761,164.134831 L216,165.215206 L216,0.181640939 L158.728042,0.181640939 Z" id="Fill-17" fill="#F3F3F3"></path>
</g>
</g>
<g id="checkbox" transform="translate(30.000000, 49.000000)">
<polygon id="Fill-9" fill="#B8E986" points="0 50.580453 51.9063126 50.580453 51.9063126 0 0 0"></polygon>
<polygon id="Stroke-10" stroke="#646EF2" points="0 124.091244 51.9063126 124.091244 51.9063126 73.5107914 0 73.5107914"></polygon>
<polygon id="Stroke-13" stroke="#646EF2" points="0 191.94736 51.9063126 191.94736 51.9063126 141.366906 0 141.366906"></polygon>
<polygon id="Stroke-13" stroke="#646EF2" points="0 261.688367 51.9063126 261.688367 51.9063126 211.107914 0 211.107914"></polygon>
<g id="Group-13" transform="translate(9.585253, 15.079137)" stroke="#FFFFFF" stroke-width="2">
<path d="M0,14.2257524 L12.9765781,25.2902265" id="Stroke-11"></path>
<path d="M34.0635176,0 L12.9765781,25.2902265" id="Stroke-12"></path>
<g id="checkbox" transform="translate(15.000000, 24.000000)">
<polygon id="Fill-9" fill="#D0D0D0" points="0 25.2902265 25.9531563 25.2902265 25.9531563 0 0 0"></polygon>
<polygon id="Stroke-10" stroke="#D0D0D0" points="0 62.0456222 25.9531563 62.0456222 25.9531563 36.7553957 0 36.7553957"></polygon>
<polygon id="Stroke-13" stroke="#D0D0D0" points="0 95.9736798 25.9531563 95.9736798 25.9531563 70.6834532 0 70.6834532"></polygon>
<polygon id="Stroke-13" stroke="#D0D0D0" points="0 130.844183 25.9531563 130.844183 25.9531563 105.553957 0 105.553957"></polygon>
<g id="Group-13" transform="translate(4.792627, 7.539568)" stroke="#FFFFFF" stroke-width="2">
<path d="M0,7.11287621 L6.48828907,12.6451133" id="Stroke-11"></path>
<path d="M17.0317588,0 L6.48828907,12.6451133" id="Stroke-12"></path>
</g>
</g>
<g id="ruler" transform="translate(310.000000, 17.000000)">
<g id="ruler" transform="translate(155.000000, 8.000000)">
<g id="Fill-36">
<use fill="black" fill-opacity="1" filter="url(#filter-4)" xlink:href="#path-3"></use>
<use fill="#FFFFFF" fill-rule="evenodd" xlink:href="#path-3"></use>
</g>
<path d="M18,244 L22,250" id="Stroke-38" stroke="#92A1F7"></path>
<path d="M46,224 L50,230" id="Stroke-40" stroke="#92A1F7"></path>
<path d="M76,204 L80,210" id="Stroke-42" stroke="#92A1F7"></path>
<path d="M106,182 L110,188" id="Stroke-44" stroke="#92A1F7"></path>
<path d="M138,160 L142,166" id="Stroke-46" stroke="#92A1F7"></path>
<path d="M172,138 L176,144" id="Stroke-48" stroke="#92A1F7"></path>
<path d="M204,114 L208,120" id="Stroke-50" stroke="#92A1F7"></path>
<path d="M238,90 L242,96" id="Stroke-52" stroke="#92A1F7"></path>
<path d="M276,64 L280,70" id="Stroke-54" stroke="#92A1F7"></path>
<path d="M310,40 L314,46" id="Stroke-56" stroke="#92A1F7"></path>
<polygon id="1" fill="#92A1F7" points="320 56 320 54.6341463 322.997468 54.6341463 322.997468 43.8549769 320 44.5379038 320 43.1351351 325.002532 42 325.002532 54.6341463 328 54.6341463 328 56"></polygon>
<path d="M284,80 L284,78.4034278 C284.516519,77.1667703 285.561554,75.8193876 287.135135,74.3612393 L288.153153,73.4291365 C289.462469,72.2170891 290.117117,71.0142885 290.117117,69.8206987 C290.117117,69.0577857 289.893396,68.4579235 289.445946,68.0210943 C288.998496,67.584265 288.384388,67.3658537 287.603604,67.3658537 C286.678674,67.3658537 285.588595,67.7319234 284.333333,68.4640738 L284.333333,66.8582729 C285.516522,66.2860881 286.690685,66 287.855856,66 C289.105111,66 290.108104,66.3445362 290.864865,67.033619 C291.621625,67.7227018 292,68.636338 292,69.774555 C292,70.5928408 291.809311,71.3188279 291.427928,71.9525379 C291.046545,72.5862479 290.336342,73.355302 289.297297,74.2597231 L288.612613,74.8595913 C287.189182,76.0962488 286.366367,77.2775158 286.144144,78.4034278 L291.936937,78.4034278 L291.936937,80 L284,80 Z" id="2" fill="#92A1F7"></path>
<path d="M248.669584,96.3917112 L249.754923,96.3917112 C250.355948,96.3917112 250.881106,96.2778532 251.330416,96.0501337 C251.779725,95.8224142 252.122537,95.5104744 252.358862,95.1143048 C252.595187,94.7181353 252.713348,94.2611434 252.713348,93.7433155 C252.713348,92.8698709 252.482862,92.1867226 252.021882,91.6938503 C251.560902,91.2009779 250.898618,90.9545455 250.035011,90.9545455 C249.218085,90.9545455 248.548507,91.2118958 248.026258,91.7266043 C247.504009,92.2413127 247.242888,92.9197819 247.242888,93.7620321 L246.19256,93.7620321 C246.19256,93.0570375 246.35886,92.4128817 246.691466,91.8295455 C247.024072,91.2462092 247.485044,90.7954561 248.074398,90.4772727 C248.663752,90.1590893 249.317283,90 250.035011,90 C251.190378,90 252.100653,90.336895 252.765864,91.0106952 C253.431076,91.6844953 253.763676,92.6078373 253.763676,93.7807487 C253.763676,94.4358322 253.569659,95.0394357 253.181619,95.5915775 C252.793579,96.1437193 252.261127,96.5570396 251.584245,96.8315508 C252.37783,97.0686286 252.978846,97.4757101 253.387309,98.0528075 C253.795772,98.6299048 254,99.3177322 254,100.11631 C254,101.282983 253.644059,102.221922 252.932166,102.933155 C252.220274,103.644389 251.269153,104 250.078775,104 C249.3202,104 248.624365,103.837791 247.991247,103.513369 C247.35813,103.188947 246.867981,102.735074 246.520788,102.151738 C246.173594,101.568402 246,100.889933 246,100.11631 L247.050328,100.11631 C247.050328,100.983516 247.333331,101.69006 247.899344,102.235963 C248.465357,102.781865 249.191826,103.054813 250.078775,103.054813 C250.983228,103.054813 251.687817,102.806821 252.19256,102.310829 C252.697304,101.814837 252.949672,101.095816 252.949672,100.153743 C252.949672,99.2428653 252.676881,98.5472395 252.131291,98.0668449 C251.585701,97.5864504 250.781916,97.3462567 249.719912,97.3462567 L248.669584,97.3462567 L248.669584,96.3917112 Z" id="3" fill="#92A1F7"></path>
<path d="M219.800388,123.490385 L222,123.490385 L222,124.461538 L219.800388,124.461538 L219.800388,128 L218.637597,128 L218.637597,124.461538 L212,124.461538 L212,123.807692 L218.531008,114 L219.800388,114 L219.800388,123.490385 Z M213.424419,123.490385 L218.637597,123.490385 L218.637597,115.490385 L218.124031,116.375 L213.424419,123.490385 Z" id="4" fill="#92A1F7"></path>
<path d="M180.455581,144.734417 L181.102506,138 L187.735763,138 L187.735763,139.052846 L182.041002,139.052846 L181.57631,143.719512 C182.287019,143.213638 183.119206,142.960705 184.072893,142.960705 C185.269558,142.960705 186.223231,143.365398 186.933941,144.174797 C187.64465,144.984196 188,146.062324 188,147.409214 C188,148.863603 187.653762,149.992318 186.961276,150.795393 C186.268789,151.598468 185.293856,152 184.036446,152 C182.882303,152 181.946852,151.664863 181.230068,150.99458 C180.513284,150.324297 180.103266,149.385282 180,148.177507 L181.047836,148.177507 C181.151102,149.119698 181.457856,149.832653 181.968109,150.316396 C182.478362,150.800138 183.167801,151.042005 184.036446,151.042005 C184.984059,151.042005 185.699314,150.729 186.182232,150.102981 C186.66515,149.476962 186.906606,148.585372 186.906606,147.428184 C186.906606,146.416436 186.636297,145.591241 186.095672,144.952575 C185.555047,144.313908 184.817013,143.99458 183.881549,143.99458 C183.365221,143.99458 182.915719,144.062556 182.53303,144.198509 C182.15034,144.334463 181.746395,144.598462 181.321185,144.990515 L180.455581,144.734417 Z" id="5" fill="#92A1F7"></path>
<path d="M152.323725,160 L152.323725,160.988568 L152.199557,160.988568 C150.656312,160.988568 149.441246,161.470293 148.554324,162.433759 C147.667401,163.397225 147.176645,164.735701 147.08204,166.449227 C147.436809,165.928265 147.889133,165.524996 148.439024,165.239408 C148.988916,164.953821 149.60384,164.811029 150.283814,164.811029 C151.419074,164.811029 152.322244,165.226851 152.993348,166.058507 C153.664453,166.890163 154,167.977577 154,169.32078 C154,170.212065 153.843313,171.015464 153.529933,171.731002 C153.216554,172.44654 152.767187,173.003585 152.181818,173.402152 C151.596449,173.800719 150.928311,174 150.177384,174 C148.941605,174 147.936441,173.524551 147.161863,172.573638 C146.387284,171.622726 146,170.39409 146,168.887693 L146,167.757902 C146,165.303731 146.526233,163.403504 147.578714,162.057162 C148.631195,160.71082 150.124159,160.025107 152.05765,160 L152.323725,160 Z M150.115299,165.780767 C149.441238,165.780767 148.813011,165.9926 148.230599,166.416274 C147.648186,166.839948 147.259424,167.378163 147.064302,168.030935 L147.064302,168.991258 C147.064302,170.183821 147.352547,171.156688 147.929047,171.909886 C148.505546,172.663084 149.254984,173.039677 150.177384,173.039677 C151.005178,173.039677 151.674794,172.691328 152.186253,171.99462 C152.697711,171.297912 152.953437,170.419194 152.953437,169.35844 C152.953437,168.278856 152.697711,167.412691 152.186253,166.759919 C151.674794,166.107148 150.984483,165.780767 150.115299,165.780767 Z" id="6" fill="#92A1F7"></path>
<polygon id="7" fill="#92A1F7" points="122 182.663462 116.800418 196 115.755486 196 120.92163 182.980769 114 182.980769 114 182 122 182"></polygon>
<path d="M91.6720604,207.696524 C91.6720604,208.401519 91.4822025,209.033197 91.1024811,209.591578 C90.7227597,210.149958 90.2222253,210.560159 89.600863,210.822193 C90.3257857,211.090465 90.9068658,211.524061 91.3441208,212.122995 C91.7813758,212.721928 92,213.414435 92,214.200535 C92,215.367207 91.6346674,216.292109 90.9039914,216.975267 C90.1733153,217.658426 89.2067662,218 88.004315,218 C86.7903571,218 85.819493,217.659986 85.0916936,216.979947 C84.3638942,216.299907 84,215.373446 84,214.200535 C84,213.426912 84.2099943,212.737525 84.6299892,212.132353 C85.0499841,211.527181 85.625311,211.090465 86.3559871,210.822193 C85.7346247,210.560159 85.2398436,210.149958 84.8716289,209.591578 C84.5034142,209.033197 84.3193096,208.401519 84.3193096,207.696524 C84.3193096,206.567285 84.6544375,205.668898 85.3247033,205.001337 C85.9949692,204.333776 86.8824109,204 87.987055,204 C89.0916992,204 89.9820175,204.336895 90.6580367,205.010695 C91.3340559,205.684495 91.6720604,206.579763 91.6720604,207.696524 Z M90.9644013,214.209893 C90.9644013,213.361404 90.6853678,212.664218 90.1272923,212.118316 C89.5692169,211.572413 88.8558116,211.299465 87.987055,211.299465 C87.1182984,211.299465 86.4077698,211.567734 85.8554477,212.104278 C85.3031256,212.640823 85.0269687,213.342687 85.0269687,214.209893 C85.0269687,215.077099 85.2944957,215.768046 85.8295577,216.282754 C86.3646197,216.797462 87.0895316,217.054813 88.004315,217.054813 C88.896085,217.054813 89.6123669,216.799022 90.1531823,216.287433 C90.6939977,215.775844 90.9644013,215.083338 90.9644013,214.209893 Z M90.6364617,207.687166 C90.6364617,206.907304 90.3876328,206.25691 89.8899676,205.735963 C89.3923024,205.215015 88.7580046,204.954545 87.987055,204.954545 C87.2045987,204.954545 86.5703009,205.205657 86.0841424,205.707888 C85.5979839,206.210118 85.3549083,206.869871 85.3549083,207.687166 C85.3549083,208.485744 85.5979839,209.12834 86.0841424,209.614973 C86.5703009,210.101607 87.2074754,210.34492 87.995685,210.34492 C88.7723879,210.34492 89.4066858,210.100047 89.8985976,209.610294 C90.3905095,209.120541 90.6364617,208.479505 90.6364617,207.687166 Z" id="8" fill="#92A1F7"></path>
<path d="M62.9368771,231.550773 C62.5588759,232.140779 62.0893347,232.597398 61.5282392,232.920646 C60.9671437,233.243893 60.3588073,233.405514 59.7032115,233.405514 C58.9708343,233.405514 58.3241076,233.204665 57.7630122,232.802959 C57.2019167,232.401253 56.7678125,231.845778 56.4606866,231.136516 C56.1535607,230.427255 56,229.6521 56,228.811029 C56,227.907191 56.1638965,227.084962 56.4916944,226.344317 C56.8194922,225.603673 57.2772211,225.027799 57.8648948,224.616678 C58.4525685,224.205557 59.1303025,224 59.8981174,224 C61.1915901,224 62.1985937,224.481726 62.9191584,225.445192 C63.6397231,226.408658 64,227.775378 64,229.545393 L64,230.562206 C64,233.035206 63.5038809,234.893067 62.5116279,236.135844 C61.5193749,237.378621 60.0044399,238 57.9667774,238 L57.7718715,238 L57.7807309,237.020847 L58.1528239,237.020847 C59.6943599,236.995741 60.8667365,236.531276 61.6699889,235.627438 C62.4732414,234.7236 62.8955332,233.364726 62.9368771,231.550773 Z M59.8361019,232.435777 C60.544854,232.435777 61.1812449,232.21139 61.7452935,231.762609 C62.3093421,231.313829 62.7094857,230.731678 62.9457364,230.01614 L62.9457364,229.36651 C62.9457364,227.973093 62.6725756,226.891956 62.1262458,226.123067 C61.5799161,225.354177 60.8431202,224.969738 59.9158361,224.969738 C59.077146,224.969738 58.3890761,225.329071 57.8516058,226.047747 C57.3141354,226.766424 57.0454042,227.671817 57.0454042,228.763954 C57.0454042,229.812155 57.3037996,230.686166 57.820598,231.386012 C58.3373965,232.085859 59.0092244,232.435777 59.8361019,232.435777 Z" id="9" fill="#92A1F7"></path>
<path d="M28.7099391,261.812834 L27.6146045,261.812834 L27.6146045,249.534759 L24,250.910428 L24,249.862299 L28.5273834,248.140374 L28.7099391,248.140374 L28.7099391,261.812834 Z M42,256.132353 C42,258.053931 41.6561901,259.51225 40.9685598,260.507353 C40.2809296,261.502456 39.2677552,262 37.9290061,262 C36.6145979,262 35.6075086,261.511814 34.9077079,260.535428 C34.2079073,259.559041 33.8488845,258.138155 33.8306288,256.272727 L33.8306288,253.830214 C33.8306288,251.914875 34.1774813,250.464354 34.8711968,249.47861 C35.5649122,248.492865 36.5780866,248 37.9107505,248 C39.2251587,248 40.2292055,248.475708 40.9229209,249.427139 C41.6166363,250.37857 41.9756591,251.780739 42,253.63369 L42,256.132353 Z M40.9046653,253.68984 C40.9046653,252.130117 40.6566962,250.950984 40.1607505,250.152406 C39.6648048,249.353828 38.9148123,248.954545 37.9107505,248.954545 C36.9249444,248.954545 36.1825583,249.34447 35.68357,250.124332 C35.1845817,250.904193 34.9290061,252.055251 34.9168357,253.57754 L34.9168357,256.254011 C34.9168357,257.807494 35.1739325,258.995985 35.6881339,259.819519 C36.2023352,260.643052 36.9492852,261.054813 37.9290061,261.054813 C38.9026418,261.054813 39.640464,260.65241 40.1424949,259.847594 C40.6445258,259.042777 40.8985801,257.863644 40.9046653,256.31016 L40.9046653,253.68984 Z" id="10" fill="#92A1F7"></path>
<path d="M9,122 L11,125" id="Stroke-38" stroke="#D0D0D0"></path>
<path d="M23,112 L25,115" id="Stroke-40" stroke="#D0D0D0"></path>
<path d="M38,102 L40,105" id="Stroke-42" stroke="#D0D0D0"></path>
<path d="M53,91 L55,94" id="Stroke-44" stroke="#D0D0D0"></path>
<path d="M69,80 L71,83" id="Stroke-46" stroke="#D0D0D0"></path>
<path d="M86,69 L88,72" id="Stroke-48" stroke="#D0D0D0"></path>
<path d="M102,57 L104,60" id="Stroke-50" stroke="#D0D0D0"></path>
<path d="M119,45 L121,48" id="Stroke-52" stroke="#D0D0D0"></path>
<path d="M138,32 L140,35" id="Stroke-54" stroke="#D0D0D0"></path>
<path d="M155,20 L157,23" id="Stroke-56" stroke="#D0D0D0"></path>
<polygon id="1" fill="#9B9B9B" points="160 28 160 27.3170732 161.498734 27.3170732 161.498734 21.9274885 160 22.2689519 160 21.5675676 162.501266 21 162.501266 27.3170732 164 27.3170732 164 28"></polygon>
<path d="M142,40 L142,39.2017139 C142.25826,38.5833852 142.780777,37.9096938 143.567568,37.1806196 L144.076577,36.7145682 C144.731235,36.1085445 145.058559,35.5071443 145.058559,34.9103494 C145.058559,34.5288928 144.946698,34.2289618 144.722973,34.0105471 C144.499248,33.7921325 144.192194,33.6829268 143.801802,33.6829268 C143.339337,33.6829268 142.794297,33.8659617 142.166667,34.2320369 L142.166667,33.4291365 C142.758261,33.1430441 143.345342,33 143.927928,33 C144.552556,33 145.054052,33.1722681 145.432432,33.5168095 C145.810813,33.8613509 146,34.318169 146,34.8872775 C146,35.2964204 145.904656,35.6594139 145.713964,35.976269 C145.523272,36.293124 145.168171,36.677651 144.648649,37.1298616 L144.306306,37.4297956 C143.594591,38.0481244 143.183184,38.6387579 143.072072,39.2017139 L145.968468,39.2017139 L145.968468,40 L142,40 Z" id="2" fill="#9B9B9B"></path>
<path d="M124.334792,48.1958556 L124.877462,48.1958556 C125.177974,48.1958556 125.440553,48.1389266 125.665208,48.0250668 C125.889863,47.9112071 126.061269,47.7552372 126.179431,47.5571524 C126.297594,47.3590676 126.356674,47.1305717 126.356674,46.8716578 C126.356674,46.4349354 126.241431,46.0933613 126.010941,45.8469251 C125.780451,45.600489 125.449309,45.4772727 125.017505,45.4772727 C124.609042,45.4772727 124.274254,45.6059479 124.013129,45.8633021 C123.752005,46.1206564 123.621444,46.4598909 123.621444,46.881016 L123.09628,46.881016 C123.09628,46.5285187 123.17943,46.2064409 123.345733,45.9147727 C123.512036,45.6231046 123.742522,45.3977281 124.037199,45.2386364 C124.331876,45.0795447 124.658642,45 125.017505,45 C125.595189,45 126.050327,45.1684475 126.382932,45.5053476 C126.715538,45.8422477 126.881838,46.3039186 126.881838,46.8903743 C126.881838,47.2179161 126.78483,47.5197179 126.59081,47.7957888 C126.39679,48.0718597 126.130563,48.2785198 125.792123,48.4157754 C126.188915,48.5343143 126.489423,48.7378551 126.693654,49.0264037 C126.897886,49.3149524 127,49.6588661 127,50.0581551 C127,50.6414913 126.822029,51.1109608 126.466083,51.4665775 C126.110137,51.8221943 125.634576,52 125.039387,52 C124.6601,52 124.312182,51.9188956 123.995624,51.7566845 C123.679065,51.5944733 123.433991,51.3675371 123.260394,51.075869 C123.086797,50.7842009 123,50.4449663 123,50.0581551 L123.525164,50.0581551 C123.525164,50.491758 123.666665,50.8450298 123.949672,51.1179813 C124.232678,51.3909327 124.595913,51.5274064 125.039387,51.5274064 C125.491614,51.5274064 125.843908,51.4034103 126.09628,51.1554144 C126.348652,50.9074185 126.474836,50.5479079 126.474836,50.0768717 C126.474836,49.6214327 126.33844,49.2736197 126.065646,49.0334225 C125.792851,48.7932252 125.390958,48.6731283 124.859956,48.6731283 L124.334792,48.6731283 L124.334792,48.1958556 Z" id="3" fill="#9B9B9B"></path>
<path d="M109.900194,61.7451923 L111,61.7451923 L111,62.2307692 L109.900194,62.2307692 L109.900194,64 L109.318798,64 L109.318798,62.2307692 L106,62.2307692 L106,61.9038462 L109.265504,57 L109.900194,57 L109.900194,61.7451923 Z M106.712209,61.7451923 L109.318798,61.7451923 L109.318798,57.7451923 L109.062016,58.1875 L106.712209,61.7451923 Z" id="4" fill="#9B9B9B"></path>
<path d="M90.2277904,72.3672087 L90.5512528,69 L93.8678815,69 L93.8678815,69.5264228 L91.0205011,69.5264228 L90.7881549,71.8597561 C91.1435097,71.606819 91.5596028,71.4803523 92.0364465,71.4803523 C92.634779,71.4803523 93.1116155,71.682699 93.4669704,72.0873984 C93.8223252,72.4920978 94,73.0311619 94,73.704607 C94,74.4318013 93.826881,74.9961588 93.4806378,75.3976965 C93.1343946,75.7992342 92.646928,76 92.0182232,76 C91.4411513,76 90.9734262,75.8324317 90.6150342,75.49729 C90.2566421,75.1621483 90.0516328,74.6926408 90,74.0887534 L90.523918,74.0887534 C90.5755508,74.5598488 90.7289281,74.9163267 90.9840547,75.1581978 C91.2391812,75.400069 91.5839006,75.5210027 92.0182232,75.5210027 C92.4920297,75.5210027 92.8496571,75.3645002 93.0911162,75.0514905 C93.3325752,74.7384808 93.453303,74.2926858 93.453303,73.7140921 C93.453303,73.2082179 93.3181487,72.7956204 93.047836,72.4762873 C92.7775233,72.1569541 92.4085065,71.99729 91.9407745,71.99729 C91.6826107,71.99729 91.4578597,72.0312779 91.2665148,72.0992547 C91.0751699,72.1672316 90.8731977,72.2992312 90.6605923,72.4952575 L90.2277904,72.3672087 Z" id="5" fill="#9B9B9B"></path>
<path d="M76.1618625,80 L76.1618625,80.4942838 L76.0997783,80.4942838 C75.3281558,80.4942838 74.7206231,80.7351467 74.2771619,81.2168796 C73.8337007,81.6986126 73.5883225,82.3678505 73.54102,83.2246133 C73.7184044,82.9641323 73.9445663,82.7624979 74.2195122,82.6197041 C74.4944581,82.4769103 74.80192,82.4055145 75.1419069,82.4055145 C75.7095372,82.4055145 76.1611218,82.6134254 76.4966741,83.0292535 C76.8322264,83.4450817 77,83.9887884 77,84.66039 C77,85.1060323 76.9216564,85.5077319 76.7649667,85.865501 C76.6082771,86.2232701 76.3835935,86.5017923 76.0909091,86.701076 C75.7982247,86.9003597 75.4641556,87 75.0886918,87 C74.4708025,87 73.9682207,86.7622754 73.5809313,86.2868191 C73.1936418,85.8113628 73,85.1970448 73,84.4438467 L73,83.8789509 C73,82.6518656 73.2631164,81.7017519 73.789357,81.028581 C74.3155976,80.3554102 75.0620794,80.0125533 76.0288248,80 L76.1618625,80 Z M75.0576497,82.8903833 C74.7206192,82.8903833 74.4065055,82.9963002 74.1152993,83.2081372 C73.8240931,83.4199742 73.6297122,83.6890815 73.5321508,84.0154674 L73.5321508,84.4956288 C73.5321508,85.0919106 73.6762735,85.5783438 73.9645233,85.9549428 C74.2527731,86.3315419 74.6274922,86.5198386 75.0886918,86.5198386 C75.5025889,86.5198386 75.8373971,86.3456641 76.0931264,85.99731 C76.3488557,85.6489559 76.4767184,85.2095969 76.4767184,84.6792199 C76.4767184,84.1394279 76.3488557,83.7063455 76.0931264,83.3799597 C75.8373971,83.0535738 75.4922416,82.8903833 75.0576497,82.8903833 Z" id="6" fill="#9B9B9B"></path>
<polygon id="7" fill="#9B9B9B" points="61 91.3317308 58.400209 98 57.8777429 98 60.460815 91.4903846 57 91.4903846 57 91 61 91"></polygon>
<path d="M45.8360302,103.848262 C45.8360302,104.200759 45.7411013,104.516598 45.5512406,104.795789 C45.3613798,105.074979 45.1111127,105.28008 44.8004315,105.411096 C45.1628929,105.545232 45.4534329,105.762031 45.6720604,106.061497 C45.8906879,106.360964 46,106.707217 46,107.100267 C46,107.683604 45.8173337,108.146054 45.4519957,108.487634 C45.0866576,108.829213 44.6033831,109 44.0021575,109 C43.3951786,109 42.9097465,108.829993 42.5458468,108.489973 C42.1819471,108.149954 42,107.686723 42,107.100267 C42,106.713456 42.1049972,106.368763 42.3149946,106.066176 C42.5249921,105.76359 42.8126555,105.545232 43.1779935,105.411096 C42.8673124,105.28008 42.6199218,105.074979 42.4358145,104.795789 C42.2517071,104.516598 42.1596548,104.200759 42.1596548,103.848262 C42.1596548,103.283642 42.3272187,102.834449 42.6623517,102.500668 C42.9974846,102.166888 43.4412054,102 43.9935275,102 C44.5458496,102 44.9910087,102.168448 45.3290183,102.505348 C45.6670279,102.842248 45.8360302,103.289881 45.8360302,103.848262 Z M45.4822006,107.104947 C45.4822006,106.680702 45.3426839,106.332109 45.0636462,106.059158 C44.7846085,105.786206 44.4279058,105.649733 43.9935275,105.649733 C43.5591492,105.649733 43.2038849,105.783867 42.9277238,106.052139 C42.6515628,106.320411 42.5134844,106.671344 42.5134844,107.104947 C42.5134844,107.538549 42.6472479,107.884023 42.9147789,108.141377 C43.1823099,108.398731 43.5447658,108.527406 44.0021575,108.527406 C44.4480425,108.527406 44.8061835,108.399511 45.0765912,108.143717 C45.3469988,107.887922 45.4822006,107.541669 45.4822006,107.104947 Z M45.3182309,103.843583 C45.3182309,103.453652 45.1938164,103.128455 44.9449838,102.867981 C44.6961512,102.607508 44.3790023,102.477273 43.9935275,102.477273 C43.6022994,102.477273 43.2851504,102.602829 43.0420712,102.853944 C42.798992,103.105059 42.6774542,103.434936 42.6774542,103.843583 C42.6774542,104.242872 42.798992,104.56417 43.0420712,104.807487 C43.2851504,105.050803 43.6037377,105.17246 43.9978425,105.17246 C44.386194,105.17246 44.7033429,105.050024 44.9492988,104.805147 C45.1952547,104.560271 45.3182309,104.239752 45.3182309,103.843583 Z" id="8" fill="#9B9B9B"></path>
<path d="M31.4684385,115.775387 C31.279438,116.070389 31.0446673,116.298699 30.7641196,116.460323 C30.4835719,116.621947 30.1794036,116.702757 29.8516058,116.702757 C29.4854171,116.702757 29.1620538,116.602332 28.8815061,116.401479 C28.6009584,116.200627 28.3839063,115.922889 28.2303433,115.568258 C28.0767803,115.213627 28,114.82605 28,114.405514 C28,113.953596 28.0819482,113.542481 28.2458472,113.172159 C28.4097461,112.801836 28.6386106,112.513899 28.9324474,112.308339 C29.2262842,112.102779 29.5651513,112 29.9490587,112 C30.595795,112 31.0992968,112.240863 31.4595792,112.722596 C31.8198615,113.204329 32,113.887689 32,114.772697 L32,115.281103 C32,116.517603 31.7519405,117.446534 31.255814,118.067922 C30.7596874,118.68931 30.0022199,119 28.9833887,119 L28.8859358,119 L28.8903654,118.510424 L29.076412,118.510424 C29.8471799,118.49787 30.4333682,118.265638 30.8349945,117.813719 C31.2366207,117.3618 31.4477666,116.682363 31.4684385,115.775387 Z M29.9180509,116.217888 C30.272427,116.217888 30.5906224,116.105695 30.8726467,115.881305 C31.154671,115.656914 31.3547429,115.365839 31.4728682,115.00807 L31.4728682,114.683255 C31.4728682,113.986547 31.3362878,113.445978 31.0631229,113.061533 C30.789958,112.677088 30.4215601,112.484869 29.9579181,112.484869 C29.538573,112.484869 29.1945381,112.664535 28.9258029,113.023874 C28.6570677,113.383212 28.5227021,113.835909 28.5227021,114.381977 C28.5227021,114.906077 28.6518998,115.343083 28.910299,115.693006 C29.1686982,116.042929 29.5046122,116.217888 29.9180509,116.217888 Z" id="9" fill="#9B9B9B"></path>
<path d="M14.3549696,130.906417 L13.8073022,130.906417 L13.8073022,124.76738 L12,125.455214 L12,124.93115 L14.2636917,124.070187 L14.3549696,124.070187 L14.3549696,130.906417 Z M21,128.066176 C21,129.026966 20.828095,129.756125 20.4842799,130.253676 C20.1404648,130.751228 19.6338776,131 18.964503,131 C18.3072989,131 17.8037543,130.755907 17.453854,130.267714 C17.1039536,129.779521 16.9244422,129.069078 16.9153144,128.136364 L16.9153144,126.915107 C16.9153144,125.957437 17.0887407,125.232177 17.4355984,124.739305 C17.7824561,124.246432 18.2890433,124 18.9553753,124 C19.6125794,124 20.1146027,124.237854 20.4614604,124.71357 C20.8083182,125.189285 20.9878296,125.89037 21,126.816845 L21,128.066176 Z M20.4523327,126.84492 C20.4523327,126.065058 20.3283481,125.475492 20.0803753,125.076203 C19.8324024,124.676914 19.4574062,124.477273 18.9553753,124.477273 C18.4624722,124.477273 18.0912791,124.672235 17.841785,125.062166 C17.5922908,125.452096 17.4645031,126.027625 17.4584178,126.78877 L17.4584178,128.127005 C17.4584178,128.903747 17.5869663,129.497993 17.8440669,129.909759 C18.1011676,130.321526 18.4746426,130.527406 18.964503,130.527406 C19.4513209,130.527406 19.820232,130.326205 20.0712475,129.923797 C20.3222629,129.521388 20.44929,128.931822 20.4523327,128.15508 L20.4523327,126.84492 Z" id="10" fill="#9B9B9B"></path>
</g>
<g id="Page-1" opacity="0.400000006" transform="translate(72.000000, 13.000000)" fill="#D0D0D0">
<path d="M0.950784817,12.5613573 C17.9696342,39.3667801 30.7337713,59.4708471 39.243196,72.8735585 C39.5989102,73.4338237 40.1324814,74.2742215 40.8439098,75.394752 L55.2255888,65.6042467 L15.3324638,2.77085208 C13.5961462,0.0356788024 10.0830643,-0.705109891 7.46963184,1.11209013 L2.53571634,4.33225322 C-0.0777161322,6.14945324 -0.785532796,9.82678879 0.950784817,12.5613573 Z"></path>
<path d="M45.2383831,89.0500577 C42.7538022,101.947642 50.7235289,114.500534 63.0476282,117.100853 C71.4680464,118.876932 81.0995533,116.171995 87.6016438,110.133811 C82.917342,109.145085 77.2241848,103.753957 78.6970213,96.1084133 C80.5627682,86.4201066 74.5968849,77.0232776 65.3397986,75.0706191 C56.08329,73.1173559 47.1041301,79.361751 45.2383831,89.0500577 Z" id="Stroke-3"></path>
</g>
<g id="Page-1" transform="translate(78.000000, 9.000000)" fill="#367EDD">
<path d="M0.944831708,12.6115081 C17.8571217,39.5239506 30.5413392,59.7082825 38.9974842,73.1645038 C39.3509712,73.7270058 39.8812016,74.5707589 40.5881756,75.695763 L54.8798072,65.8661695 L15.2364633,2.78191461 C13.5110172,0.0358212488 10.0199316,-0.707925019 7.42286255,1.11653011 L2.51983956,4.3495496 C-0.0772295314,6.17400473 -0.780614373,9.86602192 0.944831708,12.6115081 Z"></path>
<path d="M44.9551339,89.4055871 C42.4861096,102.354665 50.4059358,114.957673 62.6528708,117.568374 C71.0205665,119.351544 80.5917681,116.635808 87.0531474,110.573517 C82.3981752,109.580843 76.7406643,104.168192 78.204279,96.492123 C80.058344,86.765136 74.1298146,77.3307905 64.9306893,75.3703361 C55.7321381,73.4092745 46.809199,79.6786002 44.9551339,89.4055871 Z" id="Stroke-3"></path>
</g>
</g>
</g>

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 18 KiB

View File

@@ -1,93 +1,101 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="722px" height="334px" viewBox="0 0 722 334" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 47 (45396) - http://www.bohemiancoding.com/sketch -->
<title>Software_Development_mobile_parallax</title>
<svg width="369px" height="175px" viewBox="0 0 369 175" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 48.1 (47250) - http://www.bohemiancoding.com/sketch -->
<title>Software_Development_mobile</title>
<desc>Created with Sketch.</desc>
<defs>
<path d="M0,0 L245.00964,172.03012 C255.26746,179.519531 258.079511,193.277471 251.034467,204.222892 L171.707575,334 L0,334 L0,0 Z" id="path-1"></path>
<filter x="-0.4%" y="-0.3%" width="101.6%" height="100.6%" filterUnits="objectBoundingBox" id="filter-2">
<feOffset dx="2" dy="0" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
<feColorMatrix values="0 0 0 0 0.392156863 0 0 0 0 0.431372549 0 0 0 0 0.949019608 0 0 0 0.350656703 0" type="matrix" in="shadowOffsetOuter1"></feColorMatrix>
<path d="M0,0 L122.143029,85.5550275 C127.215996,89.098838 128.617419,95.9271559 125.341507,101.140361 L85.4732933,165.77033 L0,165.77033 L0,0 Z" id="path-1"></path>
<filter x="-2.4%" y="-1.8%" width="104.7%" height="103.6%" filterUnits="objectBoundingBox" id="filter-2">
<feOffset dx="0" dy="0" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
<feGaussianBlur stdDeviation="1" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
<feColorMatrix values="0 0 0 0 0.816618835 0 0 0 0 0.816618835 0 0 0 0 0.816618835 0 0 0 1 0" type="matrix" in="shadowBlurOuter1"></feColorMatrix>
</filter>
<path d="M0,0 L201.571072,141.084131 C211.767847,148.212239 210.70726,144.877447 204.122605,155.360502 L107.87807,294.76506 L0,294.76506 L0,0 Z" id="path-3"></path>
<path d="M0,0 L100.283022,70.1496609 C105.355989,73.693889 104.82834,72.0357681 101.552428,77.2481385 L57.3518355,147.207972 L0,147.207972 L0,0 Z" id="path-3"></path>
</defs>
<g id="assets" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Software_Development_mobile_parallax">
<g id="Group-2" transform="translate(-2.000000, 0.000000)">
<g id="Software_Development_mobile">
<g id="Group-2" transform="translate(3.000000, 4.000000)">
<g id="Group-18">
<g id="Page-1">
<g id="background">
<polygon id="Fill-2" fill="#173C8E" points="0.593578783 333.107934 443.549531 333.107934 443.549531 164.653635 0.593578783 164.653635"></polygon>
<polygon id="Fill-3" fill="#F6F7FE" points="1.00554018 334 724.994468 334 724.994468 0 1.00554018 0"></polygon>
<g id="Group-32" transform="translate(0.004159, 0.000000)">
<g id="Group" transform="translate(162.670335, 0.000000)">
<polygon id="Fill-3" fill="#EDEFFD" opacity="0.338032156" points="437.80411 334 560.30893 334 560.30893 6.03614458 437.80411 6.03614458"></polygon>
<polygon id="Fill-3" fill="#EDEFFD" points="0 334 437.80411 334 437.80411 0 0 0"></polygon>
<polygon id="Fill-3" fill="#FFFFFF" opacity="0.534363678" points="437.80411 215.289157 560.30893 215.289157 560.30893 122.73494 437.80411 122.73494"></polygon>
<g id="Group-22" transform="translate(0.000000, 48.289157)" stroke-linecap="square">
<path d="M10.5329878,3.52108434 L294.787896,3.52108434" id="Line-5" stroke="#FFFFFF"></path>
<path d="M10.5347912,36.7198795 L181.491833,36.7198795" id="Line-5" stroke="#FFFFFF"></path>
<path d="M10.531202,69.9186747 L130.048099,69.9186747" id="Line-5" stroke="#FFFFFF"></path>
<path d="M7.47043948,100.60241 L172.498336,100.60241" id="Line-5" stroke="#FFFFFF"></path>
<path d="M1.49396122,136.316265 L121.010859,136.316265" id="Line-5" stroke="#FFFFFF"></path>
<path d="M10.531202,169.51506 L130.048099,169.51506" id="Line-5" stroke="#FFFFFF"></path>
<path d="M7.46178312,199.695783 L87.8799944,199.695783" id="Line-5" stroke="#FFFFFF"></path>
<path d="M1.49396122,234.906627 L121.010859,234.906627" id="Line-5" stroke="#FFFFFF"></path>
<path d="M490.386647,67.4036145 L519.776048,67.4036145" id="Line-5" stroke="#646EF2"></path>
<path d="M490.382847,80.4819277 L531.886868,80.4819277" id="Line-5" stroke="#646EF2"></path>
<path d="M490.386647,95.5722892 L519.776048,95.5722892" id="Line-5" stroke="#646EF2"></path>
<path d="M490.386647,109.656627 L519.776048,109.656627" id="Line-5" stroke="#646EF2"></path>
<path d="M490.382847,122.73494 L510.729623,122.73494" id="Line-5" stroke="#646EF2"></path>
<path d="M490.386647,135.813253 L519.776048,135.813253" id="Line-5" stroke="#646EF2"></path>
<path d="M490.386647,146.879518 L519.776048,146.879518" id="Line-5" stroke="#646EF2"></path>
<path d="M490.382847,159.957831 L531.886868,159.957831" id="Line-5" stroke="#646EF2"></path>
<path d="M490.386647,175.048193 L519.776048,175.048193" id="Line-5" stroke="#646EF2"></path>
<path d="M490.386647,189.13253 L519.776048,189.13253" id="Line-5" stroke="#646EF2"></path>
<path d="M490.382847,202.210843 L510.729623,202.210843" id="Line-5" stroke="#646EF2"></path>
<path d="M490.386647,215.289157 L519.776048,215.289157" id="Line-5" stroke="#646EF2"></path>
<path d="M493.251348,1.0060241 L534.995076,1.0060241" id="Line-5" stroke="#646EF2"></path>
<path d="M493.239446,14.0843373 L516.95603,14.0843373" id="Line-5" stroke="#646EF2"></path>
<path d="M493.252114,27.1626506 L510.885754,27.1626506" id="Line-5" stroke="#646EF2"></path>
<path d="M493.239446,41.246988 L516.95603,41.246988" id="Line-5" stroke="#646EF2"></path>
<path d="M493.252114,54.3253012 L510.885754,54.3253012" id="Line-5" stroke="#646EF2"></path>
<polygon id="Fill-2" fill="#173C8E" points="1.79515419 166.556638 222.052863 166.556638 222.052863 82.8338426 1.79515419 82.8338426"></polygon>
<polygon id="Fill-3" fill="#FAFAFA" points="1.79515419 167 362 167 362 1 1.79515419 1"></polygon>
<g id="Group-32" transform="translate(0.795154, 0.991075)">
<g id="Group" transform="translate(82.204846, 1.008925)">
<polygon id="Fill-3" fill="#F8F8F8" opacity="0.338032156" points="218 163 279 163 279 0 218 0"></polygon>
<polygon id="Fill-3" fill="#F3F3F3" points="0 163 218 163 218 0 0 0"></polygon>
<polygon id="Fill-3" fill="#FFFFFF" opacity="0.534363678" points="218 104 279 104 279 58 218 58"></polygon>
<g id="Group-22" transform="translate(0.000000, 21.000000)" stroke="#D0D0D0" stroke-linecap="square">
<path d="M5.21172258,1.64589361 L146.704109,1.64589361" id="Line-5"></path>
<path d="M5.21172258,18.1048298 L90.2058238,18.1048298" id="Line-5"></path>
<path d="M5.21172258,34.5637659 L64.7742664,34.5637659" id="Line-5"></path>
<path d="M3.69698548,49.9254396 L85.7602556,49.9254396" id="Line-5"></path>
<path d="M0.744531797,67.4816382 L60.3070756,67.4816382" id="Line-5"></path>
<path d="M5.21172258,83.9405743 L64.7742664,83.9405743" id="Line-5"></path>
<path d="M3.69698548,99.302248 L43.927376,99.302248" id="Line-5"></path>
<path d="M0.744531797,116.858447 L60.3070756,116.858447" id="Line-5"></path>
<path d="M244.388023,33.4665035 L258.915472,33.4665035" id="Line-5"></path>
<path d="M244.386144,40.0500779 L264.901962,40.0500779" id="Line-5"></path>
<path d="M244.388023,47.7309148 L258.915472,47.7309148" id="Line-5"></path>
<path d="M244.388023,54.3144893 L258.915472,54.3144893" id="Line-5"></path>
<path d="M244.386144,60.8980637 L254.443742,60.8980637" id="Line-5"></path>
<path d="M244.388023,67.4816382 L258.915472,67.4816382" id="Line-5"></path>
<path d="M244.388023,72.9679502 L258.915472,72.9679502" id="Line-5"></path>
<path d="M244.386144,79.5515247 L264.901962,79.5515247" id="Line-5"></path>
<path d="M244.388023,87.2323615 L258.915472,87.2323615" id="Line-5"></path>
<path d="M244.388023,93.815936 L258.915472,93.815936" id="Line-5"></path>
<path d="M244.386144,100.39951 L254.443742,100.39951" id="Line-5"></path>
<path d="M244.388023,106.983085 L258.915472,106.983085" id="Line-5"></path>
<path d="M245.804071,0.548631205 L266.438377,0.548631205" id="Line-5"></path>
<path d="M245.798187,7.13220566 L257.521511,7.13220566" id="Line-5"></path>
<path d="M245.804449,13.7157801 L254.520919,13.7157801" id="Line-5"></path>
<path d="M245.798187,20.2993546 L257.521511,20.2993546" id="Line-5"></path>
<path d="M245.804449,26.882929 L254.520919,26.882929" id="Line-5"></path>
</g>
</g>
<g id="Fill-6">
<use fill="black" fill-opacity="1" filter="url(#filter-2)" xlink:href="#path-1"></use>
<use fill="#FFFFFF" fill-rule="evenodd" xlink:href="#path-1"></use>
</g>
<path d="M1,39.2289157 L202.289965,180.313047 C212.472519,187.441155 211.413411,184.106363 204.837939,194.589417 L108.727626,333.993976 L1,333.993976 L1,39.2289157 Z" id="Fill-8" fill="#E1E7FF"></path>
<path d="M147.608267,305.328313 C147.608267,311.717982 152.778163,316.89759 159.155852,316.89759 C165.533541,316.89759 170.703437,311.717982 170.703437,305.328313 C170.703437,298.938644 165.533541,293.759036 159.155852,293.759036 C152.778163,293.759036 147.608267,298.938644 147.608267,305.328313" id="Fill-10" fill="#E1E7FF"></path>
<path d="M74.4717803,151.782153 C74.4717803,154.895462 77.0292089,157.419179 80.1841043,157.419179 C83.3389997,157.419179 85.8964284,154.895462 85.8964284,151.782153 C85.8964284,148.668844 83.3389997,146.145127 80.1841043,146.145127 C77.0292089,146.145127 74.4717803,148.668844 74.4717803,151.782153" id="Fill-10" fill="#F3F3F3"></path>
</g>
<g id="Group-17" transform="translate(1.005540, 39.228916)">
<g id="Group-17" transform="translate(0.795154, 19.504707)">
<mask id="mask-4" fill="white">
<use xlink:href="#path-3"></use>
</mask>
<g id="Mask"></g>
<g mask="url(#mask-4)">
<g transform="translate(-51.288097, 53.325301)">
<g transform="translate(87.273759, 127.068471) rotate(-3.000000) translate(-87.273759, -127.068471) translate(6.273759, 5.068471)">
<rect id="Rectangle-14" fill="#FFFFFF" transform="translate(49.309285, 201.212191) rotate(-55.000000) translate(-49.309285, -201.212191) " x="22.6624704" y="197.188095" width="53.2936294" height="8.04819277"></rect>
<rect id="Rectangle-14" fill="#FFFFFF" transform="translate(68.497887, 219.344187) rotate(-55.000000) translate(-68.497887, -219.344187) " x="41.8510724" y="215.320091" width="53.2936294" height="8.04819277"></rect>
<rect id="Rectangle-14" fill="#FFFFFF" transform="translate(77.148075, 161.496416) rotate(-55.000000) translate(-77.148075, -161.496416) " x="64.5788232" y="157.47232" width="25.1385044" height="8.04819277"></rect>
<rect id="Rectangle-14" fill="#FFFFFF" transform="translate(42.848686, 162.720210) rotate(-55.000000) translate(-42.848686, -162.720210) " x="30.2794334" y="158.696114" width="25.1385044" height="8.04819277"></rect>
<rect id="Rectangle-14" fill="#FFFFFF" transform="translate(96.696519, 134.314068) rotate(-55.000000) translate(-96.696519, -134.314068) " x="84.1272667" y="130.289972" width="25.1385044" height="8.04819277"></rect>
<rect id="Rectangle-14" fill="#FFFFFF" transform="translate(116.192337, 108.136365) rotate(-55.000000) translate(-116.192337, -108.136365) " x="103.623084" y="104.112269" width="25.1385044" height="8.04819277"></rect>
<rect id="Rectangle-14" fill="#FFFFFF" transform="translate(53.298504, 97.786820) rotate(-55.000000) translate(-53.298504, -97.786820) " x="40.7292522" y="93.7627233" width="25.1385044" height="8.04819277"></rect>
<rect id="Rectangle-14" fill="#FFFFFF" transform="translate(72.794322, 71.609117) rotate(-55.000000) translate(-72.794322, -71.609117) " x="60.2250698" y="67.5850204" width="25.1385044" height="8.04819277"></rect>
<rect id="Rectangle-14" fill="#FFFFFF" transform="translate(91.285978, 45.378763) rotate(-55.000000) translate(-91.285978, -45.378763) " x="78.7167253" y="41.3546662" width="25.1385044" height="8.04819277"></rect>
<rect id="Rectangle-14" fill="#FFFFFF" transform="translate(112.556879, 158.315983) rotate(-55.000000) translate(-112.556879, -158.315983) " x="99.9876269" y="154.291886" width="25.1385044" height="8.04819277"></rect>
<rect id="Rectangle-14" fill="#FFFFFF" transform="translate(94.065224, 184.546337) rotate(-55.000000) translate(-94.065224, -184.546337) " x="81.4959714" y="180.52224" width="25.1385044" height="8.04819277"></rect>
<rect id="Rectangle-14" fill="#FFFFFF" transform="translate(132.052697, 132.138280) rotate(-55.000000) translate(-132.052697, -132.138280) " x="119.483445" y="128.114183" width="25.1385044" height="8.04819277"></rect>
<rect id="Rectangle-14" fill="#FFFFFF" transform="translate(150.544352, 105.907925) rotate(-55.000000) translate(-150.544352, -105.907925) " x="137.9751" y="101.883829" width="25.1385044" height="8.04819277"></rect>
<rect id="Rectangle-14" fill="#FFFFFF" transform="translate(38.547558, 71.828266) rotate(-55.000000) translate(-38.547558, -71.828266) " x="25.978306" y="67.8041692" width="25.1385044" height="8.04819277"></rect>
<rect id="Rectangle-14" fill="#FFFFFF" transform="translate(58.096002, 44.645917) rotate(-55.000000) translate(-58.096002, -44.645917) " x="45.5267495" y="40.6218209" width="25.1385044" height="8.04819277"></rect>
<rect id="Rectangle-14" fill="#FFFFFF" transform="translate(76.535031, 19.420208) rotate(-55.000000) translate(-76.535031, -19.420208) " x="63.9657791" y="15.3961121" width="25.1385044" height="8.04819277"></rect>
<rect id="Rectangle-14" fill="#FFFFFF" transform="translate(48.681621, 12.922747) rotate(-55.000000) translate(-48.681621, -12.922747) " x="36.1123693" y="8.8986507" width="25.1385044" height="8.04819277"></rect>
<use id="Mask" fill="#F3F3F3" xlink:href="#path-3"></use>
<g mask="url(#mask-4)" fill="#FFFFFF" id="Rectangle-14">
<g transform="translate(22.329342, 95.663018) rotate(-3.000000) translate(-22.329342, -95.663018) translate(-18.170658, 34.663018)">
<rect transform="translate(24.868635, 99.806454) rotate(-55.000000) translate(-24.868635, -99.806454) " x="11.6322084" y="97.7186662" width="26.4728528" height="4.17557505"></rect>
<rect transform="translate(34.600742, 109.194404) rotate(-55.000000) translate(-34.600742, -109.194404) " x="21.364316" y="107.106617" width="26.4728528" height="4.17557505"></rect>
<rect transform="translate(39.111847, 80.242108) rotate(-55.000000) translate(-39.111847, -80.242108) " x="32.7648207" y="78.1543209" width="12.6940535" height="4.17557505"></rect>
<rect transform="translate(21.763308, 81.077223) rotate(-55.000000) translate(-21.763308, -81.077223) " x="15.416281" y="78.9894359" width="12.6940535" height="4.17557505"></rect>
<rect transform="translate(48.843955, 66.880268) rotate(-55.000000) translate(-48.843955, -66.880268) " x="42.4969284" y="64.7924807" width="12.6940535" height="4.17557505"></rect>
<rect transform="translate(58.152928, 53.935986) rotate(-55.000000) translate(-58.152928, -53.935986) " x="51.8059009" y="51.8481981" width="12.6940535" height="4.17557505"></rect>
<rect transform="translate(26.869080, 48.925296) rotate(-55.000000) translate(-26.869080, -48.925296) " x="20.5220531" y="46.837508" width="12.6940535" height="4.17557505"></rect>
<rect transform="translate(17.531957, 61.869578) rotate(-55.000000) translate(-17.531957, -61.869578) " x="11.1849298" y="59.7817907" width="12.6940535" height="4.17557505"></rect>
<rect transform="translate(36.601187, 35.563455) rotate(-55.000000) translate(-36.601187, -35.563455) " x="30.2541607" y="33.4756678" width="12.6940535" height="4.17557505"></rect>
<rect transform="translate(45.910160, 22.619173) rotate(-55.000000) translate(-45.910160, -22.619173) " x="39.5631333" y="20.5313852" width="12.6940535" height="4.17557505"></rect>
<rect transform="translate(56.488538, 78.989436) rotate(-55.000000) translate(-56.488538, -78.989436) " x="50.1415111" y="76.9016484" width="12.6940535" height="4.17557505"></rect>
<rect transform="translate(47.151415, 91.933719) rotate(-55.000000) translate(-47.151415, -91.933719) " x="40.8043879" y="89.845931" width="12.6940535" height="4.17557505"></rect>
<rect transform="translate(66.220646, 65.627596) rotate(-55.000000) translate(-66.220646, -65.627596) " x="59.8736188" y="63.5398082" width="12.6940535" height="4.17557505"></rect>
<rect transform="translate(75.529618, 52.683313) rotate(-55.000000) translate(-75.529618, -52.683313) " x="69.1825913" y="50.5955255" width="12.6940535" height="4.17557505"></rect>
<rect transform="translate(19.887350, 35.909945) rotate(-55.000000) translate(-19.887350, -35.909945) " x="13.5403237" y="33.8221579" width="12.6940535" height="4.17557505"></rect>
<rect transform="translate(29.619458, 22.548105) rotate(-55.000000) translate(-29.619458, -22.548105) " x="23.2724313" y="20.4603178" width="12.6940535" height="4.17557505"></rect>
<rect transform="translate(38.928431, 9.603823) rotate(-55.000000) translate(-38.928431, -9.603823) " x="32.5814039" y="7.51603509" width="12.6940535" height="4.17557505"></rect>
<rect transform="translate(15.444432, 19.554135) rotate(-55.000000) translate(-15.444432, -19.554135) " x="9.09740498" y="17.4663478" width="12.6940535" height="4.17557505"></rect>
<rect transform="translate(24.753404, 6.609853) rotate(-55.000000) translate(-24.753404, -6.609853) " x="18.4063775" y="4.52206515" width="12.6940535" height="4.17557505"></rect>
</g>
</g>
</g>
</g>
<g id="code-icon" opacity="0.400000006" transform="translate(120.000000, 16.000000)" fill="#D0D0D0">
<polygon id="Stroke-20" points="91.4427313 51.3394499 88.2621145 12.6374031 49.2995595 15.7967538 48.5044053 3.94918845 99.3942731 0 103.370044 50.5496122"></polygon>
<polygon id="Stroke-22" points="96.8537627 79.1069462 26.8247837 84.5813893 21.3134915 15.0206323 0 16.686182 7.18805292 107.417926 98.5312008 100.277933"></polygon>
</g>
<g id="code-icon" transform="translate(109.000000, 11.000000)" fill="#367EDD">
<polygon id="Stroke-20" points="91.4427313 51.3394499 88.2621145 12.6374031 49.2995595 15.7967538 48.5044053 3.94918845 99.3942731 0 103.370044 50.5496122"></polygon>
<polygon id="Stroke-22" points="96.8537627 79.1069462 26.8247837 84.5813893 21.3134915 15.0206323 0 16.686182 7.18805292 107.417926 98.5312008 100.277933"></polygon>
</g>
</g>
</g>

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View File

@@ -0,0 +1,113 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="540px" height="530px" viewBox="0 0 540 530" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 48.1 (47250) - http://www.bohemiancoding.com/sketch -->
<title>Software_Development</title>
<desc>Created with Sketch.</desc>
<defs>
<path d="M0,0 L336.348454,237.720797 C350.318015,247.567529 354.177152,266.540501 345.156187,281.025768 L235.370044,460.604782 L0,460.604782 L0,0 Z" id="path-1"></path>
<filter x="-0.9%" y="-0.7%" width="101.7%" height="101.3%" filterUnits="objectBoundingBox" id="filter-2">
<feOffset dx="0" dy="0" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
<feGaussianBlur stdDeviation="1" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
<feColorMatrix values="0 0 0 0 0.392156863 0 0 0 0 0.431372549 0 0 0 0 0.949019608 0 0 0 0.350656703 0" type="matrix" in="shadowBlurOuter1"></feColorMatrix>
</filter>
<path d="M0,0 L276.151982,194.915878 C290.121544,204.76377 288.668542,200.156562 279.647577,214.639508 L158.058336,407.234958 L0,407.234958 L0,0 Z" id="path-3"></path>
</defs>
<g id="assets" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Software_Development">
<g id="Group-2" transform="translate(6.000000, 5.000000)">
<g id="Group-18">
<g id="Page-1">
<g id="background">
<polygon id="Fill-2" fill="#173C8E" points="1.16519824 519.348733 323.92511 519.348733 323.92511 396.366096 1.16519824 396.366096"></polygon>
<polygon id="Fill-3" fill="#FAFAFA" points="1.16519824 518.998754 529 518.998754 529 0 1.16519824 0"></polygon>
<polygon id="Fill-4" fill="#F7F7F7" points="1.16519824 519.348733 529 519.348733 529 396.366096 1.16519824 396.366096"></polygon>
<g id="Group">
<polygon id="Fill-3" fill="#F7F7F7" opacity="0.338032156" points="207.121693 153.376897 264.5 153.376897 264.5 0 207.121693 0"></polygon>
<polygon id="Fill-3" fill="#F3F3F3" points="0 153.376897 207.121693 153.376897 207.121693 0 0 0"></polygon>
<polygon id="Fill-3" fill="#FFFFFF" opacity="0.534363678" points="207.121693 98.1059431 264.5 98.1059431 264.5 55.2709538 207.121693 55.2709538"></polygon>
<g id="Group-22" transform="translate(0.000000, 20.726608)" stroke="#E0E0E0" stroke-linecap="square">
<path d="M4.91892918,1.54907634 L138.462305,1.54907634" id="Line-5"></path>
<path d="M4.91892918,17.0398398 L85.1380809,17.0398398" id="Line-5"></path>
<path d="M4.91892918,32.5306032 L61.1352626,32.5306032" id="Line-5"></path>
<path d="M3.48928966,46.9886491 L80.9422637,46.9886491" id="Line-5"></path>
<path d="M0.702704168,63.51213 L56.9190376,63.51213" id="Line-5"></path>
<path d="M4.91892918,79.0028935 L61.1352626,79.0028935" id="Line-5"></path>
<path d="M3.48928966,93.4609393 L41.4595459,93.4609393" id="Line-5"></path>
<path d="M0.702704168,109.98442 L56.9190376,109.98442" id="Line-5"></path>
<path d="M230.658358,31.4978856 L244.369659,31.4978856" id="Line-5"></path>
<path d="M230.656585,37.694191 L250.019829,37.694191" id="Line-5"></path>
<path d="M230.658358,44.9232139 L244.369659,44.9232139" id="Line-5"></path>
<path d="M230.658358,51.1195193 L244.369659,51.1195193" id="Line-5"></path>
<path d="M230.656585,57.3158247 L240.149149,57.3158247" id="Line-5"></path>
<path d="M230.658358,63.51213 L244.369659,63.51213" id="Line-5"></path>
<path d="M230.658358,68.6757179 L244.369659,68.6757179" id="Line-5"></path>
<path d="M230.656585,74.8720232 L250.019829,74.8720232" id="Line-5"></path>
<path d="M230.658358,82.1010462 L244.369659,82.1010462" id="Line-5"></path>
<path d="M230.658358,88.2973515 L244.369659,88.2973515" id="Line-5"></path>
<path d="M230.656585,94.4936569 L240.149149,94.4936569" id="Line-5"></path>
<path d="M230.658358,100.689962 L244.369659,100.689962" id="Line-5"></path>
<path d="M231.994853,0.516358781 L251.469929,0.516358781" id="Line-5"></path>
<path d="M231.9893,6.71266415 L243.054011,6.71266415" id="Line-5"></path>
<path d="M231.99521,12.9089695 L240.221991,12.9089695" id="Line-5"></path>
<path d="M231.9893,19.1052749 L243.054011,19.1052749" id="Line-5"></path>
<path d="M231.99521,25.3015803 L240.221991,25.3015803" id="Line-5"></path>
</g>
</g>
<g id="Group-32" transform="translate(1.165198, 58.743951)">
<g id="Fill-6">
<use fill="black" fill-opacity="1" filter="url(#filter-2)" xlink:href="#path-1"></use>
<use fill="#FFFFFF" fill-rule="evenodd" xlink:href="#path-1"></use>
</g>
<path d="M0,53.3698236 L276.151982,248.285701 C290.121544,258.133594 288.668542,253.526386 279.647577,268.009332 L147.79275,460.604782 L0,460.604782 L0,53.3698236 Z" id="Fill-8" fill="#E1E7FF"></path>
<path d="M205.07489,421.737628 C205.07489,430.38818 212.117348,437.400511 220.805066,437.400511 C229.492784,437.400511 236.535242,430.38818 236.535242,421.737628 C236.535242,413.087076 229.492784,406.074745 220.805066,406.074745 C212.117348,406.074745 205.07489,413.087076 205.07489,421.737628" id="Fill-10" fill="#F3F3F3"></path>
</g>
<g id="Group-17" transform="translate(1.165198, 110.185410)">
<mask id="mask-4" fill="white">
<use xlink:href="#path-3"></use>
</mask>
<use id="Mask" fill="#F3F3F3" xlink:href="#path-3"></use>
<g mask="url(#mask-4)" fill="#FFFFFF" id="Rectangle-14">
<g transform="translate(61.411374, 264.816209) rotate(-3.000000) translate(-61.411374, -264.816209) translate(-50.088626, 96.316209)">
<rect transform="translate(68.481410, 277.319409) rotate(-55.000000) translate(-68.481410, -277.319409) " x="32.0319166" y="271.518342" width="72.8989875" height="11.6021356"></rect>
<rect transform="translate(95.280970, 303.404506) rotate(-55.000000) translate(-95.280970, -303.404506) " x="58.8314761" y="297.603438" width="72.8989875" height="11.6021356"></rect>
<rect transform="translate(107.703318, 222.958469) rotate(-55.000000) translate(-107.703318, -222.958469) " x="90.2253441" y="217.157401" width="34.9559471" height="11.6021356"></rect>
<rect transform="translate(59.930190, 225.278896) rotate(-55.000000) translate(-59.930190, -225.278896) " x="42.4522163" y="219.477828" width="34.9559471" height="11.6021356"></rect>
<rect transform="translate(134.502877, 185.831635) rotate(-55.000000) translate(-134.502877, -185.831635) " x="117.024904" y="180.030567" width="34.9559471" height="11.6021356"></rect>
<rect transform="translate(160.137238, 149.865015) rotate(-55.000000) translate(-160.137238, -149.865015) " x="142.659265" y="144.063947" width="34.9559471" height="11.6021356"></rect>
<rect transform="translate(73.990088, 135.942452) rotate(-55.000000) translate(-73.990088, -135.942452) " x="56.5121145" y="130.141384" width="34.9559471" height="11.6021356"></rect>
<rect transform="translate(48.278207, 171.909072) rotate(-55.000000) translate(-48.278207, -171.909072) " x="30.8002339" y="166.108005" width="34.9559471" height="11.6021356"></rect>
<rect transform="translate(100.789648, 98.815618) rotate(-55.000000) translate(-100.789648, -98.815618) " x="83.311674" y="93.0145505" width="34.9559471" height="11.6021356"></rect>
<rect transform="translate(126.424009, 62.848998) rotate(-55.000000) translate(-126.424009, -62.848998) " x="108.946035" y="57.0479302" width="34.9559471" height="11.6021356"></rect>
<rect transform="translate(155.553965, 219.477828) rotate(-55.000000) translate(-155.553965, -219.477828) " x="138.075991" y="213.67676" width="34.9559471" height="11.6021356"></rect>
<rect transform="translate(129.842084, 255.444448) rotate(-55.000000) translate(-129.842084, -255.444448) " x="112.364111" y="249.643381" width="34.9559471" height="11.6021356"></rect>
<rect transform="translate(182.353524, 182.350994) rotate(-55.000000) translate(-182.353524, -182.350994) " x="164.875551" y="176.549927" width="34.9559471" height="11.6021356"></rect>
<rect transform="translate(207.987885, 146.384374) rotate(-55.000000) translate(-207.987885, -146.384374) " x="190.509912" y="140.583306" width="34.9559471" height="11.6021356"></rect>
<rect transform="translate(54.764317, 99.778366) rotate(-55.000000) translate(-54.764317, -99.778366) " x="37.2863436" y="93.9772981" width="34.9559471" height="11.6021356"></rect>
<rect transform="translate(81.563877, 62.651532) rotate(-55.000000) translate(-81.563877, -62.651532) " x="64.0859031" y="56.8504643" width="34.9559471" height="11.6021356"></rect>
<rect transform="translate(107.198238, 26.684912) rotate(-55.000000) translate(-107.198238, -26.684912) " x="89.7202643" y="20.883844" width="34.9559471" height="11.6021356"></rect>
<rect transform="translate(42.529736, 54.332571) rotate(-55.000000) translate(-42.529736, -54.332571) " x="25.0517621" y="48.5315035" width="34.9559471" height="11.6021356"></rect>
<rect transform="translate(68.164097, 18.365951) rotate(-55.000000) translate(-68.164097, -18.365951) " x="50.6861233" y="12.5648832" width="34.9559471" height="11.6021356"></rect>
</g>
</g>
</g>
</g>
<g id="triangle-shape" transform="translate(397.086514, 358.341969)" stroke="#D0D0D0">
<path d="M75.5710526,60.7980492 C69.3149262,60.7980492 63.5392306,62.876092 58.8785254,66.3869267 L71.7298617,85.2361675 L47.8511721,85.2361675 C47.6782471,86.5076466 47.5820106,87.8042357 47.5820106,89.1244131 C47.5820106,104.768705 60.1130597,117.450777 75.5710526,117.450777 C91.0297975,117.450777 103.560847,104.768705 103.560847,89.1244131 C103.560847,73.4801215 91.0297975,60.7980492 75.5710526,60.7980492 Z" id="Stroke-12"></path>
<path d="M58.7777778,66.912912 L33.4019766,30.3990246 L0,85.6699785 L47.5919251,85.6699785 C48.6527774,78.0057193 52.8100068,71.3227761 58.7777778,66.912912 Z" id="Stroke-14"></path>
<polyline id="Stroke-24" points="68.5740741 0 58.7777778 0 58.7777778 44.2167631 68.5740741 44.2167631"></polyline>
<polyline id="Stroke-26" points="85.3677249 0 95.1640212 0 95.1640212 44.2167631 85.3677249 44.2167631"></polyline>
</g>
<g id="code-icon" opacity="0.400000006" transform="translate(259.826972, 121.979275)" fill="#D0D0D0">
<polygon id="Stroke-20" points="133.997797 75.4138812 129.337004 18.5634169 72.2422907 23.2042711 71.0770925 5.80106778 145.64978 0 151.475771 74.2536676"></polygon>
<polygon id="Stroke-22" points="141.926982 116.202294 39.3083396 124.243849 31.2322355 22.0642057 0 24.5107758 10.5331856 157.789044 144.385056 147.300919"></polygon>
</g>
<g id="code-icon" transform="translate(245.000000, 115.000000)" fill="#367EDD">
<polygon id="Stroke-20" points="133.997797 75.4138812 129.337004 18.5634169 72.2422907 23.2042711 71.0770925 5.80106778 145.64978 0 151.475771 74.2536676"></polygon>
<polygon id="Stroke-22" points="141.926982 116.202294 39.3083396 124.243849 31.2322355 22.0642057 0 24.5107758 10.5331856 157.789044 144.385056 147.300919"></polygon>
</g>
</g>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 14 KiB

214
dist/index.html vendored
View File

@@ -5,10 +5,9 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- title -->
<title>Saburly</title>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<title>Elite Technical Systems</title>
<link rel="shortcut icon" href="favicon.ico?v=2" type="image/x-icon">
<link rel="icon" href="favicon.ico?v=2" type="image/x-icon">
<!-- <link rel="stylesheet" type="text/css" href="css/bootstrap.min.css"> -->
<link href="all.css" rel="stylesheet">
@@ -19,9 +18,6 @@
<link href="https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700" rel="stylesheet">
<!-- <link rel="stylesheet" type="text/css" href="css/style.css"> -->
<!-- <link rel="stylesheet" type="text/css" href="css/owl.carousel.css"> -->
<!-- <link href="css/animate.css" rel="stylesheet"> -->
<!-- <link href="dist/all.css" rel="stylesheet"> -->
@@ -34,7 +30,11 @@
<!--[if IE]>
<script src="js/html5shiv.min.js"></script>
<![endif]-->
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/manifest.json">
<meta name="theme-color" content="#ffffff">
</head>
<body>
@@ -49,16 +49,17 @@
<span></span>
</div>
</button>
<a class="navbar-brand 123" href="#"><img src="img/logo.svg" class="img-responsive hidden-xs" alt="logo"><img src="img/logo_mobile.svg" class="img-responsive visible-xs" alt="logo"></a>
<a class="navbar-brand 123" href="#"><img src="img/logo.svg" class="img-responsive hidden-xs" alt="logo">
<img src="img/logo.svg" class="img-responsive visible-xs" alt="logo"></a>
</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<div class="align-navbar">
<ul class="nav navbar-nav navbar-right" >
<li><a href="#second" class="nav-link">ABOUT</a></li>
<li><a href="#work" class="nav-link">WORK</a></li>
<li><a href="#team" class="nav-link">TEAM</a></li>
<li class="hidden-xs"><a href="#contact" class="nav-link"><i class="material-icons">&#xE0E1;</i></a></li>
<li><a href="#second" class="nav-link">SERVICES</a></li>
<li><a href="#technology" class="nav-link">TECHNOLOGIES</a></li>
<li><a href="#work" class="nav-link">OUR WORK</a></li>
<li class="hidden-xs"><a href="#contact" class="nav-link contact-large">CONTACT</a></li>
<li class="visible-xs"><a href="#contact" class="nav-link">CONTACT</a></li>
</ul>
</div>
@@ -93,51 +94,30 @@
<div class="col-md-12">
<h2 class="med-title text-center">What we do</h2>
<p class="tag-line text-center space20">We are a team of creative, open minded, skilled and fun loving<br class="hidden-xs hidden-sm"> engineers that ship success every day. Here are the 3 things we can do<br class="hidden-xs hidden-sm"> for you.</p>
<div class="space30 visible-xs"></div>
<div class="row space200">
<div class="col-md-6 col-sm-6 mob-pad0">
<div class="img-container">
<!-- <img src="img/ui_webdesign.png" class="img-responsive hidden-xs outline-shadow full-width-img" alt="ui-webdesign"> -->
<img src="img/ux_ui_design.svg" class="img-responsive hidden-xs full-width-img" alt="ui-webdesign">
<img src="img/brush.png" class="img-responsive brush hidden-xs" alt="brush">
<img src="img/brush-shadow.png" class="img-responsive brush-shadow hidden-xs" alt="brush-shadow" >
<img src="img/what_we_do/ux/main.png" class="img-responsive visible-xs full-width-img" alt="ui-webdesign">
<img src="img/what_we_do/ux/brush.svg" class="img-responsive brush visible-xs" alt="brush">
<img src="img/what_we_do/ux/brush_shadow.svg" class="img-responsive brush-shadow visible-xs" alt="brush-shadow" >
</div>
</div>
<div class="col-md-6 col-sm-6">
<div class="number-bg">
<div class="space20 visible-xs"></div>
<h2 class="med-title">UX & UI Design</h2>
<p class="details">We offer prototyping, UI and UX design for web and mobile products. Our approach is simple: we focus on how actual people will use your products. We shape UX through research, data & content analysis.</p>
</div>
</div>
</div>
<div class="space30 visible-xs"></div>
<div class="row space200">
<div class="col-md-6 col-sm-6 visible-xs mob-pad0">
<div class="img-container">
<img src="img/what_we_do/web/main.png" class="img-responsive visible-xs full-width-img" alt="software_development">
<img src="img/what_we_do/web/code.png" class="img-responsive box-img visible-xs " alt="box">
<img src="img/what_we_do/web/code_shadow.png" class="img-responsive box-img-shadow visible-xs" alt="box-shadow" >
<img src="img/what_we_do/web/main.svg" class="img-responsive visible-xs full-width-img" alt="software_development">
<!-- <img src="img/what_we_do/web/code.png" class="img-responsive box-img visible-xs " alt="box"> -->
<!-- <img src="img/what_we_do/web/code_shadow.png" class="img-responsive box-img-shadow visible-xs" alt="box-shadow" > -->
</div>
</div>
<div class="col-md-6 col-sm-6 ">
<div class="numb-two number-bg">
<div class="numb-one number-bg">
<div class="space20 visible-xs"></div>
<h2 class="med-title">Web<br class="hidden-xs"> Development</h2>
<p class="details">We build web applications using the technologies such as JavaScript, React, Ruby on Rails, Python, Node.js, and Elixir. We write high-quality code that is maintainable and will stand the test of time.</p>
<h2 class="med-title">Software<br class="hidden-xs"> Development</h2>
<p class="details">We build software applications using the technologies such as Java, .NET, Ruby on Rails, Python, Node.js, and Elixir. We write high-quality code that is maintainable and will stand the test of time.</p>
</div>
</div>
<div class="col-md-6 col-sm-6 hidden-xs">
<div class="img-container">
<img src="img/web_development.svg" class="img-responsive full-width-img hidden-xs" alt="web_development">
<img src="img/box.png" class="img-responsive box-img hidden-xs" alt="box">
<img src="img/box-shadow.png" class="img-responsive box-img-shadow hidden-xs" alt="box-shadow" >
<img src="img/shapes.png" class="img-responsive hidden-xs shapes" alt="shapes">
<!-- <img src="img/box.png" class="img-responsive box-img hidden-xs" alt="box"> -->
<!-- <img src="img/box-shadow.png" class="img-responsive box-img-shadow hidden-xs" alt="box-shadow" > -->
<!-- <img src="img/shapes.png" class="img-responsive hidden-xs shapes" alt="shapes"> -->
</div>
</div>
</div>
@@ -146,24 +126,44 @@
<div class="col-md-6 col-sm-6 mob-pad0">
<div class="img-container">
<img src="img/mob_development.svg" class="img-responsive full-width-img hidden-xs" alt="mob-development">
<!-- <img src="img/hand.png" class="img-responsive hand hidden-xs" alt="hand"> -->
<!-- <img src="img/hand-shadow.png" class="img-responsive hand-shadow hidden-xs" alt="hand-shadow" > -->
<img src="img/hand.png" class="img-responsive hand hidden-xs" alt="hand">
<img src="img/hand-shadow.png" class="img-responsive hand-shadow hidden-xs" alt="hand-shadow" >
<img src="img/what_we_do/mobile/main.png" class="img-responsive visible-xs full-width-img" alt="mob-development">
<img src="img/what_we_do/mobile/hand.svg" class="img-responsive hand visible-xs" alt="hand">
<img src="img/what_we_do/mobile/hand_shadow.svg" class="img-responsive hand-shadow visible-xs" alt="hand-shadow" >
<img src="img/what_we_do/mobile/main.svg" class="img-responsive visible-xs full-width-img" alt="mob-development">
<!-- <img src="img/what_we_do/mobile/hand.svg" class="img-responsive hand visible-xs" alt="hand"> -->
<!-- <img src="img/what_we_do/mobile/hand_shadow.svg" class="img-responsive hand-shadow visible-xs" alt="hand-shadow" > -->
</div>
</div>
<div class="col-md-6 col-sm-6">
<div class="numb-third number-bg">
<div class="numb-two number-bg">
<div class="space20 visible-xs"></div>
<h2 class="med-title">Mobile<br class="hidden-xs"> Development</h2>
<p class="details">We develop for both iOS and Android. For iOS we use Swift and Objective-C. Android applications are built in Java and Kotlin. We also like React Native technology because it allows writing native apps for both platform at once.</p>
</div>
</div>
</div>
<div class="space30 visible-xs"></div>
<div class="row space200">
<div class="col-md-6 col-sm-6">
<div class="numb-third number-bg">
<div class="space20 visible-xs"></div>
<h2 class="med-title">UX & UI Design</h2>
<p class="details">We offer prototyping, UI and UX design for web and mobile products. Our approach is simple: we focus on how actual people will use your products. We shape UX through research, data & content analysis.</p>
</div>
</div>
<div class="col-md-6 col-sm-6 mob-pad0">
<div class="img-container">
<!-- <img src="img/ui_webdesign.png" class="img-responsive hidden-xs outline-shadow full-width-img" alt="ui-webdesign"> -->
<img src="img/ux_ui_design.svg" class="img-responsive hidden-xs full-width-img" alt="ui-webdesign">
<!-- <img src="img/brush.png" class="img-responsive brush hidden-xs" alt="brush"> -->
<!-- <img src="img/brush-shadow.png" class="img-responsive brush-shadow hidden-xs" alt="brush-shadow" > -->
<img src="img/what_we_do/ux/main.svg" class="img-responsive visible-xs full-width-img" alt="ui-webdesign">
<!-- <img src="img/what_we_do/ux/brush.svg" class="img-responsive brush visible-xs" alt="brush"> -->
<!-- <img src="img/what_we_do/ux/brush_shadow.svg" class="img-responsive brush-shadow visible-xs" alt="brush-shadow" > -->
</div>
</div>
</div>
</div>
</div>
</div>
@@ -293,7 +293,7 @@
<!-- Start Technology -->
<section class="technology">
<section class="technology" id="technology">
<div class="container">
<div class="row">
<div class="col-md-12">
@@ -301,15 +301,16 @@
<p class="tag-line text-center space20">We understand that technology is just a tool. The proper technology<br class="hidden-xs hidden-sm"> will help drive the success of your business and support your long-term<br class="hidden-xs hidden-sm"> goals. These are the technologies we work with on a daily basis.</p>
<div class="row space80 owl_id">
<div class="col-md-3 col-sm-3">
<div class="bg-color">
<img src="img/technology/html_5.svg" class="img-responsive center-block " data-animation="zoomIn" alt="tech1">
<p class="hint text-center">HTML5</p>
<img src="img/technology/amazon_webservices.svg" class="img-responsive center-block " data-animation="zoomIn" alt="tech8">
<p class="hint text-center">Amazon AWS</p>
</div>
</div>
<div class="col-md-3 col-sm-3">
<div class="bg-color">
<img src="img/technology/react.svg" class="img-responsive center-block " data-animation="zoomIn" alt="tech2">
<p class="hint text-center">React</p>
<img src="img/technology/docker.svg" class="img-responsive center-block " data-animation="zoomIn" alt="tech13">
<p class="hint text-center">Docker</p>
</div>
</div>
<div class="col-md-3 col-sm-3">
@@ -339,13 +340,13 @@
<div class="col-md-3 col-sm-3 space80">
<div class="bg-color">
<img src="img/technology/rails.svg" class="img-responsive center-block " data-animation="zoomIn" alt="tech7">
<p class="hint text-center">RoR</p>
<p class="hint text-center">Ruby On Rails</p>
</div>
</div>
<div class="col-md-3 col-sm-3 space80">
<div class="bg-color">
<img src="img/technology/amazon_webservices.svg" class="img-responsive center-block " data-animation="zoomIn" alt="tech8">
<p class="hint text-center">Amazon AWS</p>
<img src="img/technology/html_5.svg" class="img-responsive center-block " data-animation="zoomIn" alt="tech1">
<p class="hint text-center">HTML5</p>
</div>
</div>
<div class="col-md-3 col-sm-3 space80">
@@ -374,8 +375,8 @@
</div>
<div class="col-md-3 col-sm-3 space80">
<div class="bg-color">
<img src="img/technology/docker.svg" class="img-responsive center-block " data-animation="zoomIn" alt="tech13">
<p class="hint text-center">Docker</p>
<img src="img/technology/react.svg" class="img-responsive center-block " data-animation="zoomIn" alt="tech2">
<p class="hint text-center">React</p>
</div>
</div>
<div class="col-md-3 col-sm-3 space80">
@@ -403,89 +404,6 @@
</section>
<!-- End Technology -->
<!-- Start team -->
<section class="team" id="team">
<div class="container">
<div class="row">
<div class="col-md-12">
<h2 class="med-title text-center">The Team</h2>
<p class="tag-line text-center space20">We are a small company with a personal touch. We know our stuff. Our<br class="hidden-xs hidden-sm"> people have T-shaped profiles which means that they combine a deep<br class="hidden-xs hidden-sm"> specialism with a broad range of knowledge and skills.</p>
<div class="row space80">
<div class="col-md-4 col-sm-4 text-center">
<img src="img/team/amir.svg" class="img-responsive center-block hidden-xs" alt="team1">
<img src="img/team/amir_mobile.svg" class="img-responsive center-block visible-xs" alt="team1">
<h4 class="heading-tag">Amir</h4>
<p class="hint text-center">Business Develpment</p>
<p class="details2">Strategic planning, Customer<br class="hidden-xs hidden-sm"> relations, Sales</p>
</div>
<div class="col-md-4 col-sm-4 text-center">
<img src="img/team/edin.svg" class="img-responsive center-block hidden-xs" alt="team2">
<img src="img/team/edin_mobile.svg" class="img-responsive center-block visible-xs" alt="team1">
<h4 class="heading-tag">Edin</h4>
<p class="hint text-center">Developer, Co-Founder</p>
<p class="details2">Javascript, React, Software<br class="hidden-xs hidden-sm"> architecture</p>
</div>
<div class="col-md-4 col-sm-4 text-center">
<img src="img/team/senad.svg" class="img-responsive center-block hidden-xs" alt="team3">
<img src="img/team/senad_mobile.svg" class="img-responsive center-block visible-xs" alt="team1">
<h4 class="heading-tag">Senad</h4>
<p class="hint text-center">Developer, Co-Founder</p>
<p class="details2">Javascript, Ruby, IoT, Software<br class="hidden-xs hidden-sm"> architecture, Android, iOS</p>
</div>
</div>
<div class="row space80">
<div class="col-md-4 col-sm-4 text-center">
<img src="img/team/mediha.svg" class="img-responsive center-block hidden-xs" alt="team4">
<img src="img/team/mediha_mobile.svg" class="img-responsive center-block visible-xs" alt="team1">
<h4 class="heading-tag">Mediha</h4>
<p class="hint text-center">Developer</p>
<p class="details2">Javascript, C#, Android,<br class="hidden-xs hidden-sm"> Math & Algorithms</p>
</div>
<div class="col-md-4 col-sm-4 text-center">
<img src="img/team/mirna.svg" class="img-responsive center-block hidden-xs" alt="team5">
<img src="img/team/mirna_mobile.svg" class="img-responsive center-block visible-xs" alt="team1">
<h4 class="heading-tag">Mirna</h4>
<p class="hint text-center">Developer</p>
<p class="details2">Javascript, React/Angular, Data<br class="hidden-xs hidden-sm"> visualization</p>
</div>
<div class="col-md-4 col-sm-4 text-center">
<img src="img/team/neir.svg" class="img-responsive center-block hidden-xs" alt="team6">
<img src="img/team/neir_mobile.svg" class="img-responsive center-block visible-xs" alt="team1">
<h4 class="heading-tag">Neir</h4>
<p class="hint text-center">Developer</p>
<p class="details2">Javascript, HTML/CSS, jQuery</p>
</div>
</div>
<div class="row space80">
<div class="col-md-4 col-sm-4 text-center">
<img src="img/team/nina.svg" class="img-responsive center-block hidden-xs" alt="team7">
<img src="img/team/nina_mobile.svg" class="img-responsive center-block visible-xs" alt="team1">
<h4 class="heading-tag">Nina</h4>
<p class="hint text-center">Designer</p>
<p class="details2">UX research, Idea wire-framing,<br class="hidden-xs hidden-sm"> Prototyping, UI design, Visuals,<br class="hidden-xs hidden-sm"> Interaction</p>
</div>
<div class="col-md-4 col-sm-4 text-center">
<img src="img/team/elman.svg" class="img-responsive center-block hidden-xs" alt="team7">
<img src="img/team/elman_mobile.svg" class="img-responsive center-block visible-xs" alt="team1">
<h4 class="heading-tag">Elman</h4>
<p class="hint text-center">Business Development</p>
<p class="details2">Strategic planning, Customer<br class="hidden-xs hidden-sm"> relations, Sales</p>
</div>
<div class="col-md-4 col-sm-4 text-center">
<img src="img/team/bilal.svg" class="img-responsive center-block hidden-xs" alt="team7">
<img src="img/team/bilal_mobile.svg" class="img-responsive center-block visible-xs" alt="team1">
<h4 class="heading-tag">Bilal</h4>
<p class="hint text-center">Developer</p>
<p class="details2">Javascript, React, IoT, Algorithms, Software automation</p>
</div>
</div>
</div>
</div>
</section>
<!-- End team -->
<!-- Start Form -->
<section class="form-section" id="contact">
<div class="form-caption">
@@ -500,7 +418,7 @@
<!-- END FORM -->
<form method="POST" action="https://formspree.io/info@saburly.com" id="contact-form">
<input type="hidden" name="_subject" value="Saburly Website contact" />
<input type="hidden" name="_subject" value="Elite Technical Systems Website contact" />
<p class="say-hi">Say Hi!</p>
<div class="form-group">
@@ -543,8 +461,8 @@
<h6>our office</h6>
<P>Milana Preloga 12,<br> Sarajevo, 71000 BIH,<br> Europe</P>
<ul class="list-unstyled">
<li><a href="#">info@saburly.com</a></li>
<li><a href="#">www.saburly.com</a></li>
<li><a href="#">info@elitetechsys.com</a></li>
<li><a href="#">www.elitetechsys.com</a></li>
</ul>
<a href="#" class="tweet"><span class="fa fa-twitter tweet"></span></a>
</div>

BIN
favicon-16x16.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 625 B

BIN
favicon-32x32.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 824 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 15 KiB

BIN
img/banner.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 638 KiB

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="164px" height="140px" viewBox="0 0 164 140" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 46.2 (44496) - http://www.bohemiancoding.com/sketch -->
<!-- Generator: Sketch 48.1 (47250) - http://www.bohemiancoding.com/sketch -->
<title>Code_reviews</title>
<desc>Created with Sketch.</desc>
<defs></defs>
@@ -8,15 +8,14 @@
<g id="Code_reviews">
<g id="Group-42" transform="translate(18.000000, 14.000000)">
<g id="Group-38">
<circle id="Oval-7" fill="#B8E986" cx="55" cy="55" r="55"></circle>
<g id="Group-35" transform="translate(9.000000, 2.000000)" stroke="#646EF2">
<circle id="Oval-7" fill="#E0E0E0" cx="55" cy="55" r="55"></circle>
<g id="Group-35" transform="translate(9.000000, 2.000000)" stroke="#8BB5EB">
<g id="Group-34">
<polygon id="Path-10" fill="#FFFFFF" points="0 0 44 0 44 58 0 58"></polygon>
<path d="M9,18.5 L23,18.5" id="Path-2"></path>
<path d="M9,25.5 L23,25.5" id="Path-2"></path>
<path d="M9,32.5 L23,32.5" id="Path-2"></path>
<path d="M9,39.5 L23,39.5" id="Path-2"></path>
<polyline id="Path-11" stroke-width="2" points="19 46.4386757 23.1682628 53 35 38"></polyline>
<path d="M9,10.5 L23,10.5" id="Path-2"></path>
</g>
<g id="Group-34" transform="translate(13.000000, 9.000000)">
@@ -25,7 +24,6 @@
<path d="M9,25.5 L23,25.5" id="Path-2"></path>
<path d="M9,32.5 L23,32.5" id="Path-2"></path>
<path d="M9,39.5 L23,39.5" id="Path-2"></path>
<polyline id="Path-11" stroke-width="2" points="19 46.4386757 23.1682628 53 35 38"></polyline>
<path d="M9,10.5 L23,10.5" id="Path-2"></path>
</g>
<g id="Group-34" transform="translate(29.000000, 14.000000)">
@@ -39,13 +37,13 @@
</g>
</g>
<g id="Group-40" transform="translate(37.000000, 43.000000)">
<g id="Group-39" transform="translate(4.000000, 2.000000)" stroke="#646EF2" stroke-width="2">
<g id="Group-39" transform="translate(4.000000, 2.000000)" stroke="#8BB5EB" stroke-width="2">
<ellipse id="Oval-8" fill="#FFFFFF" cx="30.2089552" cy="30.0769231" rx="30.2089552" ry="30.0769231"></ellipse>
<path d="M55.1571369,47.7300713 L86.6865672,66.6923077" id="Path-19"></path>
</g>
<g id="ic_code">
<polygon id="Bounds" points="0 0 63 0 63 63 0 63"></polygon>
<path d="M29.125,42.85 L19.1013514,32.5 L29.125,22.15 L26.0743243,19 L13,32.5 L26.0743243,46 L29.125,42.85 L29.125,42.85 Z M39.875,42.85 L49.8986486,32.5 L39.875,22.15 L42.9256757,19 L56,32.5 L42.9256757,46 L39.875,42.85 L39.875,42.85 Z" id="Icon" fill="#646EF2"></path>
<polygon id="Bounds" points="63 0 63 63 0 63 0 0"></polygon>
<path d="M29.125,42.85 L19.1013514,32.5 L29.125,22.15 L26.0743243,19 L13,32.5 L26.0743243,46 L29.125,42.85 L29.125,42.85 Z M39.875,42.85 L49.8986486,32.5 L39.875,22.15 L42.9256757,19 L56,32.5 L42.9256757,46 L39.875,42.85 L39.875,42.85 Z" id="Icon" fill="#8BB5EB"></path>
</g>
</g>
</g>

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB

View File

@@ -1,21 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="164px" height="140px" viewBox="0 0 164 140" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 46.2 (44496) - http://www.bohemiancoding.com/sketch -->
<!-- Generator: Sketch 48.1 (47250) - http://www.bohemiancoding.com/sketch -->
<title>Continuous_delivery</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="assets" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Continuous_delivery">
<g id="Group-44" transform="translate(30.000000, 17.000000)">
<g id="Group-43" transform="translate(56.000000, 6.000000)" stroke="#646EF2" stroke-width="2">
<g id="Group-43" transform="translate(56.000000, 6.000000)" stroke="#8BB5EB" stroke-width="2">
<path d="M12.0187265,85.2938448 C5.33957551,91.0979483 2,94 2,94 C27.9573832,94 49,72.9573832 49,47 C49,21.0426168 27.9573832,0 2,0" id="Oval-9"></path>
<path d="M15,100 L1,95" id="Path-20"></path>
</g>
<g id="Group-43" transform="translate(24.500000, 50.500000) scale(-1, -1) translate(-24.500000, -50.500000) " stroke="#646EF2" stroke-width="2">
<g id="Group-43" transform="translate(24.500000, 50.500000) scale(-1, -1) translate(-24.500000, -50.500000) " stroke="#8BB5EB" stroke-width="2">
<path d="M12.0187265,85.2938448 C5.33957551,91.0979483 2,94 2,94 C27.9573832,94 49,72.9573832 49,47 C49,21.0426168 27.9573832,0 2,0" id="Oval-9"></path>
<path d="M15,100 L1,95" id="Path-20"></path>
</g>
<g id="ic_swap_horiz" transform="translate(23.000000, 31.000000)" fill="#B8E986">
<g id="ic_swap_horiz" transform="translate(23.000000, 31.000000)" fill="#E0E0E0">
<polygon id="Path" points="13.0581818 20 0 33 13.0581818 46 13.0581818 36.25 36 36.25 36 29.75 13.0581818 29.75"></polygon>
<polygon id="Path" points="59 13 45.9418182 0 45.9418182 9.75 23 9.75 23 16.25 45.9418182 16.25 45.9418182 26"></polygon>
</g>

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="164px" height="140px" viewBox="0 0 164 140" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 46.2 (44496) - http://www.bohemiancoding.com/sketch -->
<!-- Generator: Sketch 48.1 (47250) - http://www.bohemiancoding.com/sketch -->
<title>Modern_DevOps</title>
<desc>Created with Sketch.</desc>
<defs></defs>
@@ -9,18 +9,18 @@
<g id="Group-45" transform="translate(5.000000, 29.000000)">
<g id="ic_settings" transform="translate(64.000000, 0.000000)">
<polygon id="Bounds" points="0 0 24 0 24 24 0 24"></polygon>
<path d="M19.43,12.98 C19.47,12.66 19.5,12.34 19.5,12 C19.5,11.66 19.47,11.34 19.43,11.02 L21.54,9.37 C21.73,9.22 21.78,8.95 21.66,8.73 L19.66,5.27 C19.54,5.05 19.27,4.97 19.05,5.05 L16.56,6.05 C16.04,5.65 15.48,5.32 14.87,5.07 L14.49,2.42 C14.46,2.18 14.25,2 14,2 L10,2 C9.75,2 9.54,2.18 9.51,2.42 L9.13,5.07 C8.52,5.32 7.96,5.66 7.44,6.05 L4.95,5.05 C4.72,4.96 4.46,5.05 4.34,5.27 L2.34,8.73 C2.21,8.95 2.27,9.22 2.46,9.37 L4.57,11.02 C4.53,11.34 4.5,11.67 4.5,12 C4.5,12.33 4.53,12.66 4.57,12.98 L2.46,14.63 C2.27,14.78 2.22,15.05 2.34,15.27 L4.34,18.73 C4.46,18.95 4.73,19.03 4.95,18.95 L7.44,17.95 C7.96,18.35 8.52,18.68 9.13,18.93 L9.51,21.58 C9.54,21.82 9.75,22 10,22 L14,22 C14.25,22 14.46,21.82 14.49,21.58 L14.87,18.93 C15.48,18.68 16.04,18.34 16.56,17.95 L19.05,18.95 C19.28,19.04 19.54,18.95 19.66,18.73 L21.66,15.27 C21.78,15.05 21.73,14.78 21.54,14.63 L19.43,12.98 L19.43,12.98 Z M12,15.5 C10.07,15.5 8.5,13.93 8.5,12 C8.5,10.07 10.07,8.5 12,8.5 C13.93,8.5 15.5,10.07 15.5,12 C15.5,13.93 13.93,15.5 12,15.5 L12,15.5 Z" id="Icon" fill="#646EF2"></path>
<path d="M19.43,12.98 C19.47,12.66 19.5,12.34 19.5,12 C19.5,11.66 19.47,11.34 19.43,11.02 L21.54,9.37 C21.73,9.22 21.78,8.95 21.66,8.73 L19.66,5.27 C19.54,5.05 19.27,4.97 19.05,5.05 L16.56,6.05 C16.04,5.65 15.48,5.32 14.87,5.07 L14.49,2.42 C14.46,2.18 14.25,2 14,2 L10,2 C9.75,2 9.54,2.18 9.51,2.42 L9.13,5.07 C8.52,5.32 7.96,5.66 7.44,6.05 L4.95,5.05 C4.72,4.96 4.46,5.05 4.34,5.27 L2.34,8.73 C2.21,8.95 2.27,9.22 2.46,9.37 L4.57,11.02 C4.53,11.34 4.5,11.67 4.5,12 C4.5,12.33 4.53,12.66 4.57,12.98 L2.46,14.63 C2.27,14.78 2.22,15.05 2.34,15.27 L4.34,18.73 C4.46,18.95 4.73,19.03 4.95,18.95 L7.44,17.95 C7.96,18.35 8.52,18.68 9.13,18.93 L9.51,21.58 C9.54,21.82 9.75,22 10,22 L14,22 C14.25,22 14.46,21.82 14.49,21.58 L14.87,18.93 C15.48,18.68 16.04,18.34 16.56,17.95 L19.05,18.95 C19.28,19.04 19.54,18.95 19.66,18.73 L21.66,15.27 C21.78,15.05 21.73,14.78 21.54,14.63 L19.43,12.98 L19.43,12.98 Z M12,15.5 C10.07,15.5 8.5,13.93 8.5,12 C8.5,10.07 10.07,8.5 12,8.5 C13.93,8.5 15.5,10.07 15.5,12 C15.5,13.93 13.93,15.5 12,15.5 L12,15.5 Z" id="Icon" fill="#8BB5EB"></path>
</g>
<g id="ic_settings" transform="translate(64.000000, 58.000000)">
<polygon id="Bounds" points="0 0 24 0 24 24 0 24"></polygon>
<path d="M19.43,12.98 C19.47,12.66 19.5,12.34 19.5,12 C19.5,11.66 19.47,11.34 19.43,11.02 L21.54,9.37 C21.73,9.22 21.78,8.95 21.66,8.73 L19.66,5.27 C19.54,5.05 19.27,4.97 19.05,5.05 L16.56,6.05 C16.04,5.65 15.48,5.32 14.87,5.07 L14.49,2.42 C14.46,2.18 14.25,2 14,2 L10,2 C9.75,2 9.54,2.18 9.51,2.42 L9.13,5.07 C8.52,5.32 7.96,5.66 7.44,6.05 L4.95,5.05 C4.72,4.96 4.46,5.05 4.34,5.27 L2.34,8.73 C2.21,8.95 2.27,9.22 2.46,9.37 L4.57,11.02 C4.53,11.34 4.5,11.67 4.5,12 C4.5,12.33 4.53,12.66 4.57,12.98 L2.46,14.63 C2.27,14.78 2.22,15.05 2.34,15.27 L4.34,18.73 C4.46,18.95 4.73,19.03 4.95,18.95 L7.44,17.95 C7.96,18.35 8.52,18.68 9.13,18.93 L9.51,21.58 C9.54,21.82 9.75,22 10,22 L14,22 C14.25,22 14.46,21.82 14.49,21.58 L14.87,18.93 C15.48,18.68 16.04,18.34 16.56,17.95 L19.05,18.95 C19.28,19.04 19.54,18.95 19.66,18.73 L21.66,15.27 C21.78,15.05 21.73,14.78 21.54,14.63 L19.43,12.98 L19.43,12.98 Z M12,15.5 C10.07,15.5 8.5,13.93 8.5,12 C8.5,10.07 10.07,8.5 12,8.5 C13.93,8.5 15.5,10.07 15.5,12 C15.5,13.93 13.93,15.5 12,15.5 L12,15.5 Z" id="Icon" stroke="#646EF2" stroke-width="2"></path>
<path d="M19.43,12.98 C19.47,12.66 19.5,12.34 19.5,12 C19.5,11.66 19.47,11.34 19.43,11.02 L21.54,9.37 C21.73,9.22 21.78,8.95 21.66,8.73 L19.66,5.27 C19.54,5.05 19.27,4.97 19.05,5.05 L16.56,6.05 C16.04,5.65 15.48,5.32 14.87,5.07 L14.49,2.42 C14.46,2.18 14.25,2 14,2 L10,2 C9.75,2 9.54,2.18 9.51,2.42 L9.13,5.07 C8.52,5.32 7.96,5.66 7.44,6.05 L4.95,5.05 C4.72,4.96 4.46,5.05 4.34,5.27 L2.34,8.73 C2.21,8.95 2.27,9.22 2.46,9.37 L4.57,11.02 C4.53,11.34 4.5,11.67 4.5,12 C4.5,12.33 4.53,12.66 4.57,12.98 L2.46,14.63 C2.27,14.78 2.22,15.05 2.34,15.27 L4.34,18.73 C4.46,18.95 4.73,19.03 4.95,18.95 L7.44,17.95 C7.96,18.35 8.52,18.68 9.13,18.93 L9.51,21.58 C9.54,21.82 9.75,22 10,22 L14,22 C14.25,22 14.46,21.82 14.49,21.58 L14.87,18.93 C15.48,18.68 16.04,18.34 16.56,17.95 L19.05,18.95 C19.28,19.04 19.54,18.95 19.66,18.73 L21.66,15.27 C21.78,15.05 21.73,14.78 21.54,14.63 L19.43,12.98 L19.43,12.98 Z M12,15.5 C10.07,15.5 8.5,13.93 8.5,12 C8.5,10.07 10.07,8.5 12,8.5 C13.93,8.5 15.5,10.07 15.5,12 C15.5,13.93 13.93,15.5 12,15.5 L12,15.5 Z" id="Icon" stroke="#8BB5EB" stroke-width="2"></path>
</g>
<path d="M77,40.3414639 C95.0978212,23.1905542 108.889382,5.0277944 124.793286,5.0000346 C140.697189,4.97227479 153.73636,21.6537114 153.639164,40.3414639 C153.541967,59.0292164 140.552685,69.7626846 124.793286,69.9986108 C109.033886,70.234537 77,40.3414639 77,40.3414639 Z" id="Path-13" stroke="#646EF2" stroke-width="2" fill="#FFFFFF"></path>
<path d="M76.6397036,40.3414639 C58.5418824,23.1905542 44.7503214,5.0277944 28.846418,5.0000346 C12.9425147,4.97227479 -0.0966568916,21.6537114 0.000539894911,40.3414639 C0.0977366814,59.0292164 13.0870184,69.7626846 28.846418,69.9986108 C44.6058177,70.234537 76.6397036,40.3414639 76.6397036,40.3414639 Z" id="Path-13" stroke="#646EF2" stroke-width="2" fill="#FFFFFF"></path>
<polyline id="Path-14" stroke="#B8E986" stroke-width="2" points="42 33.85 42 28 19 28 19 54 42 54 42 48.8"></polyline>
<polygon id="Path" stroke="#B8E986" stroke-width="2" points="27.4210526 27.1538462 27.4210526 23 33.5789474 23 33.5789474 27.1538462 37 27.1538462 37 32 24 32 24 27.1538462"></polygon>
<polyline id="Path-15" stroke="#646EF2" stroke-width="2" points="28 41 35 48 49 33"></polyline>
<g id="Group-37" transform="translate(107.000000, 17.000000)" fill="#B8E986">
<path d="M77,40.3414639 C95.0978212,23.1905542 108.889382,5.0277944 124.793286,5.0000346 C140.697189,4.97227479 153.73636,21.6537114 153.639164,40.3414639 C153.541967,59.0292164 140.552685,69.7626846 124.793286,69.9986108 C109.033886,70.234537 77,40.3414639 77,40.3414639 Z" id="Path-13" stroke="#8BB5EB" stroke-width="2" fill="#FFFFFF"></path>
<path d="M76.6397036,40.3414639 C58.5418824,23.1905542 44.7503214,5.0277944 28.846418,5.0000346 C12.9425147,4.97227479 -0.0966568916,21.6537114 0.000539894911,40.3414639 C0.0977366814,59.0292164 13.0870184,69.7626846 28.846418,69.9986108 C44.6058177,70.234537 76.6397036,40.3414639 76.6397036,40.3414639 Z" id="Path-13" stroke="#8BB5EB" stroke-width="2" fill="#FFFFFF"></path>
<polyline id="Path-14" stroke="#E0E0E0" stroke-width="2" points="42 33.85 42 28 19 28 19 54 42 54 42 48.8"></polyline>
<polygon id="Path" stroke="#E0E0E0" stroke-width="2" points="27.4210526 27.1538462 27.4210526 23 33.5789474 23 33.5789474 27.1538462 37 27.1538462 37 32 24 32 24 27.1538462"></polygon>
<polyline id="Path-15" stroke="#E0E0E0" stroke-width="2" points="28 41 35 48 49 33"></polyline>
<g id="Group-37" transform="translate(107.000000, 17.000000)" fill="#E0E0E0">
<rect id="Rectangle-15" x="9" y="27" width="8" height="8"></rect>
<rect id="Rectangle-15" x="18" y="27" width="8" height="8"></rect>
<rect id="Rectangle-15" x="27" y="27" width="8" height="8"></rect>

Before

Width:  |  Height:  |  Size: 5.2 KiB

After

Width:  |  Height:  |  Size: 5.2 KiB

View File

@@ -1,26 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="164px" height="140px" viewBox="0 0 164 140" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 47 (45396) - http://www.bohemiancoding.com/sketch -->
<title>research</title>
<!-- Generator: Sketch 48.1 (47250) - http://www.bohemiancoding.com/sketch -->
<title>UX_testing/research</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="assets" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="research">
<g id="Group-33" transform="translate(22.000000, 6.000000)">
<path d="M66.0574038,121 C89.7739448,121 109,101.300529 109,77 C109,52.699471 89.7739448,33 66.0574038,33 C64.0013188,33 61.9789837,33.1480587 60,33.4343383" id="Oval-5" stroke="#646EF2" stroke-width="2" transform="translate(84.500000, 77.000000) rotate(-345.000000) translate(-84.500000, -77.000000) "></path>
<polygon id="Path-6" stroke="#646EF2" stroke-width="2" fill="#FFFFFF" points="0 118 65.4246011 118 76 107 16.7687772 107"></polygon>
<polygon id="Path-6" fill="#B8E986" points="1 111 65.5637511 111 76 100 17.5481354 100"></polygon>
<polyline id="Path-7" stroke="#646EF2" stroke-width="2" points="111 81 111 120.529412 39 120.529412 39 129 111 129 111 121.941176"></polyline>
<ellipse id="Oval-6" stroke="#646EF2" fill="#FFFFFF" cx="110" cy="81.5" rx="6" ry="6.5"></ellipse>
<g id="Group-30" transform="translate(63.529704, 43.741922) rotate(-14.000000) translate(-63.529704, -43.741922) translate(36.029704, 11.241922)">
<polygon id="Path-4" fill="#646EF2" transform="translate(31.764281, 29.340225) rotate(7.000000) translate(-31.764281, -29.340225) " points="12.3624949 45.7914076 29.8360551 55.6269902 51.1660663 11.7758992 32.8823038 3.05346076"></polygon>
<polygon id="Path-5" stroke="#646EF2" stroke-width="2" transform="translate(15.980809, 52.410185) rotate(7.000000) translate(-15.980809, -52.410185) " points="5.14562856 42.37342 30.650452 55.6432687 27.2791797 62.4469495 1.31116628 48.7669434"></polygon>
<path d="M4.68522664,49.0297043 C2.00173334,53.4481494 3.0602441,57.5291743 7.86075891,61.2727792 C12.6612737,65.0163841 17.4760068,65.0163841 22.3049582,61.2727792 L4.68522664,49.0297043 Z" id="Path-8" stroke="#646EF2" stroke-width="2" fill="#FFFFFF"></path>
<g id="UX_testing/research">
<g id="Group-33" transform="translate(19.000000, 3.000000)">
<path d="M69.3414295,127.032474 C94.0259925,127.032474 114.036785,106.437572 114.036785,81.0324737 C114.036785,55.6273752 94.0259925,35.0324737 69.3414295,35.0324737 C67.2014226,35.0324737 65.0965432,35.1872623 63.0367846,35.4865546" id="Oval-5" stroke="#8BB5EB" stroke-width="2" transform="translate(88.536785, 81.032474) rotate(-345.000000) translate(-88.536785, -81.032474) "></path>
<polygon id="Path-6" stroke="#8BB5EB" stroke-width="2" fill="#FFFFFF" points="0 123 68.8680011 123 80 112 17.6513445 112"></polygon>
<polygon id="Path-6" fill="#E0E0E0" points="1 116 69.0071511 116 80 105 18.4307027 105"></polygon>
<polyline id="Path-7" stroke="#8BB5EB" stroke-width="2" points="117 85 117 126.176471 41 126.176471 41 135 117 135 117 127.647059"></polyline>
<ellipse id="Oval-6" stroke="#8BB5EB" stroke-width="2" fill="#FFFFFF" cx="115.5" cy="85" rx="6.5" ry="7"></ellipse>
<g id="Group-30" transform="translate(69.242960, 46.036798) rotate(-14.000000) translate(-69.242960, -46.036798) translate(40.242960, 12.536798)">
<polygon id="Path-4" fill="#8BB5EB" transform="translate(33.389643, 30.178234) rotate(7.000000) translate(-33.389643, -30.178234) " points="12.8896427 47.3887009 31.3522724 57.6782335 53.8896427 11.8032461 34.5709502 2.67823351"></polygon>
<polygon id="Path-5" stroke="#8BB5EB" stroke-width="2" transform="translate(16.987637, 54.484781) rotate(7.000000) translate(-16.987637, -54.484781) " points="5.53914461 43.9847814 32.4876373 57.8670846 28.9255383 64.9847814 1.4876373 50.6733904"></polygon>
<path d="M5.22505206,50.9816887 C2.38966291,55.604062 3.50808937,59.873442 8.58033143,63.7898286 C13.6525735,67.7062153 18.7398386,67.7062153 23.8421269,63.7898286 L5.22505206,50.9816887 Z" id="Path-8" stroke="#8BB5EB" stroke-width="2" fill="#FFFFFF"></path>
</g>
<path d="M70,15.1287705 C72.2837073,1.38330388 74.2837073,-2.99567858 76,1.99182317 C77.7162927,6.97932492 79.7162927,9.24927077 82,8.8016607 L78.5884921,18 L70,15.1287705 Z" id="Path-9" stroke="#646EF2" stroke-width="2"></path>
<polygon id="Path-3" fill="#646EF2" points="23.3918789 97 12 106 23.3918789 106 33 97"></polygon>
<polygon id="Path-3" fill="#646EF2" points="36.2785544 97 27 106 38.3918789 106 48 97"></polygon>
<polygon id="Path-3" fill="#646EF2" points="52.5675472 97 43.139427 106 61.7214138 106 70 97"></polygon>
<path d="M76,15.9692578 C78.4740163,1.46015409 80.640683,-3.16210517 82.5,2.10248001 C84.359317,7.3670652 86.5259837,9.76311914 89,9.29064185 L85.3041998,19 L76,15.9692578 Z" id="Path-9" stroke="#8BB5EB" stroke-width="2"></path>
<polygon id="Path-3" fill="#8BB5EB" points="24.9343494 101 13 110 24.9343494 110 35 101"></polygon>
<polygon id="Path-3" fill="#8BB5EB" points="39.9343494 101 28 110 39.9343494 110 50 101"></polygon>
<polygon id="Path-3" fill="#8BB5EB" points="54.9664282 101 43 110 64.4359453 110 73 101"></polygon>
</g>
</g>
</g>

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 923 B

After

Width:  |  Height:  |  Size: 4.5 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 9.4 KiB

BIN
img/logo_mobile.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

121
img/mob_development.svg Normal file
View File

@@ -0,0 +1,121 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="540px" height="530px" viewBox="0 0 540 530" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 48.1 (47250) - http://www.bohemiancoding.com/sketch -->
<title>Mobile_Development</title>
<desc>Created with Sketch.</desc>
<defs>
<polygon id="path-1" points="0 0 8.48556085 0 8.48556085 344.886819 0 344.886819"></polygon>
<polygon id="path-3" points="0 0 8.48556085 0 8.48556085 344.886819 0 344.886819"></polygon>
<polygon id="path-5" points="0 0 8.48556085 0 8.48556085 344.886819 0 344.886819"></polygon>
<path d="M77.1017707,0 L1.1018381,451.575703 C-1.11707914,464.511917 7.15074097,476.934434 19.9729448,479.929954 L177.513379,518.163255 L271.649262,518.163255 L271.649262,0 L77.1017707,0 Z" id="path-7"></path>
<filter x="-1.1%" y="-0.6%" width="102.2%" height="101.2%" filterUnits="objectBoundingBox" id="filter-8">
<feOffset dx="0" dy="0" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
<feGaussianBlur stdDeviation="1" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
<feColorMatrix values="0 0 0 0 0.392156863 0 0 0 0 0.431372549 0 0 0 0 0.949019608 0 0 0 0.352100317 0" type="matrix" in="shadowBlurOuter1"></feColorMatrix>
</filter>
<path d="M73.4125796,0 L1.96960579,422.698082 C-0.246200724,435.62704 -1.97229162,432.332071 10.8328319,435.32701 L233.666869,485.762358 L233.666869,0 L73.4125796,0 Z" id="path-9"></path>
</defs>
<g id="assets" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Mobile_Development">
<g id="Group" transform="translate(7.000000, 5.000000)">
<g id="background">
<polygon id="Fill-1" fill="#FAFAFA" points="0 518.65285 523.653846 518.65285 523.653846 0 0 0"></polygon>
<polygon id="Fill-1" fill="#F7F7F7" points="0 518.65285 523.653846 518.65285 523.653846 399.23126 0 399.23126"></polygon>
<g id="Page-1" transform="translate(15.401584, 166.166545)" opacity="0.699999988">
<g transform="translate(0.000000, 0.000000)">
<g id="Group-3" transform="translate(171.529551, 0.000000)">
<mask id="mask-2" fill="white">
<use xlink:href="#path-1"></use>
</mask>
<g id="Clip-2"></g>
<path d="M0,-0.000718515703 L0,344.886819" id="Stroke-1" stroke="#FFFFFF" stroke-width="0.25" mask="url(#mask-2)"></path>
</g>
<path d="M342.452991,172.748979 L0,172.748979" id="Stroke-4" stroke="#FFFFFF" stroke-width="0.5"></path>
<path d="M342.452991,115.97988 L0,115.97988" id="Stroke-6" stroke="#FFFFFF" stroke-width="0.5"></path>
<path d="M342.452991,228.907657 L0,228.907657" id="Stroke-8" stroke="#FFFFFF" stroke-width="0.5"></path>
<g id="Group-12" transform="translate(227.291808, 0.000000)">
<mask id="mask-4" fill="white">
<use xlink:href="#path-3"></use>
</mask>
<g id="Clip-11"></g>
<path d="M0,344.886819 L0,-0.000718515703" id="Stroke-10" stroke="#FFFFFF" stroke-width="0.5" mask="url(#mask-4)"></path>
</g>
<g id="Group-15" transform="translate(115.161183, 0.000000)">
<mask id="mask-6" fill="white">
<use xlink:href="#path-5"></use>
</mask>
<g id="Clip-14"></g>
<path d="M0,344.886819 L0,-0.000718515703" id="Stroke-13" stroke="#FFFFFF" stroke-width="0.5" mask="url(#mask-6)"></path>
</g>
<path d="M339.422434,1.22084084 L1.21222298,341.835435" id="Stroke-16" stroke="#E0E0E0"></path>
<path d="M1.21222298,1.22084084 L339.422434,341.835435" id="Stroke-18" stroke="#E0E0E0"></path>
<path d="M170.317328,99.4985285 C130.823346,99.4985285 98.7961728,131.472899 98.7961728,170.917718 C98.7961728,210.355394 130.823346,242.336907 170.317328,242.336907 C209.811311,242.336907 241.838484,210.355394 241.838484,170.917718 C241.838484,131.472899 209.811311,99.4985285 170.317328,99.4985285 Z" id="Stroke-20" stroke="#E0E0E0"></path>
<path d="M172.438719,28.0793393 C93.2117342,28.0793393 29.0933515,92.6607668 29.0933515,172.443769 C29.0933515,252.22677 93.2117342,316.808198 172.438719,316.808198 C251.658536,316.808198 315.784086,252.22677 315.784086,172.443769 C315.784086,92.6607668 251.658536,28.0793393 172.438719,28.0793393 Z" id="Stroke-22" stroke="#E0E0E0"></path>
<path d="M270.86449,42.7294294 L70.98239,42.7294294 C55.1988427,42.7294294 42.4278043,55.6056377 42.4278043,71.4870136 L42.4278043,272.790103 C42.4278043,288.671479 55.1988427,301.547687 70.98239,301.547687 L270.86449,301.547687 C286.648037,301.547687 299.419076,288.671479 299.419076,272.790103 L299.419076,71.4870136 C299.419076,55.6056377 286.648037,42.7294294 270.86449,42.7294294 Z" id="Stroke-24" stroke="#E0E0E0"></path>
<path d="M287.115012,56.1586786 L57.7624249,56.1586786 C41.9299291,56.1586786 29.0933515,68.9703541 29.0933515,84.7721358 L29.0933515,256.452879 C29.0933515,272.254661 41.9299291,285.066336 57.7624249,285.066336 L287.115012,285.066336 C302.947508,285.066336 315.784086,272.247507 315.784086,256.452879 L315.784086,84.7721358 C315.784086,68.9703541 302.947508,56.1586786 287.115012,56.1586786 Z" id="Stroke-26" stroke="#E0E0E0"></path>
<path d="M283.054066,287.935312 L283.054066,56.9522252 C283.054066,41.007174 270.332827,28.0793393 254.642589,28.0793393 L84.1737331,28.0793393 C68.4834954,28.0793393 55.762257,41.007174 55.762257,56.9522252 L55.762257,287.935312 C55.762257,303.880363 68.4834954,316.808198 84.1737331,316.808198 L254.642589,316.808198 C270.332827,316.808198 283.054066,303.880363 283.054066,287.935312 Z" id="Stroke-28" stroke="#E0E0E0"></path>
</g>
</g>
<g id="ic_computer" opacity="0.233865489" transform="translate(34.653563, 25.429874)">
<polygon id="Bounds" points="0 0 55.345938 0 55.345938 55.7394 0 55.7394"></polygon>
<path d="M46.121615,41.3501527 C48.6583038,41.3501527 50.7107157,39.2372053 50.7107157,36.6547141 L50.7337765,13.1775212 C50.7337765,10.59503 48.6583038,8.4820826 46.121615,8.4820826 L9.224323,8.4820826 C6.68763418,8.4820826 4.6121615,10.59503 4.6121615,13.1775212 L4.6121615,36.6547141 C4.6121615,39.2372053 6.68763418,41.3501527 9.224323,41.3501527 L0,41.3501527 L0,46.0455913 L55.345938,46.0455913 L55.345938,41.3501527 L46.121615,41.3501527 L46.121615,41.3501527 Z M9.224323,13.1775212 L46.121615,13.1775212 L46.121615,36.6547141 L9.224323,36.6547141 L9.224323,13.1775212 L9.224323,13.1775212 Z" id="Icon" fill="#D0D0D0"></path>
</g>
<g id="ic_phone_iphone" transform="translate(173.267817, 25.429874)">
<polygon id="Bounds" points="0 0 55.345938 0 55.345938 55.7394 0 55.7394"></polygon>
<path d="M57.6685688,2.322475 L22.5156811,2.322475 C16.451808,2.322475 11.5304038,7.27886621 11.5304038,13.3858482 L11.5304038,88.6167863 C11.5304038,94.7237683 16.451808,99.6801596 22.5156811,99.6801596 L57.6685688,99.6801596 C63.7324419,99.6801596 68.6538462,94.7237683 68.6538462,88.6167863 L68.6538462,13.3858482 C68.6538462,7.27886621 63.7324419,2.322475 57.6685688,2.322475 L57.6685688,2.322475 Z M40.092125,95.2548103 C36.4450129,95.2548103 33.5009585,92.2898262 33.5009585,88.6167863 C33.5009585,84.9437464 36.4450129,81.9787624 40.092125,81.9787624 C43.739237,81.9787624 46.6832914,84.9437464 46.6832914,88.6167863 C46.6832914,92.2898262 43.739237,95.2548103 40.092125,95.2548103 L40.092125,95.2548103 Z M59.8656242,77.5534131 L20.3186257,77.5534131 L20.3186257,15.5985229 L59.8656242,15.5985229 L59.8656242,77.5534131 L59.8656242,77.5534131 Z" id="Icon" fill="#D0D0D0"></path>
</g>
<g id="ic_tablet_mac" opacity="0.233865489" transform="translate(103.960690, 25.429874)">
<polygon id="Bounds" points="0 0 55.830741 0 55.830741 55.8584854 0 55.8584854"></polygon>
<path d="M46.154088,0 L13.5270489,0 C10.310955,0 7.70079186,2.60672932 7.70079186,5.81859223 L7.70079186,50.0398932 C7.70079186,53.2517561 10.310955,55.8584854 13.5270489,55.8584854 L46.154088,55.8584854 C49.3701819,55.8584854 51.980345,53.2517561 51.980345,50.0398932 L51.980345,5.81859223 C51.980345,2.60672932 49.3701819,0 46.154088,0 L46.154088,0 Z M29.8405684,53.5310485 C27.9062511,53.5310485 26.3448142,51.9716658 26.3448142,50.0398932 C26.3448142,48.1081205 27.9062511,46.5487378 29.8405684,46.5487378 C31.7748858,46.5487378 33.3363226,48.1081205 33.3363226,50.0398932 C33.3363226,51.9716658 31.7748858,53.5310485 29.8405684,53.5310485 L29.8405684,53.5310485 Z M47.3193394,44.2213009 L12.3617975,44.2213009 L12.3617975,6.98231067 L47.3193394,6.98231067 L47.3193394,44.2213009 L47.3193394,44.2213009 Z" id="Icon" fill="#D0D0D0"></path>
</g>
</g>
<g id="mobile" transform="translate(253.076923, 1.347150)">
<g id="Group-28">
<g id="Fill-5">
<use fill="black" fill-opacity="1" filter="url(#filter-8)" xlink:href="#path-7"></use>
<use fill="#FFFFFF" fill-rule="evenodd" xlink:href="#path-7"></use>
</g>
<path d="M111.169995,0 L39.626724,422.906087 C37.4078068,435.841408 35.6792927,432.544817 48.502393,435.54123 L271.649262,486.001397 L271.649262,0 L111.169995,0 Z" id="Fill-7" fill="#E1E7FF"></path>
<path d="M173.071869,478.813312 C177.798387,483.523237 177.798387,491.158998 173.071869,495.869817 C168.345351,500.579742 160.68269,500.579742 155.955276,495.869817 C151.228758,491.158998 151.228758,483.523237 155.955276,478.813312 C160.68269,474.103386 168.345351,474.103386 173.071869,478.813312" id="Fill-9" fill="#F3F3F3"></path>
</g>
<g id="Group-21" transform="translate(37.692308, 0.000000)">
<mask id="mask-10" fill="white">
<use xlink:href="#path-9"></use>
</mask>
<use id="Mask" fill="#F3F3F3" xlink:href="#path-9"></use>
<g mask="url(#mask-10)" id="Group-20">
<g transform="translate(55.507072, 110.725243)">
<g transform="translate(0.000000, 116.975862)">
<rect id="Rectangle-3" fill="#FFFFFF" transform="translate(58.192898, 58.041458) rotate(9.000000) translate(-58.192898, -58.041458) " x="8.05747824" y="8.0365096" width="100.27084" height="100.009897" rx="24"></rect>
<ellipse id="Oval-4" fill="#FFFFFF" opacity="0.892719656" transform="translate(58.192898, 58.041458) rotate(9.000000) translate(-58.192898, -58.041458) " cx="58.1928984" cy="58.0414583" rx="40.2873912" ry="40.182548"></ellipse>
<g id="ic_chevron_left" transform="translate(56.984590, 59.704688) rotate(9.000000) translate(-56.984590, -59.704688) translate(12.484590, 15.204688)">
<polygon id="Bounds" points="0 0 88.6322607 0 88.6322607 88.4016057 0 88.4016057"></polygon>
<polygon id="Icon" fill="#E0E0E0" points="54.8799298 25.2894057 51.7021521 22.1004014 29.5440869 44.2008028 51.7021521 66.3012042 54.8799298 62.9734063 35.5894212 44.2008028"></polygon>
</g>
</g>
<g transform="translate(125.338550, 142.871282)">
<ellipse id="Oval-4" fill="#FFFFFF" opacity="0.431499094" transform="translate(58.192898, 58.041458) rotate(9.000000) translate(-58.192898, -58.041458) " cx="58.1928984" cy="58.0414583" rx="40.2873912" ry="40.182548"></ellipse>
<rect id="Rectangle-3" stroke="#FFFFFF" opacity="0.576200181" transform="translate(58.192898, 58.041458) rotate(9.000000) translate(-58.192898, -58.041458) " x="8.55747824" y="8.5365096" width="99.2708404" height="99.0098973" rx="24"></rect>
</g>
<g transform="translate(19.696058, 0.000000)">
<ellipse id="Oval-4" fill="#FFFFFF" opacity="0.431499094" transform="translate(58.192898, 58.041458) rotate(9.000000) translate(-58.192898, -58.041458) " cx="58.1928984" cy="58.0414583" rx="40.2873912" ry="40.182548"></ellipse>
<rect id="Rectangle-3" stroke="#FFFFFF" opacity="0.576200181" transform="translate(58.192898, 58.041458) rotate(9.000000) translate(-58.192898, -58.041458) " x="8.55747824" y="8.5365096" width="99.2708404" height="99.0098973" rx="24"></rect>
</g>
<g transform="translate(145.034608, 22.323638)">
<ellipse id="Oval-4" fill="#FFFFFF" opacity="0.431499094" transform="translate(58.192898, 58.041458) rotate(9.000000) translate(-58.192898, -58.041458) " cx="58.1928984" cy="58.0414583" rx="40.2873912" ry="40.182548"></ellipse>
<rect id="Rectangle-3" stroke="#FFFFFF" opacity="0.576200181" transform="translate(58.192898, 58.041458) rotate(9.000000) translate(-58.192898, -58.041458) " x="8.55747824" y="8.5365096" width="99.2708404" height="99.0098973" rx="24"></rect>
</g>
</g>
</g>
</g>
</g>
<g id="ic_touch_app" transform="translate(182.482137, 216.227913) rotate(-226.000000) translate(-182.482137, -216.227913) translate(104.982137, 64.727913)" fill="#D0D0D0" opacity="0.400000006">
<path d="M98.5831591,80.6609541 C96.8369475,79.9279602 94.9880176,79.5091066 93.0363693,79.5091066 L85.2297762,79.5091066 L85.2297762,16.6810607 C85.2297762,7.98984769 78.3476481,0.974049238 69.8220266,0.974049238 C61.2964052,0.974049238 54.4142771,7.98984769 54.4142771,16.6810607 L54.4142771,129.143263 L19.1818898,121.603897 C18.3601431,121.499184 17.6411148,121.289757 16.7166498,121.289757 C13.5323816,121.289757 10.6562684,122.651031 8.60190175,124.7453 L0.487153655,133.122372 L51.2300088,184.850797 C51.7170202,185.347267 59.4668719,184.268194 60.3355033,191.415713 C64.413487,224.971334 58.1604545,302.879918 61.6323703,302.879918 L132.152001,269.79376 C133.662731,269.084961 131.863898,189.458187 131.863898,189.458187 C139.567773,189.458187 145.525436,183.698949 146.655338,176.05487 L154.359213,120.870903 C154.461931,120.13791 154.564649,119.404916 154.564649,118.776635 C154.564649,112.284404 150.661353,106.62988 145.217281,104.326185 L98.5831591,80.6609541 Z" id="Combined-Shape"></path>
</g>
<g id="ic_touch_app" transform="translate(180.482137, 232.227913) rotate(-226.000000) translate(-180.482137, -232.227913) translate(102.982137, 80.727913)" fill="#367EDD">
<path d="M98.5831591,80.6609541 C96.8369475,79.9279602 94.9880176,79.5091066 93.0363693,79.5091066 L85.2297762,79.5091066 L85.2297762,16.6810607 C85.2297762,7.98984769 78.3476481,0.974049238 69.8220266,0.974049238 C61.2964052,0.974049238 54.4142771,7.98984769 54.4142771,16.6810607 L54.4142771,129.143263 L19.1818898,121.603897 C18.3601431,121.499184 17.6411148,121.289757 16.7166498,121.289757 C13.5323816,121.289757 10.6562684,122.651031 8.60190175,124.7453 L0.487153655,133.122372 L51.2300088,184.850797 C51.7170202,185.347267 59.4668719,184.268194 60.3355033,191.415713 C64.413487,224.971334 58.1604545,302.879918 61.6323703,302.879918 L132.152001,269.79376 C133.662731,269.084961 131.863898,189.458187 131.863898,189.458187 C139.567773,189.458187 145.525436,183.698949 146.655338,176.05487 L154.359213,120.870903 C154.461931,120.13791 154.564649,119.404916 154.564649,118.776635 C154.564649,112.284404 150.661353,106.62988 145.217281,104.326185 L98.5831591,80.6609541 Z" id="Combined-Shape"></path>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 421 B

12
img/one.svg Normal file
View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="140px" height="210px" viewBox="0 0 140 210" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 48.1 (47250) - http://www.bohemiancoding.com/sketch -->
<title>number 1</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="assets" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="number-1" fill="#E0E0E0">
<polygon id="1" points="110 208 83.7137746 208 83.7137746 34.3855092 31 53.6760082 31 30.0205058 105.90161 2 110 2"></polygon>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 646 B

View File

@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="110px" height="110px" viewBox="0 0 110 110" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 46.2 (44496) - http://www.bohemiancoding.com/sketch -->
<!-- Generator: Sketch 48.1 (47250) - http://www.bohemiancoding.com/sketch -->
<title>Amazon_Webservice</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="assets" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Amazon_Webservice">
<g id="Group-69">
<g id="Group-68" transform="translate(5.789474, 16.644737)" fill="#646EF2">
<g id="Group-68" transform="translate(5.789474, 16.644737)" fill="#8BB5EB">
<g id="Group-67" transform="translate(0.192982, 23.447368)">
<polygon id="Path-61" points="0.449359277 5.60428028 0.449359277 22.2749454 12.715136 28.8629598 12.715136 11.477464"></polygon>
<polygon id="Path-62" points="14.2026149 11.525443 14.2026149 28.8525352 27.2097128 22.9514143 27.2097128 5.61622669"></polygon>

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="110px" height="110px" viewBox="0 0 110 110" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 46.2 (44496) - http://www.bohemiancoding.com/sketch -->
<!-- Generator: Sketch 48.1 (47250) - http://www.bohemiancoding.com/sketch -->
<title>Angular_js</title>
<desc>Created with Sketch.</desc>
<defs></defs>
@@ -8,10 +8,10 @@
<g id="Angular_js">
<g id="Group-2">
<g id="Group-66" transform="translate(17.023282, 17.274243)">
<polygon id="Path-57" fill="#818AFF" points="0 13.4340186 37.4078717 0 37.4078717 77.4569953 5.52067654 61.1930425"></polygon>
<polygon id="Path-58" fill="#E0FFC1" points="16.4889961 53.2516843 37.183222 7.52828245 37.183222 22.1426098 31.4683849 36.241745 37.530924 36.241745 37.530924 42.6473403 28.7942211 42.6473403 24.5439149 53.2516843"></polygon>
<polygon id="Path-57" fill="#646EF2" transform="translate(55.619599, 38.728498) scale(-1, 1) translate(-55.619599, -38.728498) " points="36.9156629 13.4340186 74.3235346 0 74.3235346 77.4569953 42.4363394 61.1930425"></polygon>
<polygon id="Path-58" fill="#B8E986" transform="translate(47.436627, 30.154492) scale(-1, 1) translate(-47.436627, -30.154492) " points="36.9156629 53.2516843 57.9575908 7.05730056 57.9575908 22.2214231 51.8950517 36.241745 57.9575908 36.241745 57.9575908 42.6473403 49.2208879 42.6473403 44.9705817 53.2516843"></polygon>
<polygon id="Path-57" fill="#B1D2FD" points="0 13.4340186 37.4078717 0 37.4078717 77.4569953 5.52067654 61.1930425"></polygon>
<polygon id="Path-58" fill="#FFFFFF" points="16.4889961 53.2516843 37.183222 7.52828245 37.183222 22.1426098 31.4683849 36.241745 37.530924 36.241745 37.530924 42.6473403 28.7942211 42.6473403 24.5439149 53.2516843"></polygon>
<polygon id="Path-57" fill="#8BB5EB" transform="translate(55.619599, 38.728498) scale(-1, 1) translate(-55.619599, -38.728498) " points="36.9156629 13.4340186 74.3235346 0 74.3235346 77.4569953 42.4363394 61.1930425"></polygon>
<polygon id="Path-58" fill="#FFFFFF" transform="translate(47.436627, 30.154492) scale(-1, 1) translate(-47.436627, -30.154492) " points="36.9156629 53.2516843 57.9575908 7.05730056 57.9575908 22.2214231 51.8950517 36.241745 57.9575908 36.241745 57.9575908 42.6473403 49.2208879 42.6473403 44.9705817 53.2516843"></polygon>
</g>
<rect id="Rectangle-9" x="0" y="0" width="110" height="110"></rect>
</g>

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

@@ -1,25 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="110px" height="110px" viewBox="0 0 110 110" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 46.2 (44496) - http://www.bohemiancoding.com/sketch -->
<!-- Generator: Sketch 48.1 (47250) - http://www.bohemiancoding.com/sketch -->
<title>Docker</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="assets" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Docker">
<g id="Group">
<g id="Group-79" transform="translate(5.289062, 24.070880)">
<path d="M0.141863206,27.2607361 L77.2082569,27.2607361 C74.0061913,20.310661 74.3476935,13.8384348 78.2327632,7.84405739 C81.7916004,10.1557741 84.6314988,14.0633928 86.7524584,19.5669135 C93.4207947,19.125124 97.6453,19.790262 99.4259742,21.5623276 C98.0024749,26.1205452 90.2078409,29.2086083 84.4906467,29.759893 C81.6539615,33.4732015 67.9446311,64.8797673 32.8922462,62.6380732 C9.52398954,61.1436105 -1.39280477,49.3511648 0.141863206,27.2607361 Z" id="Path-121" fill="#646EF2"></path>
<polygon id="Path-122" fill="#818AFF" points="7.84941902 28.7615438 7.84941902 18.3028006 20.931784 18.3028006 20.931784 28.7615438"></polygon>
<polygon id="Path-122" fill="#818AFF" points="18.315311 28.7615438 18.315311 18.3028006 31.3976761 18.3028006 31.3976761 28.7615438"></polygon>
<polygon id="Path-122" fill="#818AFF" points="31.3976761 28.7615438 31.3976761 18.3028006 44.4800411 18.3028006 44.4800411 28.7615438"></polygon>
<polygon id="Path-122" fill="#818AFF" points="44.4800411 28.7615438 44.4800411 18.3028006 57.5624061 18.3028006 57.5624061 28.7615438"></polygon>
<polygon id="Path-122" fill="#818AFF" points="54.9459331 28.7615438 54.9459331 18.3028006 68.0282981 18.3028006 68.0282981 28.7615438"></polygon>
<polygon id="Path-122" fill="#818AFF" points="44.4800411 18.3028006 44.4800411 7.84405739 57.5624061 7.84405739 57.5624061 18.3028006"></polygon>
<polygon id="Path-122" fill="#818AFF" points="44.4800411 10.4587432 44.4800411 0 57.5624061 0 57.5624061 10.4587432"></polygon>
<polygon id="Path-122" fill="#818AFF" points="31.3976761 18.3028006 31.3976761 7.84405739 44.4800411 7.84405739 44.4800411 18.3028006"></polygon>
<polygon id="Path-122" fill="#818AFF" points="18.315311 18.3028006 18.315311 7.84405739 31.3976761 7.84405739 31.3976761 18.3028006"></polygon>
<path d="M9.65058571,52.7811747 C19.3549164,51.8360094 24.2661277,50.1268839 24.3842196,47.6537983 C24.5613573,43.9441697 30.856644,58.2861498 36.7294357,60.5143792 C36.7887201,61.0972322 38.104638,62.1962078 29.060375,61.0972322 C23.0308663,60.3645818 16.5609365,57.5925627 9.65058571,52.7811747 Z" id="Path-123" fill="#FFFFFF"></path>
<ellipse id="Oval-18" fill="#B8E986" cx="34.0141491" cy="39.220287" rx="2.61647301" ry="2.6146858"></ellipse>
<g id="Group-79" transform="translate(2.578125, 20.343750)">
<path d="M0.149593409,30.7461885 L81.4153771,30.7461885 C78.0388292,23.4174001 78.39894,16.5924987 82.4957094,10.2714844 C86.2484695,12.7091678 89.2431155,16.8297148 91.4796474,22.6331253 C98.511345,22.1672625 102.966046,22.8686442 104.84375,24.7372706 C103.342683,29.543868 95.1233156,32.8002014 89.0945883,33.3815259 C86.1033306,37.2971746 71.6469712,70.4151014 34.6845627,68.0512562 C10.0429569,66.4753593 -1.46869947,54.0403368 0.149593409,30.7461885 Z" id="Path-121" fill="#8BB5EB"></path>
<polygon id="Path-122" fill="#B1D2FD" points="8.27713816 30.328776 8.27713816 19.3001302 22.0723684 19.3001302 22.0723684 30.328776"></polygon>
<polygon id="Path-122" fill="#B1D2FD" points="19.3133224 30.328776 19.3133224 19.3001302 33.1085526 19.3001302 33.1085526 30.328776"></polygon>
<polygon id="Path-122" fill="#B1D2FD" points="33.1085526 30.328776 33.1085526 19.3001302 46.9037829 19.3001302 46.9037829 30.328776"></polygon>
<polygon id="Path-122" fill="#B1D2FD" points="46.9037829 30.328776 46.9037829 19.3001302 60.6990132 19.3001302 60.6990132 30.328776"></polygon>
<polygon id="Path-122" fill="#B1D2FD" points="57.9399671 30.328776 57.9399671 19.3001302 71.7351974 19.3001302 71.7351974 30.328776"></polygon>
<polygon id="Path-122" fill="#B1D2FD" points="46.9037829 19.3001302 46.9037829 8.27148438 60.6990132 8.27148438 60.6990132 19.3001302"></polygon>
<polygon id="Path-122" fill="#B1D2FD" points="46.9037829 11.0286458 46.9037829 0 60.6990132 0 60.6990132 11.0286458"></polygon>
<polygon id="Path-122" fill="#B1D2FD" points="33.1085526 19.3001302 33.1085526 8.27148438 46.9037829 8.27148438 46.9037829 19.3001302"></polygon>
<polygon id="Path-122" fill="#B1D2FD" points="19.3133224 19.3001302 19.3133224 8.27148438 33.1085526 8.27148438 33.1085526 19.3001302"></polygon>
<path d="M10.1764514,57.6572498 C20.4095764,56.660582 25.5884023,54.8583253 25.712929,52.2504798 C25.8997191,48.3387116 32.5380394,63.462194 38.7308428,65.8118409 C38.7933576,66.4264539 40.1809806,67.5853132 30.6438907,66.4264539 C24.2858308,65.653881 17.4633511,62.7308129 10.1764514,57.6572498 Z" id="Path-123" fill="#FFFFFF"></path>
<ellipse id="Oval-18" fill="#FFFFFF" cx="35.8675987" cy="43.3574219" rx="2.75904605" ry="2.75716146"></ellipse>
</g>
<rect id="Rectangle-9" x="0" y="0" width="110" height="110"></rect>
</g>

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="110px" height="110px" viewBox="0 0 110 110" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 46.2 (44496) - http://www.bohemiancoding.com/sketch -->
<!-- Generator: Sketch 48.1 (47250) - http://www.bohemiancoding.com/sketch -->
<title>Elastic</title>
<desc>Created with Sketch.</desc>
<defs></defs>
@@ -8,8 +8,8 @@
<g id="Elastic">
<g id="Group">
<g id="Group-71" transform="translate(15.000000, 15.000000)">
<path d="M52.1204502,70.8472102 C57.6539095,73.7416529 62.5833501,73.7416529 66.9087722,70.8472102 C73.3969054,66.5055462 68.4421769,56.0271076 69.8287589,56.0749578 C71.2153409,56.122808 77.0920059,48.8101457 78.113529,45.3926008 C79.135052,41.9750559 81.6350819,36.1705545 71.4438079,28.1365356 C70.5275559,27.4142328 68.78561,27.2341307 68.9073677,26.2693159 C69.3892871,22.4505577 69.0714635,15.8665703 67.5251893,12.2573409 C65.978915,8.64811156 58.5824193,0.884841915 48.3556051,0.0612795024 C41.537729,-0.487762106 35.224813,2.65260313 29.4168571,9.48237522 C23.3950829,6.94360753 18.6241278,6.78720321 15.1039919,9.01316224 C11.583856,11.2391213 10.1980942,15.806055 10.9467065,22.7139635 C3.79767907,26.6924933 0.153641839,30.5256754 0.0145948551,34.2135097 C-0.19397562,39.7452611 2.12043835,46.5095567 4.8599841,47.5090191 C6.68634793,48.1753274 8.71525542,49.9936691 10.9467065,52.9640444 C10.6506641,59.8542842 12.0364259,65.8153395 15.1039919,70.8472102 C19.7053409,78.3950164 33.1813778,83.2365971 40.6959206,78.3950164 C45.7056158,75.167296 49.5137923,72.6513606 52.1204502,70.8472102 Z" id="Path-90" fill="#B8E986"></path>
<g id="Group-70" transform="translate(2.171053, 2.171053)" fill="#646EF2">
<path d="M52.1204502,70.8472102 C57.6539095,73.7416529 62.5833501,73.7416529 66.9087722,70.8472102 C73.3969054,66.5055462 68.4421769,56.0271076 69.8287589,56.0749578 C71.2153409,56.122808 77.0920059,48.8101457 78.113529,45.3926008 C79.135052,41.9750559 81.6350819,36.1705545 71.4438079,28.1365356 C70.5275559,27.4142328 68.78561,27.2341307 68.9073677,26.2693159 C69.3892871,22.4505577 69.0714635,15.8665703 67.5251893,12.2573409 C65.978915,8.64811156 58.5824193,0.884841915 48.3556051,0.0612795024 C41.537729,-0.487762106 35.224813,2.65260313 29.4168571,9.48237522 C23.3950829,6.94360753 18.6241278,6.78720321 15.1039919,9.01316224 C11.583856,11.2391213 10.1980942,15.806055 10.9467065,22.7139635 C3.79767907,26.6924933 0.153641839,30.5256754 0.0145948551,34.2135097 C-0.19397562,39.7452611 2.12043835,46.5095567 4.8599841,47.5090191 C6.68634793,48.1753274 8.71525542,49.9936691 10.9467065,52.9640444 C10.6506641,59.8542842 12.0364259,65.8153395 15.1039919,70.8472102 C19.7053409,78.3950164 33.1813778,83.2365971 40.6959206,78.3950164 C45.7056158,75.167296 49.5137923,72.6513606 52.1204502,70.8472102 Z" id="Path-90" fill="#B1D3FF"></path>
<g id="Group-70" transform="translate(2.171053, 2.171053)" fill="#8BB5EB">
<path d="M47.0926089,41.7089888 L64.8224301,25.329896 C65.0322121,18.9015262 64.5884099,14.4597964 63.4910234,12.0047065 C60.1252457,4.47473706 52.819226,0.285472854 47.0926089,0.285472854 C38.5653111,0.285472854 32.1540372,3.31226476 27.8587871,9.36584857 L24.4181034,26.1816555 L26.9384032,33.1857875 L47.0926089,41.7089888 Z" id="Path-84"></path>
<path d="M48.8362069,42.10238 L65.5496378,26.2938596 C71.2586988,30.3886331 74.0920867,34.4265611 74.0498015,38.4076434 C73.9863737,44.3792669 69.7903272,50.0605082 66.2019859,51.3185867 C62.6136445,52.5766651 53.1196589,48.7548874 52.2951261,48.244171 C51.7454375,47.9036934 50.5924645,45.8564297 48.8362069,42.10238 Z" id="Path-85"></path>
<path d="M53.7340376,52.8924284 L50.8450544,66.3616884 C52.6604827,68.8731467 54.4256723,70.0638919 56.1406234,69.9339241 C57.4748929,69.8328063 61.7349593,69.9963823 63.9713678,68.6684227 C66.0466798,67.4361207 67.2010255,64.8727173 67.5574096,63.7736961 C68.2978421,61.4903421 68.3787356,56.889063 67.5574096,55.8120378 C67.0098589,55.0940211 62.4020683,54.1208179 53.7340376,52.8924284 Z" id="Path-86"></path>

Before

Width:  |  Height:  |  Size: 4.0 KiB

After

Width:  |  Height:  |  Size: 4.0 KiB

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="110px" height="110px" viewBox="0 0 110 110" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 46.2 (44496) - http://www.bohemiancoding.com/sketch -->
<!-- Generator: Sketch 48.1 (47250) - http://www.bohemiancoding.com/sketch -->
<title>ES6</title>
<desc>Created with Sketch.</desc>
<defs></defs>
@@ -8,11 +8,11 @@
<g id="ES6">
<g id="Group-2">
<g id="Group-66" transform="translate(17.769231, 16.923077)">
<polygon id="Path-57" fill="#818AFF" points="0 7.40299391 36.3025844 0.505807184 36.3025844 76.6596533 5.48841401 61.129011"></polygon>
<polygon id="Path-57" fill="#646EF2" points="73.889192 7.39290079 36.2730683 0.494456144 36.2730683 76.6483023 68.4007779 61.0809708"></polygon>
<polygon id="Path-124" fill="#E0FFC1" points="36.912651 21.1018438 36.912651 12.6383058 21.6890464 16.9200348 20.0223991 35.4713065 21.642976 54.9645523 36.8801589 59.1938813 36.8801589 52.4203796 27.5639575 50.7015299 27.5639575 39.7320698 36.8801589 38.0341765 36.912651 31.2817637 27.5639575 33.8478924 27.5639575 23.6815904"></polygon>
<polygon id="Path-127" fill="#B8E986" points="36.912651 21.1018438 50.417166 23.6815904 50.417166 16.0756206 36.912651 12.6383058"></polygon>
<polygon id="Path-126" fill="#B8E986" points="36.8801589 38.0341765 44.4980231 39.7320698 44.4980231 50.7015299 36.8801589 52.4203796 36.8801589 59.1938813 51.2673583 54.9645523 52.9545837 35.5068058 36.912651 31.2817637"></polygon>
<polygon id="Path-57" fill="#B1D2FD" points="0 7.40299391 36.3025844 0.505807184 36.3025844 76.6596533 5.48841401 61.129011"></polygon>
<polygon id="Path-57" fill="#8BB5EB" points="73.889192 7.39290079 36.2730683 0.494456144 36.2730683 76.6483023 68.4007779 61.0809708"></polygon>
<polygon id="Path-124" fill="#FFFFFF" points="36.912651 21.1018438 36.912651 12.6383058 21.6890464 16.9200348 20.0223991 35.4713065 21.642976 54.9645523 36.8801589 59.1938813 36.8801589 52.4203796 27.5639575 50.7015299 27.5639575 39.7320698 36.8801589 38.0341765 36.912651 31.2817637 27.5639575 33.8478924 27.5639575 23.6815904"></polygon>
<polygon id="Path-127" fill="#FFFFFF" points="36.912651 21.1018438 50.417166 23.6815904 50.417166 16.0756206 36.912651 12.6383058"></polygon>
<polygon id="Path-126" fill="#FFFFFF" points="36.8801589 38.0341765 44.4980231 39.7320698 44.4980231 50.7015299 36.8801589 52.4203796 36.8801589 59.1938813 51.2673583 54.9645523 52.9545837 35.5068058 36.912651 31.2817637"></polygon>
</g>
<rect id="Rectangle-9" x="0" y="0" width="110" height="110"></rect>
</g>

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="110px" height="110px" viewBox="0 0 110 110" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 46.2 (44496) - http://www.bohemiancoding.com/sketch -->
<!-- Generator: Sketch 48.1 (47250) - http://www.bohemiancoding.com/sketch -->
<title>HTML_5</title>
<desc>Created with Sketch.</desc>
<defs></defs>
@@ -8,12 +8,12 @@
<g id="HTML_5">
<g id="Group-2">
<g id="Group-66" transform="translate(17.000000, 16.000000)">
<polygon id="Path-57" fill="#818AFF" points="0 7.15496037 38 0 38 79 5.74503814 62.8889196"></polygon>
<polygon id="Path-57" fill="#646EF2" points="77 7.1562653 38 0 38 79 71.3096703 62.8508591"></polygon>
<polygon id="Path-98" fill="#E0FFC1" points="39 22.9744409 39 16 20 16 22.2651642 39 39 39 39 31.0051597 28.0583508 31.0051597 28.0583508 22.9744409"></polygon>
<polygon id="Path-99" fill="#E0FFC1" points="22 45 29.7151654 45 30.4442988 50.7188031 39 52.8607514 39 60 23.488233 56.3873811"></polygon>
<polygon id="Path-100" fill="#B8E986" points="58 16 39 16 39 23 58 23"></polygon>
<polygon id="Path-101" fill="#B8E986" points="39 31 57 31 54.7460304 56.2242058 39 60 39 52.5396773 48.7030058 50.2667423 48.9919488 39.0706804 39 39.0706804"></polygon>
<polygon id="Path-57" fill="#B1D2FD" points="0 7.15496037 38 0 38 79 5.74503814 62.8889196"></polygon>
<polygon id="Path-57" fill="#8BB5EB" points="77 7.1562653 38 0 38 79 71.3096703 62.8508591"></polygon>
<polygon id="Path-98" fill="#FFFFFF" points="39 22.9744409 39 16 20 16 22.2651642 39 39 39 39 31.0051597 28.0583508 31.0051597 28.0583508 22.9744409"></polygon>
<polygon id="Path-99" fill="#FFFFFF" points="22 45 29.7151654 45 30.4442988 50.7188031 39 52.8607514 39 60 23.488233 56.3873811"></polygon>
<polygon id="Path-100" fill="#FFFFFF" points="58 16 39 16 39 23 58 23"></polygon>
<polygon id="Path-101" fill="#FFFFFF" points="39 31 57 31 54.7460304 56.2242058 39 60 39 52.5396773 48.7030058 50.2667423 48.9919488 39.0706804 39 39.0706804"></polygon>
</g>
<rect id="Rectangle-9" x="0" y="0" width="110" height="110"></rect>
</g>

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="110px" height="110px" viewBox="0 0 110 110" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 46.2 (44496) - http://www.bohemiancoding.com/sketch -->
<!-- Generator: Sketch 48.1 (47250) - http://www.bohemiancoding.com/sketch -->
<title>Jenkins</title>
<desc>Created with Sketch.</desc>
<defs></defs>
@@ -8,24 +8,24 @@
<g id="Jenkins">
<g id="Group">
<g id="Group-83" transform="translate(19.674797, 8.048780)">
<ellipse id="Oval-20" fill="#B8E986" cx="37.1138211" cy="48.2926829" rx="37.1138211" ry="40.0139373"></ellipse>
<path d="M55.4906827,82.6498816 L56.6214667,89.7844279 C53.817761,91.3581713 52.2055781,91.9421932 51.7849181,91.5364935 C51.3642581,91.1307939 51.3642581,92.2527655 51.7849181,94.9024084 C42.3367281,97.1463517 36.4839316,97.1463517 34.2265285,94.9024084 C31.9691254,92.6584652 31.0386991,89.3223218 31.4352496,84.8939784 C21.7064335,83.2509121 16.5515202,81.5341218 15.9705097,79.7436075 C15.0989938,77.0578361 15.9705097,64.742419 11.1389112,53.5485269 C9.72981516,51.4176328 19.0838101,48.2926829 26.2523868,45.4761675 C25.3927998,42.1758522 24.4333203,38.7532812 23.3739483,35.2084545 C19.1921786,36.786664 16.7243657,35.2694674 15.9705097,30.6568648 C15.2166536,26.0442622 15.5935816,23.4572054 17.1012937,22.8956946 C15.9448258,16.1439776 16.6056646,12.5281465 19.0838101,12.0482011 C20.3811532,9.98079978 24.1117742,0.701819375 41.3619575,0.023664589 C58.6121408,-0.654490197 62.5023767,13.449257 62.5023767,15.7979397 C62.5023767,18.1466224 63.7424907,37.7037314 55.4906827,43.8902496 C59.6663901,46.4054149 63.1437766,48.4884053 65.9228422,50.1392207 L60.0544271,66.7659453 C64.7219482,64.0679102 67.6721214,63.3934014 68.9049467,64.742419 C70.7541847,66.7659453 75.3783208,72.3005634 73.9622377,75.5073804 C72.5461546,78.7141974 71.8870512,80.5458119 68.9049467,80.5458119 C66.916877,80.5458119 65.1960584,79.9680877 63.7424907,78.8126392 L56.6214667,78.8126392 L55.4906827,82.6498816 Z" id="Path-134" stroke="#646EF2" fill="#646EF2"></path>
<path d="M23.8684873,27.5958188 L26.4348551,27.5958188 C24.7239432,18.9791215 24.2962153,13.7871251 25.1516712,12.0198296 C26.4348551,9.36888628 17.3301994,12.7153816 16.3841834,14.6707729 C15.753506,15.9743671 15.4381674,18.8626933 15.4381674,23.3357514 C18.56012,21.7847157 20.3929013,21.3969568 20.9365112,22.1724747 C21.4801212,22.9479925 22.4574465,24.7557739 23.8684873,27.5958188 Z" id="Path-135" fill="#9098FE"></path>
<path d="M25.7691121,10.2452787 C31.1820786,3.60848981 34.5892919,0.196384979 35.9907522,0.00896424489 C38.0929426,-0.272166857 19.9994525,6.13043967 19.6807281,9.18977453 C19.4682452,11.2293311 21.4977065,11.5811658 25.7691121,10.2452787 Z" id="Path-136" fill="#9098FE"></path>
<path d="M40.4196472,8.27874564 C37.2993725,10.9408311 35.7392352,12.7805524 35.7392352,13.7979094 C37.3057801,12.204937 39.1385614,11.0857307 41.237579,10.4402905 L40.4196472,8.27874564 Z" id="Path-137" fill="#9098FE"></path>
<path d="M52.3604567,11.7174191 C51.7889717,10.9669929 53.1585792,9.8207684 56.4692791,8.27874564 C59.1251304,10.7590029 60.4625422,12.5151801 60.4815146,13.5472771 C60.5099732,15.0954226 58.2747488,8.84894603 52.3604567,11.7174191 Z" id="Path-138" fill="#9098FE"></path>
<path d="M38.4884071,23.5380678 C40.9282268,24.7645279 43.2468127,24.8362369 44.5060376,24.8362369 C46.4654473,24.8362369 47.1350043,24.0297358 46.5089595,22.7292682 C45.4038171,20.4335828 44.2359343,19.0526118 42.5073178,16.5574913 L41.8808113,17.2563262 C43.3949466,19.4895707 43.9868192,20.828372 45.4038171,22.7292682 C45.9613409,23.4771838 44.5366832,23.1128955 43.664688,23.1128955 C42.6064804,23.1128955 41.2530767,23.8903225 38.94337,22.7292682 L38.4884071,23.5380678 Z" id="Path-139" fill="#9098FE" fill-rule="nonzero"></path>
<path d="M52.2342668,23.9989258 C55.7431595,25.6912032 58.4666267,24.7212952 57.5551,21.9629675 C56.7880967,19.6419751 55.9466749,18.4620615 55.1320133,16.5574913 L54.9398663,17.1446388 C55.6989999,18.7026848 56.133063,19.9143568 56.7880967,22.0085007 C57.3805271,23.9025019 55.578746,24.5418216 52.499954,23.0569742 L52.2342668,23.9989258 Z" id="Path-139" fill="#9098FE" fill-rule="nonzero"></path>
<path d="M48.266361,20.0435495 C51.1056436,25.3486966 53.5583358,28.70951 55.7110566,30.1694737 C55.9620251,30.3396792 55.9632067,30.4180852 55.6498714,30.7794709 C55.2098406,31.286981 54.3002731,31.8927247 53.1034391,32.4779213 C50.8464508,33.5814845 47.9908223,34.3774832 47.3089052,34.2014861 C45.9915984,33.8615001 45.4742857,32.5487365 46.10947,32.2002116 L45.1566635,30.7757254 C42.9120625,32.0073354 44.1364884,35.1145112 46.8049665,35.8032232 C48.1086718,36.1396988 51.3109118,35.2470831 53.9769891,33.9434942 C55.3763127,33.2592895 56.4685644,32.5318838 57.0961027,31.8081116 C57.995082,30.7712727 57.9778239,29.6261166 56.8132383,28.8363009 C54.9652396,27.5829982 52.6389785,24.3954276 49.921074,19.3170732 L48.266361,20.0435495 Z" id="Path-140" fill="#9098FE" fill-rule="nonzero"></path>
<path d="M49.4850949,38.6341463 L49.4850949,36.7458504 C45.8038688,36.7458504 43.0546969,36.4554218 41.237579,35.8745645 C41.5422532,37.1860024 44.2914251,38.1058631 49.4850949,38.6341463 Z" id="Path-141" fill="#9098FE"></path>
<path d="M52.2342668,37.3394708 L52.2342668,38.6341463 C54.8706148,38.0203943 56.7033961,37.1005337 57.7326107,35.8745645 C56.4339225,36.434778 54.6011412,36.9230801 52.2342668,37.3394708 Z" id="Path-142" fill="#9098FE"></path>
<path d="M49.2540442,41.9758207 C45.8902645,42.5569482 43.6157261,42.8167796 42.6740474,42.3097552 C42.0530035,41.975369 40.8987976,41.567022 39.9379876,40.5921024 C39.7009818,40.3516162 39.2177883,39.6989642 38.4884071,38.6341463 C38.4884071,39.7217278 40.4622736,42.7413896 42.0827021,43.6138705 C43.3946543,44.3202598 45.8251901,44.3202598 49.4850949,43.6879737 L49.2540442,41.9758207 Z" id="Path-143" fill="#9098FE" fill-rule="nonzero"></path>
<path d="M33.2246296,93.7930162 C31.6077447,89.5582079 28.7682726,69.280553 29.5184966,68.7119731 C30.0186459,68.3329198 36.5552097,68.1433932 49.1281879,68.1433932 L50.0352047,80.9682047 L54.3817407,80.9682047 L56.8864568,89.5582079 C54.9696587,90.6318392 53.3485839,91.0581152 52.0232322,90.8370361 C50.0352047,90.5054175 54.0112597,92.4690827 52.0232322,93.7930162 C50.0352047,95.1169497 42.0553088,97.41541 33.2246296,93.7930162 Z" id="Path-144" fill="#9098FE"></path>
<polygon id="Path-145" fill="#9098FE" points="50.703737 56.1647467 57.7326107 56.930398 56.720735 49.6724739 49.910242 52.6100978 45.8837635 53.3014359 40.056801 51.834442 35.7392352 50.8901973 37.4252425 60.7108014 45.8837635 56.1647467"></polygon>
<path d="M32.9900632,41.8823459 C37.7206743,48.5022794 40.549828,51.7213794 41.7225238,52.286372 C42.5587028,52.6892343 49.6279339,52.1873571 52.2806479,51.623298 C55.7461902,50.8864035 58.668292,48.2010983 60.4817826,45.695889 L59.5198493,46.3601421 C57.8569258,48.6573537 55.3064954,50.0675692 52.0634176,50.75716 C49.5263556,51.2966274 45.3223637,51.7785405 42.5314452,51.3350499 C41.2477415,51.131063 38.2942677,47.6877353 33.796564,41.3937282 L32.9900632,41.8823459 Z" id="Path-146" fill="#9098FE" fill-rule="nonzero"></path>
<polygon id="Path-147" fill="#9098FE" points="39.334561 61.7012114 46.1767101 56.8839453 50.3312487 67.9222728"></polygon>
<polygon id="Path-148" fill="#9098FE" points="51.6221763 56.8839453 55.1557976 57.8909201 56.6757464 59.7383729 51.1774025 70.6818547"></polygon>
<path d="M54.3728589,79.4594781 L53.0804206,69.7706874 L56.8128016,69.0831808 C63.7253076,65.3765759 67.6648954,63.8316996 68.6315647,64.4485519 C70.0815688,65.3738303 76.7365623,72.1692727 74.6842182,75.8143754 C72.631874,79.4594781 71.1632546,80.8740284 68.6315647,80.8740284 C66.9437715,80.8740284 64.9067186,80.4025117 62.5204059,79.4594781 L58.4469648,78.7104694 L54.3728589,79.4594781 Z" id="Path-149" fill="#9098FE"></path>
<ellipse id="Oval-20" fill="#D0E5FF" cx="37.1138211" cy="48.2926829" rx="37.1138211" ry="40.0139373"></ellipse>
<path d="M55.4906827,82.6498816 L56.6214667,89.7844279 C53.817761,91.3581713 52.2055781,91.9421932 51.7849181,91.5364935 C51.3642581,91.1307939 51.3642581,92.2527655 51.7849181,94.9024084 C42.3367281,97.1463517 36.4839316,97.1463517 34.2265285,94.9024084 C31.9691254,92.6584652 31.0386991,89.3223218 31.4352496,84.8939784 C21.7064335,83.2509121 16.5515202,81.5341218 15.9705097,79.7436075 C15.0989938,77.0578361 15.9705097,64.742419 11.1389112,53.5485269 C9.72981516,51.4176328 19.0838101,48.2926829 26.2523868,45.4761675 C25.3927998,42.1758522 24.4333203,38.7532812 23.3739483,35.2084545 C19.1921786,36.786664 16.7243657,35.2694674 15.9705097,30.6568648 C15.2166536,26.0442622 15.5935816,23.4572054 17.1012937,22.8956946 C15.9448258,16.1439776 16.6056646,12.5281465 19.0838101,12.0482011 C20.3811532,9.98079978 24.1117742,0.701819375 41.3619575,0.023664589 C58.6121408,-0.654490197 62.5023767,13.449257 62.5023767,15.7979397 C62.5023767,18.1466224 63.7424907,37.7037314 55.4906827,43.8902496 C59.6663901,46.4054149 63.1437766,48.4884053 65.9228422,50.1392207 L60.0544271,66.7659453 C64.7219482,64.0679102 67.6721214,63.3934014 68.9049467,64.742419 C70.7541847,66.7659453 75.3783208,72.3005634 73.9622377,75.5073804 C72.5461546,78.7141974 71.8870512,80.5458119 68.9049467,80.5458119 C66.916877,80.5458119 65.1960584,79.9680877 63.7424907,78.8126392 L56.6214667,78.8126392 L55.4906827,82.6498816 Z" id="Path-134" stroke="#8BB5EB" fill="#8BB5EB"></path>
<path d="M23.8684873,27.5958188 L26.4348551,27.5958188 C24.7239432,18.9791215 24.2962153,13.7871251 25.1516712,12.0198296 C26.4348551,9.36888628 17.3301994,12.7153816 16.3841834,14.6707729 C15.753506,15.9743671 15.4381674,18.8626933 15.4381674,23.3357514 C18.56012,21.7847157 20.3929013,21.3969568 20.9365112,22.1724747 C21.4801212,22.9479925 22.4574465,24.7557739 23.8684873,27.5958188 Z" id="Path-135" fill="#D0E5FF"></path>
<path d="M25.7691121,10.2452787 C31.1820786,3.60848981 34.5892919,0.196384979 35.9907522,0.00896424489 C38.0929426,-0.272166857 19.9994525,6.13043967 19.6807281,9.18977453 C19.4682452,11.2293311 21.4977065,11.5811658 25.7691121,10.2452787 Z" id="Path-136" fill="#D0E5FF"></path>
<path d="M40.4196472,8.27874564 C37.2993725,10.9408311 35.7392352,12.7805524 35.7392352,13.7979094 C37.3057801,12.204937 39.1385614,11.0857307 41.237579,10.4402905 L40.4196472,8.27874564 Z" id="Path-137" fill="#D0E5FF"></path>
<path d="M52.3604567,11.7174191 C51.7889717,10.9669929 53.1585792,9.8207684 56.4692791,8.27874564 C59.1251304,10.7590029 60.4625422,12.5151801 60.4815146,13.5472771 C60.5099732,15.0954226 58.2747488,8.84894603 52.3604567,11.7174191 Z" id="Path-138" fill="#D0E5FF"></path>
<path d="M38.4884071,23.5380678 C40.9282268,24.7645279 43.2468127,24.8362369 44.5060376,24.8362369 C46.4654473,24.8362369 47.1350043,24.0297358 46.5089595,22.7292682 C45.4038171,20.4335828 44.2359343,19.0526118 42.5073178,16.5574913 L41.8808113,17.2563262 C43.3949466,19.4895707 43.9868192,20.828372 45.4038171,22.7292682 C45.9613409,23.4771838 44.5366832,23.1128955 43.664688,23.1128955 C42.6064804,23.1128955 41.2530767,23.8903225 38.94337,22.7292682 L38.4884071,23.5380678 Z" id="Path-139" fill="#D0E5FF" fill-rule="nonzero"></path>
<path d="M52.2342668,23.9989258 C55.7431595,25.6912032 58.4666267,24.7212952 57.5551,21.9629675 C56.7880967,19.6419751 55.9466749,18.4620615 55.1320133,16.5574913 L54.9398663,17.1446388 C55.6989999,18.7026848 56.133063,19.9143568 56.7880967,22.0085007 C57.3805271,23.9025019 55.578746,24.5418216 52.499954,23.0569742 L52.2342668,23.9989258 Z" id="Path-139" fill="#D0E5FF" fill-rule="nonzero"></path>
<path d="M48.266361,20.0435495 C51.1056436,25.3486966 53.5583358,28.70951 55.7110566,30.1694737 C55.9620251,30.3396792 55.9632067,30.4180852 55.6498714,30.7794709 C55.2098406,31.286981 54.3002731,31.8927247 53.1034391,32.4779213 C50.8464508,33.5814845 47.9908223,34.3774832 47.3089052,34.2014861 C45.9915984,33.8615001 45.4742857,32.5487365 46.10947,32.2002116 L45.1566635,30.7757254 C42.9120625,32.0073354 44.1364884,35.1145112 46.8049665,35.8032232 C48.1086718,36.1396988 51.3109118,35.2470831 53.9769891,33.9434942 C55.3763127,33.2592895 56.4685644,32.5318838 57.0961027,31.8081116 C57.995082,30.7712727 57.9778239,29.6261166 56.8132383,28.8363009 C54.9652396,27.5829982 52.6389785,24.3954276 49.921074,19.3170732 L48.266361,20.0435495 Z" id="Path-140" fill="#D0E5FF" fill-rule="nonzero"></path>
<path d="M49.4850949,38.6341463 L49.4850949,36.7458504 C45.8038688,36.7458504 43.0546969,36.4554218 41.237579,35.8745645 C41.5422532,37.1860024 44.2914251,38.1058631 49.4850949,38.6341463 Z" id="Path-141" fill="#D0E5FF"></path>
<path d="M52.2342668,37.3394708 L52.2342668,38.6341463 C54.8706148,38.0203943 56.7033961,37.1005337 57.7326107,35.8745645 C56.4339225,36.434778 54.6011412,36.9230801 52.2342668,37.3394708 Z" id="Path-142" fill="#D0E5FF"></path>
<path d="M49.2540442,41.9758207 C45.8902645,42.5569482 43.6157261,42.8167796 42.6740474,42.3097552 C42.0530035,41.975369 40.8987976,41.567022 39.9379876,40.5921024 C39.7009818,40.3516162 39.2177883,39.6989642 38.4884071,38.6341463 C38.4884071,39.7217278 40.4622736,42.7413896 42.0827021,43.6138705 C43.3946543,44.3202598 45.8251901,44.3202598 49.4850949,43.6879737 L49.2540442,41.9758207 Z" id="Path-143" fill="#D0E5FF" fill-rule="nonzero"></path>
<path d="M35.2264464,96.257918 C33.8743259,95.6238911 31.4847981,94.0402734 30.9175192,90.9085309 C30.3502403,87.7767884 30.9900255,71.1124908 31.5184966,70.7119731 C32.0186459,70.3329198 38.5552097,70.1433932 51.1281879,70.1433932 L52.0352047,82.9682047 L56.3817407,82.9682047 L58.8864568,91.5582079 C56.9696587,92.6318392 55.3485839,93.0581152 54.0232322,92.8370361 C52.0352047,92.5054175 56.0112597,94.4690827 54.0232322,95.7930162 C52.0352047,97.1169497 44.0571255,99.8803118 35.2264464,96.257918 Z" id="Path-144" fill="#D0E5FF"></path>
<polygon id="Path-145" fill="#D0E5FF" points="50.703737 56.1647467 57.7326107 56.930398 56.720735 49.6724739 49.910242 52.6100978 45.8837635 53.3014359 40.056801 51.834442 35.7392352 50.8901973 37.4252425 60.7108014 45.8837635 56.1647467"></polygon>
<path d="M28.9900632,39.8823459 C33.7206743,46.5022794 36.549828,49.7213794 37.7225238,50.286372 C38.5587028,50.6892343 45.6279339,50.1873571 48.2806479,49.623298 C51.7461902,48.8864035 54.668292,46.2010983 56.4817826,43.695889 L55.5198493,44.3601421 C53.8569258,46.6573537 51.3064954,48.0675692 48.0634176,48.75716 C45.5263556,49.2966274 41.3223637,49.7785405 38.5314452,49.3350499 C37.2477415,49.131063 34.2942677,45.6877353 29.796564,39.3937282 L28.9900632,39.8823459 Z" id="Path-146" fill="#D0E5FF" fill-rule="nonzero"></path>
<polygon id="Path-147" fill="#D0E5FF" points="39.334561 60.7012114 46.1767101 55.8839453 50.3312487 66.9222728"></polygon>
<polygon id="Path-148" fill="#D0E5FF" points="50.6221763 55.8839453 54.1557976 56.8909201 55.6757464 58.7383729 50.1774025 69.6818547"></polygon>
<path d="M54.3728589,79.4594781 L53.0804206,69.7706874 L56.8128016,69.0831808 C58.8310708,67.2004212 60.3573346,65.9592476 61.3915928,65.3596599 C64.5408471,63.5339514 67.9839324,63.2660949 68.6315647,63.6793629 C70.0815688,64.6046413 76.7365623,72.1692727 74.6842182,75.8143754 C72.631874,79.4594781 71.7418217,81.3100671 69.2101319,81.3100671 C67.5223387,81.3100671 65.29243,80.6932041 62.5204059,79.4594781 L58.4469648,78.7104694 L54.3728589,79.4594781 Z" id="Path-149" fill="#D0E5FF"></path>
</g>
<rect id="Rectangle-9" x="0" y="0" width="110" height="110"></rect>
</g>

Before

Width:  |  Height:  |  Size: 8.2 KiB

After

Width:  |  Height:  |  Size: 8.4 KiB

View File

@@ -1,16 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="110px" height="110px" viewBox="0 0 110 110" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 46.2 (44496) - http://www.bohemiancoding.com/sketch -->
<!-- Generator: Sketch 48.1 (47250) - http://www.bohemiancoding.com/sketch -->
<title>Mongo_DB</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="assets" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Mongo_DB">
<g id="Group-2">
<g id="Group" transform="translate(35.506329, 11.139241)">
<path d="M20.520866,0 L19.7159083,76.9365832 C5.33691142,63.9508133 -1.17703247,51.0077418 0.174076618,38.1073687 C1.5251857,25.2069955 8.30744882,12.5045393 20.520866,0 Z" id="Path-106" fill="#E0FFC1"></path>
<path d="M18.4538622,0 L19.2588199,76.9365832 C33.6378168,63.9508133 40.1517606,51.0077418 38.8006516,38.1073687 C37.4495425,25.2069955 30.6672794,12.5045393 18.4538622,0 Z" id="Path-106" fill="#B8E986"></path>
<polygon id="Path-107" fill="#646EF2" points="18.4538622 77.0095687 21.4918189 77.0095687 21.4918189 89.5882036 18.4538622 89.5882036"></polygon>
<g id="Group" transform="translate(34.506329, 11.139241)">
<path d="M20.520866,0 L21.0044082,77.2322102 C5.76641139,64.0493557 -1.17703247,51.0077418 0.174076618,38.1073687 C1.5251857,25.2069955 8.30744882,12.5045393 20.520866,0 Z" id="Path-106" fill="#B1D2FD"></path>
<path d="M20.4538622,0 L21.0060819,77.2085778 C35.3850787,64.2228079 42.1517606,51.0077418 40.8006516,38.1073687 C39.4495425,25.2069955 32.6672794,12.5045393 20.4538622,0 Z" id="Path-106" fill="#8BB5EB"></path>
<polygon id="Path-107" fill="#8BB5EB" points="19.4538622 77.0095687 22.4918189 77.0095687 22.4918189 89.5882036 19.4538622 89.5882036"></polygon>
</g>
<rect id="Rectangle-9" x="0" y="0" width="110" height="110"></rect>
</g>

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="110px" height="110px" viewBox="0 0 110 110" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 46.2 (44496) - http://www.bohemiancoding.com/sketch -->
<!-- Generator: Sketch 48.1 (47250) - http://www.bohemiancoding.com/sketch -->
<title>My_SQL</title>
<desc>Created with Sketch.</desc>
<defs></defs>
@@ -8,8 +8,8 @@
<g id="My_SQL">
<g id="Group">
<g id="Group-77" transform="translate(10.717949, 14.102564)">
<path d="M63.9983956,61.7804112 L64.9851611,61.6657017 C64.6554864,61.7011851 64.3265649,61.7394216 63.9983956,61.7804112 Z M64.9851611,61.6657017 L62.2906976,61.6657017 C73.5749006,69.7465733 75.5551295,73.2428877 77.0120545,75.885059 C70.2649049,69.0960303 64.2278784,64.5393208 58.900975,62.2149305 L55.6157109,60.2017107 L59.419364,59.4532959 C63.6601525,58.6188695 70.3426564,58.9092263 74.8181988,58.9797412 C72.1282429,55.6790928 64.7736593,51.1912624 53.0307789,46.7101837 L52.1639112,46.2950063 L52.1639112,45.3533918 C52.1639112,42.4924763 48.9850161,35.4971052 42.6755578,24.7734407 C36.4838219,14.2498592 26.9058555,8.79832274 13.7567534,8.3382521 L13.3363166,8.32354154 L6.57951862,3.23425277 C4.32103841,1.47642897 3.15221663,2.1166381 2.62067858,3.23425277 C2.3297473,3.84596639 2.31546565,4.31809002 2.53506323,4.90046607 C2.71368813,5.37418197 3.03898888,5.91142356 3.63565835,6.73724229 C3.81360623,6.98353056 4.50071758,7.91187548 4.5305563,7.95251435 C4.92609664,8.49122093 5.23859529,8.93218178 5.54461952,9.39060943 C6.14010009,10.2826459 6.64963957,11.154828 7.10032195,12.0827765 C7.92597803,13.7827905 8.61151013,15.3787867 9.29422236,17.1376547 C9.61528277,17.964801 10.5810943,20.571501 10.7688163,21.0560719 C11.8096745,23.7428622 12.6713286,25.2441045 14.1902761,26.7848261 C14.4018674,26.9994505 14.6259094,27.2132122 14.8637095,27.4270886 L15.626229,28.1128951 L15.2669282,29.0617265 C14.4376422,31.2516817 11.7652849,37.1542583 12.0491735,42.0457167 C12.332863,46.9337455 15.8499027,52.2525035 17.7440225,54.5239157 C18.466724,49.6896448 18.9088957,43.7875862 19.8552018,40.1277214 L21.9679591,31.9565747 L22.3622352,42.0457167 C23.0216703,47.9718964 26.4445808,52.9272005 32.6596888,58.9797412 L37.9599441,65.701516 C33.4362393,61.2961368 23.2841758,51.590103 21.4729513,47.1028331 C20.9508949,49.8162618 20.4730233,52.7779564 20.0397051,55.9873495 L19.7409156,58.200349 L17.7440225,57.1085575 C13.4850444,54.7799822 11.1915445,49.3294119 10.7688163,42.0457167 C10.4955355,37.3370323 12.0650178,31.5785766 12.88699,28.6097682 C10.93572,26.6312602 9.92121241,25.3917367 8.74501633,22.3555959 C8.54659203,21.8433988 7.6943731,18.9574377 7.38426911,18.1585184 C6.72932033,16.4711773 6.63548966,14.9978198 5.84811357,13.3766238 C5.46105767,12.5796813 5.01952588,11.8239083 4.49606374,11.0397563 C4.21874244,10.6243259 3.93059181,10.2177221 3.55950591,9.71232131 C3.53880819,9.68413203 2.84097325,8.74129864 2.65096754,8.47832176 C1.90996256,7.45273587 1.13430527,6.11596864 0.839202045,5.33335047 C0.339714666,4.00870248 0.230576302,3.26232623 0.839202045,1.89679074 C1.79992173,-0.258715902 3.92877819,-0.778996059 7.38426911,1.89679074 L14.291284,5.33335047 C28.2811812,5.9340911 38.6990588,11.9387431 45.3654819,23.269111 C51.433423,33.5822887 53.9362939,41.4874586 54.4353894,45.3533918 C67.3801171,51.6077708 73.1406866,54.7230096 75.5551295,57.1085575 L79.2095692,61.454802 L75.5551295,61.454802 C71.9490612,61.2249361 68.4260849,61.2953506 64.9851611,61.6657017 Z" id="Path-108" fill="#646EF2" fill-rule="nonzero"></path>
<path d="M15.6766374,13.02782 C16.8811436,13.6510977 17.5347649,14.4008026 17.6375011,15.2769349 C17.7916055,16.5911334 18.8341976,14.8018221 18.2133082,14.0896606 C17.7993819,13.6148862 16.953825,13.2609394 15.6766374,13.02782 Z" id="Path-109" stroke="#646EF2"></path>
<path d="M63.9983956,61.7804112 L64.9851611,61.6657017 C64.6554864,61.7011851 64.3265649,61.7394216 63.9983956,61.7804112 Z M64.9851611,61.6657017 L62.2906976,61.6657017 C73.5749006,69.7465733 75.5551295,73.2428877 77.0120545,75.885059 C70.2649049,69.0960303 64.2278784,64.5393208 58.900975,62.2149305 L55.6157109,60.2017107 L59.419364,59.4532959 C63.6601525,58.6188695 70.3426564,58.9092263 74.8181988,58.9797412 C72.1282429,55.6790928 64.7736593,51.1912624 53.0307789,46.7101837 L52.1639112,46.2950063 L52.1639112,45.3533918 C52.1639112,42.4924763 48.9850161,35.4971052 42.6755578,24.7734407 C36.4838219,14.2498592 26.9058555,8.79832274 13.7567534,8.3382521 L13.3363166,8.32354154 L6.57951862,3.23425277 C4.32103841,1.47642897 3.15221663,2.1166381 2.62067858,3.23425277 C2.3297473,3.84596639 2.31546565,4.31809002 2.53506323,4.90046607 C2.71368813,5.37418197 3.03898888,5.91142356 3.63565835,6.73724229 C3.81360623,6.98353056 4.50071758,7.91187548 4.5305563,7.95251435 C4.92609664,8.49122093 5.23859529,8.93218178 5.54461952,9.39060943 C6.14010009,10.2826459 6.64963957,11.154828 7.10032195,12.0827765 C7.92597803,13.7827905 8.61151013,15.3787867 9.29422236,17.1376547 C9.61528277,17.964801 10.5810943,20.571501 10.7688163,21.0560719 C11.8096745,23.7428622 12.6713286,25.2441045 14.1902761,26.7848261 C14.4018674,26.9994505 14.6259094,27.2132122 14.8637095,27.4270886 L15.626229,28.1128951 L15.2669282,29.0617265 C14.4376422,31.2516817 11.7652849,37.1542583 12.0491735,42.0457167 C12.332863,46.9337455 15.8499027,52.2525035 17.7440225,54.5239157 C18.466724,49.6896448 18.9088957,43.7875862 19.8552018,40.1277214 L21.9679591,31.9565747 L22.3622352,42.0457167 C23.0216703,47.9718964 26.4445808,52.9272005 32.6596888,58.9797412 L37.9599441,65.701516 C33.4362393,61.2961368 23.2841758,51.590103 21.4729513,47.1028331 C20.9508949,49.8162618 20.4730233,52.7779564 20.0397051,55.9873495 L19.7409156,58.200349 L17.7440225,57.1085575 C13.4850444,54.7799822 11.1915445,49.3294119 10.7688163,42.0457167 C10.4955355,37.3370323 12.0650178,31.5785766 12.88699,28.6097682 C10.93572,26.6312602 9.92121241,25.3917367 8.74501633,22.3555959 C8.54659203,21.8433988 7.6943731,18.9574377 7.38426911,18.1585184 C6.72932033,16.4711773 6.63548966,14.9978198 5.84811357,13.3766238 C5.46105767,12.5796813 5.01952588,11.8239083 4.49606374,11.0397563 C4.21874244,10.6243259 3.93059181,10.2177221 3.55950591,9.71232131 C3.53880819,9.68413203 2.84097325,8.74129864 2.65096754,8.47832176 C1.90996256,7.45273587 1.13430527,6.11596864 0.839202045,5.33335047 C0.339714666,4.00870248 0.230576302,3.26232623 0.839202045,1.89679074 C1.79992173,-0.258715902 3.92877819,-0.778996059 7.38426911,1.89679074 L14.291284,5.33335047 C28.2811812,5.9340911 38.6990588,11.9387431 45.3654819,23.269111 C51.433423,33.5822887 53.9362939,41.4874586 54.4353894,45.3533918 C67.3801171,51.6077708 73.1406866,54.7230096 75.5551295,57.1085575 L79.2095692,61.454802 L75.5551295,61.454802 C71.9490612,61.2249361 68.4260849,61.2953506 64.9851611,61.6657017 Z" id="Path-108" fill="#8BB5EB" fill-rule="nonzero"></path>
<path d="M15.6766374,13.02782 C16.8811436,13.6510977 17.5347649,14.4008026 17.6375011,15.2769349 C17.7916055,16.5911334 18.8341976,14.8018221 18.2133082,14.0896606 C17.7993819,13.6148862 16.953825,13.2609394 15.6766374,13.02782 Z" id="Path-109" stroke="#8BB5EB"></path>
</g>
<rect id="Rectangle-9" x="0" y="0" width="110" height="110"></rect>
</g>

Before

Width:  |  Height:  |  Size: 4.0 KiB

After

Width:  |  Height:  |  Size: 4.0 KiB

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="110px" height="110px" viewBox="0 0 110 110" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 46.2 (44496) - http://www.bohemiancoding.com/sketch -->
<!-- Generator: Sketch 48.1 (47250) - http://www.bohemiancoding.com/sketch -->
<title>Node_js</title>
<desc>Created with Sketch.</desc>
<defs></defs>
@@ -8,12 +8,12 @@
<g id="Node_js">
<g id="Group-2">
<g id="Group-72" transform="translate(15.197368, 10.855263)">
<polygon id="Path-91" fill="#B8E986" points="0 22.5391441 38.7424154 -1.13686838e-13 76.3181176 22.5391441 76.3181176 65.9656666 38.7424154 88.9311025 0 65.9656666"></polygon>
<polygon id="Path-91" fill="#D0E5FF" points="0 22.5391441 38.7424154 -1.13686838e-13 76.3181176 22.5391441 76.3181176 65.9656666 38.7424154 88.9311025 0 65.9656666"></polygon>
<g id="Group" transform="translate(3.783508, 31.595678)">
<polygon id="Path-92" fill="#646EF2" points="4.17701805 19.0622164 0.558596995 21.2332691 0.558596995 11.8253743 6.34807068 9.65432169 7.07175489 9.65432169 12.8612286 11.8253743 12.8612286 21.2332691 9.24280752 19.0622164 9.24280752 13.2727427 4.17701805 13.2727427"></polygon>
<path d="M46.8743865,11.0112296 L46.8743865,0.246426951 L49.7691233,0.970111162 L49.7691233,19.0622164 L49.0454391,19.0622164 L43.2559654,21.2332691 L37.4664917,19.0622164 L37.4664917,11.8253743 L43.2559654,9.65432169 L46.8743865,11.0112296 Z M43.2559654,17.614848 L46.1507023,16.1674796 L46.1507023,14.7201112 L43.2559654,13.2727427 L40.3612286,14.7201112 L40.3612286,16.1674796 L43.2559654,17.614848 Z" id="Combined-Shape" fill="#646EF2"></path>
<polygon id="Path-92" fill="#8BB5EB" points="4.17701805 19.0622164 0.558596995 21.2332691 0.558596995 11.8253743 6.34807068 9.65432169 7.07175489 9.65432169 12.8612286 11.8253743 12.8612286 21.2332691 9.24280752 19.0622164 9.24280752 13.2727427 4.17701805 13.2727427"></polygon>
<path d="M46.8743865,11.0112296 L46.8743865,0.246426951 L49.7691233,0.970111162 L49.7691233,19.0622164 L49.0454391,19.0622164 L43.2559654,21.2332691 L37.4664917,19.0622164 L37.4664917,11.8253743 L43.2559654,9.65432169 L46.8743865,11.0112296 Z M43.2559654,17.614848 L46.1507023,16.1674796 L46.1507023,14.7201112 L43.2559654,13.2727427 L40.3612286,14.7201112 L40.3612286,16.1674796 L43.2559654,17.614848 Z" id="Combined-Shape" fill="#8BB5EB"></path>
<path d="M20.0980707,19.0622164 L20.0980707,11.8253743 L25.8875444,9.65432169 L31.677018,11.8253743 L31.677018,19.0622164 L25.8875444,21.2332691 L20.0980707,19.0622164 Z M25.8875444,17.6225471 L28.7822812,16.1674796 L28.7822812,14.7201112 L25.8875444,13.2727427 L22.9928075,14.7201112 L22.9928075,16.1674796 L25.8875444,17.6225471 Z" id="Combined-Shape" fill="#FAFAFA"></path>
<path d="M63.5544478,14.0147571 L62.80163,13.2698844 L61.3526587,13.2698844 L59.1554637,14.7201112 L59.1554637,16.1674796 L61.3526587,17.614848 L67.8574855,17.614848 L67.8574855,15.4448205 L64.9888365,15.4340076 L61.3526587,15.4340076 L61.3526587,14.0276993 L63.5544478,14.0147571 Z M55.55538,19.0622164 L55.5668789,11.8311827 L61.3526587,9.65637188 L62.80163,9.65637188 L67.8574855,13.2698844 L67.8574855,17.614848 L62.8021259,21.2332691 L61.3526587,21.2332691 L55.55538,19.0622164 Z" id="Combined-Shape" fill="#646EF2"></path>
<path d="M63.5544478,14.0147571 L62.80163,13.2698844 L61.3526587,13.2698844 L59.1554637,14.7201112 L59.1554637,16.1674796 L61.3526587,17.614848 L67.8574855,17.614848 L62.8021259,21.2332691 L61.3526587,21.2332691 L55.55538,19.0622164 L55.5668789,11.8311827 L61.3526587,9.65637188 L62.80163,9.65637188 L67.8574855,13.2698844 L67.8574855,15.4448205 L64.9888365,15.4340076 L61.3526587,15.4340076 L61.3526587,14.0276993 L63.5544478,14.0147571 Z" id="Combined-Shape" fill="#8BB5EB"></path>
</g>
</g>
<rect id="Rectangle-11" x="0" y="0" width="110" height="110"></rect>

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="110px" height="110px" viewBox="0 0 110 110" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 46.2 (44496) - http://www.bohemiancoding.com/sketch -->
<!-- Generator: Sketch 48.1 (47250) - http://www.bohemiancoding.com/sketch -->
<title>Postrgresql</title>
<desc>Created with Sketch.</desc>
<defs></defs>
@@ -8,14 +8,14 @@
<g id="Postrgresql">
<g id="Group">
<g id="Group-75" transform="translate(8.333333, 8.333333)">
<path d="M41.1272542,68.3950071 C41.6283342,82.6871057 44.1581343,90.6365613 48.7166546,92.2433739 C55.554435,94.6535928 67.6034645,90.5970692 68.8046496,85.9581397 C69.6054396,82.86552 70.497865,76.2792084 71.4819257,66.199205 C84.8958239,63.7107359 91.2285584,60.6656279 90.480129,57.0638809 C89.7316996,53.4621339 84.9185925,52.79178 76.0408076,55.0528193 C87.1996345,35.2533542 91.554584,22.1355869 89.1056563,15.6995174 C85.4322646,6.04541325 78.4473573,0.417139473 65.1265917,0 C53.7572563,5.81418093 55.9184771,1.87183547 46.9592468,1.13957533 C39.4342436,2.32487058 37.5651232,3.38429001 36.141099,4.56562818 C34.7170748,5.74696636 17.2733645,-4.44771756 7.51209804,4.56562818 C-2.24916837,13.5789739 -4.78807343,35.1157194 14.0175485,65.2495635 C17.4691965,68.4678721 21.588025,68.7844193 26.3740342,66.199205 L33.0177811,57.8435072 L37.8755688,57.8435072 C31.1752633,60.6175333 27.9042202,63.0862187 28.0624395,65.2495635 C28.4555462,68.7356159 32.8104844,69.7840971 41.1272542,68.3950071 Z" id="Path-102" fill="#B8E986"></path>
<path d="M41.1272542,68.3950071 C41.6283342,82.6871057 44.1581343,90.6365613 48.7166546,92.2433739 C55.554435,94.6535928 67.6034645,90.5970692 68.8046496,85.9581397 C69.6054396,82.86552 70.497865,76.2792084 71.4819257,66.199205 C84.8958239,63.7107359 91.2285584,60.6656279 90.480129,57.0638809 C89.7316996,53.4621339 84.9185925,52.79178 76.0408076,55.0528193 C87.1996345,35.2533542 91.554584,22.1355869 89.1056563,15.6995174 C85.4322646,6.04541325 78.4473573,0.417139473 65.1265917,0 C53.7572563,5.81418093 55.9184771,1.87183547 46.9592468,1.13957533 C39.4342436,2.32487058 37.5651232,3.38429001 36.141099,4.56562818 C34.7170748,5.74696636 17.2733645,-4.44771756 7.51209804,4.56562818 C-2.24916837,13.5789739 -4.78807343,35.1157194 14.0175485,65.2495635 C17.4691965,68.4678721 21.588025,68.7844193 26.3740342,66.199205 L33.0177811,57.8435072 L37.8755688,57.8435072 C31.1752633,60.6175333 27.9042202,63.0862187 28.0624395,65.2495635 C28.4555462,68.7356159 32.8104844,69.7840971 41.1272542,68.3950071 Z" id="Path-102" fill="#D0E5FF"></path>
<g id="Group-74" transform="translate(2.743620, 0.808357)">
<path d="M42.6020785,62.7023746 C41.7628979,78.0421961 43.5535645,86.4619551 47.9740782,87.9616516 C54.6048488,90.2111962 63.3484858,86.3453982 64.5133057,82.0157171 C65.2898523,79.129263 66.3004228,72.6914822 67.5450172,62.7023746 C81.2004497,60.9706861 87.6652804,58.4240213 86.9395093,55.0623802 C85.8508526,50.0199186 69.5100061,61.1722009 71.7664583,52.3914769 C76.906502,46.8523536 88.2571863,25.7169936 84.6950044,16.7064682 C81.1328225,7.69594273 75.2710227,2.19192266 62.3535355,1.80259126 C57.5191213,5.12738042 55.1136716,2.17314231 46.4256768,1.48969737 C39.1284886,2.5959764 35.6264744,4.96127183 34.2455617,6.06385758 C32.864649,7.16644333 15.1137239,-2.62205794 6.48328694,6.06385758 C-2.14715003,14.7497731 -4.38227403,34.5773653 13.8540187,62.7023746 C17.20117,65.7061387 20.6063695,65.1960808 24.0696172,61.1722009 L30.7148692,53.5173451 C34.511233,55.5774826 36.2152714,56.7329635 35.8269844,56.9837878 C35.6159239,62.7023746 25.2260337,61.6601575 26.1848717,63.5887094 C27.6331843,66.1484286 33.1055865,65.8529837 42.6020785,62.7023746 Z" id="Path-102" fill="#646EF2"></path>
<ellipse id="Oval-15" stroke="#B8E986" stroke-width="2" fill="#B8E986" cx="37.3945231" cy="29.9262348" rx="1.62584883" ry="1.0816786"></ellipse>
<path d="M69.8247252,19.906187 C68.457027,16.1012734 66.5037529,13.2086637 63.9890477,10.8630379 C62.1669361,9.16343823 56.853347,5.70731359 56.4807938,5.36972731 C53.4838813,2.65409717 42.6038319,2.25566342 35.8765283,6.42467849 C30.6530644,9.66174059 27.6812954,16.5802872 27.0964232,27.3436105 C26.4747748,37.2480496 26.3183127,43.3570128 26.6128001,45.4712188 C26.8649177,47.2812414 28.9759102,51.4588815 32.1578144,54.2036331 L29.4943067,55.5125481 C25.8018885,52.3274206 23.9386144,48.5991492 23.5612868,45.8902097 C23.2263288,43.4854537 23.3845893,37.306272 24.0210859,27.1661186 C24.6539274,15.518953 28.0167112,7.69008863 34.2453849,3.83008235 C42.0914633,-1.03225491 54.4863894,-0.578345498 58.5574488,3.11061486 C58.6813518,3.22288863 64.0199345,6.69526993 66.0983289,8.63392082 C68.9612838,11.3043813 71.1900102,14.6049093 72.7260488,18.878143 C72.9474233,19.4940031 73.4686167,22.4511721 73.5493231,23.3393886 C73.7462413,25.5065767 73.8124569,28.2306757 73.7740264,31.458039 C73.7474627,33.6888392 73.6744979,36.0090561 73.5584862,38.7140705 C73.5337903,39.2898986 73.5085624,39.8523161 73.4758437,40.5635504 C73.4372324,41.3986088 73.4188872,41.7960753 73.4040029,42.1267995 C73.3563192,43.1863146 73.3353826,43.7688643 73.3353826,44.086375 C73.3353826,45.8159949 72.7995443,48.4977609 71.7356833,52.2170991 L70.9574914,54.9377167 L69.0906185,52.8015654 C60.6666983,43.1625759 56.7645256,36.1987629 57.5049386,31.5251401 C58.5110673,25.1742712 61.1727342,21.6496991 65.0856425,21.5668349 C66.5459602,21.5359096 68.2365235,21.52917 70.1581284,21.5465334 C70.0207024,20.7746099 69.8801816,20.0604658 69.8247252,19.906187 Z M65.1513345,24.6246789 C63.0636072,24.668891 61.3500935,26.9379211 60.5480797,32.0003797 C60.049019,35.1505421 63.0087204,40.7744594 69.519861,48.5768663 C70.0107497,46.5589127 70.2548269,45.0521194 70.2548269,44.086375 C70.2548269,43.7046441 70.2764912,43.101845 70.3265179,41.9902693 C70.3414939,41.6575086 70.3599362,41.2579387 70.3984962,40.4240005 C70.4310825,39.7156438 70.4561799,39.1561346 70.4807195,38.5839523 C70.595502,35.9075981 70.6675544,33.6163966 70.693686,31.4218816 C70.7251932,28.7759318 70.6844746,26.488479 70.5590722,24.6091864 C68.4881928,24.586996 66.6852847,24.5921943 65.1513345,24.6246789 Z" id="Path-103" fill="#B8E986" fill-rule="nonzero"></path>
<path d="M35.414288,58.4463114 L38.889557,56.7447608 C39.5897562,56.4019314 40.1489695,56.19799 40.5427916,56.1269094 C40.7319754,56.0927637 40.7555173,56.0955492 40.6601928,56.0300642 C40.9905848,56.2570332 41.5370564,56.9483377 41.8716528,57.7475764 C42.3362208,58.8572737 41.0252732,62.1726097 40.5427916,63.4658413 L42.4130016,66.0236892 C43.7935572,62.3232824 44.6411826,55.045585 42.4130016,53.5148936 C41.9172451,53.1743242 41.3596018,53.0216621 40.7284266,53.0315835 L43.8547762,44.6825264 L43.9322675,44.3894272 C44.6241082,40.0633456 45.0878817,36.346353 45.3231544,33.2346848 C45.6585494,28.7988179 43.4034575,25.8083552 39.1305909,22.6367572 C36.8634351,20.9539275 32.7810926,22.2043749 26.3216369,25.9437965 L26.3216369,29.4398177 C31.6199277,26.3726021 36.4964949,24.5003495 37.2860372,25.0863989 C40.7849485,27.6835171 42.483361,29.935771 42.2512423,33.0057262 C42.0256307,35.9896189 41.5799498,39.5754775 40.9137809,43.759669 L35.414288,58.4463114 Z" id="Combined-Shape" fill="#B8E986" fill-rule="nonzero"></path>
<path d="M71.4582777,50.4843929 C67.3008289,53.8093358 65.4917605,60.4560666 67.1012461,64.1187171 L69.8147056,62.9822622 C68.8445105,60.774423 69.1877645,56.4947794 72.3706705,53.9492326 L71.4582777,50.4843929 Z" id="Path-105" fill="#B8E986"></path>
<ellipse id="Oval-15" stroke="#B8E986" stroke-width="2" fill="#B8E986" cx="66.6598021" cy="28.8445562" rx="1.62584883" ry="1.0816786"></ellipse>
<path d="M42.6020785,62.7023746 C41.7628979,78.0421961 43.5535645,86.4619551 47.9740782,87.9616516 C54.6048488,90.2111962 63.3484858,86.3453982 64.5133057,82.0157171 C65.2898523,79.129263 66.3004228,72.6914822 67.5450172,62.7023746 C81.2004497,60.9706861 87.6652804,58.4240213 86.9395093,55.0623802 C85.8508526,50.0199186 69.5100061,61.1722009 71.7664583,52.3914769 C76.906502,46.8523536 88.2571863,25.7169936 84.6950044,16.7064682 C81.1328225,7.69594273 75.2710227,2.19192266 62.3535355,1.80259126 C57.5191213,5.12738042 55.1136716,2.17314231 46.4256768,1.48969737 C39.1284886,2.5959764 35.6264744,4.96127183 34.2455617,6.06385758 C32.864649,7.16644333 15.1137239,-2.62205794 6.48328694,6.06385758 C-2.14715003,14.7497731 -4.38227403,34.5773653 13.8540187,62.7023746 C17.20117,65.7061387 20.6063695,65.1960808 24.0696172,61.1722009 L30.7148692,53.5173451 C34.511233,55.5774826 36.2152714,56.7329635 35.8269844,56.9837878 C35.6159239,62.7023746 25.2260337,61.6601575 26.1848717,63.5887094 C27.6331843,66.1484286 33.1055865,65.8529837 42.6020785,62.7023746 Z" id="Path-102" fill="#8BB5EB"></path>
<ellipse id="Oval-15" stroke="#D0E5FF" stroke-width="2" fill="#D0E5FF" cx="37.3945231" cy="29.9262348" rx="1.62584883" ry="1.0816786"></ellipse>
<path d="M69.8247252,19.906187 C68.457027,16.1012734 66.5037529,13.2086637 63.9890477,10.8630379 C62.1669361,9.16343823 56.853347,5.70731359 56.4807938,5.36972731 C53.4838813,2.65409717 42.6038319,2.25566342 35.8765283,6.42467849 C30.6530644,9.66174059 27.6812954,16.5802872 27.0964232,27.3436105 C26.4747748,37.2480496 26.3183127,43.3570128 26.6128001,45.4712188 C26.8649177,47.2812414 28.9759102,51.4588815 32.1578144,54.2036331 L29.4943067,55.5125481 C25.8018885,52.3274206 23.9386144,48.5991492 23.5612868,45.8902097 C23.2263288,43.4854537 23.3845893,37.306272 24.0210859,27.1661186 C24.6539274,15.518953 28.0167112,7.69008863 34.2453849,3.83008235 C42.0914633,-1.03225491 54.4863894,-0.578345498 58.5574488,3.11061486 C58.6813518,3.22288863 64.0199345,6.69526993 66.0983289,8.63392082 C68.9612838,11.3043813 71.1900102,14.6049093 72.7260488,18.878143 C72.9474233,19.4940031 73.4686167,22.4511721 73.5493231,23.3393886 C73.7462413,25.5065767 73.8124569,28.2306757 73.7740264,31.458039 C73.7474627,33.6888392 73.6744979,36.0090561 73.5584862,38.7140705 C73.5337903,39.2898986 73.5085624,39.8523161 73.4758437,40.5635504 C73.4372324,41.3986088 73.4188872,41.7960753 73.4040029,42.1267995 C73.3563192,43.1863146 73.3353826,43.7688643 73.3353826,44.086375 C73.3353826,45.8159949 72.7995443,48.4977609 71.7356833,52.2170991 L70.9574914,54.9377167 L69.0906185,52.8015654 C60.6666983,43.1625759 56.7645256,36.1987629 57.5049386,31.5251401 C58.5110673,25.1742712 61.1727342,21.6496991 65.0856425,21.5668349 C66.5459602,21.5359096 68.2365235,21.52917 70.1581284,21.5465334 C70.0207024,20.7746099 69.8801816,20.0604658 69.8247252,19.906187 Z M65.1513345,24.6246789 C63.0636072,24.668891 61.3500935,26.9379211 60.5480797,32.0003797 C60.049019,35.1505421 63.0087204,40.7744594 69.519861,48.5768663 C70.0107497,46.5589127 70.2548269,45.0521194 70.2548269,44.086375 C70.2548269,43.7046441 70.2764912,43.101845 70.3265179,41.9902693 C70.3414939,41.6575086 70.3599362,41.2579387 70.3984962,40.4240005 C70.4310825,39.7156438 70.4561799,39.1561346 70.4807195,38.5839523 C70.595502,35.9075981 70.6675544,33.6163966 70.693686,31.4218816 C70.7251932,28.7759318 70.6844746,26.488479 70.5590722,24.6091864 C68.4881928,24.586996 66.6852847,24.5921943 65.1513345,24.6246789 Z" id="Path-103" fill="#D0E5FF" fill-rule="nonzero"></path>
<path d="M35.414288,58.4463114 L38.889557,56.7447608 C39.5897562,56.4019314 40.1489695,56.19799 40.5427916,56.1269094 C40.7319754,56.0927637 40.7555173,56.0955492 40.6601928,56.0300642 C40.9905848,56.2570332 41.5370564,56.9483377 41.8716528,57.7475764 C42.3362208,58.8572737 41.0252732,62.1726097 40.5427916,63.4658413 L42.4130016,66.0236892 C43.7935572,62.3232824 44.6411826,55.045585 42.4130016,53.5148936 C41.9172451,53.1743242 41.3596018,53.0216621 40.7284266,53.0315835 L43.8547762,44.6825264 L43.9322675,44.3894272 C44.6241082,40.0633456 45.0878817,36.346353 45.3231544,33.2346848 C45.6585494,28.7988179 43.4034575,25.8083552 39.1305909,22.6367572 C36.8634351,20.9539275 32.7810926,22.2043749 26.3216369,25.9437965 L26.3216369,29.4398177 C31.6199277,26.3726021 36.4964949,24.5003495 37.2860372,25.0863989 C40.7849485,27.6835171 42.483361,29.935771 42.2512423,33.0057262 C42.0256307,35.9896189 41.5799498,39.5754775 40.9137809,43.759669 L35.414288,58.4463114 Z" id="Combined-Shape" fill="#D0E5FF" fill-rule="nonzero"></path>
<path d="M71.4582777,50.4843929 C67.3008289,53.8093358 65.4917605,60.4560666 67.1012461,64.1187171 L69.8147056,62.9822622 C68.8445105,60.774423 69.1877645,56.4947794 72.3706705,53.9492326 L71.4582777,50.4843929 Z" id="Path-105" fill="#D0E5FF"></path>
<ellipse id="Oval-15" stroke="#D0E5FF" stroke-width="2" fill="#D0E5FF" cx="66.6598021" cy="28.8445562" rx="1.62584883" ry="1.0816786"></ellipse>
</g>
</g>
<rect id="Rectangle-9" x="0" y="0" width="110" height="110"></rect>

Before

Width:  |  Height:  |  Size: 6.8 KiB

After

Width:  |  Height:  |  Size: 6.8 KiB

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="110px" height="110px" viewBox="0 0 110 110" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 46.2 (44496) - http://www.bohemiancoding.com/sketch -->
<!-- Generator: Sketch 48.1 (47250) - http://www.bohemiancoding.com/sketch -->
<title>Python</title>
<desc>Created with Sketch.</desc>
<defs></defs>
@@ -8,8 +8,8 @@
<g id="Python">
<g id="Group">
<g id="Group-73" transform="translate(13.508772, 13.508772)">
<path d="M19.4525379,63.4767025 L9.21436004,63.4767025 C3.07145335,59.2007937 1.0759596e-12,52.1478268 4.54747351e-13,42.3178017 C-1.65968806e-13,32.518885 3.07145335,25.8017736 9.21436004,22.1664675 L43.0003469,22.1664675 L43.0003469,19.1437674 L22.5239912,19.1437674 L22.5239912,6.04540024 C26.6391701,2.01513341 33.464622,1.52810078e-13 43.0003469,0 C52.6154076,-1.52800917e-13 59.4408595,2.68684455 63.4767025,8.06053365 L63.4767025,35.2648347 L56.309978,41.310235 L29.6907157,41.310235 L19.4525379,50.3783353 L19.4525379,63.4767025 Z M31.7383513,14.1059339 C33.2054787,14.1059339 34.8098046,12.5270735 34.8098046,11.0832338 C34.8098046,8.63182738 33.2054787,7.05296695 31.7383513,7.05296695 C29.247406,7.05296695 27.6430801,8.63182738 27.6430801,11.0832338 C27.6430801,12.5270735 29.247406,14.1059339 31.7383513,14.1059339 Z" id="Combined-Shape" fill="#646EF2"></path>
<path d="M41.5320552,85.5555556 L31.3327719,85.5555556 C25.1634927,81.2796468 22.078853,74.2344569 22.078853,64.419986 C22.078853,54.6055152 25.1069626,47.8755708 31.1631816,44.2301529 L65.1387018,44.2301529 L65.1387018,41.1938825 L44.6226407,41.1938825 L44.6226407,28.1153818 C48.724622,24.0910293 55.563309,22.078853 65.1387018,22.078853 C74.7140946,22.078853 81.5197125,24.775111 85.5555556,30.167627 L85.5555556,57.3397526 L78.4268822,63.3569159 L51.7244749,63.3569159 L41.5320552,72.4821967 L41.5320552,85.5555556 Z M53.3001826,36.1812939 C55.2792189,36.1812939 56.8835448,34.6024335 56.8835448,32.6548104 C56.8835448,30.7071874 55.2792189,29.1283269 53.3001826,29.1283269 C51.3211463,29.1283269 49.7168204,30.7071874 49.7168204,32.6548104 C49.7168204,34.6024335 51.3211463,36.1812939 53.3001826,36.1812939 Z" id="Combined-Shape" fill="#B8E986" transform="translate(53.817204, 53.817204) scale(-1, -1) translate(-53.817204, -53.817204) "></path>
<path d="M19.4525379,63.4767025 L9.21436004,63.4767025 C3.07145335,59.2007937 6.21212246e-13,52.1478268 0,42.3178017 C-6.20716157e-13,32.518885 3.07145335,25.8017736 9.21436004,22.1664675 L43.0003469,22.1664675 L43.0003469,19.1437674 L22.5239912,19.1437674 L22.5239912,6.04540024 C26.6391701,2.01513341 33.464622,1.52810078e-13 43.0003469,0 C52.6154076,-1.52800917e-13 59.4408595,2.68684455 63.4767025,8.06053365 L63.4767025,35.2648347 L56.309978,41.310235 L29.6907157,41.310235 L19.4525379,50.3783353 L19.4525379,63.4767025 Z M31.7383513,14.1059339 C33.2054787,14.1059339 34.8098046,12.5270735 34.8098046,11.0832338 C34.8098046,8.63182738 33.2054787,7.05296695 31.7383513,7.05296695 C29.247406,7.05296695 27.6430801,8.63182738 27.6430801,11.0832338 C27.6430801,12.5270735 29.247406,14.1059339 31.7383513,14.1059339 Z" id="Combined-Shape" fill="#8BB5EB"></path>
<path d="M41.5320552,85.5555556 L31.3327719,85.5555556 C25.1634927,81.2796468 22.078853,74.2344569 22.078853,64.419986 C22.078853,54.6055152 25.1069626,47.8755708 31.1631816,44.2301529 L65.1387018,44.2301529 L65.1387018,41.1938825 L44.6226407,41.1938825 L44.6226407,28.1153818 C48.724622,24.0910293 55.563309,22.078853 65.1387018,22.078853 C74.7140946,22.078853 81.5197125,24.775111 85.5555556,30.167627 L85.5555556,57.3397526 L78.4268822,63.3569159 L51.7244749,63.3569159 L41.5320552,72.4821967 L41.5320552,85.5555556 Z M53.3001826,36.1812939 C55.2792189,36.1812939 56.8835448,34.6024335 56.8835448,32.6548104 C56.8835448,30.7071874 55.2792189,29.1283269 53.3001826,29.1283269 C51.3211463,29.1283269 49.7168204,30.7071874 49.7168204,32.6548104 C49.7168204,34.6024335 51.3211463,36.1812939 53.3001826,36.1812939 Z" id="Combined-Shape" fill="#D0E5FF" transform="translate(53.817204, 53.817204) scale(-1, -1) translate(-53.817204, -53.817204) "></path>
</g>
<rect id="Rectangle-11" x="0" y="0" width="110" height="110"></rect>
</g>

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

@@ -1,25 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="110px" height="110px" viewBox="0 0 110 110" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 46.2 (44496) - http://www.bohemiancoding.com/sketch -->
<!-- Generator: Sketch 48.1 (47250) - http://www.bohemiancoding.com/sketch -->
<title>Rails</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="assets" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Rails">
<g id="Group-2">
<g id="Group" transform="translate(2.894737, 7.960526)">
<g id="Group-65" transform="translate(0.000000, 48.683885)" fill-rule="nonzero" fill="#B8E986">
<g id="Group" transform="translate(2.894737, 10.960526)">
<g id="Group-65" transform="translate(0.000000, 45.683885)" fill="#D0E5FF" fill-rule="nonzero">
<polygon id="Path-59" points="19.308474 28.3586693 86.0183853 28.3586693 86.0183853 23.7158035 19.308474 23.7158035"></polygon>
<polygon id="Path-60" points="28.4886079 14.4300719 73.8356645 14.4300719 73.8356645 9.78720615 28.4886079 9.78720615"></polygon>
<polygon id="Path-60" transform="translate(21.208403, 21.295448) scale(-1, 1) rotate(-315.000000) translate(-21.208403, -21.295448) " points="-4.18822746 22.6109193 41.5999339 25.8313312 46.6050328 20.6676974 1.48347814 16.7595642"></polygon>
<polygon id="Path-60" transform="translate(82.665893, 21.295448) rotate(-315.000000) translate(-82.665893, -21.295448) " points="57.2692624 22.6109193 103.057424 25.8313312 108.062523 20.6676974 62.940968 16.7595642"></polygon>
</g>
<g id="Group-25" transform="translate(20.826539, 0.000000)">
<polygon id="Path-52" fill="#646EF2" points="2.83920471 52.3773296 56.5780486 52.3773296 18.7176817 34.159128"></polygon>
<polygon id="Path-53" fill="#818AFF" points="33.0285915 13.6636512 56.1494861 52.1697435 18.4809406 34.8318023"></polygon>
<polygon id="Path-54" fill="#646EF2" points="41.4486019 0 56.0244887 51.9631679 31.8881428 15.3484918"></polygon>
<polygon id="Path-55" fill="#646EF2" points="2.90689747 51.999501 0.0544145068 24.9137693 16.6660648 0 40.2806193 0 31.2310061 15.8458163 17.8907008 34.2830948"></polygon>
<polygon id="Path-56" fill="#818AFF" points="16.4196127 34.9628515 30.569283 14.7013391 8.9589405 11.9295931"></polygon>
<g transform="translate(21.105263, 0.039474)" id="Group-25">
<g>
<polygon id="Path-52" fill="#8BB5EB" points="3.5846313 50.4008266 55.6079125 50.4008266 18.9562027 32.8701043"></polygon>
<polygon id="Path-53" fill="#B1D2FD" points="32.81025 13.1480417 55.1930314 50.201074 18.7270193 33.5173946"></polygon>
<polygon id="Path-54" fill="#8BB5EB" points="40.9614593 0 55.0720245 50.0022936 31.706209 14.7693034"></polygon>
<polygon id="Path-55" fill="#8BB5EB" points="2.81409747 50.0372557 0.0526773742 23.973627 16.1340162 0 38.9946979 0 30.2339852 15.247861 17.3195568 32.9893931"></polygon>
<polygon id="Path-56" fill="#B1D2FD" points="16.7314973 33.6434986 30.4294525 14.1465715 9.5090002 11.4794198"></polygon>
</g>
</g>
</g>
<rect id="Rectangle-9" x="0" y="0" width="110" height="110"></rect>

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

View File

@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="110px" height="110px" viewBox="0 0 110 110" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 46.2 (44496) - http://www.bohemiancoding.com/sketch -->
<!-- Generator: Sketch 48.1 (47250) - http://www.bohemiancoding.com/sketch -->
<title>React</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="assets" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="React">
<g id="Group">
<g id="Group-76" transform="translate(13.750000, 10.421053)" fill="#646EF2">
<g id="Group-76" transform="translate(13.750000, 10.421053)" fill="#8BB5EB">
<path d="M42.625,88.5789474 C32.3818726,88.5789474 24.75,69.4253728 24.75,45.9539474 C24.75,22.482522 32.3818726,3.32894737 42.625,3.32894737 C52.8681274,3.32894737 60.5,22.482522 60.5,45.9539474 C60.5,69.4253728 52.8681274,88.5789474 42.625,88.5789474 Z M42.625,85.5733237 C50.4807041,85.5733237 57.5208333,67.9048368 57.5208333,45.9539474 C57.5208333,24.003058 50.4807041,6.33457104 42.625,6.33457104 C34.7692959,6.33457104 27.7291667,24.003058 27.7291667,45.9539474 C27.7291667,67.9048368 34.7692959,85.5733237 42.625,85.5733237 Z" id="Oval-16" fill-rule="nonzero" transform="translate(42.625000, 45.953947) rotate(-330.000000) translate(-42.625000, -45.953947) "></path>
<path d="M42.625,88.5789474 C32.3818726,88.5789474 24.75,69.4253728 24.75,45.9539474 C24.75,22.482522 32.3818726,3.32894737 42.625,3.32894737 C52.8681274,3.32894737 60.5,22.482522 60.5,45.9539474 C60.5,69.4253728 52.8681274,88.5789474 42.625,88.5789474 Z M42.625,85.5733237 C50.4807041,85.5733237 57.5208333,67.9048368 57.5208333,45.9539474 C57.5208333,24.003058 50.4807041,6.33457104 42.625,6.33457104 C34.7692959,6.33457104 27.7291667,24.003058 27.7291667,45.9539474 C27.7291667,67.9048368 34.7692959,85.5733237 42.625,85.5733237 Z" id="Oval-16" fill-rule="nonzero" transform="translate(42.625000, 45.953947) rotate(-270.000000) translate(-42.625000, -45.953947) "></path>
<path d="M42.625,88.5789474 C32.3818726,88.5789474 24.75,69.4253728 24.75,45.9539474 C24.75,22.482522 32.3818726,3.32894737 42.625,3.32894737 C52.8681274,3.32894737 60.5,22.482522 60.5,45.9539474 C60.5,69.4253728 52.8681274,88.5789474 42.625,88.5789474 Z M42.625,85.5733237 C50.4807041,85.5733237 57.5208333,67.9048368 57.5208333,45.9539474 C57.5208333,24.003058 50.4807041,6.33457104 42.625,6.33457104 C34.7692959,6.33457104 27.7291667,24.003058 27.7291667,45.9539474 C27.7291667,67.9048368 34.7692959,85.5733237 42.625,85.5733237 Z" id="Oval-16" fill-rule="nonzero" transform="translate(42.625000, 45.953947) rotate(-30.000000) translate(-42.625000, -45.953947) "></path>

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="110px" height="110px" viewBox="0 0 110 110" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 46.2 (44496) - http://www.bohemiancoding.com/sketch -->
<!-- Generator: Sketch 48.1 (47250) - http://www.bohemiancoding.com/sketch -->
<title>Redis</title>
<desc>Created with Sketch.</desc>
<defs></defs>
@@ -9,19 +9,19 @@
<g id="Group">
<g id="Group-82" transform="translate(17.769231, 16.076923)">
<g id="Group-81" transform="translate(0.000000, 19.250000)">
<polygon id="Path-128" fill="#818AFF" points="-2.27373675e-13 31.3858696 37.296875 47.7065217 74.59375 31.3858696 38.5401042 16.3206522"></polygon>
<polygon id="Path-129" fill="#646EF2" points="2.27373675e-13 41.4293478 2.27373675e-13 31.3858696 37.296875 47.7065217 74.59375 31.3858696 74.59375 40.173913 36.0536458 57.75"></polygon>
<polygon id="Path-128" fill="#818AFF" points="-2.27373675e-13 15.0652174 37.296875 31.3858696 74.59375 15.0652174 38.5401042 0"></polygon>
<polygon id="Path-129" fill="#646EF2" points="2.27373675e-13 25.1086957 2.27373675e-13 15.0652174 37.296875 31.3858696 74.59375 15.0652174 74.59375 23.8532609 36.0536458 41.4293478"></polygon>
<polygon id="Path-128" fill="#B1D2FD" points="-2.27373675e-13 31.3858696 37.296875 47.7065217 74.59375 31.3858696 38.5401042 16.3206522"></polygon>
<polygon id="Path-129" fill="#8BB5EB" points="2.27373675e-13 41.4293478 2.27373675e-13 31.3858696 37.296875 47.7065217 74.59375 31.3858696 74.59375 40.173913 36.0536458 57.75"></polygon>
<polygon id="Path-128" fill="#B1D2FD" points="-2.27373675e-13 15.0652174 37.296875 31.3858696 74.59375 15.0652174 38.5401042 0"></polygon>
<polygon id="Path-129" fill="#8BB5EB" points="2.27373675e-13 25.1086957 2.27373675e-13 15.0652174 37.296875 31.3858696 74.59375 15.0652174 74.59375 23.8532609 36.0536458 41.4293478"></polygon>
</g>
<g id="Group-80">
<polygon id="Path-128" fill="#818AFF" points="-2.27373675e-13 14.875 37.296875 30.9895833 74.59375 14.875 38.5401042 0"></polygon>
<polygon id="Path-129" fill="#646EF2" points="2.27373675e-13 24.7916667 2.27373675e-13 14.875 37.296875 30.9895833 74.59375 14.875 74.59375 23.5520833 36.0536458 40.90625"></polygon>
<polygon id="Path-128" fill="#B1D2FD" points="-2.27373675e-13 14.875 37.296875 30.9895833 74.59375 14.875 38.5401042 0"></polygon>
<polygon id="Path-129" fill="#8BB5EB" points="2.27373675e-13 24.7916667 2.27373675e-13 14.875 37.296875 30.9895833 74.59375 14.875 74.59375 23.5520833 36.0536458 40.90625"></polygon>
<path d="M23.5972995,18.8476241 C27.0303821,18.8476241 32.2758491,19.2395095 32.2758491,15.8164946 C32.2758491,12.3934798 27.8193028,12.5004629 24.3862202,12.5004629 C20.9531377,12.5004629 14.91875,11.6087489 14.91875,15.0317638 C14.91875,18.4547786 20.164217,18.8476241 23.5972995,18.8476241 Z" id="Oval-19" fill="#FFFFFF"></path>
<polygon id="Path-130" fill="#FFFFFF" points="31.0807292 22.1515426 40.6176969 26.7042184 45.2082041 19.8333333"></polygon>
<polygon id="Path-131" fill="#FFFFFF" points="40.0462165 12.3581409 37.8402844 8.79708437 31.0807292 7.92864208 36.072517 6.16251402 34.8020174 2.47916667 39.0734556 5.00030782 44.0799081 3.65289302 42.9262821 6.9206287 46.4413753 7.92864208 41.7264399 8.79708437"></polygon>
<polygon id="Path-132" fill="#545EE1" points="44.0401093 15.733993 56.3981113 9.91666667 56.9820345 17.0011176 52.1595164 19.0832798"></polygon>
<polygon id="Path-133" fill="#202CCA" points="56.8331957 16.9918129 64.1345507 13.8360899 55.5904737 10.4888643"></polygon>
<polygon id="Path-132" fill="#8BB5EB" points="44.0401093 15.733993 56.3981113 9.91666667 56.9820345 17.0011176 52.1595164 19.0832798"></polygon>
<polygon id="Path-133" fill="#6BA3EA" points="56.8331957 16.9918129 64.1345507 13.8360899 55.5904737 10.4888643"></polygon>
</g>
</g>
<rect id="Rectangle-9" x="0" y="0" width="110" height="110"></rect>

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

View File

@@ -1,19 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="110px" height="110px" viewBox="0 0 110 110" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 46.2 (44496) - http://www.bohemiancoding.com/sketch -->
<!-- Generator: Sketch 48.1 (47250) - http://www.bohemiancoding.com/sketch -->
<title>Ruby</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="assets" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Ruby">
<g id="Group-2">
<g id="Group" transform="translate(23.000000, 25.000000)">
<g id="Group" transform="translate(22.000000, 25.000000)">
<g id="Group-25">
<polygon id="Path-52" fill="#646EF2" points="3.28750018 60.2833417 65.5114247 60.2833417 21.6731051 39.3152228"></polygon>
<polygon id="Path-53" fill="#818AFF" points="38.2436323 15.7260891 65.0151945 60.0444218 21.3989839 40.0894328"></polygon>
<polygon id="Path-54" fill="#646EF2" points="47.993118 0 64.8704606 59.8066649 36.9231128 17.6652453"></polygon>
<polygon id="Path-55" fill="#646EF2" points="3.36588128 59.8484823 0.0630062711 28.6743382 19.2975488 0 46.6407171 0 36.1622175 18.2376376 20.7155483 39.4579015"></polygon>
<polygon id="Path-56" fill="#818AFF" points="19.0121831 40.240263 35.3960118 16.9204091 10.37351 13.7302864"></polygon>
<polygon id="Path-52" fill="#8BB5EB" points="4.28750018 60.2833417 66.5114247 60.2833417 22.6731051 39.3152228"></polygon>
<polygon id="Path-53" fill="#B1D2FD" points="39.2436323 15.7260891 66.0151945 60.0444218 22.3989839 40.0894328"></polygon>
<polygon id="Path-54" fill="#8BB5EB" points="48.993118 0 65.8704606 59.8066649 37.9231128 17.6652453"></polygon>
<polygon id="Path-55" fill="#8BB5EB" points="3.36588128 59.8484823 0.0630062711 28.6743382 19.2975488 0 46.6407171 0 36.1622175 18.2376376 20.7155483 39.4579015"></polygon>
<polygon id="Path-56" fill="#B1D2FD" points="20.0121831 40.240263 36.3960118 16.9204091 11.37351 13.7302864"></polygon>
</g>
</g>
<rect id="Rectangle-9" x="0" y="0" width="110" height="110"></rect>

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

12
img/third.svg Normal file
View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="140px" height="210px" viewBox="0 0 140 210" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 48.1 (47250) - http://www.bohemiancoding.com/sketch -->
<title>number 3</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="assets" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="number-3" fill="#E0E0E0">
<path d="M46.6901408,92.3663102 L66.2676056,92.3663102 C78.5681366,92.1791434 88.2394014,88.9505661 95.2816901,82.6804813 C102.323979,76.4103965 105.84507,67.9412298 105.84507,57.2727273 C105.84507,33.3153882 93.8733592,21.3368984 69.9295775,21.3368984 C58.6619155,21.3368984 49.6713951,24.5420802 42.9577465,30.9525401 C36.2440979,37.363 32.8873239,45.8555621 32.8873239,56.4304813 L6.83098592,56.4304813 C6.83098592,40.2405608 12.7698937,26.7881552 24.6478873,16.072861 C36.525881,5.35756674 51.6196268,0 69.9295775,0 C89.2723972,0 104.436565,5.10021638 115.422535,15.3008021 C126.408506,25.5013879 131.901408,39.6790536 131.901408,57.8342246 C131.901408,66.7246434 129.014113,75.334183 123.239437,83.6631016 C117.46476,91.9920203 109.600989,98.2152201 99.6478873,102.332888 C110.915549,105.889055 119.624382,111.784718 125.774648,120.020053 C131.924913,128.255389 135,138.315449 135,150.200535 C135,168.542872 128.99067,183.094866 116.971831,193.856952 C104.952992,204.619038 89.3193451,210 70.0704225,210 C50.8215,210 35.1643796,204.806202 23.0985915,194.418449 C11.0328035,184.030697 5,170.320941 5,153.28877 L31.1971831,153.28877 C31.1971831,164.050856 34.7182746,172.660396 41.7605634,179.117647 C48.8028521,185.574899 58.2393775,188.803476 70.0704225,188.803476 C82.6526451,188.803476 92.276962,185.528108 98.943662,178.977273 C105.610362,172.426438 108.943662,163.021452 108.943662,150.762032 C108.943662,138.876946 105.281727,129.752706 97.9577465,123.389037 C90.6337662,117.025369 80.0704915,113.750001 66.2676056,113.562834 L46.6901408,113.562834 L46.6901408,92.3663102 Z" id="3"></path>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.1 KiB

12
img/two.svg Normal file
View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="140px" height="210px" viewBox="0 0 140 210" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 48.1 (47250) - http://www.bohemiancoding.com/sketch -->
<title>number 2</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="assets" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="number-2" fill="#E0E0E0">
<path d="M139,208 L4.93482688,208 L4.93482688,189.257453 L75.7617108,110.341463 C86.2546349,98.4100578 93.4918335,88.7100644 97.4735234,81.2411924 C101.455213,73.7723204 103.446029,66.045207 103.446029,58.0596206 C103.446029,47.3495399 100.213882,38.5655266 93.7494908,31.7073171 C87.2851001,24.8491075 78.6660416,21.4200542 67.892057,21.4200542 C54.9632755,21.4200542 44.9155145,25.1074609 37.7484725,32.4823848 C30.5814306,39.8573088 26.9979633,50.1209821 26.9979633,63.2737127 L1,63.2737127 C1,44.3901495 7.06613078,29.1238162 19.1985743,17.4742547 C31.3310179,5.82469333 47.5620165,0 67.892057,0 C86.9104821,0 101.946992,5.00266 113.002037,15.0081301 C124.057082,25.0136002 129.584521,38.3305402 129.584521,54.9593496 C129.584521,75.1581859 116.749619,99.2085326 91.0794297,127.111111 L36.2729124,186.720867 L139,186.720867 L139,208 Z" id="2"></path>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@@ -1,42 +1,103 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="540px" height="530px" viewBox="0 0 540 530" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 47 (45396) - http://www.bohemiancoding.com/sketch -->
<title>UX_UI_Design_parallax@3x</title>
<!-- Generator: Sketch 48.1 (47250) - http://www.bohemiancoding.com/sketch -->
<title>UX_UI_Design</title>
<desc>Created with Sketch.</desc>
<defs>
<path d="M345.869893,18.2298165 L13.8698932,253.229816 C0.577119113,263.32235 -3.22665891,282.105645 5.86989319,296.229816 L113.869893,474.229816 L345.869893,474.229816 L345.869893,18.2298165 Z" id="path-1"></path>
<filter x="-0.9%" y="-0.4%" width="101.2%" height="100.7%" filterUnits="objectBoundingBox" id="filter-2">
<path d="M399.869893,18.2298165 L67.8698932,253.229816 C54.5771191,263.32235 50.7733411,282.105645 59.8698932,296.229816 L167.869893,474.229816 L399.869893,474.229816 L399.869893,18.2298165 Z" id="path-1"></path>
<filter x="-1.7%" y="-1.1%" width="102.3%" height="101.8%" filterUnits="objectBoundingBox" id="filter-2">
<feOffset dx="-2" dy="-1" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
<feColorMatrix values="0 0 0 0 0.392156863 0 0 0 0 0.431372549 0 0 0 0 0.949019608 0 0 0 0.353572237 0" type="matrix" in="shadowOffsetOuter1"></feColorMatrix>
<feGaussianBlur stdDeviation="1" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
<feColorMatrix values="0 0 0 0 0.816618835 0 0 0 0 0.816618835 0 0 0 0 0.816618835 0 0 0 0.47435462 0" type="matrix" in="shadowBlurOuter1"></feColorMatrix>
</filter>
<path d="M316.542403,1.4708647 C318.126429,0.370007242 320.306618,0.758343017 321.409348,2.33917891 L336.87858,24.4869189 C337.98131,26.0666093 337.591909,28.2396859 336.006735,29.3405433 L21.2669499,247.955256 C19.6829243,249.056113 17.5038841,248.667778 16.4000056,247.086942 L0.931921619,224.939202 C-0.171956941,223.359511 0.218593226,221.186435 1.80261876,220.085577 L316.542403,1.4708647 Z" id="path-3"></path>
<filter x="-1.3%" y="-1.4%" width="102.1%" height="102.8%" filterUnits="objectBoundingBox" id="filter-4">
<feOffset dx="-1" dy="0" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
<feGaussianBlur stdDeviation="1" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
<feColorMatrix values="0 0 0 0 0.545098039 0 0 0 0 0.709803922 0 0 0 0 0.921568627 0 0 0 0.35 0" type="matrix" in="shadowBlurOuter1"></feColorMatrix>
</filter>
</defs>
<g id="assets" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="UX_UI_Design_parallax">
<g id="UX_UI_Design">
<g id="Group-4" transform="translate(8.000000, 5.000000)">
<g id="background">
<polygon id="Fill-3" fill="#F6F7FE" points="0 519 524 519 524 0 0 0"></polygon>
<polygon id="Fill-3" fill="#EDEFFD" points="0 109.562372 523.96818 109.562372 523.96818 0 0 0"></polygon>
<g id="Group-58" transform="translate(178.130107, 44.770184)">
<polygon id="Fill-3" fill="#FAFAFA" points="0 519 524 519 524 0 0 0"></polygon>
<polygon id="Fill-3" fill="#F7F7F7" points="0 109.562372 523.96818 109.562372 523.96818 0 0 0"></polygon>
<g id="Group-58" transform="translate(124.130107, 44.770184)">
<g id="Fill-15">
<use fill="black" fill-opacity="1" filter="url(#filter-2)" xlink:href="#path-1"></use>
<use fill="#FFFFFF" fill-rule="evenodd" xlink:href="#path-1"></use>
</g>
<path d="M345.869893,71.2298165 L71.8698932,264.229816 C58.3328544,274.046412 59.7671314,269.491262 68.8698932,284.229816 L189.869893,474.229816 L345.869893,474.229816 L345.869893,71.2298165 Z" id="Fill-17" fill="#E1E7FF"></path>
<path d="M141.306635,435.647549 C141.306635,444.20669 134.361758,451.144921 125.794419,451.144921 C117.227079,451.144921 110.282203,444.20669 110.282203,435.647549 C110.282203,427.088409 117.227079,420.150178 125.794419,420.150178 C134.361758,420.150178 141.306635,427.088409 141.306635,435.647549" id="Fill-19" fill="#E1E7FF"></path>
<path d="M52.0694087,16.932313 L219.256624,16.932313" id="Stroke-29" stroke="#646EF2"></path>
<path d="M221.55473,16.932313 L293.945071,16.932313" id="Stroke-31" stroke="#7885FF"></path>
<path d="M219.831151,34.4386027 C210.312395,34.4386027 202.595355,26.7289475 202.595355,17.2193013 C202.595355,7.70965519 210.312395,2.84217094e-13 219.831151,2.84217094e-13 C229.349906,2.84217094e-13 237.066946,7.70965519 237.066946,17.2193013 C237.066946,26.7289475 229.349906,34.4386027 219.831151,34.4386027 Z" id="Fill-33" fill="#B8E986"></path>
<path d="M399.869893,71.2298165 L125.869782,264.229816 C112.332738,274.046412 113.767016,269.491262 122.869781,284.229816 L243.86983,474.229816 L399.869893,474.229816 L399.869893,71.2298165 Z" id="Fill-17" fill="#F3F3F3"></path>
<path d="M195.306635,435.647549 C195.306635,444.20669 188.361758,451.144921 179.794419,451.144921 C171.227079,451.144921 164.282203,444.20669 164.282203,435.647549 C164.282203,427.088409 171.227079,420.150178 179.794419,420.150178 C188.361758,420.150178 195.306635,427.088409 195.306635,435.647549" id="Fill-19" fill="#F3F3F3"></path>
<g id="Page-1" opacity="0.400000006" transform="translate(0.000000, 6.038730)" fill="#D0D0D0">
<path d="M1.89076526,23.8452885 C35.735068,74.7301588 61.1182951,112.893811 78.0404465,138.336247 C78.7478327,139.399801 79.808912,140.995132 81.2236843,143.122241 L109.823614,124.536875 L30.4906951,5.25992259 C27.0377907,0.067729252 20.0515483,-1.33851369 14.8543815,2.11108635 L5.04261771,8.22393832 C-0.154549126,11.6735384 -1.56213908,18.6542431 1.89076526,23.8452885 Z"></path>
<path d="M89.9626937,169.044177 C85.0217657,193.527728 100.870654,217.356945 125.378806,222.293145 C142.123956,225.664684 161.277521,220.529888 174.207814,209.067573 C164.892442,207.19067 153.570822,196.956665 156.499758,182.44309 C160.21005,164.051728 148.346078,146.21368 129.937099,142.506938 C111.52927,138.799048 93.6729859,150.652815 89.9626937,169.044177 Z" id="Stroke-3"></path>
</g>
<g id="Page-1" transform="translate(14.000000, 0.000000)" fill="#367EDD">
<path d="M1.89076526,23.8452885 C35.735068,74.7301588 61.1182951,112.893811 78.0404465,138.336247 C78.7478327,139.399801 79.808912,140.995132 81.2236843,143.122241 L109.823614,124.536875 L30.4906951,5.25992259 C27.0377907,0.067729252 20.0515483,-1.33851369 14.8543815,2.11108635 L5.04261771,8.22393832 C-0.154549126,11.6735384 -1.56213908,18.6542431 1.89076526,23.8452885 Z"></path>
<path d="M89.9626937,169.044177 C85.0217657,193.527728 100.870654,217.356945 125.378806,222.293145 C142.123956,225.664684 161.277521,220.529888 174.207814,209.067573 C164.892442,207.19067 153.570822,196.956665 156.499758,182.44309 C160.21005,164.051728 148.346078,146.21368 129.937099,142.506938 C111.52927,138.799048 93.6729859,150.652815 89.9626937,169.044177 Z" id="Stroke-3"></path>
</g>
<path d="M106.069409,16.932313 L273.256624,16.932313" id="Stroke-29" stroke="#E0E0E0"></path>
<path d="M275.55473,16.932313 L347.945071,16.932313" id="Stroke-31" stroke="#E0E0E0"></path>
<path d="M273.831151,34.4386027 C264.312395,34.4386027 256.595355,26.7289475 256.595355,17.2193013 C256.595355,7.70965519 264.312395,2.84217094e-13 273.831151,2.84217094e-13 C283.349906,2.84217094e-13 291.066946,7.70965519 291.066946,17.2193013 C291.066946,26.7289475 283.349906,34.4386027 273.831151,34.4386027 Z" id="Fill-33" fill="#D0D0D0"></path>
</g>
</g>
<g id="checkbox" transform="translate(26.901141, 274.942529)">
<polygon id="Fill-9" fill="#B8E986" points="0 43.0827818 43.4704459 43.0827818 43.4704459 0 0 0"></polygon>
<polygon id="Stroke-10" stroke="#646EF2" points="-2.84217094e-14 105.082782 43.4704459 105.082782 43.4704459 62 -2.84217094e-14 62"></polygon>
<polygon id="Stroke-13" stroke="#646EF2" points="-2.84217094e-14 163.082782 43.4704459 163.082782 43.4704459 120 -2.84217094e-14 120"></polygon>
<polygon id="Stroke-13" stroke="#646EF2" points="-2.84217094e-14 222.082782 43.4704459 222.082782 43.4704459 179 -2.84217094e-14 179"></polygon>
<g id="Group-13" transform="translate(6.792257, 10.117032)" fill-rule="nonzero" fill="#FFFFFF">
<path d="M11.6506501,20.6393554 L1.31261479,12.2742444 L0,13.8769414 L10.3305457,22.2523354 L10.3126148,22.2742444 L10.4299031,22.3328886 L12.0519083,23.6479142 L12.7759071,22.7079982 L30.3126148,1.27424441 L28.5424303,-3.01980663e-14 L11.6506501,20.6393554 Z" id="Combined-Shape"></path>
<polygon id="Fill-9" fill="#D0D0D0" points="0 43.0827818 43.4704459 43.0827818 43.4704459 0 0 0"></polygon>
<polygon id="Stroke-10" stroke="#E0E0E0" points="-2.84217094e-14 105.082782 43.4704459 105.082782 43.4704459 62 -2.84217094e-14 62"></polygon>
<polygon id="Stroke-13" stroke="#E0E0E0" points="-2.84217094e-14 163.082782 43.4704459 163.082782 43.4704459 120 -2.84217094e-14 120"></polygon>
<polygon id="Stroke-13" stroke="#E0E0E0" points="-2.84217094e-14 222.082782 43.4704459 222.082782 43.4704459 179 -2.84217094e-14 179"></polygon>
<g id="Group-13" transform="translate(6.792257, 10.117032)" fill="#FFFFFF" fill-rule="nonzero">
<path d="M11.6506501,20.6393554 L28.5424303,-3.01980663e-14 L30.3126148,1.27424441 L12.7759071,22.7079982 L12.0519083,23.6479142 L10.4299031,22.3328886 L10.3126148,22.2742444 L10.3305457,22.2523354 L0,13.8769414 L1.31261479,12.2742444 L11.6506501,20.6393554 Z" id="Combined-Shape"></path>
</g>
</g>
<g id="ruler" transform="translate(136.479087, 204.214559)">
<g id="Fill-36">
<use fill="black" fill-opacity="1" filter="url(#filter-4)" xlink:href="#path-3"></use>
<use fill="#FFFFFF" fill-rule="evenodd" xlink:href="#path-3"></use>
</g>
<path d="M15.507139,211.350886 L18.9531699,215.933019" id="Stroke-38" stroke="#D0D0D0"></path>
<path d="M40.7780321,193.022354 L44.224063,197.604487" id="Stroke-40" stroke="#D0D0D0"></path>
<path d="M66.0489253,175.839355 L69.4949562,180.421488" id="Stroke-42" stroke="#D0D0D0"></path>
<path d="M92.4684954,157.510823 L95.9145263,162.092956" id="Stroke-44" stroke="#D0D0D0"></path>
<path d="M120.036742,138.036758 L123.482773,142.618891" id="Stroke-46" stroke="#D0D0D0"></path>
<path d="M148.753666,118.562692 L152.199697,123.144825" id="Stroke-48" stroke="#D0D0D0"></path>
<path d="M177.470591,97.9430936 L180.916621,102.525227" id="Stroke-50" stroke="#D0D0D0"></path>
<path d="M206.187515,78.4690282 L209.633545,83.0511612" id="Stroke-52" stroke="#D0D0D0"></path>
<path d="M239.499146,55.558363 L242.945177,60.140496" id="Stroke-54" stroke="#D0D0D0"></path>
<path d="M269.364747,34.9387644 L272.810778,39.5208974" id="Stroke-56" stroke="#D0D0D0"></path>
<text id="1" font-family="LucidaGrande, Lucida Grande" font-size="11.0704" font-weight="normal" fill="#D0D0D0">
<tspan x="276.042236" y="44.991633">1</tspan>
</text>
<text id="2" font-family="LucidaGrande, Lucida Grande" font-size="11.0704" font-weight="normal" fill="#D0D0D0">
<tspan x="246.173917" y="65.6144165">2</tspan>
</text>
<text id="3" font-family="Roboto-Light, Roboto" font-size="11.0704" font-weight="300" fill="#D0D0D0">
<tspan x="212.86816" y="87.600236">3</tspan>
</text>
<text id="4" font-family="Roboto-Light, Roboto" font-size="11.0704" font-weight="300" fill="#D0D0D0">
<tspan x="184.150301" y="107.073853">4</tspan>
</text>
<text id="5" font-family="Roboto-Light, Roboto" font-size="11.0704" font-weight="300" fill="#D0D0D0">
<tspan x="155.433372" y="127.695709">5</tspan>
</text>
<text id="6" font-family="Roboto-Light, Roboto" font-size="11.0704" font-weight="300" fill="#D0D0D0">
<tspan x="126.715514" y="147.169326">6</tspan>
</text>
<text id="7" font-family="Roboto-Light, Roboto" font-size="11.0704" font-weight="300" fill="#D0D0D0">
<tspan x="99.1490451" y="166.642015">7</tspan>
</text>
<text id="8" font-family="Roboto-Light, Roboto" font-size="11.0704" font-weight="300" fill="#D0D0D0">
<tspan x="72.7256003" y="184.970803">8</tspan>
</text>
<text id="9" font-family="Roboto-Light, Roboto" font-size="11.0704" font-weight="300" fill="#D0D0D0">
<tspan x="47.452616" y="202.150424">9</tspan>
</text>
<text id="10" font-family="Roboto-Light, Roboto" font-size="11.0704" font-weight="300" fill="#D0D0D0">
<tspan x="19.8861476" y="222.597976">10</tspan>
</text>
</g>
</g>
</g>
</g>

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 11 KiB

113
img/web_development.svg Normal file
View File

@@ -0,0 +1,113 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="540px" height="530px" viewBox="0 0 540 530" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 48.1 (47250) - http://www.bohemiancoding.com/sketch -->
<title>Software_Development</title>
<desc>Created with Sketch.</desc>
<defs>
<path d="M0,0 L336.348454,237.720797 C350.318015,247.567529 354.177152,266.540501 345.156187,281.025768 L235.370044,460.604782 L0,460.604782 L0,0 Z" id="path-1"></path>
<filter x="-0.9%" y="-0.7%" width="101.7%" height="101.3%" filterUnits="objectBoundingBox" id="filter-2">
<feOffset dx="0" dy="0" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
<feGaussianBlur stdDeviation="1" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
<feColorMatrix values="0 0 0 0 0.392156863 0 0 0 0 0.431372549 0 0 0 0 0.949019608 0 0 0 0.350656703 0" type="matrix" in="shadowBlurOuter1"></feColorMatrix>
</filter>
<path d="M0,0 L276.151982,194.915878 C290.121544,204.76377 288.668542,200.156562 279.647577,214.639508 L158.058336,407.234958 L0,407.234958 L0,0 Z" id="path-3"></path>
</defs>
<g id="assets" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Software_Development">
<g id="Group-2" transform="translate(6.000000, 5.000000)">
<g id="Group-18">
<g id="Page-1">
<g id="background">
<polygon id="Fill-2" fill="#173C8E" points="1.16519824 519.348733 323.92511 519.348733 323.92511 396.366096 1.16519824 396.366096"></polygon>
<polygon id="Fill-3" fill="#FAFAFA" points="1.16519824 518.998754 529 518.998754 529 0 1.16519824 0"></polygon>
<polygon id="Fill-4" fill="#F7F7F7" points="1.16519824 519.348733 529 519.348733 529 396.366096 1.16519824 396.366096"></polygon>
<g id="Group">
<polygon id="Fill-3" fill="#F7F7F7" opacity="0.338032156" points="207.121693 153.376897 264.5 153.376897 264.5 0 207.121693 0"></polygon>
<polygon id="Fill-3" fill="#F3F3F3" points="0 153.376897 207.121693 153.376897 207.121693 0 0 0"></polygon>
<polygon id="Fill-3" fill="#FFFFFF" opacity="0.534363678" points="207.121693 98.1059431 264.5 98.1059431 264.5 55.2709538 207.121693 55.2709538"></polygon>
<g id="Group-22" transform="translate(0.000000, 20.726608)" stroke="#E0E0E0" stroke-linecap="square">
<path d="M4.91892918,1.54907634 L138.462305,1.54907634" id="Line-5"></path>
<path d="M4.91892918,17.0398398 L85.1380809,17.0398398" id="Line-5"></path>
<path d="M4.91892918,32.5306032 L61.1352626,32.5306032" id="Line-5"></path>
<path d="M3.48928966,46.9886491 L80.9422637,46.9886491" id="Line-5"></path>
<path d="M0.702704168,63.51213 L56.9190376,63.51213" id="Line-5"></path>
<path d="M4.91892918,79.0028935 L61.1352626,79.0028935" id="Line-5"></path>
<path d="M3.48928966,93.4609393 L41.4595459,93.4609393" id="Line-5"></path>
<path d="M0.702704168,109.98442 L56.9190376,109.98442" id="Line-5"></path>
<path d="M230.658358,31.4978856 L244.369659,31.4978856" id="Line-5"></path>
<path d="M230.656585,37.694191 L250.019829,37.694191" id="Line-5"></path>
<path d="M230.658358,44.9232139 L244.369659,44.9232139" id="Line-5"></path>
<path d="M230.658358,51.1195193 L244.369659,51.1195193" id="Line-5"></path>
<path d="M230.656585,57.3158247 L240.149149,57.3158247" id="Line-5"></path>
<path d="M230.658358,63.51213 L244.369659,63.51213" id="Line-5"></path>
<path d="M230.658358,68.6757179 L244.369659,68.6757179" id="Line-5"></path>
<path d="M230.656585,74.8720232 L250.019829,74.8720232" id="Line-5"></path>
<path d="M230.658358,82.1010462 L244.369659,82.1010462" id="Line-5"></path>
<path d="M230.658358,88.2973515 L244.369659,88.2973515" id="Line-5"></path>
<path d="M230.656585,94.4936569 L240.149149,94.4936569" id="Line-5"></path>
<path d="M230.658358,100.689962 L244.369659,100.689962" id="Line-5"></path>
<path d="M231.994853,0.516358781 L251.469929,0.516358781" id="Line-5"></path>
<path d="M231.9893,6.71266415 L243.054011,6.71266415" id="Line-5"></path>
<path d="M231.99521,12.9089695 L240.221991,12.9089695" id="Line-5"></path>
<path d="M231.9893,19.1052749 L243.054011,19.1052749" id="Line-5"></path>
<path d="M231.99521,25.3015803 L240.221991,25.3015803" id="Line-5"></path>
</g>
</g>
<g id="Group-32" transform="translate(1.165198, 58.743951)">
<g id="Fill-6">
<use fill="black" fill-opacity="1" filter="url(#filter-2)" xlink:href="#path-1"></use>
<use fill="#FFFFFF" fill-rule="evenodd" xlink:href="#path-1"></use>
</g>
<path d="M0,53.3698236 L276.151982,248.285701 C290.121544,258.133594 288.668542,253.526386 279.647577,268.009332 L147.79275,460.604782 L0,460.604782 L0,53.3698236 Z" id="Fill-8" fill="#E1E7FF"></path>
<path d="M205.07489,421.737628 C205.07489,430.38818 212.117348,437.400511 220.805066,437.400511 C229.492784,437.400511 236.535242,430.38818 236.535242,421.737628 C236.535242,413.087076 229.492784,406.074745 220.805066,406.074745 C212.117348,406.074745 205.07489,413.087076 205.07489,421.737628" id="Fill-10" fill="#F3F3F3"></path>
</g>
<g id="Group-17" transform="translate(1.165198, 110.185410)">
<mask id="mask-4" fill="white">
<use xlink:href="#path-3"></use>
</mask>
<use id="Mask" fill="#F3F3F3" xlink:href="#path-3"></use>
<g mask="url(#mask-4)" fill="#FFFFFF" id="Rectangle-14">
<g transform="translate(61.411374, 264.816209) rotate(-3.000000) translate(-61.411374, -264.816209) translate(-50.088626, 96.316209)">
<rect transform="translate(68.481410, 277.319409) rotate(-55.000000) translate(-68.481410, -277.319409) " x="32.0319166" y="271.518342" width="72.8989875" height="11.6021356"></rect>
<rect transform="translate(95.280970, 303.404506) rotate(-55.000000) translate(-95.280970, -303.404506) " x="58.8314761" y="297.603438" width="72.8989875" height="11.6021356"></rect>
<rect transform="translate(107.703318, 222.958469) rotate(-55.000000) translate(-107.703318, -222.958469) " x="90.2253441" y="217.157401" width="34.9559471" height="11.6021356"></rect>
<rect transform="translate(59.930190, 225.278896) rotate(-55.000000) translate(-59.930190, -225.278896) " x="42.4522163" y="219.477828" width="34.9559471" height="11.6021356"></rect>
<rect transform="translate(134.502877, 185.831635) rotate(-55.000000) translate(-134.502877, -185.831635) " x="117.024904" y="180.030567" width="34.9559471" height="11.6021356"></rect>
<rect transform="translate(160.137238, 149.865015) rotate(-55.000000) translate(-160.137238, -149.865015) " x="142.659265" y="144.063947" width="34.9559471" height="11.6021356"></rect>
<rect transform="translate(73.990088, 135.942452) rotate(-55.000000) translate(-73.990088, -135.942452) " x="56.5121145" y="130.141384" width="34.9559471" height="11.6021356"></rect>
<rect transform="translate(48.278207, 171.909072) rotate(-55.000000) translate(-48.278207, -171.909072) " x="30.8002339" y="166.108005" width="34.9559471" height="11.6021356"></rect>
<rect transform="translate(100.789648, 98.815618) rotate(-55.000000) translate(-100.789648, -98.815618) " x="83.311674" y="93.0145505" width="34.9559471" height="11.6021356"></rect>
<rect transform="translate(126.424009, 62.848998) rotate(-55.000000) translate(-126.424009, -62.848998) " x="108.946035" y="57.0479302" width="34.9559471" height="11.6021356"></rect>
<rect transform="translate(155.553965, 219.477828) rotate(-55.000000) translate(-155.553965, -219.477828) " x="138.075991" y="213.67676" width="34.9559471" height="11.6021356"></rect>
<rect transform="translate(129.842084, 255.444448) rotate(-55.000000) translate(-129.842084, -255.444448) " x="112.364111" y="249.643381" width="34.9559471" height="11.6021356"></rect>
<rect transform="translate(182.353524, 182.350994) rotate(-55.000000) translate(-182.353524, -182.350994) " x="164.875551" y="176.549927" width="34.9559471" height="11.6021356"></rect>
<rect transform="translate(207.987885, 146.384374) rotate(-55.000000) translate(-207.987885, -146.384374) " x="190.509912" y="140.583306" width="34.9559471" height="11.6021356"></rect>
<rect transform="translate(54.764317, 99.778366) rotate(-55.000000) translate(-54.764317, -99.778366) " x="37.2863436" y="93.9772981" width="34.9559471" height="11.6021356"></rect>
<rect transform="translate(81.563877, 62.651532) rotate(-55.000000) translate(-81.563877, -62.651532) " x="64.0859031" y="56.8504643" width="34.9559471" height="11.6021356"></rect>
<rect transform="translate(107.198238, 26.684912) rotate(-55.000000) translate(-107.198238, -26.684912) " x="89.7202643" y="20.883844" width="34.9559471" height="11.6021356"></rect>
<rect transform="translate(42.529736, 54.332571) rotate(-55.000000) translate(-42.529736, -54.332571) " x="25.0517621" y="48.5315035" width="34.9559471" height="11.6021356"></rect>
<rect transform="translate(68.164097, 18.365951) rotate(-55.000000) translate(-68.164097, -18.365951) " x="50.6861233" y="12.5648832" width="34.9559471" height="11.6021356"></rect>
</g>
</g>
</g>
</g>
<g id="triangle-shape" transform="translate(397.086514, 358.341969)" stroke="#D0D0D0">
<path d="M75.5710526,60.7980492 C69.3149262,60.7980492 63.5392306,62.876092 58.8785254,66.3869267 L71.7298617,85.2361675 L47.8511721,85.2361675 C47.6782471,86.5076466 47.5820106,87.8042357 47.5820106,89.1244131 C47.5820106,104.768705 60.1130597,117.450777 75.5710526,117.450777 C91.0297975,117.450777 103.560847,104.768705 103.560847,89.1244131 C103.560847,73.4801215 91.0297975,60.7980492 75.5710526,60.7980492 Z" id="Stroke-12"></path>
<path d="M58.7777778,66.912912 L33.4019766,30.3990246 L0,85.6699785 L47.5919251,85.6699785 C48.6527774,78.0057193 52.8100068,71.3227761 58.7777778,66.912912 Z" id="Stroke-14"></path>
<polyline id="Stroke-24" points="68.5740741 0 58.7777778 0 58.7777778 44.2167631 68.5740741 44.2167631"></polyline>
<polyline id="Stroke-26" points="85.3677249 0 95.1640212 0 95.1640212 44.2167631 85.3677249 44.2167631"></polyline>
</g>
<g id="code-icon" opacity="0.400000006" transform="translate(259.826972, 121.979275)" fill="#D0D0D0">
<polygon id="Stroke-20" points="133.997797 75.4138812 129.337004 18.5634169 72.2422907 23.2042711 71.0770925 5.80106778 145.64978 0 151.475771 74.2536676"></polygon>
<polygon id="Stroke-22" points="141.926982 116.202294 39.3083396 124.243849 31.2322355 22.0642057 0 24.5107758 10.5331856 157.789044 144.385056 147.300919"></polygon>
</g>
<g id="code-icon" transform="translate(245.000000, 115.000000)" fill="#367EDD">
<polygon id="Stroke-20" points="133.997797 75.4138812 129.337004 18.5634169 72.2422907 23.2042711 71.0770925 5.80106778 145.64978 0 151.475771 74.2536676"></polygon>
<polygon id="Stroke-22" points="141.926982 116.202294 39.3083396 124.243849 31.2322355 22.0642057 0 24.5107758 10.5331856 157.789044 144.385056 147.300919"></polygon>
</g>
</g>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 14 KiB

View File

@@ -1,109 +1,115 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="733px" height="342px" viewBox="0 0 733 342" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 47 (45396) - http://www.bohemiancoding.com/sketch -->
<title>Mobile_Development_mobile_parallax</title>
<svg width="369px" height="175px" viewBox="0 0 369 175" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 48.1 (47250) - http://www.bohemiancoding.com/sketch -->
<title>Mobile_Development_mobile</title>
<desc>Created with Sketch.</desc>
<defs>
<polygon id="path-1" points="0 0 5.15277778 0 5.15277778 201.903614 0 201.903614"></polygon>
<polygon id="path-3" points="0 0 5.15277778 0 5.15277778 201.903614 0 201.903614"></polygon>
<polygon id="path-5" points="0 0 5.15277778 0 5.15277778 201.903614 0 201.903614"></polygon>
<path d="M50,0 L1,297.570997 C-0.18742195,306.588848 5.09237271,314.788003 13,317.202417 L114,342 L174,342 L174,0 L50,0 Z" id="path-7"></path>
<filter x="-1.7%" y="-0.3%" width="102.3%" height="100.6%" filterUnits="objectBoundingBox" id="filter-8">
<feOffset dx="-2" dy="0" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
<feColorMatrix values="0 0 0 0 0.392156863 0 0 0 0 0.431372549 0 0 0 0 0.949019608 0 0 0 0.352100317 0" type="matrix" in="shadowOffsetOuter1"></feColorMatrix>
<polygon id="path-1" points="0 0 2.40989484 0 2.40989484 97.7864745 0 97.7864745"></polygon>
<polygon id="path-3" points="0 0 2.40989484 0 2.40989484 97.7864745 0 97.7864745"></polygon>
<polygon id="path-5" points="0 0 2.40989484 0 2.40989484 97.7864745 0 97.7864745"></polygon>
<path d="M24.6612281,0 L0.352426156,144.434618 C-0.35730105,148.572212 2.28718553,152.545503 6.38840512,153.503607 L56.7781764,165.73237 L86.8878154,165.73237 L86.8878154,0 L24.6612281,0 Z" id="path-7"></path>
<filter x="-3.5%" y="-1.8%" width="106.9%" height="103.6%" filterUnits="objectBoundingBox" id="filter-8">
<feOffset dx="0" dy="0" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
<feGaussianBlur stdDeviation="1" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
<feColorMatrix values="0 0 0 0 0.816618835 0 0 0 0 0.816618835 0 0 0 0 0.816618835 0 0 0 1 0" type="matrix" in="shadowBlurOuter1"></feColorMatrix>
</filter>
<path d="M46.9403995,0 L0.995393251,276.715533 C-0.429592846,285.17936 -1.53964262,283.022338 6.69533764,284.982949 L150,318 L150,0 L46.9403995,0 Z" id="path-9"></path>
<path d="M23.5318356,0 L0.63134193,134.604567 C-0.0789177413,138.721682 -0.632202851,137.672428 3.47238062,138.626141 L74.9001108,154.686843 L74.9001108,0 L23.5318356,0 Z" id="path-9"></path>
</defs>
<g id="assets" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Mobile_Development_mobile_parallax">
<g id="Group" transform="translate(-7.000000, 0.000000)">
<g id="Mobile_Development_mobile">
<g id="Group" transform="translate(4.000000, 3.000000)">
<g id="background">
<polygon id="Fill-1" fill="#F6F7FE" points="0 342 742 342 742 0 0 0"></polygon>
<g id="Page-1" transform="translate(21.641667, 135.975904)" opacity="0.699999988">
<polygon id="Fill-1" fill="#FAFAFA" points="0 166 360 166 360 0 0 0"></polygon>
<g id="Page-1" transform="translate(10.514503, 66.000000)" opacity="0.699999988">
<g transform="translate(0.000000, 0.000000)">
<g id="Group-3" transform="translate(99.963889, 0.000000)">
<g id="Group-3" transform="translate(48.714303, 0.000000)">
<mask id="mask-2" fill="white">
<use xlink:href="#path-1"></use>
</mask>
<g id="Clip-2"></g>
<path d="M0,-5.79181343e-14 L0,201.903614" id="Stroke-1" stroke="#FFFFFF" stroke-width="0.25" mask="url(#mask-2)"></path>
<path d="M0,-0.000203722246 L0,97.7864745" id="Stroke-1" stroke="#FFFFFF" stroke-width="0.25" mask="url(#mask-2)"></path>
</g>
<path d="M200.958333,100.951807 L0,100.951807" id="Stroke-4" stroke="#FFFFFF" stroke-width="0.5"></path>
<path d="M200.958333,67.9879518 L0,67.9879518" id="Stroke-6" stroke="#FFFFFF" stroke-width="0.5"></path>
<path d="M200.958333,133.915663 L0,133.915663" id="Stroke-8" stroke="#FFFFFF" stroke-width="0.5"></path>
<g id="Group-12" transform="translate(132.941667, 0.000000)">
<path d="M97.2564703,48.979876 L0,48.979876" id="Stroke-4" stroke="#FFFFFF" stroke-width="0.5"></path>
<path d="M97.2564703,32.8840157 L0,32.8840157" id="Stroke-6" stroke="#FFFFFF" stroke-width="0.5"></path>
<path d="M97.2564703,64.9026625 L0,64.9026625" id="Stroke-8" stroke="#FFFFFF" stroke-width="0.5"></path>
<g id="Group-12" transform="translate(64.550755, 0.000000)">
<mask id="mask-4" fill="white">
<use xlink:href="#path-3"></use>
</mask>
<g id="Clip-11"></g>
<path d="M0,201.903614 L0,-5.79181343e-14" id="Stroke-10" stroke="#FFFFFF" stroke-width="0.5" mask="url(#mask-4)"></path>
<path d="M0,97.7864745 L0,-0.000203722246" id="Stroke-10" stroke="#FFFFFF" stroke-width="0.5" mask="url(#mask-4)"></path>
</g>
<g id="Group-15" transform="translate(66.986111, 0.000000)">
<g id="Group-15" transform="translate(32.705716, 0.000000)">
<mask id="mask-6" fill="white">
<use xlink:href="#path-5"></use>
</mask>
<g id="Clip-14"></g>
<path d="M0,201.903614 L0,-5.79181343e-14" id="Stroke-13" stroke="#FFFFFF" stroke-width="0.5" mask="url(#mask-6)"></path>
<path d="M0,97.7864745 L0,-0.000203722246" id="Stroke-13" stroke="#FFFFFF" stroke-width="0.5" mask="url(#mask-6)"></path>
</g>
<path d="M198.897222,1.03012048 L1.03055556,199.843373" id="Stroke-16" stroke="#C0C4FF"></path>
<path d="M1.03055556,1.03012048 L198.897222,199.843373" id="Stroke-18" stroke="#C0C4FF"></path>
<path d="M99.4486111,57.686747 C76.4011636,57.686747 57.7111111,76.364737 57.7111111,99.4066265 C57.7111111,122.444344 76.4011636,141.126506 99.4486111,141.126506 C122.496059,141.126506 141.186111,122.444344 141.186111,99.4066265 C141.186111,76.364737 122.496059,57.686747 99.4486111,57.686747 Z" id="Stroke-20" stroke="#C0C4FF"></path>
<path d="M101.509722,16.4819277 C55.0882957,16.4819277 17.5194444,54.2695283 17.5194444,100.951807 C17.5194444,147.634086 55.0882957,185.421687 101.509722,185.421687 C147.926949,185.421687 185.5,147.634086 185.5,100.951807 C185.5,54.2695283 147.926949,16.4819277 101.509722,16.4819277 Z" id="Stroke-22" stroke="#C0C4FF"></path>
<path d="M158.476543,24.7228916 L41.4512346,24.7228916 C32.2104147,24.7228916 24.7333333,32.2564202 24.7333333,41.5481928 L24.7333333,159.325301 C24.7333333,168.617074 32.2104147,176.150602 41.4512346,176.150602 L158.476543,176.150602 C167.717363,176.150602 175.194444,168.617074 175.194444,159.325301 L175.194444,41.5481928 C175.194444,32.2564202 167.717363,24.7228916 158.476543,24.7228916 Z" id="Stroke-24" stroke="#C0C4FF"></path>
<path d="M168.701944,32.9638554 L34.3175,32.9638554 C25.0407738,32.9638554 17.5194444,40.4589477 17.5194444,49.7033133 L17.5194444,150.14006 C17.5194444,159.384426 25.0407738,166.879518 34.3175,166.879518 L168.701944,166.879518 C177.978671,166.879518 185.5,159.380241 185.5,150.14006 L185.5,49.7033133 C185.5,40.4589477 177.978671,32.9638554 168.701944,32.9638554 Z" id="Stroke-26" stroke="#C0C4FF"></path>
<path d="M165.919444,168.527711 L165.919444,33.3759036 C165.919444,24.0462054 158.478866,16.4819277 149.301736,16.4819277 L49.5954861,16.4819277 C40.4183567,16.4819277 32.9777778,24.0462054 32.9777778,33.3759036 L32.9777778,168.527711 C32.9777778,177.857409 40.4183567,185.421687 49.5954861,185.421687 L149.301736,185.421687 C158.478866,185.421687 165.919444,177.857409 165.919444,168.527711 Z" id="Stroke-28" stroke="#C0C4FF"></path>
<path d="M96.3957936,0.346147534 L0.344270691,96.9213094" id="Stroke-16" stroke="#D0D0D0"></path>
<path d="M0.344270691,0.346147534 L96.3957936,96.9213094" id="Stroke-18" stroke="#D0D0D0"></path>
<path d="M48.3700321,28.211024 C37.1537619,28.211024 28.0580613,37.2767837 28.0580613,48.4606547 C28.0580613,59.6425008 37.1537619,68.7102854 48.3700321,68.7102854 C59.5863024,68.7102854 68.6820029,59.6425008 68.6820029,48.4606547 C68.6820029,37.2767837 59.5863024,28.211024 48.3700321,28.211024 Z" id="Stroke-20" stroke="#D0D0D0"></path>
<path d="M48.9725058,7.96139327 C26.4720837,7.96139327 8.26249659,26.2722992 8.26249659,48.8933391 C8.26249659,71.514379 26.4720837,89.825285 48.9725058,89.825285 C71.4708924,89.825285 89.6825151,71.514379 89.6825151,48.8933391 C89.6825151,26.2722992 71.4708924,7.96139327 48.9725058,7.96139327 Z" id="Stroke-22" stroke="#D0D0D0"></path>
<path d="M76.9253733,12.1151637 L20.1589616,12.1151637 C15.6764424,12.1151637 12.0494742,15.7659817 12.0494742,20.2688611 L12.0494742,77.3447433 C12.0494742,81.8476228 15.6764424,85.4984408 20.1589616,85.4984408 L76.9253733,85.4984408 C81.4078925,85.4984408 85.0348607,81.8476228 85.0348607,77.3447433 L85.0348607,20.2688611 C85.0348607,15.7659817 81.4078925,12.1151637 76.9253733,12.1151637 Z" id="Stroke-24" stroke="#D0D0D0"></path>
<path d="M81.5405132,15.9227865 L16.4044984,15.9227865 C11.9080779,15.9227865 8.26249659,19.5553074 8.26249659,24.0356194 L8.26249659,72.7126163 C8.26249659,77.1929282 11.9080779,80.8254491 16.4044984,80.8254491 L81.5405132,80.8254491 C86.0369337,80.8254491 89.6825151,77.1909 89.6825151,72.7126163 L89.6825151,24.0356194 C89.6825151,19.5553074 86.0369337,15.9227865 81.5405132,15.9227865 Z" id="Stroke-26" stroke="#D0D0D0"></path>
<path d="M80.3872064,81.6388958 L80.3872064,16.1477824 C80.3872064,11.626849 76.7743814,7.96139327 72.3183621,7.96139327 L23.9052961,7.96139327 C19.4492768,7.96139327 15.8364518,11.626849 15.8364518,16.1477824 L15.8364518,81.6388958 C15.8364518,86.1598292 19.4492768,89.825285 23.9052961,89.825285 L72.3183621,89.825285 C76.7743814,89.825285 80.3872064,86.1598292 80.3872064,81.6388958 Z" id="Stroke-28" stroke="#D0D0D0"></path>
</g>
</g>
<g id="ic_computer" opacity="0.233865489" transform="translate(41.222222, 43.265060)" fill="#2C38C3">
<path d="M42.9398148,30.6460843 C45.3015046,30.6460843 47.2123264,28.6759789 47.2123264,26.2680723 L47.2337963,4.37801205 C47.2337963,1.97010542 45.3015046,0 42.9398148,0 L8.58796296,0 C6.22627315,0 4.29398148,1.97010542 4.29398148,4.37801205 L4.29398148,26.2680723 C4.29398148,28.6759789 6.22627315,30.6460843 8.58796296,30.6460843 L0,30.6460843 L0,35.0240964 L51.5277778,35.0240964 L51.5277778,30.6460843 L42.9398148,30.6460843 L42.9398148,30.6460843 Z M8.24444444,4.12048193 L42.2527778,4.12048193 L42.2527778,25.753012 L8.24444444,25.753012 L8.24444444,4.12048193 L8.24444444,4.12048193 Z" id="Icon"></path>
<g id="ic_computer" opacity="0.233865489" transform="translate(20.000000, 21.000000)" fill="#D0D0D0">
<path d="M20.8333333,14.875 C21.9791667,14.875 22.90625,13.91875 22.90625,12.75 L22.9166667,2.125 C22.9166667,0.95625 21.9791667,0 20.8333333,0 L4.16666667,0 C3.02083333,0 2.08333333,0.95625 2.08333333,2.125 L2.08333333,12.75 C2.08333333,13.91875 3.02083333,14.875 4.16666667,14.875 L0,14.875 L0,17 L25,17 L25,14.875 L20.8333333,14.875 L20.8333333,14.875 Z M4.16666667,2.125 L20.8333333,2.125 L20.8333333,12.75 L4.16666667,12.75 L4.16666667,2.125 L4.16666667,2.125 Z" id="Icon"></path>
</g>
<g id="ic_phone_iphone" transform="translate(197.866667, 26.783133)" fill="#B8E986">
<path d="M41.6185897,0 L9.90918803,0 C4.43931624,0 0,4.61493976 0,10.3012048 L0,80.3493976 C0,86.0356627 4.43931624,90.6506024 9.90918803,90.6506024 L41.6185897,90.6506024 C47.0884615,90.6506024 51.5277778,86.0356627 51.5277778,80.3493976 L51.5277778,10.3012048 C51.5277778,4.61493976 47.0884615,0 41.6185897,0 L41.6185897,0 Z M25.7638889,86.5301205 C22.3424444,86.5301205 19.5805556,83.7693976 19.5805556,80.3493976 C19.5805556,76.9293976 22.3424444,74.1686747 25.7638889,74.1686747 C29.1853333,74.1686747 31.9472222,76.9293976 31.9472222,80.3493976 C31.9472222,83.7693976 29.1853333,86.5301205 25.7638889,86.5301205 L25.7638889,86.5301205 Z M44.3138889,70.0481928 L8.24444444,70.0481928 L8.24444444,12.3614458 L44.3138889,12.3614458 L44.3138889,70.0481928 L44.3138889,70.0481928 Z" id="Icon"></path>
<g id="ic_phone_iphone" transform="translate(96.000000, 13.000000)" fill="#D0D0D0">
<path d="M20.1923077,0 L4.80769231,0 C2.15384615,0 0,2.24 0,5 L0,39 C0,41.76 2.15384615,44 4.80769231,44 L20.1923077,44 C22.8461538,44 25,41.76 25,39 L25,5 C25,2.24 22.8461538,0 20.1923077,0 L20.1923077,0 Z M12.5,42 C10.9038462,42 9.61538462,40.66 9.61538462,39 C9.61538462,37.34 10.9038462,36 12.5,36 C14.0961538,36 15.3846154,37.34 15.3846154,39 C15.3846154,40.66 14.0961538,42 12.5,42 L12.5,42 Z M21.1538462,34 L3.84615385,34 L3.84615385,6 L21.1538462,6 L21.1538462,34 L21.1538462,34 Z" id="Icon"></path>
</g>
<g id="ic_tablet_mac" opacity="0.233865489" transform="translate(123.666667, 26.783133)" fill="#2C38C3">
<path d="M35.7982456,0 L5.42397661,0 C2.42994152,0 0,2.40361446 0,5.36521084 L0,46.1408133 C0,49.1024096 2.42994152,51.5060241 5.42397661,51.5060241 L35.7982456,51.5060241 C38.7922807,51.5060241 41.2222222,49.1024096 41.2222222,46.1408133 L41.2222222,5.36521084 C41.2222222,2.40361446 38.7922807,0 35.7982456,0 L35.7982456,0 Z M20.6111111,49.4457831 C18.9003889,49.4457831 17.5194444,48.0654217 17.5194444,46.3554217 C17.5194444,44.6454217 18.9003889,43.2650602 20.6111111,43.2650602 C22.3218333,43.2650602 23.7027778,44.6454217 23.7027778,46.3554217 C23.7027778,48.0654217 22.3218333,49.4457831 20.6111111,49.4457831 L20.6111111,49.4457831 Z M37.1,40.1746988 L4.12222222,40.1746988 L4.12222222,6.18072289 L37.1,6.18072289 L37.1,40.1746988 L37.1,40.1746988 Z" id="Icon"></path>
<g id="ic_tablet_mac" opacity="0.233865489" transform="translate(60.000000, 13.000000)" fill="#D0D0D0">
<path d="M17.3684211,0 L2.63157895,0 C1.17894737,0 0,1.16666667 0,2.60416667 L0,22.3958333 C0,23.8333333 1.17894737,25 2.63157895,25 L17.3684211,25 C18.8210526,25 20,23.8333333 20,22.3958333 L20,2.60416667 C20,1.16666667 18.8210526,0 17.3684211,0 L17.3684211,0 Z M10,23.9583333 C9.12631579,23.9583333 8.42105263,23.2604167 8.42105263,22.3958333 C8.42105263,21.53125 9.12631579,20.8333333 10,20.8333333 C10.8736842,20.8333333 11.5789474,21.53125 11.5789474,22.3958333 C11.5789474,23.2604167 10.8736842,23.9583333 10,23.9583333 L10,23.9583333 Z M17.8947368,19.7916667 L2.10526316,19.7916667 L2.10526316,3.125 L17.8947368,3.125 L17.8947368,19.7916667 L17.8947368,19.7916667 Z" id="Icon"></path>
</g>
</g>
<g id="mobile" transform="translate(566.000000, 0.000000)">
<g id="mobile" transform="translate(275.000000, 0.000000)">
<g id="Group-28">
<g id="Fill-5">
<use fill="black" fill-opacity="1" filter="url(#filter-8)" xlink:href="#path-7"></use>
<use fill="#FFFFFF" fill-rule="evenodd" xlink:href="#path-7"></use>
</g>
<path d="M71.6274635,0 L25.9887573,278.455882 C24.5732711,286.972941 23.4706217,284.802353 31.6507021,286.775294 L174,320 L174,0 L71.6274635,0 Z" id="Fill-7" fill="#E1E7FF"></path>
<path d="M110.803333,315.196667 C113.732222,318.125556 113.732222,322.873889 110.803333,325.803333 C107.874444,328.732222 103.126111,328.732222 100.196667,325.803333 C97.2677778,322.873889 97.2677778,318.125556 100.196667,315.196667 C103.126111,312.267778 107.874444,312.267778 110.803333,315.196667" id="Fill-9" fill="#E1E7FF"></path>
<path d="M55.3575463,153.146454 C56.8693369,154.652904 56.8693369,157.095171 55.3575463,158.601907 C53.8457557,160.108357 51.394831,160.108357 49.8827537,158.601907 C48.370963,157.095171 48.370963,154.652904 49.8827537,153.146454 C51.394831,151.640004 53.8457557,151.640004 55.3575463,153.146454" id="Fill-9" fill="#F3F3F3"></path>
</g>
<g id="Group-21" transform="translate(25.000000, 0.000000)">
<g id="Group-21" transform="translate(12.000000, 0.000000)">
<mask id="mask-10" fill="white">
<use xlink:href="#path-9"></use>
</mask>
<g id="Mask"></g>
<use id="Mask" fill="#F3F3F3" xlink:href="#path-9"></use>
<g mask="url(#mask-10)" id="Group-20">
<g transform="translate(36.000000, 73.000000)">
<g transform="translate(0.000000, 76.000000)">
<rect id="Rectangle-3" fill="#FFFFFF" transform="translate(37.823831, 37.573599) rotate(9.000000) translate(-37.823831, -37.573599) " x="5.76194811" y="4.60974367" width="64" height="66" rx="24"></rect>
<ellipse id="Oval-4" fill="#FFFFFF" opacity="0.892719656" transform="translate(37.838789, 38.019830) rotate(9.000000) translate(-37.838789, -38.019830) " cx="37.7885097" cy="38.251758" rx="26" ry="26.5"></ellipse>
<g id="ic_chevron_left" transform="translate(36.179561, 39.179561) rotate(9.000000) translate(-36.179561, -39.179561) translate(7.179561, 10.179561)">
<polygon id="Bounds" points="0.987688341 -0.156434465 57.9876883 -0.156434465 57.9876883 57.8435655 0.987688341 57.8435655"></polygon>
<polygon id="Icon" fill="#E1E7FF" points="36.0642174 17.1388075 34.0573987 15.0465124 20.0642174 29.5465124 34.0573987 44.0465124 36.0642174 41.8631552 23.8819452 29.5465124"></polygon>
<g transform="translate(17.792363, 35.259501)">
<g transform="translate(0.000000, 37.249957)">
<rect id="Rectangle-3" fill="#FFFFFF" transform="translate(18.653284, 18.482803) rotate(9.000000) translate(-18.653284, -18.482803) " x="2.58276244" y="2.55915733" width="32.1410437" height="31.8472913" rx="15.9236456"></rect>
<ellipse id="Oval-4" fill="#FFFFFF" opacity="0.892719656" transform="translate(18.653284, 18.482803) rotate(9.000000) translate(-18.653284, -18.482803) " cx="18.6532843" cy="18.482803" rx="12.9138122" ry="12.7957867"></ellipse>
<g id="ic_chevron_left" transform="translate(18.447553, 19.374660) rotate(9.000000) translate(-18.447553, -19.374660) translate(3.947553, 4.874660)">
<polygon id="Bounds" points="0 0 28.4103869 0 28.4103869 28.1507307 0 28.1507307"></polygon>
<polygon id="Icon" fill="#F3F3F3" points="17.5913378 8.05319364 16.5727257 7.03768267 9.47012896 14.0753653 16.5727257 21.113048 17.5913378 20.0533394 11.4079142 14.0753653"></polygon>
</g>
</g>
<g transform="translate(80.000000, 94.000000)">
<ellipse id="Oval-4" fill="#FFFFFF" opacity="0.431499094" transform="translate(37.838789, 38.019830) rotate(9.000000) translate(-37.838789, -38.019830) " cx="37.7885097" cy="38.251758" rx="26" ry="26.5"></ellipse>
<rect id="Rectangle-3" stroke="#FFFFFF" opacity="0.576200181" transform="translate(37.823831, 37.573599) rotate(9.000000) translate(-37.823831, -37.573599) " x="6.26194811" y="5.10974367" width="63" height="65" rx="24"></rect>
<g transform="translate(40.176305, 45.496130)">
<ellipse id="Oval-4" fill="#FFFFFF" opacity="0.431499094" transform="translate(18.653284, 18.482803) rotate(9.000000) translate(-18.653284, -18.482803) " cx="18.6532843" cy="18.482803" rx="12.9138122" ry="12.7957867"></ellipse>
<rect id="Rectangle-3" stroke="#FFFFFF" opacity="0.576200181" transform="translate(18.653284, 18.482803) rotate(9.000000) translate(-18.653284, -18.482803) " x="3.08276244" y="3.05915733" width="31.1410437" height="30.8472913" rx="15.4236456"></rect>
</g>
<g transform="translate(13.000000, 0.000000)">
<ellipse id="Oval-4" fill="#FFFFFF" opacity="0.431499094" transform="translate(37.838789, 38.019830) rotate(9.000000) translate(-37.838789, -38.019830) " cx="37.7885097" cy="38.251758" rx="26" ry="26.5"></ellipse>
<rect id="Rectangle-3" stroke="#FFFFFF" opacity="0.576200181" transform="translate(37.823831, 37.573599) rotate(9.000000) translate(-37.823831, -37.573599) " x="6.26194811" y="5.10974367" width="63" height="65" rx="24"></rect>
<g transform="translate(6.313419, 0.000000)">
<ellipse id="Oval-4" fill="#FFFFFF" opacity="0.431499094" transform="translate(18.653284, 18.482803) rotate(9.000000) translate(-18.653284, -18.482803) " cx="18.6532843" cy="18.482803" rx="12.9138122" ry="12.7957867"></ellipse>
<rect id="Rectangle-3" stroke="#FFFFFF" opacity="0.576200181" transform="translate(18.653284, 18.482803) rotate(9.000000) translate(-18.653284, -18.482803) " x="3.08276244" y="3.05915733" width="31.1410437" height="30.8472913" rx="15.4236456"></rect>
</g>
<g transform="translate(93.000000, 14.000000)">
<ellipse id="Oval-4" fill="#FFFFFF" opacity="0.431499094" transform="translate(37.838789, 38.019830) rotate(9.000000) translate(-37.838789, -38.019830) " cx="37.7885097" cy="38.251758" rx="26" ry="26.5"></ellipse>
<rect id="Rectangle-3" stroke="#FFFFFF" opacity="0.576200181" transform="translate(37.823831, 37.573599) rotate(9.000000) translate(-37.823831, -37.573599) " x="6.26194811" y="5.10974367" width="63" height="65" rx="24"></rect>
<g transform="translate(46.489724, 7.108770)">
<ellipse id="Oval-4" fill="#FFFFFF" opacity="0.431499094" transform="translate(18.653284, 18.482803) rotate(9.000000) translate(-18.653284, -18.482803) " cx="18.6532843" cy="18.482803" rx="12.9138122" ry="12.7957867"></ellipse>
<rect id="Rectangle-3" stroke="#FFFFFF" opacity="0.576200181" transform="translate(18.653284, 18.482803) rotate(9.000000) translate(-18.653284, -18.482803) " x="3.08276244" y="3.05915733" width="31.1410437" height="30.8472913" rx="15.4236456"></rect>
</g>
</g>
</g>
</g>
</g>
<g id="ic_touch_app" transform="translate(240.500000, 82.000000) rotate(-226.000000) translate(-240.500000, -82.000000) translate(205.000000, 3.000000)" fill="#D0D0D0" opacity="0.400000006">
<path d="M45.1574471,42.0608275 C44.3575695,41.6786063 43.5106403,41.4601942 42.6166595,41.4601942 L39.0407362,41.4601942 L39.0407362,8.69837489 C39.0407362,4.16632322 35.8882775,0.507920065 31.9829928,0.507920065 C28.0777082,0.507920065 24.9252495,4.16632322 24.9252495,8.69837489 L24.9252495,67.3420314 L8.78654306,63.4106131 C8.41013008,63.3560101 8.08076872,63.246804 7.65730412,63.246804 C6.19870383,63.246804 4.88125841,63.9566434 3.94022596,65.0487041 L0.223147803,69.4169466 L23.4666492,96.3908445 C23.6897319,96.6497302 27.2396639,96.0870449 27.6375531,99.8141341 C29.5055328,117.311785 26.6412405,157.937383 28.2316019,157.937383 L60.5341425,140.684535 C61.2261543,140.31493 60.4021727,98.7933779 60.4021727,98.7933779 C63.9310444,98.7933779 66.6600385,95.7902112 67.1776063,91.8041898 L70.706478,63.0283919 C70.7535296,62.6461707 70.8005812,62.2639494 70.8005812,61.9363312 C70.8005812,58.5509432 69.0126196,55.6023795 66.5188836,54.4011128 L45.1574471,42.0608275 Z" id="Combined-Shape"></path>
</g>
<g id="ic_touch_app" transform="translate(239.500000, 89.000000) rotate(-226.000000) translate(-239.500000, -89.000000) translate(204.000000, 10.000000)" fill="#367EDD">
<path d="M45.1574471,42.0608275 C44.3575695,41.6786063 43.5106403,41.4601942 42.6166595,41.4601942 L39.0407362,41.4601942 L39.0407362,8.69837489 C39.0407362,4.16632322 35.8882775,0.507920065 31.9829928,0.507920065 C28.0777082,0.507920065 24.9252495,4.16632322 24.9252495,8.69837489 L24.9252495,67.3420314 L8.78654306,63.4106131 C8.41013008,63.3560101 8.08076872,63.246804 7.65730412,63.246804 C6.19870383,63.246804 4.88125841,63.9566434 3.94022596,65.0487041 L0.223147803,69.4169466 L23.4666492,96.3908445 C23.6897319,96.6497302 27.2396639,96.0870449 27.6375531,99.8141341 C29.5055328,117.311785 26.6412405,157.937383 28.2316019,157.937383 L60.5341425,140.684535 C61.2261543,140.31493 60.4021727,98.7933779 60.4021727,98.7933779 C63.9310444,98.7933779 66.6600385,95.7902112 67.1776063,91.8041898 L70.706478,63.0283919 C70.7535296,62.6461707 70.8005812,62.2639494 70.8005812,61.9363312 C70.8005812,58.5509432 69.0126196,55.6023795 66.5188836,54.4011128 L45.1574471,42.0608275 Z" id="Combined-Shape"></path>
</g>
</g>
</g>
</g>

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

@@ -1,70 +1,78 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="722px" height="334px" viewBox="0 0 722 334" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 47 (45396) - http://www.bohemiancoding.com/sketch -->
<title>main</title>
<svg width="369px" height="175px" viewBox="0 0 369 175" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 48.1 (47250) - http://www.bohemiancoding.com/sketch -->
<title>UX_UI_Design_mobile</title>
<desc>Created with Sketch.</desc>
<defs>
<path d="M257,0 L10,173.606061 C-0.218461392,180.655459 -3.05675448,194.382935 4,205.263636 L84,334.957576 L432,337 L432,0 L257,0 Z" id="path-1"></path>
<filter x="-0.7%" y="-0.3%" width="100.9%" height="100.6%" filterUnits="objectBoundingBox" id="filter-2">
<feOffset dx="-2" dy="0" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
<feColorMatrix values="0 0 0 0 0.392156863 0 0 0 0 0.431372549 0 0 0 0 0.949019608 0 0 0 0.353572237 0" type="matrix" in="shadowOffsetOuter1"></feColorMatrix>
<path d="M128.715596,0.181640939 L5.02789125,85.1622095 C-0.109230696,88.6511201 -1.52837724,95.3736549 1.7889635,100.506098 L42.1613688,164.134831 L216,165.215206 L216,0.181640939 L128.715596,0.181640939 Z" id="path-1"></path>
<filter x="-2.1%" y="-2.1%" width="103.2%" height="104.2%" filterUnits="objectBoundingBox" id="filter-2">
<feOffset dx="-1" dy="0" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
<feGaussianBlur stdDeviation="1" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
<feColorMatrix values="0 0 0 0 0.816618835 0 0 0 0 0.816618835 0 0 0 0 0.816618835 0 0 0 1 0" type="matrix" in="shadowBlurOuter1"></feColorMatrix>
</filter>
<path d="M363.878702,0.727991695 C365.701358,-0.551781507 368.209988,-0.100331855 369.478841,1.73742779 L387.278481,27.4847068 C388.547335,29.3211347 388.099271,31.8473884 386.275294,33.1271616 L24.1206287,287.272008 C22.2979731,288.551782 19.7906651,288.100332 18.5204896,286.262572 L0.722171603,260.515293 C-0.548003918,258.678865 -0.0986181977,256.152612 1.72403741,254.872838 L363.878702,0.727991695 Z" id="path-3"></path>
<filter x="-0.9%" y="-0.9%" width="101.8%" height="102.4%" filterUnits="objectBoundingBox" id="filter-4">
<path d="M181.939351,0.363995847 C182.850679,-0.275890754 184.104994,-0.0501659277 184.739421,0.868713895 L193.639241,13.7423534 C194.273667,14.6605674 194.049635,15.9236942 193.137647,16.5635808 L12.0603143,143.636004 C11.1489865,144.275891 9.89533254,144.050166 9.26024478,143.131286 L0.361085801,130.257647 C-0.274001959,129.339433 -0.0493090988,128.076306 0.862018707,127.436419 L181.939351,0.363995847 Z" id="path-3"></path>
<filter x="-1.8%" y="-1.7%" width="103.6%" height="104.9%" filterUnits="objectBoundingBox" id="filter-4">
<feOffset dx="0" dy="1" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
<feGaussianBlur stdDeviation="1" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
<feColorMatrix values="0 0 0 0 0.392156863 0 0 0 0 0.431372549 0 0 0 0 0.949019608 0 0 0 1 0" type="matrix" in="shadowBlurOuter1"></feColorMatrix>
<feColorMatrix values="0 0 0 0 0.816618835 0 0 0 0 0.816618835 0 0 0 0 0.816618835 0 0 0 1 0" type="matrix" in="shadowBlurOuter1"></feColorMatrix>
</filter>
</defs>
<g id="assets" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="main">
<g id="Group-4" transform="translate(0.000000, -1.000000)">
<g id="UX_UI_Design_mobile">
<g id="Group-4" transform="translate(4.000000, 3.000000)">
<g id="background">
<polygon id="Fill-3" fill="#F6F7FE" points="0 336 720 336 720 1 0 1"></polygon>
<g id="Group-58" transform="translate(290.000000, 0.000000)">
<polygon id="Fill-3" fill="#FAFAFA" points="0 165.242265 360 165.242265 360 0 0 0"></polygon>
<g id="Group-58" transform="translate(145.000000, 0.000000)">
<g id="Fill-15">
<use fill="black" fill-opacity="1" filter="url(#filter-2)" xlink:href="#path-1"></use>
<use fill="#FFFFFF" fill-rule="evenodd" xlink:href="#path-1"></use>
</g>
<path d="M317,1 L57,180.465875 C47.4186674,187.783651 48.4654035,184.498783 55,194.424332 L145,335.005935 L432,335.005935 L432,1 L317,1 Z" id="Fill-17" fill="#E1E7FF"></path>
<path d="M197.737003,300.561798 C197.737003,307.772677 191.890842,313.617978 184.678899,313.617978 C177.466957,313.617978 171.620795,307.772677 171.620795,300.561798 C171.620795,293.350918 177.466957,287.505618 184.678899,287.505618 C191.890842,287.505618 197.737003,293.350918 197.737003,300.561798" id="Fill-19" fill="#E1E7FF"></path>
<path d="M158.728042,0.181640939 L28.9210295,89.3251811 C23.8940599,92.7950407 24.4169251,91.1717122 27.663134,96.2747114 L71.6894761,164.134831 L216,165.215206 L216,0.181640939 L158.728042,0.181640939 Z" id="Fill-17" fill="#F3F3F3"></path>
</g>
</g>
<g id="checkbox" transform="translate(30.000000, 49.000000)">
<polygon id="Fill-9" fill="#B8E986" points="0 50.580453 51.9063126 50.580453 51.9063126 0 0 0"></polygon>
<polygon id="Stroke-10" stroke="#646EF2" points="0 124.091244 51.9063126 124.091244 51.9063126 73.5107914 0 73.5107914"></polygon>
<polygon id="Stroke-13" stroke="#646EF2" points="0 191.94736 51.9063126 191.94736 51.9063126 141.366906 0 141.366906"></polygon>
<polygon id="Stroke-13" stroke="#646EF2" points="0 261.688367 51.9063126 261.688367 51.9063126 211.107914 0 211.107914"></polygon>
<g id="Group-13" transform="translate(9.585253, 15.079137)" stroke="#FFFFFF" stroke-width="2">
<path d="M0,14.2257524 L12.9765781,25.2902265" id="Stroke-11"></path>
<path d="M34.0635176,0 L12.9765781,25.2902265" id="Stroke-12"></path>
<g id="checkbox" transform="translate(15.000000, 24.000000)">
<polygon id="Fill-9" fill="#D0D0D0" points="0 25.2902265 25.9531563 25.2902265 25.9531563 0 0 0"></polygon>
<polygon id="Stroke-10" stroke="#D0D0D0" points="0 62.0456222 25.9531563 62.0456222 25.9531563 36.7553957 0 36.7553957"></polygon>
<polygon id="Stroke-13" stroke="#D0D0D0" points="0 95.9736798 25.9531563 95.9736798 25.9531563 70.6834532 0 70.6834532"></polygon>
<polygon id="Stroke-13" stroke="#D0D0D0" points="0 130.844183 25.9531563 130.844183 25.9531563 105.553957 0 105.553957"></polygon>
<g id="Group-13" transform="translate(4.792627, 7.539568)" stroke="#FFFFFF" stroke-width="2">
<path d="M0,7.11287621 L6.48828907,12.6451133" id="Stroke-11"></path>
<path d="M17.0317588,0 L6.48828907,12.6451133" id="Stroke-12"></path>
</g>
</g>
<g id="ruler" transform="translate(310.000000, 17.000000)">
<g id="ruler" transform="translate(155.000000, 8.000000)">
<g id="Fill-36">
<use fill="black" fill-opacity="1" filter="url(#filter-4)" xlink:href="#path-3"></use>
<use fill="#FFFFFF" fill-rule="evenodd" xlink:href="#path-3"></use>
</g>
<path d="M18,244 L22,250" id="Stroke-38" stroke="#92A1F7"></path>
<path d="M46,224 L50,230" id="Stroke-40" stroke="#92A1F7"></path>
<path d="M76,204 L80,210" id="Stroke-42" stroke="#92A1F7"></path>
<path d="M106,182 L110,188" id="Stroke-44" stroke="#92A1F7"></path>
<path d="M138,160 L142,166" id="Stroke-46" stroke="#92A1F7"></path>
<path d="M172,138 L176,144" id="Stroke-48" stroke="#92A1F7"></path>
<path d="M204,114 L208,120" id="Stroke-50" stroke="#92A1F7"></path>
<path d="M238,90 L242,96" id="Stroke-52" stroke="#92A1F7"></path>
<path d="M276,64 L280,70" id="Stroke-54" stroke="#92A1F7"></path>
<path d="M310,40 L314,46" id="Stroke-56" stroke="#92A1F7"></path>
<polygon id="1" fill="#92A1F7" points="320 56 320 54.6341463 322.997468 54.6341463 322.997468 43.8549769 320 44.5379038 320 43.1351351 325.002532 42 325.002532 54.6341463 328 54.6341463 328 56"></polygon>
<path d="M284,80 L284,78.4034278 C284.516519,77.1667703 285.561554,75.8193876 287.135135,74.3612393 L288.153153,73.4291365 C289.462469,72.2170891 290.117117,71.0142885 290.117117,69.8206987 C290.117117,69.0577857 289.893396,68.4579235 289.445946,68.0210943 C288.998496,67.584265 288.384388,67.3658537 287.603604,67.3658537 C286.678674,67.3658537 285.588595,67.7319234 284.333333,68.4640738 L284.333333,66.8582729 C285.516522,66.2860881 286.690685,66 287.855856,66 C289.105111,66 290.108104,66.3445362 290.864865,67.033619 C291.621625,67.7227018 292,68.636338 292,69.774555 C292,70.5928408 291.809311,71.3188279 291.427928,71.9525379 C291.046545,72.5862479 290.336342,73.355302 289.297297,74.2597231 L288.612613,74.8595913 C287.189182,76.0962488 286.366367,77.2775158 286.144144,78.4034278 L291.936937,78.4034278 L291.936937,80 L284,80 Z" id="2" fill="#92A1F7"></path>
<path d="M248.669584,96.3917112 L249.754923,96.3917112 C250.355948,96.3917112 250.881106,96.2778532 251.330416,96.0501337 C251.779725,95.8224142 252.122537,95.5104744 252.358862,95.1143048 C252.595187,94.7181353 252.713348,94.2611434 252.713348,93.7433155 C252.713348,92.8698709 252.482862,92.1867226 252.021882,91.6938503 C251.560902,91.2009779 250.898618,90.9545455 250.035011,90.9545455 C249.218085,90.9545455 248.548507,91.2118958 248.026258,91.7266043 C247.504009,92.2413127 247.242888,92.9197819 247.242888,93.7620321 L246.19256,93.7620321 C246.19256,93.0570375 246.35886,92.4128817 246.691466,91.8295455 C247.024072,91.2462092 247.485044,90.7954561 248.074398,90.4772727 C248.663752,90.1590893 249.317283,90 250.035011,90 C251.190378,90 252.100653,90.336895 252.765864,91.0106952 C253.431076,91.6844953 253.763676,92.6078373 253.763676,93.7807487 C253.763676,94.4358322 253.569659,95.0394357 253.181619,95.5915775 C252.793579,96.1437193 252.261127,96.5570396 251.584245,96.8315508 C252.37783,97.0686286 252.978846,97.4757101 253.387309,98.0528075 C253.795772,98.6299048 254,99.3177322 254,100.11631 C254,101.282983 253.644059,102.221922 252.932166,102.933155 C252.220274,103.644389 251.269153,104 250.078775,104 C249.3202,104 248.624365,103.837791 247.991247,103.513369 C247.35813,103.188947 246.867981,102.735074 246.520788,102.151738 C246.173594,101.568402 246,100.889933 246,100.11631 L247.050328,100.11631 C247.050328,100.983516 247.333331,101.69006 247.899344,102.235963 C248.465357,102.781865 249.191826,103.054813 250.078775,103.054813 C250.983228,103.054813 251.687817,102.806821 252.19256,102.310829 C252.697304,101.814837 252.949672,101.095816 252.949672,100.153743 C252.949672,99.2428653 252.676881,98.5472395 252.131291,98.0668449 C251.585701,97.5864504 250.781916,97.3462567 249.719912,97.3462567 L248.669584,97.3462567 L248.669584,96.3917112 Z" id="3" fill="#92A1F7"></path>
<path d="M219.800388,123.490385 L222,123.490385 L222,124.461538 L219.800388,124.461538 L219.800388,128 L218.637597,128 L218.637597,124.461538 L212,124.461538 L212,123.807692 L218.531008,114 L219.800388,114 L219.800388,123.490385 Z M213.424419,123.490385 L218.637597,123.490385 L218.637597,115.490385 L218.124031,116.375 L213.424419,123.490385 Z" id="4" fill="#92A1F7"></path>
<path d="M180.455581,144.734417 L181.102506,138 L187.735763,138 L187.735763,139.052846 L182.041002,139.052846 L181.57631,143.719512 C182.287019,143.213638 183.119206,142.960705 184.072893,142.960705 C185.269558,142.960705 186.223231,143.365398 186.933941,144.174797 C187.64465,144.984196 188,146.062324 188,147.409214 C188,148.863603 187.653762,149.992318 186.961276,150.795393 C186.268789,151.598468 185.293856,152 184.036446,152 C182.882303,152 181.946852,151.664863 181.230068,150.99458 C180.513284,150.324297 180.103266,149.385282 180,148.177507 L181.047836,148.177507 C181.151102,149.119698 181.457856,149.832653 181.968109,150.316396 C182.478362,150.800138 183.167801,151.042005 184.036446,151.042005 C184.984059,151.042005 185.699314,150.729 186.182232,150.102981 C186.66515,149.476962 186.906606,148.585372 186.906606,147.428184 C186.906606,146.416436 186.636297,145.591241 186.095672,144.952575 C185.555047,144.313908 184.817013,143.99458 183.881549,143.99458 C183.365221,143.99458 182.915719,144.062556 182.53303,144.198509 C182.15034,144.334463 181.746395,144.598462 181.321185,144.990515 L180.455581,144.734417 Z" id="5" fill="#92A1F7"></path>
<path d="M152.323725,160 L152.323725,160.988568 L152.199557,160.988568 C150.656312,160.988568 149.441246,161.470293 148.554324,162.433759 C147.667401,163.397225 147.176645,164.735701 147.08204,166.449227 C147.436809,165.928265 147.889133,165.524996 148.439024,165.239408 C148.988916,164.953821 149.60384,164.811029 150.283814,164.811029 C151.419074,164.811029 152.322244,165.226851 152.993348,166.058507 C153.664453,166.890163 154,167.977577 154,169.32078 C154,170.212065 153.843313,171.015464 153.529933,171.731002 C153.216554,172.44654 152.767187,173.003585 152.181818,173.402152 C151.596449,173.800719 150.928311,174 150.177384,174 C148.941605,174 147.936441,173.524551 147.161863,172.573638 C146.387284,171.622726 146,170.39409 146,168.887693 L146,167.757902 C146,165.303731 146.526233,163.403504 147.578714,162.057162 C148.631195,160.71082 150.124159,160.025107 152.05765,160 L152.323725,160 Z M150.115299,165.780767 C149.441238,165.780767 148.813011,165.9926 148.230599,166.416274 C147.648186,166.839948 147.259424,167.378163 147.064302,168.030935 L147.064302,168.991258 C147.064302,170.183821 147.352547,171.156688 147.929047,171.909886 C148.505546,172.663084 149.254984,173.039677 150.177384,173.039677 C151.005178,173.039677 151.674794,172.691328 152.186253,171.99462 C152.697711,171.297912 152.953437,170.419194 152.953437,169.35844 C152.953437,168.278856 152.697711,167.412691 152.186253,166.759919 C151.674794,166.107148 150.984483,165.780767 150.115299,165.780767 Z" id="6" fill="#92A1F7"></path>
<polygon id="7" fill="#92A1F7" points="122 182.663462 116.800418 196 115.755486 196 120.92163 182.980769 114 182.980769 114 182 122 182"></polygon>
<path d="M91.6720604,207.696524 C91.6720604,208.401519 91.4822025,209.033197 91.1024811,209.591578 C90.7227597,210.149958 90.2222253,210.560159 89.600863,210.822193 C90.3257857,211.090465 90.9068658,211.524061 91.3441208,212.122995 C91.7813758,212.721928 92,213.414435 92,214.200535 C92,215.367207 91.6346674,216.292109 90.9039914,216.975267 C90.1733153,217.658426 89.2067662,218 88.004315,218 C86.7903571,218 85.819493,217.659986 85.0916936,216.979947 C84.3638942,216.299907 84,215.373446 84,214.200535 C84,213.426912 84.2099943,212.737525 84.6299892,212.132353 C85.0499841,211.527181 85.625311,211.090465 86.3559871,210.822193 C85.7346247,210.560159 85.2398436,210.149958 84.8716289,209.591578 C84.5034142,209.033197 84.3193096,208.401519 84.3193096,207.696524 C84.3193096,206.567285 84.6544375,205.668898 85.3247033,205.001337 C85.9949692,204.333776 86.8824109,204 87.987055,204 C89.0916992,204 89.9820175,204.336895 90.6580367,205.010695 C91.3340559,205.684495 91.6720604,206.579763 91.6720604,207.696524 Z M90.9644013,214.209893 C90.9644013,213.361404 90.6853678,212.664218 90.1272923,212.118316 C89.5692169,211.572413 88.8558116,211.299465 87.987055,211.299465 C87.1182984,211.299465 86.4077698,211.567734 85.8554477,212.104278 C85.3031256,212.640823 85.0269687,213.342687 85.0269687,214.209893 C85.0269687,215.077099 85.2944957,215.768046 85.8295577,216.282754 C86.3646197,216.797462 87.0895316,217.054813 88.004315,217.054813 C88.896085,217.054813 89.6123669,216.799022 90.1531823,216.287433 C90.6939977,215.775844 90.9644013,215.083338 90.9644013,214.209893 Z M90.6364617,207.687166 C90.6364617,206.907304 90.3876328,206.25691 89.8899676,205.735963 C89.3923024,205.215015 88.7580046,204.954545 87.987055,204.954545 C87.2045987,204.954545 86.5703009,205.205657 86.0841424,205.707888 C85.5979839,206.210118 85.3549083,206.869871 85.3549083,207.687166 C85.3549083,208.485744 85.5979839,209.12834 86.0841424,209.614973 C86.5703009,210.101607 87.2074754,210.34492 87.995685,210.34492 C88.7723879,210.34492 89.4066858,210.100047 89.8985976,209.610294 C90.3905095,209.120541 90.6364617,208.479505 90.6364617,207.687166 Z" id="8" fill="#92A1F7"></path>
<path d="M62.9368771,231.550773 C62.5588759,232.140779 62.0893347,232.597398 61.5282392,232.920646 C60.9671437,233.243893 60.3588073,233.405514 59.7032115,233.405514 C58.9708343,233.405514 58.3241076,233.204665 57.7630122,232.802959 C57.2019167,232.401253 56.7678125,231.845778 56.4606866,231.136516 C56.1535607,230.427255 56,229.6521 56,228.811029 C56,227.907191 56.1638965,227.084962 56.4916944,226.344317 C56.8194922,225.603673 57.2772211,225.027799 57.8648948,224.616678 C58.4525685,224.205557 59.1303025,224 59.8981174,224 C61.1915901,224 62.1985937,224.481726 62.9191584,225.445192 C63.6397231,226.408658 64,227.775378 64,229.545393 L64,230.562206 C64,233.035206 63.5038809,234.893067 62.5116279,236.135844 C61.5193749,237.378621 60.0044399,238 57.9667774,238 L57.7718715,238 L57.7807309,237.020847 L58.1528239,237.020847 C59.6943599,236.995741 60.8667365,236.531276 61.6699889,235.627438 C62.4732414,234.7236 62.8955332,233.364726 62.9368771,231.550773 Z M59.8361019,232.435777 C60.544854,232.435777 61.1812449,232.21139 61.7452935,231.762609 C62.3093421,231.313829 62.7094857,230.731678 62.9457364,230.01614 L62.9457364,229.36651 C62.9457364,227.973093 62.6725756,226.891956 62.1262458,226.123067 C61.5799161,225.354177 60.8431202,224.969738 59.9158361,224.969738 C59.077146,224.969738 58.3890761,225.329071 57.8516058,226.047747 C57.3141354,226.766424 57.0454042,227.671817 57.0454042,228.763954 C57.0454042,229.812155 57.3037996,230.686166 57.820598,231.386012 C58.3373965,232.085859 59.0092244,232.435777 59.8361019,232.435777 Z" id="9" fill="#92A1F7"></path>
<path d="M28.7099391,261.812834 L27.6146045,261.812834 L27.6146045,249.534759 L24,250.910428 L24,249.862299 L28.5273834,248.140374 L28.7099391,248.140374 L28.7099391,261.812834 Z M42,256.132353 C42,258.053931 41.6561901,259.51225 40.9685598,260.507353 C40.2809296,261.502456 39.2677552,262 37.9290061,262 C36.6145979,262 35.6075086,261.511814 34.9077079,260.535428 C34.2079073,259.559041 33.8488845,258.138155 33.8306288,256.272727 L33.8306288,253.830214 C33.8306288,251.914875 34.1774813,250.464354 34.8711968,249.47861 C35.5649122,248.492865 36.5780866,248 37.9107505,248 C39.2251587,248 40.2292055,248.475708 40.9229209,249.427139 C41.6166363,250.37857 41.9756591,251.780739 42,253.63369 L42,256.132353 Z M40.9046653,253.68984 C40.9046653,252.130117 40.6566962,250.950984 40.1607505,250.152406 C39.6648048,249.353828 38.9148123,248.954545 37.9107505,248.954545 C36.9249444,248.954545 36.1825583,249.34447 35.68357,250.124332 C35.1845817,250.904193 34.9290061,252.055251 34.9168357,253.57754 L34.9168357,256.254011 C34.9168357,257.807494 35.1739325,258.995985 35.6881339,259.819519 C36.2023352,260.643052 36.9492852,261.054813 37.9290061,261.054813 C38.9026418,261.054813 39.640464,260.65241 40.1424949,259.847594 C40.6445258,259.042777 40.8985801,257.863644 40.9046653,256.31016 L40.9046653,253.68984 Z" id="10" fill="#92A1F7"></path>
<path d="M9,122 L11,125" id="Stroke-38" stroke="#D0D0D0"></path>
<path d="M23,112 L25,115" id="Stroke-40" stroke="#D0D0D0"></path>
<path d="M38,102 L40,105" id="Stroke-42" stroke="#D0D0D0"></path>
<path d="M53,91 L55,94" id="Stroke-44" stroke="#D0D0D0"></path>
<path d="M69,80 L71,83" id="Stroke-46" stroke="#D0D0D0"></path>
<path d="M86,69 L88,72" id="Stroke-48" stroke="#D0D0D0"></path>
<path d="M102,57 L104,60" id="Stroke-50" stroke="#D0D0D0"></path>
<path d="M119,45 L121,48" id="Stroke-52" stroke="#D0D0D0"></path>
<path d="M138,32 L140,35" id="Stroke-54" stroke="#D0D0D0"></path>
<path d="M155,20 L157,23" id="Stroke-56" stroke="#D0D0D0"></path>
<polygon id="1" fill="#9B9B9B" points="160 28 160 27.3170732 161.498734 27.3170732 161.498734 21.9274885 160 22.2689519 160 21.5675676 162.501266 21 162.501266 27.3170732 164 27.3170732 164 28"></polygon>
<path d="M142,40 L142,39.2017139 C142.25826,38.5833852 142.780777,37.9096938 143.567568,37.1806196 L144.076577,36.7145682 C144.731235,36.1085445 145.058559,35.5071443 145.058559,34.9103494 C145.058559,34.5288928 144.946698,34.2289618 144.722973,34.0105471 C144.499248,33.7921325 144.192194,33.6829268 143.801802,33.6829268 C143.339337,33.6829268 142.794297,33.8659617 142.166667,34.2320369 L142.166667,33.4291365 C142.758261,33.1430441 143.345342,33 143.927928,33 C144.552556,33 145.054052,33.1722681 145.432432,33.5168095 C145.810813,33.8613509 146,34.318169 146,34.8872775 C146,35.2964204 145.904656,35.6594139 145.713964,35.976269 C145.523272,36.293124 145.168171,36.677651 144.648649,37.1298616 L144.306306,37.4297956 C143.594591,38.0481244 143.183184,38.6387579 143.072072,39.2017139 L145.968468,39.2017139 L145.968468,40 L142,40 Z" id="2" fill="#9B9B9B"></path>
<path d="M124.334792,48.1958556 L124.877462,48.1958556 C125.177974,48.1958556 125.440553,48.1389266 125.665208,48.0250668 C125.889863,47.9112071 126.061269,47.7552372 126.179431,47.5571524 C126.297594,47.3590676 126.356674,47.1305717 126.356674,46.8716578 C126.356674,46.4349354 126.241431,46.0933613 126.010941,45.8469251 C125.780451,45.600489 125.449309,45.4772727 125.017505,45.4772727 C124.609042,45.4772727 124.274254,45.6059479 124.013129,45.8633021 C123.752005,46.1206564 123.621444,46.4598909 123.621444,46.881016 L123.09628,46.881016 C123.09628,46.5285187 123.17943,46.2064409 123.345733,45.9147727 C123.512036,45.6231046 123.742522,45.3977281 124.037199,45.2386364 C124.331876,45.0795447 124.658642,45 125.017505,45 C125.595189,45 126.050327,45.1684475 126.382932,45.5053476 C126.715538,45.8422477 126.881838,46.3039186 126.881838,46.8903743 C126.881838,47.2179161 126.78483,47.5197179 126.59081,47.7957888 C126.39679,48.0718597 126.130563,48.2785198 125.792123,48.4157754 C126.188915,48.5343143 126.489423,48.7378551 126.693654,49.0264037 C126.897886,49.3149524 127,49.6588661 127,50.0581551 C127,50.6414913 126.822029,51.1109608 126.466083,51.4665775 C126.110137,51.8221943 125.634576,52 125.039387,52 C124.6601,52 124.312182,51.9188956 123.995624,51.7566845 C123.679065,51.5944733 123.433991,51.3675371 123.260394,51.075869 C123.086797,50.7842009 123,50.4449663 123,50.0581551 L123.525164,50.0581551 C123.525164,50.491758 123.666665,50.8450298 123.949672,51.1179813 C124.232678,51.3909327 124.595913,51.5274064 125.039387,51.5274064 C125.491614,51.5274064 125.843908,51.4034103 126.09628,51.1554144 C126.348652,50.9074185 126.474836,50.5479079 126.474836,50.0768717 C126.474836,49.6214327 126.33844,49.2736197 126.065646,49.0334225 C125.792851,48.7932252 125.390958,48.6731283 124.859956,48.6731283 L124.334792,48.6731283 L124.334792,48.1958556 Z" id="3" fill="#9B9B9B"></path>
<path d="M109.900194,61.7451923 L111,61.7451923 L111,62.2307692 L109.900194,62.2307692 L109.900194,64 L109.318798,64 L109.318798,62.2307692 L106,62.2307692 L106,61.9038462 L109.265504,57 L109.900194,57 L109.900194,61.7451923 Z M106.712209,61.7451923 L109.318798,61.7451923 L109.318798,57.7451923 L109.062016,58.1875 L106.712209,61.7451923 Z" id="4" fill="#9B9B9B"></path>
<path d="M90.2277904,72.3672087 L90.5512528,69 L93.8678815,69 L93.8678815,69.5264228 L91.0205011,69.5264228 L90.7881549,71.8597561 C91.1435097,71.606819 91.5596028,71.4803523 92.0364465,71.4803523 C92.634779,71.4803523 93.1116155,71.682699 93.4669704,72.0873984 C93.8223252,72.4920978 94,73.0311619 94,73.704607 C94,74.4318013 93.826881,74.9961588 93.4806378,75.3976965 C93.1343946,75.7992342 92.646928,76 92.0182232,76 C91.4411513,76 90.9734262,75.8324317 90.6150342,75.49729 C90.2566421,75.1621483 90.0516328,74.6926408 90,74.0887534 L90.523918,74.0887534 C90.5755508,74.5598488 90.7289281,74.9163267 90.9840547,75.1581978 C91.2391812,75.400069 91.5839006,75.5210027 92.0182232,75.5210027 C92.4920297,75.5210027 92.8496571,75.3645002 93.0911162,75.0514905 C93.3325752,74.7384808 93.453303,74.2926858 93.453303,73.7140921 C93.453303,73.2082179 93.3181487,72.7956204 93.047836,72.4762873 C92.7775233,72.1569541 92.4085065,71.99729 91.9407745,71.99729 C91.6826107,71.99729 91.4578597,72.0312779 91.2665148,72.0992547 C91.0751699,72.1672316 90.8731977,72.2992312 90.6605923,72.4952575 L90.2277904,72.3672087 Z" id="5" fill="#9B9B9B"></path>
<path d="M76.1618625,80 L76.1618625,80.4942838 L76.0997783,80.4942838 C75.3281558,80.4942838 74.7206231,80.7351467 74.2771619,81.2168796 C73.8337007,81.6986126 73.5883225,82.3678505 73.54102,83.2246133 C73.7184044,82.9641323 73.9445663,82.7624979 74.2195122,82.6197041 C74.4944581,82.4769103 74.80192,82.4055145 75.1419069,82.4055145 C75.7095372,82.4055145 76.1611218,82.6134254 76.4966741,83.0292535 C76.8322264,83.4450817 77,83.9887884 77,84.66039 C77,85.1060323 76.9216564,85.5077319 76.7649667,85.865501 C76.6082771,86.2232701 76.3835935,86.5017923 76.0909091,86.701076 C75.7982247,86.9003597 75.4641556,87 75.0886918,87 C74.4708025,87 73.9682207,86.7622754 73.5809313,86.2868191 C73.1936418,85.8113628 73,85.1970448 73,84.4438467 L73,83.8789509 C73,82.6518656 73.2631164,81.7017519 73.789357,81.028581 C74.3155976,80.3554102 75.0620794,80.0125533 76.0288248,80 L76.1618625,80 Z M75.0576497,82.8903833 C74.7206192,82.8903833 74.4065055,82.9963002 74.1152993,83.2081372 C73.8240931,83.4199742 73.6297122,83.6890815 73.5321508,84.0154674 L73.5321508,84.4956288 C73.5321508,85.0919106 73.6762735,85.5783438 73.9645233,85.9549428 C74.2527731,86.3315419 74.6274922,86.5198386 75.0886918,86.5198386 C75.5025889,86.5198386 75.8373971,86.3456641 76.0931264,85.99731 C76.3488557,85.6489559 76.4767184,85.2095969 76.4767184,84.6792199 C76.4767184,84.1394279 76.3488557,83.7063455 76.0931264,83.3799597 C75.8373971,83.0535738 75.4922416,82.8903833 75.0576497,82.8903833 Z" id="6" fill="#9B9B9B"></path>
<polygon id="7" fill="#9B9B9B" points="61 91.3317308 58.400209 98 57.8777429 98 60.460815 91.4903846 57 91.4903846 57 91 61 91"></polygon>
<path d="M45.8360302,103.848262 C45.8360302,104.200759 45.7411013,104.516598 45.5512406,104.795789 C45.3613798,105.074979 45.1111127,105.28008 44.8004315,105.411096 C45.1628929,105.545232 45.4534329,105.762031 45.6720604,106.061497 C45.8906879,106.360964 46,106.707217 46,107.100267 C46,107.683604 45.8173337,108.146054 45.4519957,108.487634 C45.0866576,108.829213 44.6033831,109 44.0021575,109 C43.3951786,109 42.9097465,108.829993 42.5458468,108.489973 C42.1819471,108.149954 42,107.686723 42,107.100267 C42,106.713456 42.1049972,106.368763 42.3149946,106.066176 C42.5249921,105.76359 42.8126555,105.545232 43.1779935,105.411096 C42.8673124,105.28008 42.6199218,105.074979 42.4358145,104.795789 C42.2517071,104.516598 42.1596548,104.200759 42.1596548,103.848262 C42.1596548,103.283642 42.3272187,102.834449 42.6623517,102.500668 C42.9974846,102.166888 43.4412054,102 43.9935275,102 C44.5458496,102 44.9910087,102.168448 45.3290183,102.505348 C45.6670279,102.842248 45.8360302,103.289881 45.8360302,103.848262 Z M45.4822006,107.104947 C45.4822006,106.680702 45.3426839,106.332109 45.0636462,106.059158 C44.7846085,105.786206 44.4279058,105.649733 43.9935275,105.649733 C43.5591492,105.649733 43.2038849,105.783867 42.9277238,106.052139 C42.6515628,106.320411 42.5134844,106.671344 42.5134844,107.104947 C42.5134844,107.538549 42.6472479,107.884023 42.9147789,108.141377 C43.1823099,108.398731 43.5447658,108.527406 44.0021575,108.527406 C44.4480425,108.527406 44.8061835,108.399511 45.0765912,108.143717 C45.3469988,107.887922 45.4822006,107.541669 45.4822006,107.104947 Z M45.3182309,103.843583 C45.3182309,103.453652 45.1938164,103.128455 44.9449838,102.867981 C44.6961512,102.607508 44.3790023,102.477273 43.9935275,102.477273 C43.6022994,102.477273 43.2851504,102.602829 43.0420712,102.853944 C42.798992,103.105059 42.6774542,103.434936 42.6774542,103.843583 C42.6774542,104.242872 42.798992,104.56417 43.0420712,104.807487 C43.2851504,105.050803 43.6037377,105.17246 43.9978425,105.17246 C44.386194,105.17246 44.7033429,105.050024 44.9492988,104.805147 C45.1952547,104.560271 45.3182309,104.239752 45.3182309,103.843583 Z" id="8" fill="#9B9B9B"></path>
<path d="M31.4684385,115.775387 C31.279438,116.070389 31.0446673,116.298699 30.7641196,116.460323 C30.4835719,116.621947 30.1794036,116.702757 29.8516058,116.702757 C29.4854171,116.702757 29.1620538,116.602332 28.8815061,116.401479 C28.6009584,116.200627 28.3839063,115.922889 28.2303433,115.568258 C28.0767803,115.213627 28,114.82605 28,114.405514 C28,113.953596 28.0819482,113.542481 28.2458472,113.172159 C28.4097461,112.801836 28.6386106,112.513899 28.9324474,112.308339 C29.2262842,112.102779 29.5651513,112 29.9490587,112 C30.595795,112 31.0992968,112.240863 31.4595792,112.722596 C31.8198615,113.204329 32,113.887689 32,114.772697 L32,115.281103 C32,116.517603 31.7519405,117.446534 31.255814,118.067922 C30.7596874,118.68931 30.0022199,119 28.9833887,119 L28.8859358,119 L28.8903654,118.510424 L29.076412,118.510424 C29.8471799,118.49787 30.4333682,118.265638 30.8349945,117.813719 C31.2366207,117.3618 31.4477666,116.682363 31.4684385,115.775387 Z M29.9180509,116.217888 C30.272427,116.217888 30.5906224,116.105695 30.8726467,115.881305 C31.154671,115.656914 31.3547429,115.365839 31.4728682,115.00807 L31.4728682,114.683255 C31.4728682,113.986547 31.3362878,113.445978 31.0631229,113.061533 C30.789958,112.677088 30.4215601,112.484869 29.9579181,112.484869 C29.538573,112.484869 29.1945381,112.664535 28.9258029,113.023874 C28.6570677,113.383212 28.5227021,113.835909 28.5227021,114.381977 C28.5227021,114.906077 28.6518998,115.343083 28.910299,115.693006 C29.1686982,116.042929 29.5046122,116.217888 29.9180509,116.217888 Z" id="9" fill="#9B9B9B"></path>
<path d="M14.3549696,130.906417 L13.8073022,130.906417 L13.8073022,124.76738 L12,125.455214 L12,124.93115 L14.2636917,124.070187 L14.3549696,124.070187 L14.3549696,130.906417 Z M21,128.066176 C21,129.026966 20.828095,129.756125 20.4842799,130.253676 C20.1404648,130.751228 19.6338776,131 18.964503,131 C18.3072989,131 17.8037543,130.755907 17.453854,130.267714 C17.1039536,129.779521 16.9244422,129.069078 16.9153144,128.136364 L16.9153144,126.915107 C16.9153144,125.957437 17.0887407,125.232177 17.4355984,124.739305 C17.7824561,124.246432 18.2890433,124 18.9553753,124 C19.6125794,124 20.1146027,124.237854 20.4614604,124.71357 C20.8083182,125.189285 20.9878296,125.89037 21,126.816845 L21,128.066176 Z M20.4523327,126.84492 C20.4523327,126.065058 20.3283481,125.475492 20.0803753,125.076203 C19.8324024,124.676914 19.4574062,124.477273 18.9553753,124.477273 C18.4624722,124.477273 18.0912791,124.672235 17.841785,125.062166 C17.5922908,125.452096 17.4645031,126.027625 17.4584178,126.78877 L17.4584178,128.127005 C17.4584178,128.903747 17.5869663,129.497993 17.8440669,129.909759 C18.1011676,130.321526 18.4746426,130.527406 18.964503,130.527406 C19.4513209,130.527406 19.820232,130.326205 20.0712475,129.923797 C20.3222629,129.521388 20.44929,128.931822 20.4523327,128.15508 L20.4523327,126.84492 Z" id="10" fill="#9B9B9B"></path>
</g>
<g id="Page-1" opacity="0.400000006" transform="translate(72.000000, 13.000000)" fill="#D0D0D0">
<path d="M0.950784817,12.5613573 C17.9696342,39.3667801 30.7337713,59.4708471 39.243196,72.8735585 C39.5989102,73.4338237 40.1324814,74.2742215 40.8439098,75.394752 L55.2255888,65.6042467 L15.3324638,2.77085208 C13.5961462,0.0356788024 10.0830643,-0.705109891 7.46963184,1.11209013 L2.53571634,4.33225322 C-0.0777161322,6.14945324 -0.785532796,9.82678879 0.950784817,12.5613573 Z"></path>
<path d="M45.2383831,89.0500577 C42.7538022,101.947642 50.7235289,114.500534 63.0476282,117.100853 C71.4680464,118.876932 81.0995533,116.171995 87.6016438,110.133811 C82.917342,109.145085 77.2241848,103.753957 78.6970213,96.1084133 C80.5627682,86.4201066 74.5968849,77.0232776 65.3397986,75.0706191 C56.08329,73.1173559 47.1041301,79.361751 45.2383831,89.0500577 Z" id="Stroke-3"></path>
</g>
<g id="Page-1" transform="translate(78.000000, 9.000000)" fill="#367EDD">
<path d="M0.944831708,12.6115081 C17.8571217,39.5239506 30.5413392,59.7082825 38.9974842,73.1645038 C39.3509712,73.7270058 39.8812016,74.5707589 40.5881756,75.695763 L54.8798072,65.8661695 L15.2364633,2.78191461 C13.5110172,0.0358212488 10.0199316,-0.707925019 7.42286255,1.11653011 L2.51983956,4.3495496 C-0.0772295314,6.17400473 -0.780614373,9.86602192 0.944831708,12.6115081 Z"></path>
<path d="M44.9551339,89.4055871 C42.4861096,102.354665 50.4059358,114.957673 62.6528708,117.568374 C71.0205665,119.351544 80.5917681,116.635808 87.0531474,110.573517 C82.3981752,109.580843 76.7406643,104.168192 78.204279,96.492123 C80.058344,86.765136 74.1298146,77.3307905 64.9306893,75.3703361 C55.7321381,73.4092745 46.809199,79.6786002 44.9551339,89.4055871 Z" id="Stroke-3"></path>
</g>
</g>
</g>

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

View File

@@ -1,93 +1,101 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="722px" height="334px" viewBox="0 0 722 334" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 47 (45396) - http://www.bohemiancoding.com/sketch -->
<title>Software_Development_mobile_parallax</title>
<svg width="369px" height="175px" viewBox="0 0 369 175" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 48.1 (47250) - http://www.bohemiancoding.com/sketch -->
<title>Software_Development_mobile</title>
<desc>Created with Sketch.</desc>
<defs>
<path d="M0,0 L245.00964,172.03012 C255.26746,179.519531 258.079511,193.277471 251.034467,204.222892 L171.707575,334 L0,334 L0,0 Z" id="path-1"></path>
<filter x="-0.4%" y="-0.3%" width="101.6%" height="100.6%" filterUnits="objectBoundingBox" id="filter-2">
<feOffset dx="2" dy="0" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
<feColorMatrix values="0 0 0 0 0.392156863 0 0 0 0 0.431372549 0 0 0 0 0.949019608 0 0 0 0.350656703 0" type="matrix" in="shadowOffsetOuter1"></feColorMatrix>
<path d="M0,0 L122.143029,85.5550275 C127.215996,89.098838 128.617419,95.9271559 125.341507,101.140361 L85.4732933,165.77033 L0,165.77033 L0,0 Z" id="path-1"></path>
<filter x="-2.4%" y="-1.8%" width="104.7%" height="103.6%" filterUnits="objectBoundingBox" id="filter-2">
<feOffset dx="0" dy="0" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
<feGaussianBlur stdDeviation="1" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
<feColorMatrix values="0 0 0 0 0.816618835 0 0 0 0 0.816618835 0 0 0 0 0.816618835 0 0 0 1 0" type="matrix" in="shadowBlurOuter1"></feColorMatrix>
</filter>
<path d="M0,0 L201.571072,141.084131 C211.767847,148.212239 210.70726,144.877447 204.122605,155.360502 L107.87807,294.76506 L0,294.76506 L0,0 Z" id="path-3"></path>
<path d="M0,0 L100.283022,70.1496609 C105.355989,73.693889 104.82834,72.0357681 101.552428,77.2481385 L57.3518355,147.207972 L0,147.207972 L0,0 Z" id="path-3"></path>
</defs>
<g id="assets" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Software_Development_mobile_parallax">
<g id="Group-2" transform="translate(-2.000000, 0.000000)">
<g id="Software_Development_mobile">
<g id="Group-2" transform="translate(3.000000, 4.000000)">
<g id="Group-18">
<g id="Page-1">
<g id="background">
<polygon id="Fill-2" fill="#173C8E" points="0.593578783 333.107934 443.549531 333.107934 443.549531 164.653635 0.593578783 164.653635"></polygon>
<polygon id="Fill-3" fill="#F6F7FE" points="1.00554018 334 724.994468 334 724.994468 0 1.00554018 0"></polygon>
<g id="Group-32" transform="translate(0.004159, 0.000000)">
<g id="Group" transform="translate(162.670335, 0.000000)">
<polygon id="Fill-3" fill="#EDEFFD" opacity="0.338032156" points="437.80411 334 560.30893 334 560.30893 6.03614458 437.80411 6.03614458"></polygon>
<polygon id="Fill-3" fill="#EDEFFD" points="0 334 437.80411 334 437.80411 0 0 0"></polygon>
<polygon id="Fill-3" fill="#FFFFFF" opacity="0.534363678" points="437.80411 215.289157 560.30893 215.289157 560.30893 122.73494 437.80411 122.73494"></polygon>
<g id="Group-22" transform="translate(0.000000, 48.289157)" stroke-linecap="square">
<path d="M10.5329878,3.52108434 L294.787896,3.52108434" id="Line-5" stroke="#FFFFFF"></path>
<path d="M10.5347912,36.7198795 L181.491833,36.7198795" id="Line-5" stroke="#FFFFFF"></path>
<path d="M10.531202,69.9186747 L130.048099,69.9186747" id="Line-5" stroke="#FFFFFF"></path>
<path d="M7.47043948,100.60241 L172.498336,100.60241" id="Line-5" stroke="#FFFFFF"></path>
<path d="M1.49396122,136.316265 L121.010859,136.316265" id="Line-5" stroke="#FFFFFF"></path>
<path d="M10.531202,169.51506 L130.048099,169.51506" id="Line-5" stroke="#FFFFFF"></path>
<path d="M7.46178312,199.695783 L87.8799944,199.695783" id="Line-5" stroke="#FFFFFF"></path>
<path d="M1.49396122,234.906627 L121.010859,234.906627" id="Line-5" stroke="#FFFFFF"></path>
<path d="M490.386647,67.4036145 L519.776048,67.4036145" id="Line-5" stroke="#646EF2"></path>
<path d="M490.382847,80.4819277 L531.886868,80.4819277" id="Line-5" stroke="#646EF2"></path>
<path d="M490.386647,95.5722892 L519.776048,95.5722892" id="Line-5" stroke="#646EF2"></path>
<path d="M490.386647,109.656627 L519.776048,109.656627" id="Line-5" stroke="#646EF2"></path>
<path d="M490.382847,122.73494 L510.729623,122.73494" id="Line-5" stroke="#646EF2"></path>
<path d="M490.386647,135.813253 L519.776048,135.813253" id="Line-5" stroke="#646EF2"></path>
<path d="M490.386647,146.879518 L519.776048,146.879518" id="Line-5" stroke="#646EF2"></path>
<path d="M490.382847,159.957831 L531.886868,159.957831" id="Line-5" stroke="#646EF2"></path>
<path d="M490.386647,175.048193 L519.776048,175.048193" id="Line-5" stroke="#646EF2"></path>
<path d="M490.386647,189.13253 L519.776048,189.13253" id="Line-5" stroke="#646EF2"></path>
<path d="M490.382847,202.210843 L510.729623,202.210843" id="Line-5" stroke="#646EF2"></path>
<path d="M490.386647,215.289157 L519.776048,215.289157" id="Line-5" stroke="#646EF2"></path>
<path d="M493.251348,1.0060241 L534.995076,1.0060241" id="Line-5" stroke="#646EF2"></path>
<path d="M493.239446,14.0843373 L516.95603,14.0843373" id="Line-5" stroke="#646EF2"></path>
<path d="M493.252114,27.1626506 L510.885754,27.1626506" id="Line-5" stroke="#646EF2"></path>
<path d="M493.239446,41.246988 L516.95603,41.246988" id="Line-5" stroke="#646EF2"></path>
<path d="M493.252114,54.3253012 L510.885754,54.3253012" id="Line-5" stroke="#646EF2"></path>
<polygon id="Fill-2" fill="#173C8E" points="1.79515419 166.556638 222.052863 166.556638 222.052863 82.8338426 1.79515419 82.8338426"></polygon>
<polygon id="Fill-3" fill="#FAFAFA" points="1.79515419 167 362 167 362 1 1.79515419 1"></polygon>
<g id="Group-32" transform="translate(0.795154, 0.991075)">
<g id="Group" transform="translate(82.204846, 1.008925)">
<polygon id="Fill-3" fill="#F8F8F8" opacity="0.338032156" points="218 163 279 163 279 0 218 0"></polygon>
<polygon id="Fill-3" fill="#F3F3F3" points="0 163 218 163 218 0 0 0"></polygon>
<polygon id="Fill-3" fill="#FFFFFF" opacity="0.534363678" points="218 104 279 104 279 58 218 58"></polygon>
<g id="Group-22" transform="translate(0.000000, 21.000000)" stroke="#D0D0D0" stroke-linecap="square">
<path d="M5.21172258,1.64589361 L146.704109,1.64589361" id="Line-5"></path>
<path d="M5.21172258,18.1048298 L90.2058238,18.1048298" id="Line-5"></path>
<path d="M5.21172258,34.5637659 L64.7742664,34.5637659" id="Line-5"></path>
<path d="M3.69698548,49.9254396 L85.7602556,49.9254396" id="Line-5"></path>
<path d="M0.744531797,67.4816382 L60.3070756,67.4816382" id="Line-5"></path>
<path d="M5.21172258,83.9405743 L64.7742664,83.9405743" id="Line-5"></path>
<path d="M3.69698548,99.302248 L43.927376,99.302248" id="Line-5"></path>
<path d="M0.744531797,116.858447 L60.3070756,116.858447" id="Line-5"></path>
<path d="M244.388023,33.4665035 L258.915472,33.4665035" id="Line-5"></path>
<path d="M244.386144,40.0500779 L264.901962,40.0500779" id="Line-5"></path>
<path d="M244.388023,47.7309148 L258.915472,47.7309148" id="Line-5"></path>
<path d="M244.388023,54.3144893 L258.915472,54.3144893" id="Line-5"></path>
<path d="M244.386144,60.8980637 L254.443742,60.8980637" id="Line-5"></path>
<path d="M244.388023,67.4816382 L258.915472,67.4816382" id="Line-5"></path>
<path d="M244.388023,72.9679502 L258.915472,72.9679502" id="Line-5"></path>
<path d="M244.386144,79.5515247 L264.901962,79.5515247" id="Line-5"></path>
<path d="M244.388023,87.2323615 L258.915472,87.2323615" id="Line-5"></path>
<path d="M244.388023,93.815936 L258.915472,93.815936" id="Line-5"></path>
<path d="M244.386144,100.39951 L254.443742,100.39951" id="Line-5"></path>
<path d="M244.388023,106.983085 L258.915472,106.983085" id="Line-5"></path>
<path d="M245.804071,0.548631205 L266.438377,0.548631205" id="Line-5"></path>
<path d="M245.798187,7.13220566 L257.521511,7.13220566" id="Line-5"></path>
<path d="M245.804449,13.7157801 L254.520919,13.7157801" id="Line-5"></path>
<path d="M245.798187,20.2993546 L257.521511,20.2993546" id="Line-5"></path>
<path d="M245.804449,26.882929 L254.520919,26.882929" id="Line-5"></path>
</g>
</g>
<g id="Fill-6">
<use fill="black" fill-opacity="1" filter="url(#filter-2)" xlink:href="#path-1"></use>
<use fill="#FFFFFF" fill-rule="evenodd" xlink:href="#path-1"></use>
</g>
<path d="M1,39.2289157 L202.289965,180.313047 C212.472519,187.441155 211.413411,184.106363 204.837939,194.589417 L108.727626,333.993976 L1,333.993976 L1,39.2289157 Z" id="Fill-8" fill="#E1E7FF"></path>
<path d="M147.608267,305.328313 C147.608267,311.717982 152.778163,316.89759 159.155852,316.89759 C165.533541,316.89759 170.703437,311.717982 170.703437,305.328313 C170.703437,298.938644 165.533541,293.759036 159.155852,293.759036 C152.778163,293.759036 147.608267,298.938644 147.608267,305.328313" id="Fill-10" fill="#E1E7FF"></path>
<path d="M74.4717803,151.782153 C74.4717803,154.895462 77.0292089,157.419179 80.1841043,157.419179 C83.3389997,157.419179 85.8964284,154.895462 85.8964284,151.782153 C85.8964284,148.668844 83.3389997,146.145127 80.1841043,146.145127 C77.0292089,146.145127 74.4717803,148.668844 74.4717803,151.782153" id="Fill-10" fill="#F3F3F3"></path>
</g>
<g id="Group-17" transform="translate(1.005540, 39.228916)">
<g id="Group-17" transform="translate(0.795154, 19.504707)">
<mask id="mask-4" fill="white">
<use xlink:href="#path-3"></use>
</mask>
<g id="Mask"></g>
<g mask="url(#mask-4)">
<g transform="translate(-51.288097, 53.325301)">
<g transform="translate(87.273759, 127.068471) rotate(-3.000000) translate(-87.273759, -127.068471) translate(6.273759, 5.068471)">
<rect id="Rectangle-14" fill="#FFFFFF" transform="translate(49.309285, 201.212191) rotate(-55.000000) translate(-49.309285, -201.212191) " x="22.6624704" y="197.188095" width="53.2936294" height="8.04819277"></rect>
<rect id="Rectangle-14" fill="#FFFFFF" transform="translate(68.497887, 219.344187) rotate(-55.000000) translate(-68.497887, -219.344187) " x="41.8510724" y="215.320091" width="53.2936294" height="8.04819277"></rect>
<rect id="Rectangle-14" fill="#FFFFFF" transform="translate(77.148075, 161.496416) rotate(-55.000000) translate(-77.148075, -161.496416) " x="64.5788232" y="157.47232" width="25.1385044" height="8.04819277"></rect>
<rect id="Rectangle-14" fill="#FFFFFF" transform="translate(42.848686, 162.720210) rotate(-55.000000) translate(-42.848686, -162.720210) " x="30.2794334" y="158.696114" width="25.1385044" height="8.04819277"></rect>
<rect id="Rectangle-14" fill="#FFFFFF" transform="translate(96.696519, 134.314068) rotate(-55.000000) translate(-96.696519, -134.314068) " x="84.1272667" y="130.289972" width="25.1385044" height="8.04819277"></rect>
<rect id="Rectangle-14" fill="#FFFFFF" transform="translate(116.192337, 108.136365) rotate(-55.000000) translate(-116.192337, -108.136365) " x="103.623084" y="104.112269" width="25.1385044" height="8.04819277"></rect>
<rect id="Rectangle-14" fill="#FFFFFF" transform="translate(53.298504, 97.786820) rotate(-55.000000) translate(-53.298504, -97.786820) " x="40.7292522" y="93.7627233" width="25.1385044" height="8.04819277"></rect>
<rect id="Rectangle-14" fill="#FFFFFF" transform="translate(72.794322, 71.609117) rotate(-55.000000) translate(-72.794322, -71.609117) " x="60.2250698" y="67.5850204" width="25.1385044" height="8.04819277"></rect>
<rect id="Rectangle-14" fill="#FFFFFF" transform="translate(91.285978, 45.378763) rotate(-55.000000) translate(-91.285978, -45.378763) " x="78.7167253" y="41.3546662" width="25.1385044" height="8.04819277"></rect>
<rect id="Rectangle-14" fill="#FFFFFF" transform="translate(112.556879, 158.315983) rotate(-55.000000) translate(-112.556879, -158.315983) " x="99.9876269" y="154.291886" width="25.1385044" height="8.04819277"></rect>
<rect id="Rectangle-14" fill="#FFFFFF" transform="translate(94.065224, 184.546337) rotate(-55.000000) translate(-94.065224, -184.546337) " x="81.4959714" y="180.52224" width="25.1385044" height="8.04819277"></rect>
<rect id="Rectangle-14" fill="#FFFFFF" transform="translate(132.052697, 132.138280) rotate(-55.000000) translate(-132.052697, -132.138280) " x="119.483445" y="128.114183" width="25.1385044" height="8.04819277"></rect>
<rect id="Rectangle-14" fill="#FFFFFF" transform="translate(150.544352, 105.907925) rotate(-55.000000) translate(-150.544352, -105.907925) " x="137.9751" y="101.883829" width="25.1385044" height="8.04819277"></rect>
<rect id="Rectangle-14" fill="#FFFFFF" transform="translate(38.547558, 71.828266) rotate(-55.000000) translate(-38.547558, -71.828266) " x="25.978306" y="67.8041692" width="25.1385044" height="8.04819277"></rect>
<rect id="Rectangle-14" fill="#FFFFFF" transform="translate(58.096002, 44.645917) rotate(-55.000000) translate(-58.096002, -44.645917) " x="45.5267495" y="40.6218209" width="25.1385044" height="8.04819277"></rect>
<rect id="Rectangle-14" fill="#FFFFFF" transform="translate(76.535031, 19.420208) rotate(-55.000000) translate(-76.535031, -19.420208) " x="63.9657791" y="15.3961121" width="25.1385044" height="8.04819277"></rect>
<rect id="Rectangle-14" fill="#FFFFFF" transform="translate(48.681621, 12.922747) rotate(-55.000000) translate(-48.681621, -12.922747) " x="36.1123693" y="8.8986507" width="25.1385044" height="8.04819277"></rect>
<use id="Mask" fill="#F3F3F3" xlink:href="#path-3"></use>
<g mask="url(#mask-4)" fill="#FFFFFF" id="Rectangle-14">
<g transform="translate(22.329342, 95.663018) rotate(-3.000000) translate(-22.329342, -95.663018) translate(-18.170658, 34.663018)">
<rect transform="translate(24.868635, 99.806454) rotate(-55.000000) translate(-24.868635, -99.806454) " x="11.6322084" y="97.7186662" width="26.4728528" height="4.17557505"></rect>
<rect transform="translate(34.600742, 109.194404) rotate(-55.000000) translate(-34.600742, -109.194404) " x="21.364316" y="107.106617" width="26.4728528" height="4.17557505"></rect>
<rect transform="translate(39.111847, 80.242108) rotate(-55.000000) translate(-39.111847, -80.242108) " x="32.7648207" y="78.1543209" width="12.6940535" height="4.17557505"></rect>
<rect transform="translate(21.763308, 81.077223) rotate(-55.000000) translate(-21.763308, -81.077223) " x="15.416281" y="78.9894359" width="12.6940535" height="4.17557505"></rect>
<rect transform="translate(48.843955, 66.880268) rotate(-55.000000) translate(-48.843955, -66.880268) " x="42.4969284" y="64.7924807" width="12.6940535" height="4.17557505"></rect>
<rect transform="translate(58.152928, 53.935986) rotate(-55.000000) translate(-58.152928, -53.935986) " x="51.8059009" y="51.8481981" width="12.6940535" height="4.17557505"></rect>
<rect transform="translate(26.869080, 48.925296) rotate(-55.000000) translate(-26.869080, -48.925296) " x="20.5220531" y="46.837508" width="12.6940535" height="4.17557505"></rect>
<rect transform="translate(17.531957, 61.869578) rotate(-55.000000) translate(-17.531957, -61.869578) " x="11.1849298" y="59.7817907" width="12.6940535" height="4.17557505"></rect>
<rect transform="translate(36.601187, 35.563455) rotate(-55.000000) translate(-36.601187, -35.563455) " x="30.2541607" y="33.4756678" width="12.6940535" height="4.17557505"></rect>
<rect transform="translate(45.910160, 22.619173) rotate(-55.000000) translate(-45.910160, -22.619173) " x="39.5631333" y="20.5313852" width="12.6940535" height="4.17557505"></rect>
<rect transform="translate(56.488538, 78.989436) rotate(-55.000000) translate(-56.488538, -78.989436) " x="50.1415111" y="76.9016484" width="12.6940535" height="4.17557505"></rect>
<rect transform="translate(47.151415, 91.933719) rotate(-55.000000) translate(-47.151415, -91.933719) " x="40.8043879" y="89.845931" width="12.6940535" height="4.17557505"></rect>
<rect transform="translate(66.220646, 65.627596) rotate(-55.000000) translate(-66.220646, -65.627596) " x="59.8736188" y="63.5398082" width="12.6940535" height="4.17557505"></rect>
<rect transform="translate(75.529618, 52.683313) rotate(-55.000000) translate(-75.529618, -52.683313) " x="69.1825913" y="50.5955255" width="12.6940535" height="4.17557505"></rect>
<rect transform="translate(19.887350, 35.909945) rotate(-55.000000) translate(-19.887350, -35.909945) " x="13.5403237" y="33.8221579" width="12.6940535" height="4.17557505"></rect>
<rect transform="translate(29.619458, 22.548105) rotate(-55.000000) translate(-29.619458, -22.548105) " x="23.2724313" y="20.4603178" width="12.6940535" height="4.17557505"></rect>
<rect transform="translate(38.928431, 9.603823) rotate(-55.000000) translate(-38.928431, -9.603823) " x="32.5814039" y="7.51603509" width="12.6940535" height="4.17557505"></rect>
<rect transform="translate(15.444432, 19.554135) rotate(-55.000000) translate(-15.444432, -19.554135) " x="9.09740498" y="17.4663478" width="12.6940535" height="4.17557505"></rect>
<rect transform="translate(24.753404, 6.609853) rotate(-55.000000) translate(-24.753404, -6.609853) " x="18.4063775" y="4.52206515" width="12.6940535" height="4.17557505"></rect>
</g>
</g>
</g>
</g>
<g id="code-icon" opacity="0.400000006" transform="translate(120.000000, 16.000000)" fill="#D0D0D0">
<polygon id="Stroke-20" points="91.4427313 51.3394499 88.2621145 12.6374031 49.2995595 15.7967538 48.5044053 3.94918845 99.3942731 0 103.370044 50.5496122"></polygon>
<polygon id="Stroke-22" points="96.8537627 79.1069462 26.8247837 84.5813893 21.3134915 15.0206323 0 16.686182 7.18805292 107.417926 98.5312008 100.277933"></polygon>
</g>
<g id="code-icon" transform="translate(109.000000, 11.000000)" fill="#367EDD">
<polygon id="Stroke-20" points="91.4427313 51.3394499 88.2621145 12.6374031 49.2995595 15.7967538 48.5044053 3.94918845 99.3942731 0 103.370044 50.5496122"></polygon>
<polygon id="Stroke-22" points="96.8537627 79.1069462 26.8247837 84.5813893 21.3134915 15.0206323 0 16.686182 7.18805292 107.417926 98.5312008 100.277933"></polygon>
</g>
</g>
</g>

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View File

@@ -0,0 +1,113 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="540px" height="530px" viewBox="0 0 540 530" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 48.1 (47250) - http://www.bohemiancoding.com/sketch -->
<title>Software_Development</title>
<desc>Created with Sketch.</desc>
<defs>
<path d="M0,0 L336.348454,237.720797 C350.318015,247.567529 354.177152,266.540501 345.156187,281.025768 L235.370044,460.604782 L0,460.604782 L0,0 Z" id="path-1"></path>
<filter x="-0.9%" y="-0.7%" width="101.7%" height="101.3%" filterUnits="objectBoundingBox" id="filter-2">
<feOffset dx="0" dy="0" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
<feGaussianBlur stdDeviation="1" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
<feColorMatrix values="0 0 0 0 0.392156863 0 0 0 0 0.431372549 0 0 0 0 0.949019608 0 0 0 0.350656703 0" type="matrix" in="shadowBlurOuter1"></feColorMatrix>
</filter>
<path d="M0,0 L276.151982,194.915878 C290.121544,204.76377 288.668542,200.156562 279.647577,214.639508 L158.058336,407.234958 L0,407.234958 L0,0 Z" id="path-3"></path>
</defs>
<g id="assets" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Software_Development">
<g id="Group-2" transform="translate(6.000000, 5.000000)">
<g id="Group-18">
<g id="Page-1">
<g id="background">
<polygon id="Fill-2" fill="#173C8E" points="1.16519824 519.348733 323.92511 519.348733 323.92511 396.366096 1.16519824 396.366096"></polygon>
<polygon id="Fill-3" fill="#FAFAFA" points="1.16519824 518.998754 529 518.998754 529 0 1.16519824 0"></polygon>
<polygon id="Fill-4" fill="#F7F7F7" points="1.16519824 519.348733 529 519.348733 529 396.366096 1.16519824 396.366096"></polygon>
<g id="Group">
<polygon id="Fill-3" fill="#F7F7F7" opacity="0.338032156" points="207.121693 153.376897 264.5 153.376897 264.5 0 207.121693 0"></polygon>
<polygon id="Fill-3" fill="#F3F3F3" points="0 153.376897 207.121693 153.376897 207.121693 0 0 0"></polygon>
<polygon id="Fill-3" fill="#FFFFFF" opacity="0.534363678" points="207.121693 98.1059431 264.5 98.1059431 264.5 55.2709538 207.121693 55.2709538"></polygon>
<g id="Group-22" transform="translate(0.000000, 20.726608)" stroke="#E0E0E0" stroke-linecap="square">
<path d="M4.91892918,1.54907634 L138.462305,1.54907634" id="Line-5"></path>
<path d="M4.91892918,17.0398398 L85.1380809,17.0398398" id="Line-5"></path>
<path d="M4.91892918,32.5306032 L61.1352626,32.5306032" id="Line-5"></path>
<path d="M3.48928966,46.9886491 L80.9422637,46.9886491" id="Line-5"></path>
<path d="M0.702704168,63.51213 L56.9190376,63.51213" id="Line-5"></path>
<path d="M4.91892918,79.0028935 L61.1352626,79.0028935" id="Line-5"></path>
<path d="M3.48928966,93.4609393 L41.4595459,93.4609393" id="Line-5"></path>
<path d="M0.702704168,109.98442 L56.9190376,109.98442" id="Line-5"></path>
<path d="M230.658358,31.4978856 L244.369659,31.4978856" id="Line-5"></path>
<path d="M230.656585,37.694191 L250.019829,37.694191" id="Line-5"></path>
<path d="M230.658358,44.9232139 L244.369659,44.9232139" id="Line-5"></path>
<path d="M230.658358,51.1195193 L244.369659,51.1195193" id="Line-5"></path>
<path d="M230.656585,57.3158247 L240.149149,57.3158247" id="Line-5"></path>
<path d="M230.658358,63.51213 L244.369659,63.51213" id="Line-5"></path>
<path d="M230.658358,68.6757179 L244.369659,68.6757179" id="Line-5"></path>
<path d="M230.656585,74.8720232 L250.019829,74.8720232" id="Line-5"></path>
<path d="M230.658358,82.1010462 L244.369659,82.1010462" id="Line-5"></path>
<path d="M230.658358,88.2973515 L244.369659,88.2973515" id="Line-5"></path>
<path d="M230.656585,94.4936569 L240.149149,94.4936569" id="Line-5"></path>
<path d="M230.658358,100.689962 L244.369659,100.689962" id="Line-5"></path>
<path d="M231.994853,0.516358781 L251.469929,0.516358781" id="Line-5"></path>
<path d="M231.9893,6.71266415 L243.054011,6.71266415" id="Line-5"></path>
<path d="M231.99521,12.9089695 L240.221991,12.9089695" id="Line-5"></path>
<path d="M231.9893,19.1052749 L243.054011,19.1052749" id="Line-5"></path>
<path d="M231.99521,25.3015803 L240.221991,25.3015803" id="Line-5"></path>
</g>
</g>
<g id="Group-32" transform="translate(1.165198, 58.743951)">
<g id="Fill-6">
<use fill="black" fill-opacity="1" filter="url(#filter-2)" xlink:href="#path-1"></use>
<use fill="#FFFFFF" fill-rule="evenodd" xlink:href="#path-1"></use>
</g>
<path d="M0,53.3698236 L276.151982,248.285701 C290.121544,258.133594 288.668542,253.526386 279.647577,268.009332 L147.79275,460.604782 L0,460.604782 L0,53.3698236 Z" id="Fill-8" fill="#E1E7FF"></path>
<path d="M205.07489,421.737628 C205.07489,430.38818 212.117348,437.400511 220.805066,437.400511 C229.492784,437.400511 236.535242,430.38818 236.535242,421.737628 C236.535242,413.087076 229.492784,406.074745 220.805066,406.074745 C212.117348,406.074745 205.07489,413.087076 205.07489,421.737628" id="Fill-10" fill="#F3F3F3"></path>
</g>
<g id="Group-17" transform="translate(1.165198, 110.185410)">
<mask id="mask-4" fill="white">
<use xlink:href="#path-3"></use>
</mask>
<use id="Mask" fill="#F3F3F3" xlink:href="#path-3"></use>
<g mask="url(#mask-4)" fill="#FFFFFF" id="Rectangle-14">
<g transform="translate(61.411374, 264.816209) rotate(-3.000000) translate(-61.411374, -264.816209) translate(-50.088626, 96.316209)">
<rect transform="translate(68.481410, 277.319409) rotate(-55.000000) translate(-68.481410, -277.319409) " x="32.0319166" y="271.518342" width="72.8989875" height="11.6021356"></rect>
<rect transform="translate(95.280970, 303.404506) rotate(-55.000000) translate(-95.280970, -303.404506) " x="58.8314761" y="297.603438" width="72.8989875" height="11.6021356"></rect>
<rect transform="translate(107.703318, 222.958469) rotate(-55.000000) translate(-107.703318, -222.958469) " x="90.2253441" y="217.157401" width="34.9559471" height="11.6021356"></rect>
<rect transform="translate(59.930190, 225.278896) rotate(-55.000000) translate(-59.930190, -225.278896) " x="42.4522163" y="219.477828" width="34.9559471" height="11.6021356"></rect>
<rect transform="translate(134.502877, 185.831635) rotate(-55.000000) translate(-134.502877, -185.831635) " x="117.024904" y="180.030567" width="34.9559471" height="11.6021356"></rect>
<rect transform="translate(160.137238, 149.865015) rotate(-55.000000) translate(-160.137238, -149.865015) " x="142.659265" y="144.063947" width="34.9559471" height="11.6021356"></rect>
<rect transform="translate(73.990088, 135.942452) rotate(-55.000000) translate(-73.990088, -135.942452) " x="56.5121145" y="130.141384" width="34.9559471" height="11.6021356"></rect>
<rect transform="translate(48.278207, 171.909072) rotate(-55.000000) translate(-48.278207, -171.909072) " x="30.8002339" y="166.108005" width="34.9559471" height="11.6021356"></rect>
<rect transform="translate(100.789648, 98.815618) rotate(-55.000000) translate(-100.789648, -98.815618) " x="83.311674" y="93.0145505" width="34.9559471" height="11.6021356"></rect>
<rect transform="translate(126.424009, 62.848998) rotate(-55.000000) translate(-126.424009, -62.848998) " x="108.946035" y="57.0479302" width="34.9559471" height="11.6021356"></rect>
<rect transform="translate(155.553965, 219.477828) rotate(-55.000000) translate(-155.553965, -219.477828) " x="138.075991" y="213.67676" width="34.9559471" height="11.6021356"></rect>
<rect transform="translate(129.842084, 255.444448) rotate(-55.000000) translate(-129.842084, -255.444448) " x="112.364111" y="249.643381" width="34.9559471" height="11.6021356"></rect>
<rect transform="translate(182.353524, 182.350994) rotate(-55.000000) translate(-182.353524, -182.350994) " x="164.875551" y="176.549927" width="34.9559471" height="11.6021356"></rect>
<rect transform="translate(207.987885, 146.384374) rotate(-55.000000) translate(-207.987885, -146.384374) " x="190.509912" y="140.583306" width="34.9559471" height="11.6021356"></rect>
<rect transform="translate(54.764317, 99.778366) rotate(-55.000000) translate(-54.764317, -99.778366) " x="37.2863436" y="93.9772981" width="34.9559471" height="11.6021356"></rect>
<rect transform="translate(81.563877, 62.651532) rotate(-55.000000) translate(-81.563877, -62.651532) " x="64.0859031" y="56.8504643" width="34.9559471" height="11.6021356"></rect>
<rect transform="translate(107.198238, 26.684912) rotate(-55.000000) translate(-107.198238, -26.684912) " x="89.7202643" y="20.883844" width="34.9559471" height="11.6021356"></rect>
<rect transform="translate(42.529736, 54.332571) rotate(-55.000000) translate(-42.529736, -54.332571) " x="25.0517621" y="48.5315035" width="34.9559471" height="11.6021356"></rect>
<rect transform="translate(68.164097, 18.365951) rotate(-55.000000) translate(-68.164097, -18.365951) " x="50.6861233" y="12.5648832" width="34.9559471" height="11.6021356"></rect>
</g>
</g>
</g>
</g>
<g id="triangle-shape" transform="translate(397.086514, 358.341969)" stroke="#D0D0D0">
<path d="M75.5710526,60.7980492 C69.3149262,60.7980492 63.5392306,62.876092 58.8785254,66.3869267 L71.7298617,85.2361675 L47.8511721,85.2361675 C47.6782471,86.5076466 47.5820106,87.8042357 47.5820106,89.1244131 C47.5820106,104.768705 60.1130597,117.450777 75.5710526,117.450777 C91.0297975,117.450777 103.560847,104.768705 103.560847,89.1244131 C103.560847,73.4801215 91.0297975,60.7980492 75.5710526,60.7980492 Z" id="Stroke-12"></path>
<path d="M58.7777778,66.912912 L33.4019766,30.3990246 L0,85.6699785 L47.5919251,85.6699785 C48.6527774,78.0057193 52.8100068,71.3227761 58.7777778,66.912912 Z" id="Stroke-14"></path>
<polyline id="Stroke-24" points="68.5740741 0 58.7777778 0 58.7777778 44.2167631 68.5740741 44.2167631"></polyline>
<polyline id="Stroke-26" points="85.3677249 0 95.1640212 0 95.1640212 44.2167631 85.3677249 44.2167631"></polyline>
</g>
<g id="code-icon" opacity="0.400000006" transform="translate(259.826972, 121.979275)" fill="#D0D0D0">
<polygon id="Stroke-20" points="133.997797 75.4138812 129.337004 18.5634169 72.2422907 23.2042711 71.0770925 5.80106778 145.64978 0 151.475771 74.2536676"></polygon>
<polygon id="Stroke-22" points="141.926982 116.202294 39.3083396 124.243849 31.2322355 22.0642057 0 24.5107758 10.5331856 157.789044 144.385056 147.300919"></polygon>
</g>
<g id="code-icon" transform="translate(245.000000, 115.000000)" fill="#367EDD">
<polygon id="Stroke-20" points="133.997797 75.4138812 129.337004 18.5634169 72.2422907 23.2042711 71.0770925 5.80106778 145.64978 0 151.475771 74.2536676"></polygon>
<polygon id="Stroke-22" points="141.926982 116.202294 39.3083396 124.243849 31.2322355 22.0642057 0 24.5107758 10.5331856 157.789044 144.385056 147.300919"></polygon>
</g>
</g>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 14 KiB

View File

@@ -5,10 +5,9 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- title -->
<title>Saburly</title>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<title>Elite Technical Systems</title>
<link rel="shortcut icon" href="favicon.ico?v=2" type="image/x-icon">
<link rel="icon" href="favicon.ico?v=2" type="image/x-icon">
<!-- <link rel="stylesheet" type="text/css" href="css/bootstrap.min.css"> -->
<link href="all.css" rel="stylesheet">
@@ -19,9 +18,6 @@
<link href="https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700" rel="stylesheet">
<!-- <link rel="stylesheet" type="text/css" href="css/style.css"> -->
<!-- <link rel="stylesheet" type="text/css" href="css/owl.carousel.css"> -->
<!-- <link href="css/animate.css" rel="stylesheet"> -->
<!-- <link href="dist/all.css" rel="stylesheet"> -->
@@ -34,7 +30,11 @@
<!--[if IE]>
<script src="js/html5shiv.min.js"></script>
<![endif]-->
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/manifest.json">
<meta name="theme-color" content="#ffffff">
</head>
<body>
@@ -49,16 +49,17 @@
<span></span>
</div>
</button>
<a class="navbar-brand 123" href="#"><img src="img/logo.svg" class="img-responsive hidden-xs" alt="logo"><img src="img/logo_mobile.svg" class="img-responsive visible-xs" alt="logo"></a>
<a class="navbar-brand 123" href="#"><img src="img/logo.svg" class="img-responsive hidden-xs" alt="logo">
<img src="img/logo.svg" class="img-responsive visible-xs" alt="logo"></a>
</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<div class="align-navbar">
<ul class="nav navbar-nav navbar-right" >
<li><a href="#second" class="nav-link">ABOUT</a></li>
<li><a href="#work" class="nav-link">WORK</a></li>
<li><a href="#team" class="nav-link">TEAM</a></li>
<li class="hidden-xs"><a href="#contact" class="nav-link"><i class="material-icons">&#xE0E1;</i></a></li>
<li><a href="#second" class="nav-link">SERVICES</a></li>
<li><a href="#technology" class="nav-link">TECHNOLOGIES</a></li>
<li><a href="#work" class="nav-link">OUR WORK</a></li>
<li class="hidden-xs"><a href="#contact" class="nav-link contact-large">CONTACT</a></li>
<li class="visible-xs"><a href="#contact" class="nav-link">CONTACT</a></li>
</ul>
</div>
@@ -93,51 +94,30 @@
<div class="col-md-12">
<h2 class="med-title text-center">What we do</h2>
<p class="tag-line text-center space20">We are a team of creative, open minded, skilled and fun loving<br class="hidden-xs hidden-sm"> engineers that ship success every day. Here are the 3 things we can do<br class="hidden-xs hidden-sm"> for you.</p>
<div class="space30 visible-xs"></div>
<div class="row space200">
<div class="col-md-6 col-sm-6 mob-pad0">
<div class="img-container">
<!-- <img src="img/ui_webdesign.png" class="img-responsive hidden-xs outline-shadow full-width-img" alt="ui-webdesign"> -->
<img src="img/ux_ui_design.svg" class="img-responsive hidden-xs full-width-img" alt="ui-webdesign">
<img src="img/brush.png" class="img-responsive brush hidden-xs" alt="brush">
<img src="img/brush-shadow.png" class="img-responsive brush-shadow hidden-xs" alt="brush-shadow" >
<img src="img/what_we_do/ux/main.png" class="img-responsive visible-xs full-width-img" alt="ui-webdesign">
<img src="img/what_we_do/ux/brush.svg" class="img-responsive brush visible-xs" alt="brush">
<img src="img/what_we_do/ux/brush_shadow.svg" class="img-responsive brush-shadow visible-xs" alt="brush-shadow" >
</div>
</div>
<div class="col-md-6 col-sm-6">
<div class="number-bg">
<div class="space20 visible-xs"></div>
<h2 class="med-title">UX & UI Design</h2>
<p class="details">We offer prototyping, UI and UX design for web and mobile products. Our approach is simple: we focus on how actual people will use your products. We shape UX through research, data & content analysis.</p>
</div>
</div>
</div>
<div class="space30 visible-xs"></div>
<div class="row space200">
<div class="col-md-6 col-sm-6 visible-xs mob-pad0">
<div class="img-container">
<img src="img/what_we_do/web/main.png" class="img-responsive visible-xs full-width-img" alt="software_development">
<img src="img/what_we_do/web/code.png" class="img-responsive box-img visible-xs " alt="box">
<img src="img/what_we_do/web/code_shadow.png" class="img-responsive box-img-shadow visible-xs" alt="box-shadow" >
<img src="img/what_we_do/web/main.svg" class="img-responsive visible-xs full-width-img" alt="software_development">
<!-- <img src="img/what_we_do/web/code.png" class="img-responsive box-img visible-xs " alt="box"> -->
<!-- <img src="img/what_we_do/web/code_shadow.png" class="img-responsive box-img-shadow visible-xs" alt="box-shadow" > -->
</div>
</div>
<div class="col-md-6 col-sm-6 ">
<div class="numb-two number-bg">
<div class="numb-one number-bg">
<div class="space20 visible-xs"></div>
<h2 class="med-title">Web<br class="hidden-xs"> Development</h2>
<p class="details">We build web applications using the technologies such as JavaScript, React, Ruby on Rails, Python, Node.js, and Elixir. We write high-quality code that is maintainable and will stand the test of time.</p>
<h2 class="med-title">Software<br class="hidden-xs"> Development</h2>
<p class="details">We build software applications using the technologies such as Java, .NET, Ruby on Rails, Python, Node.js, and Elixir. We write high-quality code that is maintainable and will stand the test of time.</p>
</div>
</div>
<div class="col-md-6 col-sm-6 hidden-xs">
<div class="img-container">
<img src="img/web_development.svg" class="img-responsive full-width-img hidden-xs" alt="web_development">
<img src="img/box.png" class="img-responsive box-img hidden-xs" alt="box">
<img src="img/box-shadow.png" class="img-responsive box-img-shadow hidden-xs" alt="box-shadow" >
<img src="img/shapes.png" class="img-responsive hidden-xs shapes" alt="shapes">
<!-- <img src="img/box.png" class="img-responsive box-img hidden-xs" alt="box"> -->
<!-- <img src="img/box-shadow.png" class="img-responsive box-img-shadow hidden-xs" alt="box-shadow" > -->
<!-- <img src="img/shapes.png" class="img-responsive hidden-xs shapes" alt="shapes"> -->
</div>
</div>
</div>
@@ -146,24 +126,44 @@
<div class="col-md-6 col-sm-6 mob-pad0">
<div class="img-container">
<img src="img/mob_development.svg" class="img-responsive full-width-img hidden-xs" alt="mob-development">
<!-- <img src="img/hand.png" class="img-responsive hand hidden-xs" alt="hand"> -->
<!-- <img src="img/hand-shadow.png" class="img-responsive hand-shadow hidden-xs" alt="hand-shadow" > -->
<img src="img/hand.png" class="img-responsive hand hidden-xs" alt="hand">
<img src="img/hand-shadow.png" class="img-responsive hand-shadow hidden-xs" alt="hand-shadow" >
<img src="img/what_we_do/mobile/main.png" class="img-responsive visible-xs full-width-img" alt="mob-development">
<img src="img/what_we_do/mobile/hand.svg" class="img-responsive hand visible-xs" alt="hand">
<img src="img/what_we_do/mobile/hand_shadow.svg" class="img-responsive hand-shadow visible-xs" alt="hand-shadow" >
<img src="img/what_we_do/mobile/main.svg" class="img-responsive visible-xs full-width-img" alt="mob-development">
<!-- <img src="img/what_we_do/mobile/hand.svg" class="img-responsive hand visible-xs" alt="hand"> -->
<!-- <img src="img/what_we_do/mobile/hand_shadow.svg" class="img-responsive hand-shadow visible-xs" alt="hand-shadow" > -->
</div>
</div>
<div class="col-md-6 col-sm-6">
<div class="numb-third number-bg">
<div class="numb-two number-bg">
<div class="space20 visible-xs"></div>
<h2 class="med-title">Mobile<br class="hidden-xs"> Development</h2>
<p class="details">We develop for both iOS and Android. For iOS we use Swift and Objective-C. Android applications are built in Java and Kotlin. We also like React Native technology because it allows writing native apps for both platform at once.</p>
</div>
</div>
</div>
<div class="space30 visible-xs"></div>
<div class="row space200">
<div class="col-md-6 col-sm-6">
<div class="numb-third number-bg">
<div class="space20 visible-xs"></div>
<h2 class="med-title">UX & UI Design</h2>
<p class="details">We offer prototyping, UI and UX design for web and mobile products. Our approach is simple: we focus on how actual people will use your products. We shape UX through research, data & content analysis.</p>
</div>
</div>
<div class="col-md-6 col-sm-6 mob-pad0">
<div class="img-container">
<!-- <img src="img/ui_webdesign.png" class="img-responsive hidden-xs outline-shadow full-width-img" alt="ui-webdesign"> -->
<img src="img/ux_ui_design.svg" class="img-responsive hidden-xs full-width-img" alt="ui-webdesign">
<!-- <img src="img/brush.png" class="img-responsive brush hidden-xs" alt="brush"> -->
<!-- <img src="img/brush-shadow.png" class="img-responsive brush-shadow hidden-xs" alt="brush-shadow" > -->
<img src="img/what_we_do/ux/main.svg" class="img-responsive visible-xs full-width-img" alt="ui-webdesign">
<!-- <img src="img/what_we_do/ux/brush.svg" class="img-responsive brush visible-xs" alt="brush"> -->
<!-- <img src="img/what_we_do/ux/brush_shadow.svg" class="img-responsive brush-shadow visible-xs" alt="brush-shadow" > -->
</div>
</div>
</div>
</div>
</div>
</div>
@@ -293,7 +293,7 @@
<!-- Start Technology -->
<section class="technology">
<section class="technology" id="technology">
<div class="container">
<div class="row">
<div class="col-md-12">
@@ -301,15 +301,16 @@
<p class="tag-line text-center space20">We understand that technology is just a tool. The proper technology<br class="hidden-xs hidden-sm"> will help drive the success of your business and support your long-term<br class="hidden-xs hidden-sm"> goals. These are the technologies we work with on a daily basis.</p>
<div class="row space80 owl_id">
<div class="col-md-3 col-sm-3">
<div class="bg-color">
<img src="img/technology/html_5.svg" class="img-responsive center-block " data-animation="zoomIn" alt="tech1">
<p class="hint text-center">HTML5</p>
<img src="img/technology/amazon_webservices.svg" class="img-responsive center-block " data-animation="zoomIn" alt="tech8">
<p class="hint text-center">Amazon AWS</p>
</div>
</div>
<div class="col-md-3 col-sm-3">
<div class="bg-color">
<img src="img/technology/react.svg" class="img-responsive center-block " data-animation="zoomIn" alt="tech2">
<p class="hint text-center">React</p>
<img src="img/technology/docker.svg" class="img-responsive center-block " data-animation="zoomIn" alt="tech13">
<p class="hint text-center">Docker</p>
</div>
</div>
<div class="col-md-3 col-sm-3">
@@ -339,13 +340,13 @@
<div class="col-md-3 col-sm-3 space80">
<div class="bg-color">
<img src="img/technology/rails.svg" class="img-responsive center-block " data-animation="zoomIn" alt="tech7">
<p class="hint text-center">RoR</p>
<p class="hint text-center">Ruby On Rails</p>
</div>
</div>
<div class="col-md-3 col-sm-3 space80">
<div class="bg-color">
<img src="img/technology/amazon_webservices.svg" class="img-responsive center-block " data-animation="zoomIn" alt="tech8">
<p class="hint text-center">Amazon AWS</p>
<img src="img/technology/html_5.svg" class="img-responsive center-block " data-animation="zoomIn" alt="tech1">
<p class="hint text-center">HTML5</p>
</div>
</div>
<div class="col-md-3 col-sm-3 space80">
@@ -374,8 +375,8 @@
</div>
<div class="col-md-3 col-sm-3 space80">
<div class="bg-color">
<img src="img/technology/docker.svg" class="img-responsive center-block " data-animation="zoomIn" alt="tech13">
<p class="hint text-center">Docker</p>
<img src="img/technology/react.svg" class="img-responsive center-block " data-animation="zoomIn" alt="tech2">
<p class="hint text-center">React</p>
</div>
</div>
<div class="col-md-3 col-sm-3 space80">
@@ -403,89 +404,6 @@
</section>
<!-- End Technology -->
<!-- Start team -->
<section class="team" id="team">
<div class="container">
<div class="row">
<div class="col-md-12">
<h2 class="med-title text-center">The Team</h2>
<p class="tag-line text-center space20">We are a small company with a personal touch. We know our stuff. Our<br class="hidden-xs hidden-sm"> people have T-shaped profiles which means that they combine a deep<br class="hidden-xs hidden-sm"> specialism with a broad range of knowledge and skills.</p>
<div class="row space80">
<div class="col-md-4 col-sm-4 text-center">
<img src="img/team/amir.svg" class="img-responsive center-block hidden-xs" alt="team1">
<img src="img/team/amir_mobile.svg" class="img-responsive center-block visible-xs" alt="team1">
<h4 class="heading-tag">Amir</h4>
<p class="hint text-center">Business Develpment</p>
<p class="details2">Strategic planning, Customer<br class="hidden-xs hidden-sm"> relations, Sales</p>
</div>
<div class="col-md-4 col-sm-4 text-center">
<img src="img/team/edin.svg" class="img-responsive center-block hidden-xs" alt="team2">
<img src="img/team/edin_mobile.svg" class="img-responsive center-block visible-xs" alt="team1">
<h4 class="heading-tag">Edin</h4>
<p class="hint text-center">Developer, Co-Founder</p>
<p class="details2">Javascript, React, Software<br class="hidden-xs hidden-sm"> architecture</p>
</div>
<div class="col-md-4 col-sm-4 text-center">
<img src="img/team/senad.svg" class="img-responsive center-block hidden-xs" alt="team3">
<img src="img/team/senad_mobile.svg" class="img-responsive center-block visible-xs" alt="team1">
<h4 class="heading-tag">Senad</h4>
<p class="hint text-center">Developer, Co-Founder</p>
<p class="details2">Javascript, Ruby, IoT, Software<br class="hidden-xs hidden-sm"> architecture, Android, iOS</p>
</div>
</div>
<div class="row space80">
<div class="col-md-4 col-sm-4 text-center">
<img src="img/team/mediha.svg" class="img-responsive center-block hidden-xs" alt="team4">
<img src="img/team/mediha_mobile.svg" class="img-responsive center-block visible-xs" alt="team1">
<h4 class="heading-tag">Mediha</h4>
<p class="hint text-center">Developer</p>
<p class="details2">Javascript, C#, Android,<br class="hidden-xs hidden-sm"> Math & Algorithms</p>
</div>
<div class="col-md-4 col-sm-4 text-center">
<img src="img/team/mirna.svg" class="img-responsive center-block hidden-xs" alt="team5">
<img src="img/team/mirna_mobile.svg" class="img-responsive center-block visible-xs" alt="team1">
<h4 class="heading-tag">Mirna</h4>
<p class="hint text-center">Developer</p>
<p class="details2">Javascript, React/Angular, Data<br class="hidden-xs hidden-sm"> visualization</p>
</div>
<div class="col-md-4 col-sm-4 text-center">
<img src="img/team/neir.svg" class="img-responsive center-block hidden-xs" alt="team6">
<img src="img/team/neir_mobile.svg" class="img-responsive center-block visible-xs" alt="team1">
<h4 class="heading-tag">Neir</h4>
<p class="hint text-center">Developer</p>
<p class="details2">Javascript, HTML/CSS, jQuery</p>
</div>
</div>
<div class="row space80">
<div class="col-md-4 col-sm-4 text-center">
<img src="img/team/nina.svg" class="img-responsive center-block hidden-xs" alt="team7">
<img src="img/team/nina_mobile.svg" class="img-responsive center-block visible-xs" alt="team1">
<h4 class="heading-tag">Nina</h4>
<p class="hint text-center">Designer</p>
<p class="details2">UX research, Idea wire-framing,<br class="hidden-xs hidden-sm"> Prototyping, UI design, Visuals,<br class="hidden-xs hidden-sm"> Interaction</p>
</div>
<div class="col-md-4 col-sm-4 text-center">
<img src="img/team/elman.svg" class="img-responsive center-block hidden-xs" alt="team7">
<img src="img/team/elman_mobile.svg" class="img-responsive center-block visible-xs" alt="team1">
<h4 class="heading-tag">Elman</h4>
<p class="hint text-center">Business Development</p>
<p class="details2">Strategic planning, Customer<br class="hidden-xs hidden-sm"> relations, Sales</p>
</div>
<div class="col-md-4 col-sm-4 text-center">
<img src="img/team/bilal.svg" class="img-responsive center-block hidden-xs" alt="team7">
<img src="img/team/bilal_mobile.svg" class="img-responsive center-block visible-xs" alt="team1">
<h4 class="heading-tag">Bilal</h4>
<p class="hint text-center">Developer</p>
<p class="details2">Javascript, React, IoT, Algorithms, Software automation</p>
</div>
</div>
</div>
</div>
</section>
<!-- End team -->
<!-- Start Form -->
<section class="form-section" id="contact">
<div class="form-caption">
@@ -500,7 +418,7 @@
<!-- END FORM -->
<form method="POST" action="https://formspree.io/info@saburly.com" id="contact-form">
<input type="hidden" name="_subject" value="Saburly Website contact" />
<input type="hidden" name="_subject" value="Elite Technical Systems Website contact" />
<p class="say-hi">Say Hi!</p>
<div class="form-group">
@@ -543,8 +461,8 @@
<h6>our office</h6>
<P>Milana Preloga 12,<br> Sarajevo, 71000 BIH,<br> Europe</P>
<ul class="list-unstyled">
<li><a href="#">info@saburly.com</a></li>
<li><a href="#">www.saburly.com</a></li>
<li><a href="#">info@elitetechsys.com</a></li>
<li><a href="#">www.elitetechsys.com</a></li>
</ul>
<a href="#" class="tweet"><span class="fa fa-twitter tweet"></span></a>
</div>

View File

@@ -3,7 +3,7 @@ $('a.nav-link').click(function(e) {
var target = $($(this).attr("href"));
var marginTop = parseInt(target.css('paddingTop'), 10);
if (target.attr('id') === 'second') {
marginTop = 0;
marginTop = -5;
}
$('html, body').animate({
scrollTop: target.offset().top - marginTop

18
manifest.json Normal file
View File

@@ -0,0 +1,18 @@
{
"name": "",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}

BIN
mstile-144x144.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

BIN
mstile-150x150.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

BIN
mstile-310x150.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

BIN
mstile-310x310.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.4 KiB

BIN
mstile-70x70.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB