Add build step
32
Gulpfile.js
@@ -3,18 +3,46 @@ let gulp = require('gulp');
|
||||
let cleanCSS = require('gulp-clean-css');
|
||||
let uglify = require('gulp-uglify');
|
||||
let concat = require('gulp-concat');
|
||||
let gulpCopy = require('gulp-copy');
|
||||
|
||||
gulp.task('styles', () => {
|
||||
return gulp.src('css/*.css')
|
||||
return gulp.src([
|
||||
'css/bootstrap.min.css',
|
||||
'css/style.css',
|
||||
'css/owl.carousel.css'
|
||||
])
|
||||
.pipe(cleanCSS({compatibility: 'ie8'}))
|
||||
.pipe(concat('all.css'))
|
||||
.pipe(gulp.dest('dist'));
|
||||
});
|
||||
|
||||
gulp.task('scripts', () => {
|
||||
return gulp.src('js/*.js')
|
||||
return gulp.src([
|
||||
'js/jquery-1.11.2.min.js',
|
||||
'js/bootstrap.min.js',
|
||||
'js/owl.carousel.min.js',
|
||||
'js/jquery.bcSwipe.min.js',
|
||||
'js/custom.js'
|
||||
])
|
||||
.pipe(uglify())
|
||||
.pipe(concat('all.js'))
|
||||
.pipe(gulp.dest('dist'))
|
||||
})
|
||||
|
||||
gulp.task('copy:images', () => {
|
||||
return gulp.src('img/**/*')
|
||||
.pipe(gulp.dest('dist/img'))
|
||||
})
|
||||
|
||||
gulp.task('copy:fonts', () => {
|
||||
return gulp.src('fonts/**/*')
|
||||
.pipe(gulp.dest('dist/fonts'))
|
||||
})
|
||||
|
||||
gulp.task('copy:html', () => {
|
||||
return gulp.src('index.html')
|
||||
.pipe(gulp.dest('dist'))
|
||||
})
|
||||
|
||||
gulp.task('copy', ['copy:images', 'copy:html', 'copy:fonts'])
|
||||
gulp.task('build', ['styles', 'scripts', 'copy']);
|
||||
|
||||
@@ -327,6 +327,9 @@ ul,p{
|
||||
font-weight: bold;
|
||||
padding-left: 25px;
|
||||
}
|
||||
.product-hint {
|
||||
padding-left: 25px;
|
||||
}
|
||||
.hint{
|
||||
font-size: 18px;
|
||||
color: #fff;
|
||||
@@ -790,6 +793,10 @@ footer .back-to-top{
|
||||
font-size: 22px;
|
||||
text-align: center;
|
||||
margin-top: 20px;
|
||||
padding-left: 0px;
|
||||
}
|
||||
.product-hint {
|
||||
padding-left: 0px;
|
||||
}
|
||||
#myCarousel .hint {
|
||||
font-size: 15px;
|
||||
|
||||
11
dist/all.css
vendored
8
dist/all.js
vendored
BIN
dist/fonts/Helvetica-Regular.ttf
vendored
Normal file
124
dist/img/Mobile_Development.svg
vendored
Normal file
@@ -0,0 +1,124 @@
|
||||
<?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 -->
|
||||
<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">
|
||||
<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>
|
||||
</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="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>
|
||||
<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>
|
||||
<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>
|
||||
</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>
|
||||
<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>
|
||||
</g>
|
||||
<g id="Group-15" transform="translate(115.161183, 0.000000)">
|
||||
<mask id="mask-7" fill="white">
|
||||
<use xlink:href="#path-6"></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>
|
||||
</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>
|
||||
</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>
|
||||
</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>
|
||||
</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>
|
||||
</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>
|
||||
</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>
|
||||
</g>
|
||||
<g id="Group-21" transform="translate(37.692308, 0.000000)">
|
||||
<mask id="mask-11" fill="white">
|
||||
<use xlink:href="#path-10"></use>
|
||||
</mask>
|
||||
<use id="Mask" fill="#E1E7FF" xlink:href="#path-10"></use>
|
||||
<g mask="url(#mask-11)" 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>
|
||||
</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>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 15 KiB |
115
dist/img/Software_Development.svg
vendored
Normal file
@@ -0,0 +1,115 @@
|
||||
<?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 -->
|
||||
<title>Software_Development</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs>
|
||||
<filter x="-1.5%" y="-1.0%" width="102.8%" height="102.9%" 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>
|
||||
<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-2"></path>
|
||||
<filter x="-0.9%" y="-0.7%" width="101.7%" height="101.3%" filterUnits="objectBoundingBox" id="filter-3">
|
||||
<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="M-2.84217094e-14,0 L276.151982,193.915878 C290.121544,203.76377 288.668542,199.156562 279.647577,213.639508 L158.058336,406.234958 L0,406.234958 L-2.84217094e-14,0 Z" id="path-4"></path>
|
||||
</defs>
|
||||
<g id="assets" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="Software_Development">
|
||||
<g id="Group-2" filter="url(#filter-1)" 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="#F6F7FE" points="1.16519824 518.998754 529 518.998754 529 0 1.16519824 0"></polygon>
|
||||
<polygon id="Fill-4" fill="#EDEFFD" 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="#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>
|
||||
</g>
|
||||
<g id="Group-32" transform="translate(1.165198, 58.743951)">
|
||||
<g id="Fill-6">
|
||||
<use fill="black" fill-opacity="1" filter="url(#filter-3)" xlink:href="#path-2"></use>
|
||||
<use fill="#FFFFFF" fill-rule="evenodd" xlink:href="#path-2"></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="#E1E7FF"></path>
|
||||
</g>
|
||||
<g id="Group-17" transform="translate(1.165198, 113.185410)">
|
||||
<mask id="mask-5" fill="white">
|
||||
<use xlink:href="#path-4"></use>
|
||||
</mask>
|
||||
<use id="Mask" fill="#E1E7FF" xlink:href="#path-4"></use>
|
||||
<g mask="url(#mask-5)" id="Rectangle-14" fill="#FFFFFF">
|
||||
<g transform="translate(61.411374, 261.816209) rotate(-3.000000) translate(-61.411374, -261.816209) translate(-50.088626, 93.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)">
|
||||
<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" stroke="#646EF2"></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" stroke="#646EF2"></path>
|
||||
<path d="M58.5688706,67.7069185 C52.7072643,71.9301084 48.6239907,78.3301555 47.5820106,85.6699785 L71.3730159,85.6699785 L58.5688706,67.7069185 Z" id="Stroke-16" fill="#B8E986"></path>
|
||||
<polyline id="Stroke-24" stroke="#646EF2" points="68.5740741 0 58.7777778 0 58.7777778 44.2167631 68.5740741 44.2167631"></polyline>
|
||||
<polyline id="Stroke-26" stroke="#646EF2" points="85.3677249 0 95.1640212 0 95.1640212 44.2167631 85.3677249 44.2167631"></polyline>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 14 KiB |
BIN
dist/img/Thumbs.db
vendored
Normal file
BIN
dist/img/analytical.png
vendored
Normal file
|
After Width: | Height: | Size: 41 KiB |
BIN
dist/img/arrow.png
vendored
Normal file
|
After Width: | Height: | Size: 171 B |
BIN
dist/img/banner.png
vendored
Normal file
|
After Width: | Height: | Size: 36 KiB |
BIN
dist/img/banner2.png
vendored
Normal file
|
After Width: | Height: | Size: 65 KiB |
BIN
dist/img/box-shadow.png
vendored
Normal file
|
After Width: | Height: | Size: 820 B |
BIN
dist/img/box-shadow2.png
vendored
Normal file
|
After Width: | Height: | Size: 647 B |
BIN
dist/img/box.png
vendored
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
dist/img/box2.png
vendored
Normal file
|
After Width: | Height: | Size: 843 B |
BIN
dist/img/brush-shadow.png
vendored
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
dist/img/brush-shadow2.png
vendored
Normal file
|
After Width: | Height: | Size: 848 B |
BIN
dist/img/brush.png
vendored
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
dist/img/brush2.png
vendored
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
BIN
dist/img/emis.png
vendored
Normal file
|
After Width: | Height: | Size: 62 KiB |
BIN
dist/img/footer.png
vendored
Normal file
|
After Width: | Height: | Size: 3.1 KiB |
BIN
dist/img/form-banner.png
vendored
Normal file
|
After Width: | Height: | Size: 14 KiB |
BIN
dist/img/hand-shadow.png
vendored
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
dist/img/hand-shadow2.png
vendored
Normal file
|
After Width: | Height: | Size: 639 B |
BIN
dist/img/hand.png
vendored
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
dist/img/hand2.png
vendored
Normal file
|
After Width: | Height: | Size: 798 B |
54
dist/img/how_we_work/code_reviews.svg
vendored
Normal file
@@ -0,0 +1,54 @@
|
||||
<?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 -->
|
||||
<title>Code_reviews</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="assets" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<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">
|
||||
<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)">
|
||||
<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(29.000000, 14.000000)">
|
||||
<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>
|
||||
<path d="M9,10.5 L23,10.5" id="Path-2"></path>
|
||||
</g>
|
||||
</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">
|
||||
<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>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 3.7 KiB |
25
dist/img/how_we_work/continuous_delivery.svg
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
<?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 -->
|
||||
<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">
|
||||
<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">
|
||||
<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">
|
||||
<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>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.8 KiB |
31
dist/img/how_we_work/high_quality_code.svg
vendored
Normal file
|
After Width: | Height: | Size: 12 KiB |
38
dist/img/how_we_work/modern_devops.svg
vendored
Normal file
@@ -0,0 +1,38 @@
|
||||
<?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 -->
|
||||
<title>Modern_DevOps</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="assets" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="Modern_DevOps">
|
||||
<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>
|
||||
</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>
|
||||
</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">
|
||||
<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>
|
||||
<rect id="Rectangle-15" x="4" y="18" width="8" height="8"></rect>
|
||||
<rect id="Rectangle-15" x="13" y="18" width="8" height="8"></rect>
|
||||
<rect id="Rectangle-15" x="8" y="9" width="8" height="8"></rect>
|
||||
<rect id="Rectangle-15" x="12" y="0" width="8" height="8"></rect>
|
||||
<rect id="Rectangle-15" x="17" y="9" width="8" height="8"></rect>
|
||||
<rect id="Rectangle-15" x="22" y="18" width="8" height="8"></rect>
|
||||
<rect id="Rectangle-15" x="0" y="27" width="8" height="8"></rect>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 5.2 KiB |
27
dist/img/how_we_work/research.svg
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
<?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 -->
|
||||
<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="UX_testing/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(64.500000, 43.500000) rotate(-14.000000) translate(-64.500000, -43.500000) translate(38.000000, 11.000000)">
|
||||
<polygon id="Path-4" fill="#646EF2" transform="translate(29.764281, 29.340225) rotate(7.000000) translate(-29.764281, -29.340225) " points="10.3624949 45.7914076 27.8360551 55.6269902 49.1660663 11.7758992 30.8823038 3.05346076"></polygon>
|
||||
<polygon id="Path-5" stroke="#646EF2" stroke-width="2" transform="translate(16.077585, 53.036923) rotate(7.000000) translate(-16.077585, -53.036923) " points="5.24240472 43.0001587 30.7472282 56.2700073 27.3759559 63.0736881 1.40794244 49.393682"></polygon>
|
||||
<path d="M4.94513856,49.6883789 C2.26164526,54.106824 3.32015601,58.187849 8.12067082,61.9314538 C12.9211856,65.6750587 17.7359187,65.6750587 22.5648701,61.9314538 L4.94513856,49.6883789 Z" id="Path-8" stroke="#646EF2" stroke-width="2" fill="#FFFFFF"></path>
|
||||
</g>
|
||||
<path d="M71,15.1287705 C73.2837073,1.38330388 75.2837073,-2.99567858 77,1.99182317 C78.7162927,6.97932492 80.7162927,9.24927077 83,8.8016607 L79.5884921,18 L71,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="38.3918789 97 27 106 38.3918789 106 48 97"></polygon>
|
||||
<polygon id="Path-3" fill="#646EF2" points="52.5675472 97 41 106 61.7214138 106 70 97"></polygon>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 3.0 KiB |
32
dist/img/how_we_work/unit_and_integration_testing.svg
vendored
Normal file
|
After Width: | Height: | Size: 20 KiB |
BIN
dist/img/kiwi.png
vendored
Normal file
|
After Width: | Height: | Size: 112 KiB |
BIN
dist/img/line.png
vendored
Normal file
|
After Width: | Height: | Size: 89 B |
BIN
dist/img/logo.png
vendored
Normal file
|
After Width: | Height: | Size: 923 B |
46
dist/img/logo.svg
vendored
Normal file
@@ -0,0 +1,46 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="204px" height="34px" viewBox="0 0 204 34" 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 -->
|
||||
<title>logo</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs>
|
||||
<filter x="-3.6%" y="-18.5%" width="107.7%" height="151.9%" 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0.12 0" type="matrix" in="shadowBlurOuter1" result="shadowMatrixOuter1"></feColorMatrix>
|
||||
<feMerge>
|
||||
<feMergeNode in="shadowMatrixOuter1"></feMergeNode>
|
||||
<feMergeNode in="SourceGraphic"></feMergeNode>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g id="assets" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="logo" fill-rule="nonzero" fill="#FFFFFF">
|
||||
<g transform="translate(4.000000, 1.000000)" id="saburly_final-_1_">
|
||||
<g filter="url(#filter-1)">
|
||||
<g id="g26" transform="translate(98.000000, 13.500000) scale(1, -1) translate(-98.000000, -13.500000) ">
|
||||
<path d="M8.35068713,10.3587376 C8.315517,10.3574522 8.28202163,10.3578807 8.24768889,10.3587376 L8.17902339,10.3591661 C8.15641402,10.3591661 8.13422334,10.36088 8.11203266,10.3630224 C8.07728123,10.3651648 8.04294848,10.3677357 8.00610358,10.3685926 C4.52132973,10.4632861 1.68594724,13.4399176 1.68594724,17.0044199 C1.68594724,20.5684937 4.52132973,23.5451252 8.00777835,23.6398187 C8.04294848,23.6406757 8.07728123,23.6432465 8.11203266,23.6453889 C8.13422334,23.6471028 8.15641402,23.6492452 8.17902339,23.6492452 L8.24768889,23.6496737 C8.26527395,23.6496737 8.28244032,23.6496737 8.30170016,23.6496737 C8.32095999,23.6496737 8.34189459,23.6496737 8.36701612,23.6492452 L21.1635009,23.6492452 L23.8171711,23.6492452 L23.8234515,25.1874786 L8.17902339,25.1874786 C8.13087381,25.1874786 8.08314291,25.1844792 8.03583071,25.1810514 L7.97721383,25.1776236 C3.67934004,25.066648 0.182842814,21.4005966 0.182842814,17.0044199 C0.182842814,12.6082432 3.67934004,8.94133487 7.97805121,8.83078774 L8.03583071,8.82735992 C8.08314291,8.8239321 8.13087381,8.82093276 8.17902339,8.82093276" id="path34"></path>
|
||||
<path d="M8.17910713,8.7138563 C8.1280267,8.7138563 8.07862104,8.71685564 8.02837799,8.72028345 L7.97227326,8.72371127 C3.62080689,8.83597231 0.0782535422,12.5504417 0.0782535422,17.0044628 C0.0782535422,21.4576269 3.6203882,25.1725247 7.97436672,25.2847858 L8.02963407,25.2877851 C8.07862104,25.2912129 8.1280267,25.2946407 8.17910713,25.2946407 L23.9286269,25.2946407 L23.9215091,23.5417403 L8.17952582,23.5417403 C8.1594286,23.5417403 8.14016877,23.5404548 8.12090894,23.5387409 L8.09243788,23.5365985 C8.06522289,23.5348846 8.03800791,23.5331707 8.00995555,23.5323138 C4.58086774,23.4397627 1.79070399,20.5111206 1.79070399,17.0044628 C1.79070399,13.4973764 4.58003035,10.5687343 8.00911816,10.4757548 C8.03758922,10.4748978 8.06564159,10.4731839 8.09327526,10.47147 L8.12090894,10.4697561 C8.14016877,10.4680422 8.1594286,10.4663283 8.17910713,10.4663283 L8.24861001,10.4658998 C8.28294276,10.4646144 8.31476335,10.4650428 8.34742133,10.4658998 L8.35370171,10.2516612 C8.31685681,10.2503757 8.28126799,10.2508042 8.24526047,10.2516612 L8.17868844,10.2520897 C8.15356691,10.2520897 8.1280267,10.254232 8.10332387,10.2563744 C8.05517429,10.2589453 8.03005276,10.2606592 8.00409386,10.2615162 C4.46237789,10.3574951 1.58135797,13.3825445 1.58135797,17.0044628 C1.58135797,20.6259525 4.46279658,23.6505735 8.00451255,23.7465524 C8.03005276,23.7474094 8.05475559,23.7486948 8.07945842,23.7504087 L8.10583602,23.7521226 C8.1280267,23.754265 8.15356691,23.7559789 8.17910713,23.7559789 L8.3017839,23.7568359 L8.37044939,23.7559789 L23.7130005,23.7559789 L23.7184435,25.0804021 L8.17910713,25.0804021 C8.133051,25.0804021 8.08783226,25.0769743 8.04261352,25.073975 L7.98315925,25.0705471 C3.73845935,24.960857 0.287599562,21.342795 0.287599562,17.0044628 C0.287599562,12.665702 3.73887805,9.0472116 7.9806471,8.93752142 L8.04135745,8.93409361 C8.08783226,8.93109426 8.133051,8.92809492 8.17910713,8.92809492 L8.17910713,8.7138563 Z" id="path38"></path>
|
||||
<path d="M15.6557328,15.0799572 C15.6909029,15.0812426 15.7243982,15.0808141 15.758731,15.0799572 L15.8273965,15.0795287 C15.8500059,15.0795287 15.8721965,15.0778148 15.8943872,15.0756724 C15.9291387,15.07353 15.9634714,15.0709591 16.0003163,15.0701022 C19.4850902,14.9754087 22.3204726,11.9987772 22.3204726,8.43427488 C22.3204726,4.87020105 19.4850902,1.89356955 15.9986415,1.79887607 C15.9634714,1.79801912 15.9291387,1.79544825 15.8943872,1.79330587 C15.8721965,1.79159196 15.8500059,1.78944957 15.8273965,1.78944957 L15.758731,1.78902109 C15.7411459,1.78902109 15.7239796,1.78902109 15.7047197,1.78902109 C15.6854599,1.78902109 15.6645253,1.78902109 15.6394038,1.78944957 L2.84291895,1.78944957 L0.189248802,1.78944957 L0.182968421,0.251216216 L15.8273965,0.251216216 C15.8755461,0.251216216 15.923277,0.254215557 15.9705892,0.257643375 L16.0292061,0.261071193 C20.3270798,0.372046803 23.8235771,4.03809822 23.8235771,8.43427488 C23.8235771,12.8304515 20.3270798,16.4973599 16.0283687,16.6079071 L15.9705892,16.6113349 C15.923277,16.6147627 15.8755461,16.617762 15.8273965,16.617762" id="path42"></path>
|
||||
<polygon id="path46" points="49.7113896 0.245260382 38.9438864 21.542294 28.1763833 0.245260382 26.654019 0.998094924 38.9438864 25.3060382 51.2337539 0.998094924"></polygon>
|
||||
<path d="M71.7201461,16.8358141 L71.6640413,16.8388134 C71.6439441,16.8400989 71.6238469,16.8405274 71.6037497,16.8413843 L71.6037497,16.8452406 L71.516243,16.8452406 C71.5154056,16.8452406 71.5145683,16.8452406 71.5133122,16.8452406 L71.5133122,16.8452406 L71.4827477,16.8452406 L71.4827477,15.0867699 L71.6037497,15.0867699 L71.6037497,15.0876269 C71.6297086,15.085913 71.6560862,15.0841991 71.6837198,15.0833421 C75.112389,14.9903626 77.902134,12.0617205 77.902134,8.55506262 C77.902134,5.04797627 75.1119703,2.11933421 71.6824638,2.02635465 C71.6531553,2.02592617 71.6242656,2.02421226 71.5710917,2.02078444 C71.5518319,2.01907053 71.5329907,2.01735662 71.5128935,2.01735662 L57.4385606,2.01735662 L57.4385606,8.72216875 L55.7637924,8.72216875 L55.7637924,0.264884641 L71.5133122,0.264884641 C71.5639739,0.264884641 71.614217,0.267883982 71.6623665,0.2713118 L71.7180526,0.274739618 C76.0720311,0.387000659 79.6141658,4.10147001 79.6141658,8.55506262 C79.6141658,13.0086552 76.0716124,16.7231246 71.7201461,16.8358141" id="path50"></path>
|
||||
<path d="M71.6825056,10.4755834 C71.6531972,10.4747264 71.6243074,10.4730125 71.5707149,10.4695847 C71.5518737,10.4678708 71.5330326,10.4665854 71.5129354,10.4665854 L57.4386024,10.4665854 L57.4386024,23.5355702 L71.6037915,23.5355702 L71.6037915,23.5364272 C71.6297504,23.5347132 71.656128,23.5334278 71.683343,23.5325709 C75.1124308,23.4395913 77.9017572,20.5109492 77.9017572,17.0038629 C77.9017572,13.497205 75.1115934,10.568563 71.6825056,10.4755834 M71.7201879,25.2850428 L71.6640832,25.2876137 C71.643986,25.2893276 71.6234701,25.2893276 71.6037915,25.2906131 L71.6037915,25.2944693 L71.5162849,25.2944693 C71.5154475,25.2944693 71.5146101,25.2944693 71.5133541,25.2944693 L71.5133541,25.2944693 L57.4386024,25.2944693 L55.7814193,25.2944693 L55.7638343,25.2944693 L55.7638343,8.71411338 L57.4386024,8.71411338 L71.5133541,8.71411338 C71.5640158,8.71411338 71.6142588,8.71711272 71.6624084,8.72011206 L71.7180945,8.72353988 C76.072073,8.8362294 79.6142076,12.5506987 79.6142076,17.0038629 C79.6142076,21.457884 76.0716543,25.1723533 71.7201879,25.2850428" id="path54"></path>
|
||||
<g id="Group-7" transform="translate(85.142857, 0.248685)">
|
||||
<path d="M12.0367376,0.0026599196 C5.48378853,0.0026599196 0.152582785,5.55144041 0.152582785,12.3719414 C0.152582785,12.454209 0.147977173,12.5399045 0.143790253,12.6260284 C0.132066875,12.8359823 0.121180882,13.0403659 0.134160336,13.2486059 L0.132485568,25.0775775 L1.82358272,25.0775775 L1.82358272,13.1920469 C1.81437149,13.0180851 1.82316402,12.8869711 1.83070048,12.7575709 C1.83781825,12.6217436 1.84409863,12.4940574 1.84409863,12.3719414 C1.84409863,6.50823012 6.41663439,1.73842129 12.0367376,1.73842129 C17.4558687,1.73842129 21.9463408,6.14830923 22.2599412,11.7785004 L22.2729206,12.1401352 C22.2762702,12.246826 22.2783636,12.3260943 22.2783636,12.4057911 C22.2783636,12.4859163 22.2762702,12.5660416 22.273758,12.6453099 L22.2448683,13.4002868 L23.9430832,13.4581312 L23.9627617,12.7301484 C23.9665299,12.6226006 23.9694608,12.5150528 23.9694608,12.4057911 C23.9694608,12.2969579 23.9665299,12.1894101 23.9627617,12.0814338 L23.9347093,11.4674259 C23.4624247,5.03084054 18.2371481,0.0026599196 12.0367376,0.0026599196" id="path58"></path>
|
||||
<path d="M6.75384896,15.8689585 C6.75384896,16.623507 7.3513225,17.234944 8.08863919,17.234944 C8.82553718,17.234944 9.42301072,16.623507 9.42301072,15.8689585 C9.42301072,15.1144101 8.82553718,14.502973 8.08863919,14.502973 C7.3513225,14.502973 6.75384896,15.1144101 6.75384896,15.8689585" id="path62"></path>
|
||||
<path d="M15.0308463,15.8689585 C15.0308463,16.623507 15.6283198,17.234944 16.3656365,17.234944 C17.1025345,17.234944 17.700008,16.623507 17.700008,15.8689585 C17.700008,15.1144101 17.1025345,14.502973 16.3656365,14.502973 C15.6283198,14.502973 15.0308463,15.1144101 15.0308463,15.8689585" id="path66"></path>
|
||||
</g>
|
||||
<path d="M129.891543,8.72011206 C129.843394,8.71668425 129.793151,8.7136849 129.742489,8.7136849 L127.597948,8.7136849 L135.759512,0.251259064 L138.049758,0.251259064 L129.956022,8.72396836 C129.952672,8.72396836 129.95016,8.72353988 129.947229,8.72353988 L129.891543,8.72011206 Z" id="path70"></path>
|
||||
<polygon id="path74" points="115.683438 23.5356131 115.667528 23.5356131 115.667528 10.4661997 115.675483 10.4661997 115.675483 21.0860086 125.909154 10.4661997 128.277276 10.4661997"></polygon>
|
||||
<polygon id="path78" points="113.992885 8.71381345 113.992885 15.2960811 113.974882 0.251387607 115.670166 0.251387607 115.675609 8.71381345 115.667654 8.71381345"></polygon>
|
||||
<path d="M129.949197,25.2847001 L129.893092,25.2876994 C129.872995,25.2889848 129.852898,25.2894133 129.832801,25.2902703 L129.832801,25.2941266 L129.745294,25.2941266 C129.744457,25.2941266 129.743619,25.2941266 129.742363,25.2941266 L129.742363,25.2941266 L115.667612,25.2941266 L114.010847,25.2941266 L113.992844,25.2941266 L113.992844,15.2960382 L113.992844,8.7137706 L115.667612,8.7137706 L115.675567,8.7137706 L115.675567,10.4662426 L115.667612,10.4662426 L115.667612,23.5356559 L115.683522,23.5356559 L129.832801,23.5356559 L129.832801,23.5365129 C129.85876,23.5347989 129.885556,23.533085 129.912771,23.5322281 C133.34144,23.4392485 136.131185,20.5106065 136.131185,17.0039486 C136.131185,13.4968622 133.341021,10.5682202 129.911515,10.4752406 C129.882206,10.4748121 129.853317,10.4730982 129.800143,10.4696704 C129.780883,10.4679565 129.762042,10.4662426 129.741945,10.4662426 L128.276941,10.4662426 L125.909238,10.4662426 L127.597823,8.7137706 L129.742363,8.7137706 C129.793025,8.7137706 129.843268,8.71676994 129.891418,8.72019776 L129.947104,8.72362558 C129.950035,8.72362558 129.952965,8.72405405 129.955896,8.72405405 C134.305688,8.84145682 137.843217,12.5533553 137.843217,17.0039486 C137.843217,21.4575412 134.300664,25.1720105 129.949197,25.2847001" id="path82"></path>
|
||||
<path d="M146.864607,23.4946935 L156.082949,23.4946935 L156.082949,2.00570204 L146.864607,2.00570204 L146.864607,23.4946935 Z M145.165973,0.25151615 L157.781583,0.25151615 L157.781583,25.2497363 L145.165973,25.2497363 L145.165973,0.25151615 Z" id="path84"></path>
|
||||
<polygon id="path88" points="168.995496 0.251344759 145.166057 0.251344759 145.166057 8.21802241 146.864691 8.21802241 146.864691 2.00595913 167.32952 2.00253131 167.32952 8.21802241 168.995496 8.21802241"></polygon>
|
||||
<polygon id="path92" points="189.294649 0.291707317 189.294649 25.1605274 187.596015 25.1605274 187.596015 2.03389585 177.304984 2.00775873 177.306658 0.291707317"></polygon>
|
||||
<path d="M195.984343,24.4940738 L195.964246,25.2220567 L194.266449,25.1642123 L194.29492,24.4092353 C194.297432,24.329967 194.299945,24.2502703 194.299945,24.1697165 C194.299945,24.0900198 194.297432,24.0107515 194.294083,23.9040606 L194.281104,23.5424258 C193.967922,17.9126632 189.477031,13.5023467 184.058319,13.5023467 C178.437797,13.5023467 173.865261,18.272584 173.865261,24.1362953 C173.865261,24.2579829 173.858981,24.3860976 173.851863,24.5214964 C173.844745,24.6508965 173.835953,24.7820105 173.845164,24.9559723 L173.845164,25.3030389 L172.155741,25.3030389 L172.155741,25.0125313 C172.142343,24.8042914 172.153648,24.5999077 172.164953,24.3899539 C172.169558,24.3038299 172.173745,24.2181345 172.173745,24.1362953 C172.173745,17.3157943 177.504951,11.7665854 184.058319,11.7665854 C190.25831,11.7665854 195.484006,16.794766 195.955872,23.2313514 L195.984343,23.8453593 C195.987692,23.9533355 195.991042,24.0608833 195.991042,24.1697165 C195.991042,24.2789782 195.987692,24.3869545 195.984343,24.4940738" id="path96"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 14 KiB |
34
dist/img/logo@3x.svg
vendored
Normal file
@@ -0,0 +1,34 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="392px" height="51px" viewBox="0 0 392 51" 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 -->
|
||||
<title>Artboard@3x</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="assets" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="Artboard" fill-rule="nonzero" fill="#FFFFFF">
|
||||
<g id="logo" transform="translate(0.000000, -3.000000)">
|
||||
<g id="g26" transform="translate(196.000000, 27.000000) scale(-1, 1) rotate(-180.000000) translate(-196.000000, -27.000000) ">
|
||||
<path d="M16.7013743,20.7174752 C16.631034,20.7149044 16.5640433,20.7157614 16.4953778,20.7174752 L16.3580468,20.7183322 C16.312828,20.7183322 16.2684467,20.72176 16.2240653,20.7260448 C16.1545625,20.7303296 16.085897,20.7354714 16.0122072,20.7371852 C9.04265946,20.9265722 3.37189448,26.8798352 3.37189448,34.0088398 C3.37189448,41.1369874 9.04265946,47.0902504 16.0155567,47.2796374 C16.085897,47.2813514 16.1545625,47.286493 16.2240653,47.2907778 C16.2684467,47.2942056 16.312828,47.2984904 16.3580468,47.2984904 L16.4953778,47.2993474 C16.5305479,47.2993474 16.5648806,47.2993474 16.6034003,47.2993474 C16.64192,47.2993474 16.6837892,47.2993474 16.7340322,47.2984904 L42.3270018,47.2984904 L47.6343422,47.2984904 L47.646903,50.3749572 L16.3580468,50.3749572 C16.2617476,50.3749572 16.1662858,50.3689584 16.0716614,50.3621028 L15.9544277,50.3552472 C7.35868008,50.133296 0.365685628,42.8011932 0.365685628,34.0088398 C0.365685628,25.2164864 7.35868008,17.8826697 15.9561024,17.6615755 L16.0716614,17.6547198 C16.1662858,17.6478642 16.2617476,17.6418655 16.3580468,17.6418655" id="path34"></path>
|
||||
<path d="M16.3582143,17.4277126 C16.2560534,17.4277126 16.1572421,17.4337113 16.056756,17.4405669 L15.9445465,17.4474225 C7.24161378,17.6719446 0.156507084,25.1008834 0.156507084,34.0089256 C0.156507084,42.9152538 7.2407764,50.3450494 15.9487334,50.5695716 L16.0592681,50.5755702 C16.1572421,50.5824258 16.2560534,50.5892814 16.3582143,50.5892814 L47.8572538,50.5892814 L47.8430182,47.0834806 L16.3590516,47.0834806 C16.3188572,47.0834806 16.2803375,47.0809096 16.2418179,47.0774818 L16.1848758,47.073197 C16.1304458,47.0697692 16.0760158,47.0663414 16.0199111,47.0646276 C9.16173548,46.8795254 3.58140798,41.0222412 3.58140798,34.0089256 C3.58140798,26.9947528 9.1600607,21.1374686 16.0182363,20.9515096 C16.0751784,20.9497956 16.1312832,20.9463678 16.1865505,20.94294 L16.2418179,20.9395122 C16.2803375,20.9360844 16.3188572,20.9326566 16.3582143,20.9326566 L16.49722,20.9317996 C16.5658855,20.9292288 16.6295267,20.9300856 16.6948427,20.9317996 L16.7074034,20.5033224 C16.6337136,20.5007514 16.562536,20.5016084 16.4905209,20.5033224 L16.3573769,20.5041794 C16.3071338,20.5041794 16.2560534,20.508464 16.2066477,20.5127488 C16.1103486,20.5178906 16.0601055,20.5213184 16.0081877,20.5230324 C8.92475578,20.7149902 3.16271594,26.765089 3.16271594,34.0089256 C3.16271594,41.251905 8.92559316,47.301147 16.0090251,47.4931048 C16.0601055,47.4948188 16.1095112,47.4973896 16.1589168,47.5008174 L16.211672,47.5042452 C16.2560534,47.50853 16.3071338,47.5119578 16.3582143,47.5119578 L16.6035678,47.5136718 L16.7408988,47.5119578 L47.426001,47.5119578 L47.436887,50.1608042 L16.3582143,50.1608042 C16.266102,50.1608042 16.1756645,50.1539486 16.085227,50.14795 L15.9663185,50.1410942 C7.4769187,49.921714 0.575199124,42.68559 0.575199124,34.0089256 C0.575199124,25.331404 7.4777561,18.0944232 15.9612942,17.8750428 L16.0827149,17.8681872 C16.1756645,17.8621885 16.266102,17.8561898 16.3582143,17.8561898 L16.3582143,17.4277126 Z" id="path38"></path>
|
||||
<path d="M31.3114656,30.1599144 C31.3818058,30.1624852 31.4487964,30.1616282 31.517462,30.1599144 L31.654793,30.1590574 C31.7000118,30.1590574 31.744393,30.1556296 31.7887744,30.1513448 C31.8582774,30.14706 31.9269428,30.1419182 32.0006326,30.1402044 C38.9701804,29.9508174 44.6409452,23.9975544 44.6409452,16.8685498 C44.6409452,9.7404021 38.9701804,3.7871391 31.997283,3.59775214 C31.9269428,3.59603824 31.8582774,3.5908965 31.7887744,3.58661174 C31.744393,3.58318392 31.7000118,3.57889914 31.654793,3.57889914 L31.517462,3.57804218 C31.4822918,3.57804218 31.4479592,3.57804218 31.4094394,3.57804218 C31.3709198,3.57804218 31.3290506,3.57804218 31.2788076,3.57889914 L5.6858379,3.57889914 L0.378497604,3.57889914 L0.365936842,0.502432432 L31.654793,0.502432432 C31.7510922,0.502432432 31.846554,0.508431114 31.9411784,0.51528675 L32.0584122,0.522142386 C40.6541596,0.744093606 47.6471542,8.07619644 47.6471542,16.8685498 C47.6471542,25.660903 40.6541596,32.9947198 32.0567374,33.2158142 L31.9411784,33.2226698 C31.846554,33.2295254 31.7510922,33.235524 31.654793,33.235524" id="path42"></path>
|
||||
<polygon id="path46" points="99.4227792 0.490520764 77.8877728 43.084588 56.3527666 0.490520764 53.308038 1.99618985 77.8877728 50.6120764 102.467508 1.99618985"></polygon>
|
||||
<path d="M143.440292,33.6716282 L143.328083,33.6776268 C143.287888,33.6801978 143.247694,33.6810548 143.207499,33.6827686 L143.207499,33.6904812 L143.032486,33.6904812 C143.030811,33.6904812 143.029137,33.6904812 143.026624,33.6904812 L143.026624,33.6904812 L142.965495,33.6904812 L142.965495,30.1735398 L143.207499,30.1735398 L143.207499,30.1752538 C143.259417,30.171826 143.312172,30.1683982 143.36744,30.1666842 C150.224778,29.9807252 155.804268,24.123441 155.804268,17.1101252 C155.804268,10.0959525 150.223941,4.23866842 143.364928,4.0527093 C143.306311,4.05185234 143.248531,4.04842452 143.142183,4.04156888 C143.103664,4.03814106 143.065981,4.03471324 143.025787,4.03471324 L114.877121,4.03471324 L114.877121,17.4443375 L111.527585,17.4443375 L111.527585,0.529769282 L143.026624,0.529769282 C143.127948,0.529769282 143.228434,0.535767964 143.324733,0.5426236 L143.436105,0.549479236 C152.144062,0.774001318 159.228332,8.20294002 159.228332,17.1101252 C159.228332,26.0173104 152.143225,33.4462492 143.440292,33.6716282" id="path50"></path>
|
||||
<path d="M143.365011,20.9511668 C143.306394,20.9494528 143.248615,20.946025 143.14143,20.9391694 C143.103747,20.9357416 143.066065,20.9331708 143.025871,20.9331708 L114.877205,20.9331708 L114.877205,47.0711404 L143.207583,47.0711404 L143.207583,47.0728544 C143.259501,47.0694264 143.312256,47.0668556 143.366686,47.0651418 C150.224862,46.8791826 155.803514,41.0218984 155.803514,34.0077258 C155.803514,26.99441 150.223187,21.137126 143.365011,20.9511668 M143.440376,50.5700856 L143.328166,50.5752274 C143.287972,50.5786552 143.24694,50.5786552 143.207583,50.5812262 L143.207583,50.5889386 L143.03257,50.5889386 C143.030895,50.5889386 143.02922,50.5889386 143.026708,50.5889386 L143.026708,50.5889386 L114.877205,50.5889386 L111.562839,50.5889386 L111.527669,50.5889386 L111.527669,17.4282268 L114.877205,17.4282268 L143.026708,17.4282268 C143.128032,17.4282268 143.228518,17.4342254 143.324817,17.4402241 L143.436189,17.4470798 C152.144146,17.6724588 159.228415,25.1013974 159.228415,34.0077258 C159.228415,42.915768 152.143309,50.3447066 143.440376,50.5700856" id="path54"></path>
|
||||
<g id="Group-7" transform="translate(170.285714, 0.497370)">
|
||||
<path d="M24.0734752,0.0053198392 C10.9675771,0.0053198392 0.30516557,11.1028808 0.30516557,24.7438828 C0.30516557,24.908418 0.295954346,25.079809 0.287580506,25.2520568 C0.26413375,25.6719646 0.242361764,26.0807318 0.268320672,26.4972118 L0.264971136,50.155155 L3.64716544,50.155155 L3.64716544,26.3840938 C3.62874298,26.0361702 3.64632804,25.7739422 3.66140096,25.5151418 C3.6756365,25.2434872 3.68819726,24.9881148 3.68819726,24.7438828 C3.68819726,13.0164602 12.8332688,3.47684258 24.0734752,3.47684258 C34.9117374,3.47684258 43.8926816,12.2966185 44.5198824,23.5570008 L44.5458412,24.2802704 C44.5525404,24.493652 44.5567272,24.6521886 44.5567272,24.8115822 C44.5567272,24.9718326 44.5525404,25.1320832 44.547516,25.2906198 L44.4897366,26.8005736 L47.8861664,26.9162624 L47.9255234,25.4602968 C47.9330598,25.2452012 47.9389216,25.0301056 47.9389216,24.8115822 C47.9389216,24.5939158 47.9330598,24.3788202 47.9255234,24.1628676 L47.8694186,22.9348518 C46.9248494,10.0616811 36.4742962,0.0053198392 24.0734752,0.0053198392" id="path58"></path>
|
||||
<path d="M13.5076979,31.737917 C13.5076979,33.247014 14.702645,34.469888 16.1772784,34.469888 C17.6510744,34.469888 18.8460214,33.247014 18.8460214,31.737917 C18.8460214,30.2288202 17.6510744,29.005946 16.1772784,29.005946 C14.702645,29.005946 13.5076979,30.2288202 13.5076979,31.737917" id="path62"></path>
|
||||
<path d="M30.0616926,31.737917 C30.0616926,33.247014 31.2566396,34.469888 32.731273,34.469888 C34.205069,34.469888 35.400016,33.247014 35.400016,31.737917 C35.400016,30.2288202 34.205069,29.005946 32.731273,29.005946 C31.2566396,29.005946 30.0616926,30.2288202 30.0616926,31.737917" id="path66"></path>
|
||||
</g>
|
||||
<path d="M259.783086,17.4402241 C259.686788,17.4333685 259.586302,17.4273698 259.484978,17.4273698 L255.195896,17.4273698 L271.519024,0.502518128 L276.099516,0.502518128 L259.912044,17.4479367 C259.905344,17.4479367 259.90032,17.4470798 259.894458,17.4470798 L259.783086,17.4402241 Z" id="path70"></path>
|
||||
<polygon id="path74" points="231.366876 47.0712262 231.335056 47.0712262 231.335056 20.9323994 231.350966 20.9323994 231.350966 42.1720172 251.818308 20.9323994 256.554552 20.9323994"></polygon>
|
||||
<polygon id="path78" points="227.98577 17.4276269 227.98577 30.5921622 227.949764 0.502775214 231.340332 0.502775214 231.351218 17.4276269 231.335308 17.4276269"></polygon>
|
||||
<path d="M259.898394,50.5694002 L259.786184,50.5753988 C259.74599,50.5779696 259.705796,50.5788266 259.665602,50.5805406 L259.665602,50.5882532 L259.490588,50.5882532 C259.488914,50.5882532 259.487238,50.5882532 259.484726,50.5882532 L259.484726,50.5882532 L231.335224,50.5882532 L228.021694,50.5882532 L227.985688,50.5882532 L227.985688,30.5920764 L227.985688,17.4275412 L231.335224,17.4275412 L231.351134,17.4275412 L231.351134,20.9324852 L231.335224,20.9324852 L231.335224,47.0713118 L231.367044,47.0713118 L259.665602,47.0713118 L259.665602,47.0730258 C259.71752,47.0695978 259.771112,47.06617 259.825542,47.0644562 C266.68288,46.878497 272.26237,41.021213 272.26237,34.0078972 C272.26237,26.9937244 266.682042,21.1364404 259.82303,20.9504812 C259.764412,20.9496242 259.706634,20.9461964 259.600286,20.9393408 C259.561766,20.935913 259.524084,20.9324852 259.48389,20.9324852 L256.553882,20.9324852 L251.818476,20.9324852 L255.195646,17.4275412 L259.484726,17.4275412 C259.58605,17.4275412 259.686536,17.4335399 259.782836,17.4403955 L259.894208,17.4472512 C259.90007,17.4472512 259.90593,17.4481081 259.911792,17.4481081 C268.611376,17.6829136 275.686434,25.1067106 275.686434,34.0078972 C275.686434,42.9150824 268.601328,50.344021 259.898394,50.5694002" id="path82"></path>
|
||||
<path d="M293.729214,46.989387 L312.165898,46.989387 L312.165898,4.01140408 L293.729214,4.01140408 L293.729214,46.989387 Z M290.331946,0.5030323 L315.563166,0.5030323 L315.563166,50.4994726 L290.331946,50.4994726 L290.331946,0.5030323 Z" id="path84"></path>
|
||||
<polygon id="path88" points="337.990992 0.502689518 290.332114 0.502689518 290.332114 16.4360448 293.729382 16.4360448 293.729382 4.01191826 334.65904 4.00506262 334.65904 16.4360448 337.990992 16.4360448"></polygon>
|
||||
<polygon id="path92" points="378.589298 0.583414634 378.589298 50.3210548 375.19203 50.3210548 375.19203 4.0677917 354.609968 4.01551746 354.613316 0.583414634"></polygon>
|
||||
<path d="M391.968686,48.9881476 L391.928492,50.4441134 L388.532898,50.3284246 L388.58984,48.8184706 C388.594864,48.659934 388.59989,48.5005406 388.59989,48.339433 C388.59989,48.1800396 388.594864,48.021503 388.588166,47.8081212 L388.562208,47.0848516 C387.935844,35.8253264 378.954062,27.0046934 368.116638,27.0046934 C356.875594,27.0046934 347.730522,36.545168 347.730522,48.2725906 C347.730522,48.5159658 347.717962,48.7721952 347.703726,49.0429928 C347.68949,49.301793 347.671906,49.564021 347.690328,49.9119446 L347.690328,50.6060778 L344.311482,50.6060778 L344.311482,50.0250626 C344.284686,49.6085828 344.307296,49.1998154 344.329906,48.7799078 C344.339116,48.6076598 344.34749,48.436269 344.34749,48.2725906 C344.34749,34.6315886 355.009902,23.5331708 368.116638,23.5331708 C380.51662,23.5331708 390.968012,33.589532 391.911744,46.4627028 L391.968686,47.6907186 C391.975384,47.906671 391.982084,48.1217666 391.982084,48.339433 C391.982084,48.5579564 391.975384,48.773909 391.968686,48.9881476" id="path96"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 13 KiB |
48
dist/img/logo_2.svg
vendored
Normal file
@@ -0,0 +1,48 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="204px" height="34px" viewBox="0 0 204 34" 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 -->
|
||||
<title>logo</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs>
|
||||
<filter x="-3.6%" y="-18.5%" width="107.7%" height="151.9%" 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0.12 0" type="matrix" in="shadowBlurOuter1" result="shadowMatrixOuter1"></feColorMatrix>
|
||||
<feMerge>
|
||||
<feMergeNode in="shadowMatrixOuter1"></feMergeNode>
|
||||
<feMergeNode in="SourceGraphic"></feMergeNode>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g id="final" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="desktop" transform="translate(-36.000000, -30.000000)" fill-rule="nonzero" fill="#FFFFFF">
|
||||
<g id="Group-29">
|
||||
<g id="logo" transform="translate(40.000000, 31.000000)">
|
||||
<g id="saburly_final-_1_" filter="url(#filter-1)">
|
||||
<g id="g26" transform="translate(98.000000, 13.500000) scale(1, -1) translate(-98.000000, -13.500000) ">
|
||||
<path d="M8.35068713,10.3587376 C8.315517,10.3574522 8.28202163,10.3578807 8.24768889,10.3587376 L8.17902339,10.3591661 C8.15641402,10.3591661 8.13422334,10.36088 8.11203266,10.3630224 C8.07728123,10.3651648 8.04294848,10.3677357 8.00610358,10.3685926 C4.52132973,10.4632861 1.68594724,13.4399176 1.68594724,17.0044199 C1.68594724,20.5684937 4.52132973,23.5451252 8.00777835,23.6398187 C8.04294848,23.6406757 8.07728123,23.6432465 8.11203266,23.6453889 C8.13422334,23.6471028 8.15641402,23.6492452 8.17902339,23.6492452 L8.24768889,23.6496737 C8.26527395,23.6496737 8.28244032,23.6496737 8.30170016,23.6496737 C8.32095999,23.6496737 8.34189459,23.6496737 8.36701612,23.6492452 L21.1635009,23.6492452 L23.8171711,23.6492452 L23.8234515,25.1874786 L8.17902339,25.1874786 C8.13087381,25.1874786 8.08314291,25.1844792 8.03583071,25.1810514 L7.97721383,25.1776236 C3.67934004,25.066648 0.182842814,21.4005966 0.182842814,17.0044199 C0.182842814,12.6082432 3.67934004,8.94133487 7.97805121,8.83078774 L8.03583071,8.82735992 C8.08314291,8.8239321 8.13087381,8.82093276 8.17902339,8.82093276" id="path34"></path>
|
||||
<path d="M8.17910713,8.7138563 C8.1280267,8.7138563 8.07862104,8.71685564 8.02837799,8.72028345 L7.97227326,8.72371127 C3.62080689,8.83597231 0.0782535422,12.5504417 0.0782535422,17.0044628 C0.0782535422,21.4576269 3.6203882,25.1725247 7.97436672,25.2847858 L8.02963407,25.2877851 C8.07862104,25.2912129 8.1280267,25.2946407 8.17910713,25.2946407 L23.9286269,25.2946407 L23.9215091,23.5417403 L8.17952582,23.5417403 C8.1594286,23.5417403 8.14016877,23.5404548 8.12090894,23.5387409 L8.09243788,23.5365985 C8.06522289,23.5348846 8.03800791,23.5331707 8.00995555,23.5323138 C4.58086774,23.4397627 1.79070399,20.5111206 1.79070399,17.0044628 C1.79070399,13.4973764 4.58003035,10.5687343 8.00911816,10.4757548 C8.03758922,10.4748978 8.06564159,10.4731839 8.09327526,10.47147 L8.12090894,10.4697561 C8.14016877,10.4680422 8.1594286,10.4663283 8.17910713,10.4663283 L8.24861001,10.4658998 C8.28294276,10.4646144 8.31476335,10.4650428 8.34742133,10.4658998 L8.35370171,10.2516612 C8.31685681,10.2503757 8.28126799,10.2508042 8.24526047,10.2516612 L8.17868844,10.2520897 C8.15356691,10.2520897 8.1280267,10.254232 8.10332387,10.2563744 C8.05517429,10.2589453 8.03005276,10.2606592 8.00409386,10.2615162 C4.46237789,10.3574951 1.58135797,13.3825445 1.58135797,17.0044628 C1.58135797,20.6259525 4.46279658,23.6505735 8.00451255,23.7465524 C8.03005276,23.7474094 8.05475559,23.7486948 8.07945842,23.7504087 L8.10583602,23.7521226 C8.1280267,23.754265 8.15356691,23.7559789 8.17910713,23.7559789 L8.3017839,23.7568359 L8.37044939,23.7559789 L23.7130005,23.7559789 L23.7184435,25.0804021 L8.17910713,25.0804021 C8.133051,25.0804021 8.08783226,25.0769743 8.04261352,25.073975 L7.98315925,25.0705471 C3.73845935,24.960857 0.287599562,21.342795 0.287599562,17.0044628 C0.287599562,12.665702 3.73887805,9.0472116 7.9806471,8.93752142 L8.04135745,8.93409361 C8.08783226,8.93109426 8.133051,8.92809492 8.17910713,8.92809492 L8.17910713,8.7138563 Z" id="path38"></path>
|
||||
<path d="M15.6557328,15.0799572 C15.6909029,15.0812426 15.7243982,15.0808141 15.758731,15.0799572 L15.8273965,15.0795287 C15.8500059,15.0795287 15.8721965,15.0778148 15.8943872,15.0756724 C15.9291387,15.07353 15.9634714,15.0709591 16.0003163,15.0701022 C19.4850902,14.9754087 22.3204726,11.9987772 22.3204726,8.43427488 C22.3204726,4.87020105 19.4850902,1.89356955 15.9986415,1.79887607 C15.9634714,1.79801912 15.9291387,1.79544825 15.8943872,1.79330587 C15.8721965,1.79159196 15.8500059,1.78944957 15.8273965,1.78944957 L15.758731,1.78902109 C15.7411459,1.78902109 15.7239796,1.78902109 15.7047197,1.78902109 C15.6854599,1.78902109 15.6645253,1.78902109 15.6394038,1.78944957 L2.84291895,1.78944957 L0.189248802,1.78944957 L0.182968421,0.251216216 L15.8273965,0.251216216 C15.8755461,0.251216216 15.923277,0.254215557 15.9705892,0.257643375 L16.0292061,0.261071193 C20.3270798,0.372046803 23.8235771,4.03809822 23.8235771,8.43427488 C23.8235771,12.8304515 20.3270798,16.4973599 16.0283687,16.6079071 L15.9705892,16.6113349 C15.923277,16.6147627 15.8755461,16.617762 15.8273965,16.617762" id="path42"></path>
|
||||
<polygon id="path46" points="49.7113896 0.245260382 38.9438864 21.542294 28.1763833 0.245260382 26.654019 0.998094924 38.9438864 25.3060382 51.2337539 0.998094924"></polygon>
|
||||
<path d="M71.7201461,16.8358141 L71.6640413,16.8388134 C71.6439441,16.8400989 71.6238469,16.8405274 71.6037497,16.8413843 L71.6037497,16.8452406 L71.516243,16.8452406 C71.5154056,16.8452406 71.5145683,16.8452406 71.5133122,16.8452406 L71.5133122,16.8452406 L71.4827477,16.8452406 L71.4827477,15.0867699 L71.6037497,15.0867699 L71.6037497,15.0876269 C71.6297086,15.085913 71.6560862,15.0841991 71.6837198,15.0833421 C75.112389,14.9903626 77.902134,12.0617205 77.902134,8.55506262 C77.902134,5.04797627 75.1119703,2.11933421 71.6824638,2.02635465 C71.6531553,2.02592617 71.6242656,2.02421226 71.5710917,2.02078444 C71.5518319,2.01907053 71.5329907,2.01735662 71.5128935,2.01735662 L57.4385606,2.01735662 L57.4385606,8.72216875 L55.7637924,8.72216875 L55.7637924,0.264884641 L71.5133122,0.264884641 C71.5639739,0.264884641 71.614217,0.267883982 71.6623665,0.2713118 L71.7180526,0.274739618 C76.0720311,0.387000659 79.6141658,4.10147001 79.6141658,8.55506262 C79.6141658,13.0086552 76.0716124,16.7231246 71.7201461,16.8358141" id="path50"></path>
|
||||
<path d="M71.6825056,10.4755834 C71.6531972,10.4747264 71.6243074,10.4730125 71.5707149,10.4695847 C71.5518737,10.4678708 71.5330326,10.4665854 71.5129354,10.4665854 L57.4386024,10.4665854 L57.4386024,23.5355702 L71.6037915,23.5355702 L71.6037915,23.5364272 C71.6297504,23.5347132 71.656128,23.5334278 71.683343,23.5325709 C75.1124308,23.4395913 77.9017572,20.5109492 77.9017572,17.0038629 C77.9017572,13.497205 75.1115934,10.568563 71.6825056,10.4755834 M71.7201879,25.2850428 L71.6640832,25.2876137 C71.643986,25.2893276 71.6234701,25.2893276 71.6037915,25.2906131 L71.6037915,25.2944693 L71.5162849,25.2944693 C71.5154475,25.2944693 71.5146101,25.2944693 71.5133541,25.2944693 L71.5133541,25.2944693 L57.4386024,25.2944693 L55.7814193,25.2944693 L55.7638343,25.2944693 L55.7638343,8.71411338 L57.4386024,8.71411338 L71.5133541,8.71411338 C71.5640158,8.71411338 71.6142588,8.71711272 71.6624084,8.72011206 L71.7180945,8.72353988 C76.072073,8.8362294 79.6142076,12.5506987 79.6142076,17.0038629 C79.6142076,21.457884 76.0716543,25.1723533 71.7201879,25.2850428" id="path54"></path>
|
||||
<g id="Group-7" transform="translate(85.142857, 0.248685)">
|
||||
<path d="M12.0367376,0.0026599196 C5.48378853,0.0026599196 0.152582785,5.55144041 0.152582785,12.3719414 C0.152582785,12.454209 0.147977173,12.5399045 0.143790253,12.6260284 C0.132066875,12.8359823 0.121180882,13.0403659 0.134160336,13.2486059 L0.132485568,25.0775775 L1.82358272,25.0775775 L1.82358272,13.1920469 C1.81437149,13.0180851 1.82316402,12.8869711 1.83070048,12.7575709 C1.83781825,12.6217436 1.84409863,12.4940574 1.84409863,12.3719414 C1.84409863,6.50823012 6.41663439,1.73842129 12.0367376,1.73842129 C17.4558687,1.73842129 21.9463408,6.14830923 22.2599412,11.7785004 L22.2729206,12.1401352 C22.2762702,12.246826 22.2783636,12.3260943 22.2783636,12.4057911 C22.2783636,12.4859163 22.2762702,12.5660416 22.273758,12.6453099 L22.2448683,13.4002868 L23.9430832,13.4581312 L23.9627617,12.7301484 C23.9665299,12.6226006 23.9694608,12.5150528 23.9694608,12.4057911 C23.9694608,12.2969579 23.9665299,12.1894101 23.9627617,12.0814338 L23.9347093,11.4674259 C23.4624247,5.03084054 18.2371481,0.0026599196 12.0367376,0.0026599196" id="path58"></path>
|
||||
<path d="M6.75384896,15.8689585 C6.75384896,16.623507 7.3513225,17.234944 8.08863919,17.234944 C8.82553718,17.234944 9.42301072,16.623507 9.42301072,15.8689585 C9.42301072,15.1144101 8.82553718,14.502973 8.08863919,14.502973 C7.3513225,14.502973 6.75384896,15.1144101 6.75384896,15.8689585" id="path62"></path>
|
||||
<path d="M15.0308463,15.8689585 C15.0308463,16.623507 15.6283198,17.234944 16.3656365,17.234944 C17.1025345,17.234944 17.700008,16.623507 17.700008,15.8689585 C17.700008,15.1144101 17.1025345,14.502973 16.3656365,14.502973 C15.6283198,14.502973 15.0308463,15.1144101 15.0308463,15.8689585" id="path66"></path>
|
||||
</g>
|
||||
<path d="M129.891543,8.72011206 C129.843394,8.71668425 129.793151,8.7136849 129.742489,8.7136849 L127.597948,8.7136849 L135.759512,0.251259064 L138.049758,0.251259064 L129.956022,8.72396836 C129.952672,8.72396836 129.95016,8.72353988 129.947229,8.72353988 L129.891543,8.72011206 Z" id="path70"></path>
|
||||
<polygon id="path74" points="115.683438 23.5356131 115.667528 23.5356131 115.667528 10.4661997 115.675483 10.4661997 115.675483 21.0860086 125.909154 10.4661997 128.277276 10.4661997"></polygon>
|
||||
<polygon id="path78" points="113.992885 8.71381345 113.992885 15.2960811 113.974882 0.251387607 115.670166 0.251387607 115.675609 8.71381345 115.667654 8.71381345"></polygon>
|
||||
<path d="M129.949197,25.2847001 L129.893092,25.2876994 C129.872995,25.2889848 129.852898,25.2894133 129.832801,25.2902703 L129.832801,25.2941266 L129.745294,25.2941266 C129.744457,25.2941266 129.743619,25.2941266 129.742363,25.2941266 L129.742363,25.2941266 L115.667612,25.2941266 L114.010847,25.2941266 L113.992844,25.2941266 L113.992844,15.2960382 L113.992844,8.7137706 L115.667612,8.7137706 L115.675567,8.7137706 L115.675567,10.4662426 L115.667612,10.4662426 L115.667612,23.5356559 L115.683522,23.5356559 L129.832801,23.5356559 L129.832801,23.5365129 C129.85876,23.5347989 129.885556,23.533085 129.912771,23.5322281 C133.34144,23.4392485 136.131185,20.5106065 136.131185,17.0039486 C136.131185,13.4968622 133.341021,10.5682202 129.911515,10.4752406 C129.882206,10.4748121 129.853317,10.4730982 129.800143,10.4696704 C129.780883,10.4679565 129.762042,10.4662426 129.741945,10.4662426 L128.276941,10.4662426 L125.909238,10.4662426 L127.597823,8.7137706 L129.742363,8.7137706 C129.793025,8.7137706 129.843268,8.71676994 129.891418,8.72019776 L129.947104,8.72362558 C129.950035,8.72362558 129.952965,8.72405405 129.955896,8.72405405 C134.305688,8.84145682 137.843217,12.5533553 137.843217,17.0039486 C137.843217,21.4575412 134.300664,25.1720105 129.949197,25.2847001" id="path82"></path>
|
||||
<path d="M146.864607,23.4946935 L156.082949,23.4946935 L156.082949,2.00570204 L146.864607,2.00570204 L146.864607,23.4946935 Z M145.165973,0.25151615 L157.781583,0.25151615 L157.781583,25.2497363 L145.165973,25.2497363 L145.165973,0.25151615 Z" id="path84"></path>
|
||||
<polygon id="path88" points="168.995496 0.251344759 145.166057 0.251344759 145.166057 8.21802241 146.864691 8.21802241 146.864691 2.00595913 167.32952 2.00253131 167.32952 8.21802241 168.995496 8.21802241"></polygon>
|
||||
<polygon id="path92" points="189.294649 0.291707317 189.294649 25.1605274 187.596015 25.1605274 187.596015 2.03389585 177.304984 2.00775873 177.306658 0.291707317"></polygon>
|
||||
<path d="M195.984343,24.4940738 L195.964246,25.2220567 L194.266449,25.1642123 L194.29492,24.4092353 C194.297432,24.329967 194.299945,24.2502703 194.299945,24.1697165 C194.299945,24.0900198 194.297432,24.0107515 194.294083,23.9040606 L194.281104,23.5424258 C193.967922,17.9126632 189.477031,13.5023467 184.058319,13.5023467 C178.437797,13.5023467 173.865261,18.272584 173.865261,24.1362953 C173.865261,24.2579829 173.858981,24.3860976 173.851863,24.5214964 C173.844745,24.6508965 173.835953,24.7820105 173.845164,24.9559723 L173.845164,25.3030389 L172.155741,25.3030389 L172.155741,25.0125313 C172.142343,24.8042914 172.153648,24.5999077 172.164953,24.3899539 C172.169558,24.3038299 172.173745,24.2181345 172.173745,24.1362953 C172.173745,17.3157943 177.504951,11.7665854 184.058319,11.7665854 C190.25831,11.7665854 195.484006,16.794766 195.955872,23.2313514 L195.984343,23.8453593 C195.987692,23.9533355 195.991042,24.0608833 195.991042,24.1697165 C195.991042,24.2789782 195.987692,24.3869545 195.984343,24.4940738" id="path96"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 14 KiB |
21
dist/img/logo_mobile.svg
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="42px" height="42px" viewBox="0 0 42 42" 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 -->
|
||||
<title>logo mobile</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="assets" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="logo-mobile" stroke="#FFFFFF">
|
||||
<g id="logo-white" transform="translate(1.000000, 1.000000)">
|
||||
<g id="Group-10">
|
||||
<circle id="Oval" stroke-width="2" cx="20" cy="20" r="20"></circle>
|
||||
<g id="Group-7" transform="translate(20.357143, 21.785714) scale(1, -1) translate(-20.357143, -21.785714) translate(12.857143, 14.285714)" fill-rule="nonzero" fill="#FFFFFF">
|
||||
<path d="M7.13558813,0 C3.20903991,0 0.0145642501,3.31932127 0.0145642501,7.39939509 C0.0145642501,7.44860819 0.0118045522,7.49987184 0.00929573606,7.55139181 C0.00227105071,7.67698775 -0.00425187139,7.79925155 0.00352545881,7.92382222 L0.00252193233,15 L1.01583279,15 L1.01583279,7.88998821 C1.0103134,7.785923 1.01558191,7.70748962 1.02009778,7.63008151 C1.02436277,7.54882863 1.02812599,7.47244579 1.02812599,7.39939509 C1.02812599,3.89167991 3.76800416,1.03834521 7.13558813,1.03834521 C10.3827489,1.03834521 13.0734543,3.67637258 13.2613646,7.04439432 L13.269142,7.26072692 C13.271149,7.32455016 13.2724034,7.37196904 13.2724034,7.41964423 C13.2724034,7.46757574 13.271149,7.51550725 13.2696437,7.56292613 L13.2523329,8.01455888 L14.2699087,8.04916184 L14.2817002,7.61367714 C14.2839581,7.54934126 14.2857143,7.48500538 14.2857143,7.41964423 C14.2857143,7.3545394 14.2839581,7.29020352 14.2817002,7.22561132 L14.2648911,6.85830727 C13.9818966,3.0078946 10.850894,0 7.13558813,0" id="path58"></path>
|
||||
<path d="M4.28571429,9.70982143 C4.28571429,10.3016614 4.6054902,10.78125 5.00011204,10.78125 C5.3945098,10.78125 5.71428571,10.3016614 5.71428571,9.70982143 C5.71428571,9.11798149 5.3945098,8.63839286 5.00011204,8.63839286 C4.6054902,8.63839286 4.28571429,9.11798149 4.28571429,9.70982143" id="path62"></path>
|
||||
<path d="M9.28571429,9.70982143 C9.28571429,10.3016614 9.6054902,10.78125 10.000112,10.78125 C10.3945098,10.78125 10.7142857,10.3016614 10.7142857,9.70982143 C10.7142857,9.11798149 10.3945098,8.63839286 10.000112,8.63839286 C9.6054902,8.63839286 9.28571429,9.11798149 9.28571429,9.70982143" id="path66"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.6 KiB |
BIN
dist/img/mail.png
vendored
Normal file
|
After Width: | Height: | Size: 287 B |
BIN
dist/img/mob-development.png
vendored
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
dist/img/mob-development2.png
vendored
Normal file
|
After Width: | Height: | Size: 4.1 KiB |
BIN
dist/img/mob-logo.png
vendored
Normal file
|
After Width: | Height: | Size: 445 B |
BIN
dist/img/one.png
vendored
Normal file
|
After Width: | Height: | Size: 421 B |
BIN
dist/img/ribica.png
vendored
Normal file
|
After Width: | Height: | Size: 49 KiB |
BIN
dist/img/scale.png
vendored
Normal file
|
After Width: | Height: | Size: 2.0 KiB |
BIN
dist/img/shapes.png
vendored
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
dist/img/software_development.png
vendored
Normal file
|
After Width: | Height: | Size: 5.3 KiB |
BIN
dist/img/software_development2.png
vendored
Normal file
|
After Width: | Height: | Size: 2.3 KiB |
BIN
dist/img/suburly.png
vendored
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
31
dist/img/team/amir.svg
vendored
Normal file
@@ -0,0 +1,31 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="140px" height="250px" viewBox="0 0 140 250" 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 -->
|
||||
<title>Amir</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="assets" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="Amir">
|
||||
<g id="Group-56" transform="translate(1.000000, 62.000000)">
|
||||
<g id="Group-52" transform="translate(21.000000, 0.000000)" stroke-width="4">
|
||||
<g id="logo-white" transform="translate(9.000000, 0.000000)" stroke="#646EF2" fill="#646EF2">
|
||||
<g id="Group-10">
|
||||
<path d="M39,102 C60.5391052,102 78,79.1665222 78,51 C78,32.8587259 74.3961331,14.6393885 63.4851452,5.59848031 C57.4555047,0.602285034 46.6663662,0 39,0 C29.5489213,0 15.8470432,2.01833912 9.09694091,9.3323196 C0.463490937,18.6869756 0,35.1925807 0,51 C0,79.1665222 17.4608948,102 39,102 Z" id="Oval"></path>
|
||||
</g>
|
||||
</g>
|
||||
<path d="M89.2115155,84.1287704 C94.5687375,73.984755 95.8881569,77.235206 93.1697737,93.8801233 L63.4058361,134.079115 L52.2316995,104.51036 C71.5276881,101.066649 83.8542934,94.2727857 89.2115155,84.1287704 Z" id="Path-21" stroke="#B8E986"></path>
|
||||
<polyline id="Path-22" stroke="#B8E986" points="39.8443457 111.618574 47.0233085 148.772484 56.8386245 116.593698"></polyline>
|
||||
<path d="M5.61448537,84.1287704 C0.25726334,73.984755 -1.06215607,77.235206 1.65622714,93.8801233 L31.4201647,134.079115 L42.5943013,104.51036 C23.2983127,101.066649 10.9717074,94.2727857 5.61448537,84.1287704 Z" id="Path-21" stroke="#B8E986"></path>
|
||||
</g>
|
||||
<path d="M116,93 L138,93" id="Path-43" stroke="#B8E986" stroke-width="4"></path>
|
||||
<path d="M0,93 L22,93" id="Path-43" stroke="#B8E986" stroke-width="4"></path>
|
||||
<path d="M71.0018405,41 C76.070901,49.3333333 79.2040735,55.3823104 80.4013578,59.1469312 C81.5986422,62.911552 81,65.1959082 78.6054313,66 C73.4562697,65.2695629 70.9217394,63.9694815 71.0018405,62.0997558" id="Path-75" stroke="#FFFFFF" stroke-width="3"></path>
|
||||
<ellipse id="Oval-10" fill="#FFFFFF" cx="51" cy="37.5" rx="3" ry="2.5"></ellipse>
|
||||
<ellipse id="Oval-10" fill="#FFFFFF" cx="84" cy="37" rx="3" ry="2"></ellipse>
|
||||
<path d="M78,34.7584785 C83.7624592,33.7471738 88.0957925,33.7471738 91,34.7584785" id="Path-76" stroke="#FFFFFF" stroke-width="3"></path>
|
||||
<path d="M45,34.7584785 C50.7624592,33.7471738 55.0957925,33.7471738 58,34.7584785" id="Path-76" stroke="#FFFFFF" stroke-width="3"></path>
|
||||
<path d="M61,81 C75.1417291,84 83.1417291,84.75 85,83.25" id="Path-77" stroke="#FFFFFF" stroke-width="3"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 3.0 KiB |
31
dist/img/team/amir_mobile.svg
vendored
Normal file
@@ -0,0 +1,31 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="138px" height="159px" viewBox="0 0 138 159" 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 -->
|
||||
<title>Amir_mobile</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="assets" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="Amir_mobile">
|
||||
<g id="Group-56" transform="translate(0.000000, 2.000000)">
|
||||
<g id="Group-52" transform="translate(21.000000, 0.000000)" stroke-width="4">
|
||||
<g id="logo-white" transform="translate(9.000000, 0.000000)" stroke="#646EF2" fill="#646EF2">
|
||||
<g id="Group-10">
|
||||
<path d="M39,102 C60.5391052,102 78,79.1665222 78,51 C78,32.8587259 74.3961331,14.6393885 63.4851452,5.59848031 C57.4555047,0.602285034 46.6663662,0 39,0 C29.5489213,0 15.8470432,2.01833912 9.09694091,9.3323196 C0.463490937,18.6869756 0,35.1925807 0,51 C0,79.1665222 17.4608948,102 39,102 Z" id="Oval"></path>
|
||||
</g>
|
||||
</g>
|
||||
<path d="M89.2115155,84.1287704 C94.5687375,73.984755 95.8881569,77.235206 93.1697737,93.8801233 L63.4058361,134.079115 L52.2316995,104.51036 C71.5276881,101.066649 83.8542934,94.2727857 89.2115155,84.1287704 Z" id="Path-21" stroke="#B8E986"></path>
|
||||
<polyline id="Path-22" stroke="#B8E986" points="39.8443457 111.618574 47.0233085 148.772484 56.8386245 116.593698"></polyline>
|
||||
<path d="M5.61448537,84.1287704 C0.25726334,73.984755 -1.06215607,77.235206 1.65622714,93.8801233 L31.4201647,134.079115 L42.5943013,104.51036 C23.2983127,101.066649 10.9717074,94.2727857 5.61448537,84.1287704 Z" id="Path-21" stroke="#B8E986"></path>
|
||||
</g>
|
||||
<path d="M116,93 L138,93" id="Path-43" stroke="#B8E986" stroke-width="4"></path>
|
||||
<path d="M0,93 L22,93" id="Path-43" stroke="#B8E986" stroke-width="4"></path>
|
||||
<path d="M71.0018405,41 C76.070901,49.3333333 79.2040735,55.3823104 80.4013578,59.1469312 C81.5986422,62.911552 81,65.1959082 78.6054313,66 C73.4562697,65.2695629 70.9217394,63.9694815 71.0018405,62.0997558" id="Path-75" stroke="#FFFFFF" stroke-width="3"></path>
|
||||
<ellipse id="Oval-10" fill="#FFFFFF" cx="51" cy="37.5" rx="3" ry="2.5"></ellipse>
|
||||
<ellipse id="Oval-10" fill="#FFFFFF" cx="84" cy="37" rx="3" ry="2"></ellipse>
|
||||
<path d="M78,34.7584785 C83.7624592,33.7471738 88.0957925,33.7471738 91,34.7584785" id="Path-76" stroke="#FFFFFF" stroke-width="3"></path>
|
||||
<path d="M45,34.7584785 C50.7624592,33.7471738 55.0957925,33.7471738 58,34.7584785" id="Path-76" stroke="#FFFFFF" stroke-width="3"></path>
|
||||
<path d="M61,81 C75.1417291,84 83.1417291,84.75 85,83.25" id="Path-77" stroke="#FFFFFF" stroke-width="3"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 3.0 KiB |
36
dist/img/team/edin.svg
vendored
Normal file
@@ -0,0 +1,36 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="140px" height="250px" viewBox="0 0 140 250" 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 -->
|
||||
<title>Edin</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="assets" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="Edin">
|
||||
<g id="Group-57" transform="translate(25.000000, 57.000000)">
|
||||
<g id="Group-14">
|
||||
<g id="logo-white" transform="translate(0.884615, 11.543860)" fill="#646EF2">
|
||||
<g id="Group-10" transform="translate(-0.000000, 0.000000)">
|
||||
<ellipse id="Oval" cx="44" cy="48.5" rx="44" ry="48.5"></ellipse>
|
||||
</g>
|
||||
</g>
|
||||
<path d="M23.3163758,22.0493351 C30.7147069,24.4294389 37.7416253,26.8095427 44.3971311,29.1896465 C51.052637,31.5697503 55.894093,32.7598022 58.9214993,32.7598022 C65.4516131,36.3299579 69.6219053,36.3299579 71.4323758,32.7598022 C73.2428463,29.1896465 77.2403715,29.1896465 83.4249514,32.7598022 C86.8404828,47.2250116 88.693946,55.2287984 88.985341,56.7711624 C89.4224334,59.0847085 92.1861786,35.4636969 86.1886966,27.1919044 C80.1912145,18.920112 78.4976544,12.4444246 71.4323758,7.81881614 C64.3670971,3.19320767 47.94484,-2.10837998 37.0328584,0.860467199 C34.4272674,1.56937618 29.8551065,5.26662891 23.3163758,11.9522254 C13.7474877,14.492539 7.99368227,18.5062269 6.05495951,23.9932891 C1.52400632,36.8170008 1.55421121e-15,28.0262177 0,45.9648523 C0,63.9034869 2.16157756,43.4702692 8.34058435,32.7598022 C12.4599222,25.6194908 17.4518527,22.0493351 23.3163758,22.0493351 Z" id="Path-26" stroke="#B8E986" stroke-width="4"></path>
|
||||
</g>
|
||||
<path d="M35,19 C52.3094016,19.8235937 62.3094016,21.4902604 65,24" id="Path-41" stroke="#B8E986" stroke-width="3"></path>
|
||||
<g id="Group-54" transform="translate(14.000000, 43.000000)" stroke="#FFFFFF">
|
||||
<path d="M24.2105454,3.82626052 C23.75941,13.2387036 23.1519612,18.969065 22.388199,21.0173447 C21.7078688,22.841874 17.3043437,22.9369984 17.1857794,23.0979198 C15.8717777,24.8813482 16.5064038,27.014704 17.1857794,28.1060066 C18.5750333,30.3376093 19.8687339,31.8063331 22.9841037,31.1532574 C22.388199,27.0774597 27.7482306,34.881736 31.0545211,33.8481616 C34.3608117,32.8145873 34.3212713,28.5629564 37.7774706,30.0332069 C41.2336698,31.5034574 43.944496,22.8833297 37.7774706,21.817247" id="Path-44" stroke-width="3"></path>
|
||||
<path d="M14.6526954,39.3719529 C33.8528214,40.6909276 43.8493983,41.0990504 44.6424262,40.5963212 C45.8319681,39.8422275 34.4969969,48.5061086 30.701426,47.9215835 C28.1710454,47.5319001 22.8214685,44.6820232 14.6526954,39.3719529 Z" id="Path-45" stroke-width="3"></path>
|
||||
<path d="M0.747051985,2.3205046 C5.96091464,1.72559403 11.1747773,1.13068347 16.3886399,0.5357729" id="Path-33" stroke-width="2"></path>
|
||||
<path d="M7.67813123,2.42018658 C7.67813123,10.2861138 17.1106732,4.62034618 10.9135539,2.99388822" id="Path-34" stroke-width="2"></path>
|
||||
<path d="M9.82977747,4.44563967 C12.0107971,5.00372896 12.9279794,0.259916325 10.2688024,4.67893793" id="Path-35" stroke-width="2"></path>
|
||||
<path d="M40.747052,2.3205046 C45.9609146,1.72559403 51.1747773,1.13068347 56.3886399,0.5357729" id="Path-33" stroke-width="2" transform="translate(48.567846, 1.428139) scale(-1, 1) translate(-48.567846, -1.428139) "></path>
|
||||
<path d="M47.6781312,2.42018658 C47.6781312,10.2861138 57.1106732,4.62034618 50.9135539,2.99388822" id="Path-34" stroke-width="2" transform="translate(50.350385, 4.455660) scale(-1, 1) translate(-50.350385, -4.455660) "></path>
|
||||
<path d="M49.8297775,4.44563967 C52.0107971,5.00372896 52.9279794,0.259916325 50.2688024,4.67893793" id="Path-35" stroke-width="2" transform="translate(50.864505, 3.728121) scale(-1, 1) translate(-50.864505, -3.728121) "></path>
|
||||
</g>
|
||||
<path d="M24,75 C20.9908639,78.2160985 19.5871102,78.9471643 22.9522068,85" id="Path-64" stroke="#FFFFFF" stroke-width="2"></path>
|
||||
<path d="M27,16.5940793 C45.8625265,12.4637307 60.1958598,13.2657042 70,19" id="Path-40" stroke="#B8E986" stroke-width="3"></path>
|
||||
<path d="M31,8.58421133 C48.6700825,5.84986435 60.3367492,6.65512724 66,11" id="Path-42" stroke="#B8E986" stroke-width="3"></path>
|
||||
<path d="M65,78 C68.3008666,84.0302282 67.464046,80.9804981 68,87" id="Path-65" stroke="#FFFFFF" stroke-width="2"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 4.7 KiB |
36
dist/img/team/edin_mobile.svg
vendored
Normal file
@@ -0,0 +1,36 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="94px" height="111px" viewBox="0 0 94 111" 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 -->
|
||||
<title>Edin_mobile</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="assets" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="Edin_mobile">
|
||||
<g id="Group-57" transform="translate(2.000000, 2.000000)">
|
||||
<g id="Group-14">
|
||||
<g id="logo-white" transform="translate(0.884615, 11.543860)" fill="#646EF2">
|
||||
<g id="Group-10" transform="translate(-0.000000, 0.000000)">
|
||||
<ellipse id="Oval" cx="44" cy="48.5" rx="44" ry="48.5"></ellipse>
|
||||
</g>
|
||||
</g>
|
||||
<path d="M23.3163758,22.0493351 C30.7147069,24.4294389 37.7416253,26.8095427 44.3971311,29.1896465 C51.052637,31.5697503 55.894093,32.7598022 58.9214993,32.7598022 C65.4516131,36.3299579 69.6219053,36.3299579 71.4323758,32.7598022 C73.2428463,29.1896465 77.2403715,29.1896465 83.4249514,32.7598022 C86.8404828,47.2250116 88.693946,55.2287984 88.985341,56.7711624 C89.4224334,59.0847085 92.1861786,35.4636969 86.1886966,27.1919044 C80.1912145,18.920112 78.4976544,12.4444246 71.4323758,7.81881614 C64.3670971,3.19320767 47.94484,-2.10837998 37.0328584,0.860467199 C34.4272674,1.56937618 29.8551065,5.26662891 23.3163758,11.9522254 C13.7474877,14.492539 7.99368227,18.5062269 6.05495951,23.9932891 C1.52400632,36.8170008 1.55421121e-15,28.0262177 0,45.9648523 C0,63.9034869 2.16157756,43.4702692 8.34058435,32.7598022 C12.4599222,25.6194908 17.4518527,22.0493351 23.3163758,22.0493351 Z" id="Path-26" stroke="#B8E986" stroke-width="4"></path>
|
||||
</g>
|
||||
<path d="M35,19 C52.3094016,19.8235937 62.3094016,21.4902604 65,24" id="Path-41" stroke="#B8E986" stroke-width="3"></path>
|
||||
<g id="Group-54" transform="translate(14.000000, 43.000000)" stroke="#FFFFFF">
|
||||
<path d="M24.2105454,3.82626052 C23.75941,13.2387036 23.1519612,18.969065 22.388199,21.0173447 C21.7078688,22.841874 17.3043437,22.9369984 17.1857794,23.0979198 C15.8717777,24.8813482 16.5064038,27.014704 17.1857794,28.1060066 C18.5750333,30.3376093 19.8687339,31.8063331 22.9841037,31.1532574 C22.388199,27.0774597 27.7482306,34.881736 31.0545211,33.8481616 C34.3608117,32.8145873 34.3212713,28.5629564 37.7774706,30.0332069 C41.2336698,31.5034574 43.944496,22.8833297 37.7774706,21.817247" id="Path-44" stroke-width="3"></path>
|
||||
<path d="M14.6526954,39.3719529 C33.8528214,40.6909276 43.8493983,41.0990504 44.6424262,40.5963212 C45.8319681,39.8422275 34.4969969,48.5061086 30.701426,47.9215835 C28.1710454,47.5319001 22.8214685,44.6820232 14.6526954,39.3719529 Z" id="Path-45" stroke-width="3"></path>
|
||||
<path d="M0.747051985,2.3205046 C5.96091464,1.72559403 11.1747773,1.13068347 16.3886399,0.5357729" id="Path-33" stroke-width="2"></path>
|
||||
<path d="M7.67813123,2.42018658 C7.67813123,10.2861138 17.1106732,4.62034618 10.9135539,2.99388822" id="Path-34" stroke-width="2"></path>
|
||||
<path d="M9.82977747,4.44563967 C12.0107971,5.00372896 12.9279794,0.259916325 10.2688024,4.67893793" id="Path-35" stroke-width="2"></path>
|
||||
<path d="M40.747052,2.3205046 C45.9609146,1.72559403 51.1747773,1.13068347 56.3886399,0.5357729" id="Path-33" stroke-width="2" transform="translate(48.567846, 1.428139) scale(-1, 1) translate(-48.567846, -1.428139) "></path>
|
||||
<path d="M47.6781312,2.42018658 C47.6781312,10.2861138 57.1106732,4.62034618 50.9135539,2.99388822" id="Path-34" stroke-width="2" transform="translate(50.350385, 4.455660) scale(-1, 1) translate(-50.350385, -4.455660) "></path>
|
||||
<path d="M49.8297775,4.44563967 C52.0107971,5.00372896 52.9279794,0.259916325 50.2688024,4.67893793" id="Path-35" stroke-width="2" transform="translate(50.864505, 3.728121) scale(-1, 1) translate(-50.864505, -3.728121) "></path>
|
||||
</g>
|
||||
<path d="M24,75 C20.9908639,78.2160985 19.5871102,78.9471643 22.9522068,85" id="Path-64" stroke="#FFFFFF" stroke-width="2"></path>
|
||||
<path d="M27,16.5940793 C45.8625265,12.4637307 60.1958598,13.2657042 70,19" id="Path-40" stroke="#B8E986" stroke-width="3"></path>
|
||||
<path d="M31,8.58421133 C48.6700825,5.84986435 60.3367492,6.65512724 66,11" id="Path-42" stroke="#B8E986" stroke-width="3"></path>
|
||||
<path d="M65,78 C68.3008666,84.0302282 67.464046,80.9804981 68,87" id="Path-65" stroke="#FFFFFF" stroke-width="2"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 4.7 KiB |
29
dist/img/team/mediha.svg
vendored
Normal file
@@ -0,0 +1,29 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="140px" height="250px" viewBox="0 0 140 250" 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 -->
|
||||
<title>Mediha</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="assets" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="Mediha">
|
||||
<g id="Group-60" transform="translate(4.000000, 51.000000)">
|
||||
<g id="logo-white" transform="translate(27.000000, 14.000000)" fill="#646EF2">
|
||||
<g id="Group-10">
|
||||
<ellipse id="Oval" cx="40.5" cy="50" rx="40.5" ry="50"></ellipse>
|
||||
</g>
|
||||
</g>
|
||||
<path d="M33.4045284,193 C37.9874177,189.112057 33.4045284,180.262677 28.8216391,176.555959 C24.2387499,172.849242 28.8216391,165.104019 36.7907379,157.615643 C44.7598366,150.127268 31.3355435,148.406011 28.8216391,140.725686 C26.3077348,133.04536 36.7907379,130.881547 36.7907379,122.909686 C36.7907379,114.937824 29.8980255,116.742754 28.8216391,108.798085 C24.4538228,76.559792 33.8768156,31.8742641 39.1673024,28.666597 C43.8987576,25.7978754 57.614065,17.4265072 60.1413368,18.0311217 C72.8633255,21.07468 96.0398808,24.826075 105.891662,42.8162626 C115.743443,60.8064502 98.8028406,107.0296 101.303638,111.353572 C103.804435,115.677543 98.4856797,118.442053 98.4856797,124.799001 C98.4856797,131.15595 105.894036,131.226832 106.781402,137.048066 C107.668769,142.8693 98.7969337,138.419436 100.41215,147.684017 C102.027366,156.948598 108.52192,154.37672 107.831663,159.145924 C107.141407,163.915128 102.844814,159.816686 101.303638,169.596837 C99.7624619,179.376988 107.594387,178.026509 106.781402,184.076803" id="Path-27" stroke="#B8E986" stroke-width="4"></path>
|
||||
<path d="M46.3633564,48 C44.1066504,56.4734552 53.3885936,48.6930269 46.2508993,49.6962936" id="Path-70" stroke="#FFFFFF" stroke-width="2"></path>
|
||||
<path d="M53,92.9060747 C56.4208165,94.7673416 59.0197064,95.3877639 60.7966696,94.7673416 C63.4621145,93.8367082 63.6325601,90.3633246 66.2111588,91.9088831 C67.9302246,92.9392554 68.7897576,93.8920749 68.7897576,94.7673416 C69.1674434,92.2215885 70.0388805,90.9660407 71.4040687,91.0006982 C73.4518511,91.0526845 73.5167827,93 75.9525318,93 C78.3882809,93 82.6437399,93.5771705 84,91.0006982" id="Path-73" stroke="#FFFFFF" stroke-width="3"></path>
|
||||
<path d="M61,95.442767 C63.2116437,97.2182249 65.6180784,98.0691726 68.219304,97.99561 C70.8205297,97.9220474 73.414095,96.5901774 76,94" id="Path-74" stroke="#FFFFFF" stroke-width="3"></path>
|
||||
<path d="M22.4917312,113 C22.4917312,113 17.984763,113.697719 20.2382471,119.159532 C22.4917312,124.621344 26.0490169,126.865895 22.4917312,128.888842 C18.9344456,130.91179 16.4016684,133.826268 18.9344456,136.939677 C21.4672228,140.053085 24,142.975609 21.4672228,145.653857 C18.9344456,148.332105 14.5071925,152.263176 16.720819,155.240552 C18.9344456,158.217927 22.1330134,167.552302 18.9344456,169.515278 C15.7358779,171.478254 11.6038168,177.296971 15.7358779,179.78799 C19.8679389,182.27901 23.0150588,187.310781 19.8679389,190" id="Path-32" stroke="#B8E986" stroke-width="4"></path>
|
||||
<path d="M5.34445161,189 C9.70518851,180.756419 10.244504,176.330145 6.96239807,175.721177 C2.03923918,174.807726 -2.88391971,166.50736 2.03923918,163.645114 C6.96239807,160.782869 11.771991,153.514909 8.5582213,149.849354 C5.34445161,146.1838 -2.88391971,139.262423 2.03923918,133.493874 C6.96239807,127.725326 11.885557,122.030206 6.96239807,118.423394 C2.03923918,114.816583 2.13068192,108.943766 5.34445161,104.821486 C8.5582213,100.699206 19.1744279,18.2653546 24.4014127,15.7071031 C29.6283974,13.1488517 42.6471882,1.44580601 50.403597,6.65629743 C55.5745362,10.1299584 58.1600058,13.1468936 58.1600058,15.7071031 C54.6252033,7.52813933 56.7804987,3.33683648 64.6258921,3.13319458 C76.3939822,2.82773172 77.6843941,-3.95413113 88.4761118,3.43865743 C99.2678295,10.831446 115.672951,19.0304803 119.382282,31.5618002 C121.855168,39.9160136 122.780412,65.717345 122.158011,108.965794 C121.134442,111.52013 121.686048,114.672663 123.81283,118.423394 C127.003001,124.049492 131.123824,123.44444 128.578176,129.31432 C126.032528,135.1842 121.812888,141.297863 126.032528,143.411137 C130.252168,145.524411 134.471808,153.864429 130.252168,158.754771 C126.032528,163.645114 124.455878,165.990423 128.578176,170.8558 C132.700473,175.721177 131.92616,180.432354 130.252168,182.76004" id="Path-33" stroke="#B8E986" stroke-width="4"></path>
|
||||
<path d="M114.634905,116 C111.121698,116.285435 111.121698,118.153033 114.634905,121.602794 C119.904715,126.777435 119.085469,130.699513 116.860187,134.505046 C114.634905,138.310578 109.446768,143.249674 114.634905,147.501761 C119.823042,151.753849 122.785896,162.045471 119.823042,166.016621 C116.860187,169.987772 110.78621,172.248763 114.634905,178" id="Path-34" stroke="#B8E986" stroke-width="4"></path>
|
||||
<path d="M78,42.9770615 C94.6327078,40.9349681 87.7976722,39.4234693 99,43.9770615" id="Path-68" stroke="#FFFFFF" stroke-width="3"></path>
|
||||
<path d="M56,42.0464134 C41.67467,40.9637681 47.8988288,39.4214219 37,45.0464134" id="Path-69" stroke="#FFFFFF" stroke-width="3"></path>
|
||||
<path d="M90.0203719,49 C83.2870162,55.1843105 96.2075756,49.9198725 88.3995269,49.7374088" id="Path-71" stroke="#FFFFFF" stroke-width="3"></path>
|
||||
<path d="M62.5160802,50 C62.5032556,51.80253 64.4042822,61.4116988 62.5160802,63.6504128 C58.914217,67.9208994 61.8565035,79.5684362 70,70.8307919" id="Path-72" stroke="#FFFFFF" stroke-width="3"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 5.7 KiB |
29
dist/img/team/mediha_mobile.svg
vendored
Normal file
@@ -0,0 +1,29 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="136px" height="197px" viewBox="0 0 136 197" 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 -->
|
||||
<title>Mediha-mobile</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="assets" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="Mediha-mobile">
|
||||
<g id="Group-60" transform="translate(2.000000, 2.000000)">
|
||||
<g id="logo-white" transform="translate(27.000000, 14.000000)" fill="#646EF2">
|
||||
<g id="Group-10">
|
||||
<ellipse id="Oval" cx="40.5" cy="50" rx="40.5" ry="50"></ellipse>
|
||||
</g>
|
||||
</g>
|
||||
<path d="M33.4045284,193 C37.9874177,189.112057 33.4045284,180.262677 28.8216391,176.555959 C24.2387499,172.849242 28.8216391,165.104019 36.7907379,157.615643 C44.7598366,150.127268 31.3355435,148.406011 28.8216391,140.725686 C26.3077348,133.04536 36.7907379,130.881547 36.7907379,122.909686 C36.7907379,114.937824 29.8980255,116.742754 28.8216391,108.798085 C24.4538228,76.559792 33.8768156,31.8742641 39.1673024,28.666597 C43.8987576,25.7978754 57.614065,17.4265072 60.1413368,18.0311217 C72.8633255,21.07468 96.0398808,24.826075 105.891662,42.8162626 C115.743443,60.8064502 98.8028406,107.0296 101.303638,111.353572 C103.804435,115.677543 98.4856797,118.442053 98.4856797,124.799001 C98.4856797,131.15595 105.894036,131.226832 106.781402,137.048066 C107.668769,142.8693 98.7969337,138.419436 100.41215,147.684017 C102.027366,156.948598 108.52192,154.37672 107.831663,159.145924 C107.141407,163.915128 102.844814,159.816686 101.303638,169.596837 C99.7624619,179.376988 107.594387,178.026509 106.781402,184.076803" id="Path-27" stroke="#B8E986" stroke-width="4"></path>
|
||||
<path d="M46.3633564,48 C44.1066504,56.4734552 53.3885936,48.6930269 46.2508993,49.6962936" id="Path-70" stroke="#FFFFFF" stroke-width="2"></path>
|
||||
<path d="M53,92.9060747 C56.4208165,94.7673416 59.0197064,95.3877639 60.7966696,94.7673416 C63.4621145,93.8367082 63.6325601,90.3633246 66.2111588,91.9088831 C67.9302246,92.9392554 68.7897576,93.8920749 68.7897576,94.7673416 C69.1674434,92.2215885 70.0388805,90.9660407 71.4040687,91.0006982 C73.4518511,91.0526845 73.5167827,93 75.9525318,93 C78.3882809,93 82.6437399,93.5771705 84,91.0006982" id="Path-73" stroke="#FFFFFF" stroke-width="3"></path>
|
||||
<path d="M61,95.442767 C63.2116437,97.2182249 65.6180784,98.0691726 68.219304,97.99561 C70.8205297,97.9220474 73.414095,96.5901774 76,94" id="Path-74" stroke="#FFFFFF" stroke-width="3"></path>
|
||||
<path d="M22.4917312,113 C22.4917312,113 17.984763,113.697719 20.2382471,119.159532 C22.4917312,124.621344 26.0490169,126.865895 22.4917312,128.888842 C18.9344456,130.91179 16.4016684,133.826268 18.9344456,136.939677 C21.4672228,140.053085 24,142.975609 21.4672228,145.653857 C18.9344456,148.332105 14.5071925,152.263176 16.720819,155.240552 C18.9344456,158.217927 22.1330134,167.552302 18.9344456,169.515278 C15.7358779,171.478254 11.6038168,177.296971 15.7358779,179.78799 C19.8679389,182.27901 23.0150588,187.310781 19.8679389,190" id="Path-32" stroke="#B8E986" stroke-width="4"></path>
|
||||
<path d="M5.34445161,189 C9.70518851,180.756419 10.244504,176.330145 6.96239807,175.721177 C2.03923918,174.807726 -2.88391971,166.50736 2.03923918,163.645114 C6.96239807,160.782869 11.771991,153.514909 8.5582213,149.849354 C5.34445161,146.1838 -2.88391971,139.262423 2.03923918,133.493874 C6.96239807,127.725326 11.885557,122.030206 6.96239807,118.423394 C2.03923918,114.816583 2.13068192,108.943766 5.34445161,104.821486 C8.5582213,100.699206 19.1744279,18.2653546 24.4014127,15.7071031 C29.6283974,13.1488517 42.6471882,1.44580601 50.403597,6.65629743 C55.5745362,10.1299584 58.1600058,13.1468936 58.1600058,15.7071031 C54.6252033,7.52813933 56.7804987,3.33683648 64.6258921,3.13319458 C76.3939822,2.82773172 77.6843941,-3.95413113 88.4761118,3.43865743 C99.2678295,10.831446 115.672951,19.0304803 119.382282,31.5618002 C121.855168,39.9160136 122.780412,65.717345 122.158011,108.965794 C121.134442,111.52013 121.686048,114.672663 123.81283,118.423394 C127.003001,124.049492 131.123824,123.44444 128.578176,129.31432 C126.032528,135.1842 121.812888,141.297863 126.032528,143.411137 C130.252168,145.524411 134.471808,153.864429 130.252168,158.754771 C126.032528,163.645114 124.455878,165.990423 128.578176,170.8558 C132.700473,175.721177 131.92616,180.432354 130.252168,182.76004" id="Path-33" stroke="#B8E986" stroke-width="4"></path>
|
||||
<path d="M114.634905,116 C111.121698,116.285435 111.121698,118.153033 114.634905,121.602794 C119.904715,126.777435 119.085469,130.699513 116.860187,134.505046 C114.634905,138.310578 109.446768,143.249674 114.634905,147.501761 C119.823042,151.753849 122.785896,162.045471 119.823042,166.016621 C116.860187,169.987772 110.78621,172.248763 114.634905,178" id="Path-34" stroke="#B8E986" stroke-width="4"></path>
|
||||
<path d="M78,42.9770615 C94.6327078,40.9349681 87.7976722,39.4234693 99,43.9770615" id="Path-68" stroke="#FFFFFF" stroke-width="3"></path>
|
||||
<path d="M56,42.0464134 C41.67467,40.9637681 47.8988288,39.4214219 37,45.0464134" id="Path-69" stroke="#FFFFFF" stroke-width="3"></path>
|
||||
<path d="M90.0203719,49 C83.2870162,55.1843105 96.2075756,49.9198725 88.3995269,49.7374088" id="Path-71" stroke="#FFFFFF" stroke-width="3"></path>
|
||||
<path d="M62.5160802,50 C62.5032556,51.80253 64.4042822,61.4116988 62.5160802,63.6504128 C58.914217,67.9208994 61.8565035,79.5684362 70,70.8307919" id="Path-72" stroke="#FFFFFF" stroke-width="3"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 5.7 KiB |
37
dist/img/team/mirna.svg
vendored
Normal file
@@ -0,0 +1,37 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="140px" height="250px" viewBox="0 0 140 250" 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 -->
|
||||
<title>Mirna</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="assets" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="Mirna">
|
||||
<g id="Group-55" transform="translate(8.000000, 6.000000)">
|
||||
<g id="Group-52" transform="translate(38.000000, 57.000000)" fill="#646EF2">
|
||||
<g id="logo-white">
|
||||
<g id="Group-10">
|
||||
<ellipse id="Oval" cx="43" cy="51" rx="43" ry="51"></ellipse>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<path d="M36,81 L85.0660865,81 L91.3602284,62.4083935 L96.1107663,81 L122.505969,81 C124.742142,71.5936011 119.386986,61.8754572 106.440501,51.8455684 C87.0207731,36.8007352 65.0330723,43.8124774 53.3687532,51.8455684 C45.5925405,57.2009624 39.8029561,66.9191063 36,81 Z" id="Path-28" stroke="#B8E986" stroke-width="4"></path>
|
||||
<g id="Group-53" transform="translate(63.430925, 47.037112) rotate(-22.000000) translate(-63.430925, -47.037112) translate(35.930925, 36.537112)" stroke-width="4" stroke="#B8E986" fill="#FFFFFF">
|
||||
<polygon id="Path-29" transform="translate(40.562267, 10.601674) scale(-1, 1) translate(-40.562267, -10.601674) " points="27 0.203347258 27 21 54.1245345 10.6016736"></polygon>
|
||||
<polygon id="Path-29" points="9.09494702e-13 0.203347258 9.09494702e-13 21 27.1245345 10.6016736"></polygon>
|
||||
</g>
|
||||
<path d="M65,45.0351249 C56.517938,5.67430122 44.876018,-7.88542092 30.0742398,4.35595849 C7.87157261,22.7180276 1.23308376e-15,49.8468584 0,68.0902498 C0,86.3336413 2.42399158e-16,110.126312 0,116.225024 C0,120.290832 3.90216605,108.358601 11.7064982,80.4283296 L11.7064982,113.370167 L19.26773,71.7582682 L19.26773,93.2784813 C26.4720699,66.8631816 30.0742398,52.663621 30.0742398,50.6797996 C30.0742398,47.7040675 31.5638757,35.4187335 40.9627683,35.4187335 C47.2286968,35.4187335 54.031346,39.0266313 61.3707159,46.2424271 L65,45.0351249 Z" id="Path-30" stroke="#B8E986" stroke-width="4" stroke-linejoin="round"></path>
|
||||
<path d="M55,73 C57.2548947,62.5201165 59.9215614,56.5201165 63,55" id="Path-37" stroke="#B8E986" stroke-width="4"></path>
|
||||
<path d="M97,57 C102.387574,64.3020335 104.665224,68.9687001 103.832951,71" id="Path-39" stroke="#B8E986" stroke-width="4"></path>
|
||||
<path d="M73,99.1672934 C69.580975,94.4065093 66.352862,92.9354163 63.315661,94.7540143 C60.27846,96.5726123 58.6264268,98.0437053 58.3595613,99.1672934 C56.8427974,100.556429 55.7229436,100.20753 55,98.1205961" id="Path-78" stroke="#FFFFFF" stroke-width="3"></path>
|
||||
<ellipse id="Oval-12" fill="#FFFFFF" cx="63" cy="97.5" rx="2" ry="2.5"></ellipse>
|
||||
<path d="M108,99.1672934 C104.580975,94.4065093 101.352862,92.9354163 98.315661,94.7540143 C95.27846,96.5726123 93.6264268,98.0437053 93.3595613,99.1672934 C91.8427974,100.556429 90.7229436,100.20753 90,98.1205961" id="Path-78" stroke="#FFFFFF" stroke-width="3" transform="translate(99.000000, 97.000000) scale(-1, 1) translate(-99.000000, -97.000000) "></path>
|
||||
<ellipse id="Oval-12" fill="#FFFFFF" transform="translate(98.000000, 97.500000) scale(-1, 1) translate(-98.000000, -97.500000) " cx="98" cy="97.5" rx="2" ry="2.5"></ellipse>
|
||||
<path d="M72,137.021602 C73.032743,137.77824 74.2031982,137.77824 75.5113655,137.021602 C77.4736165,135.886645 77.1321766,133.690443 78.7782577,134.989989 C79.8756452,135.856352 81.2749023,136.223078 82.9760291,136.090165 C83.7141504,134.282727 84.5494343,133.647504 85.4818806,134.184498 C86.88055,134.989989 88.0306324,138.248663 89.7307798,137.021602 C91.4309271,135.79454 84.6232856,142.294795 82.0598418,141.989562 C80.3508793,141.786074 76.9975987,140.130087 72,137.021602 Z" id="Path-80" stroke="#B0D165" stroke-width="3"></path>
|
||||
<path d="M81,54 C74.2459936,62.5039989 71.2933707,68.1706656 72.1421314,71" id="Path-35" stroke="#B8E986" stroke-width="4"></path>
|
||||
<path d="M64,72 C66.3647339,62.1248962 69.3647339,56.1248962 73,54" id="Path-36" stroke="#B8E986" stroke-width="4"></path>
|
||||
<path d="M101,55 C110.959799,64.1035539 115.19666,69.4368872 113.710582,71" id="Path-38" stroke="#B8E986" stroke-width="4"></path>
|
||||
<path d="M79.5317906,105 C80.5529843,108.789915 80.5529843,112.39459 79.5317906,115.814028 C78.5105969,119.233465 78,121.477107 78,122.544953 C82.6341646,124.485016 84.9674979,124.485016 85,122.544953" id="Path-79" stroke="#FFFFFF" stroke-width="3"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 4.8 KiB |
37
dist/img/team/mirna_mobile.svg
vendored
Normal file
@@ -0,0 +1,37 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="127px" height="161px" viewBox="0 0 127 161" 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 -->
|
||||
<title>Mirna_mobile</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="assets" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="Mirna_mobile">
|
||||
<g id="Group-55" transform="translate(2.000000, 2.000000)">
|
||||
<g id="Group-52" transform="translate(38.000000, 57.000000)" fill="#646EF2">
|
||||
<g id="logo-white">
|
||||
<g id="Group-10">
|
||||
<ellipse id="Oval" cx="43" cy="51" rx="43" ry="51"></ellipse>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<path d="M36,81 L85.0660865,81 L91.3602284,62.4083935 L96.1107663,81 L122.505969,81 C124.742142,71.5936011 119.386986,61.8754572 106.440501,51.8455684 C87.0207731,36.8007352 65.0330723,43.8124774 53.3687532,51.8455684 C45.5925405,57.2009624 39.8029561,66.9191063 36,81 Z" id="Path-28" stroke="#B8E986" stroke-width="4"></path>
|
||||
<g id="Group-53" transform="translate(63.430925, 47.037112) rotate(-22.000000) translate(-63.430925, -47.037112) translate(35.930925, 36.537112)" stroke-width="4" stroke="#B8E986" fill="#FFFFFF">
|
||||
<polygon id="Path-29" transform="translate(40.562267, 10.601674) scale(-1, 1) translate(-40.562267, -10.601674) " points="27 0.203347258 27 21 54.1245345 10.6016736"></polygon>
|
||||
<polygon id="Path-29" points="9.09494702e-13 0.203347258 9.09494702e-13 21 27.1245345 10.6016736"></polygon>
|
||||
</g>
|
||||
<path d="M65,45.0351249 C56.517938,5.67430122 44.876018,-7.88542092 30.0742398,4.35595849 C7.87157261,22.7180276 1.23308376e-15,49.8468584 0,68.0902498 C0,86.3336413 2.42399158e-16,110.126312 0,116.225024 C0,120.290832 3.90216605,108.358601 11.7064982,80.4283296 L11.7064982,113.370167 L19.26773,71.7582682 L19.26773,93.2784813 C26.4720699,66.8631816 30.0742398,52.663621 30.0742398,50.6797996 C30.0742398,47.7040675 31.5638757,35.4187335 40.9627683,35.4187335 C47.2286968,35.4187335 54.031346,39.0266313 61.3707159,46.2424271 L65,45.0351249 Z" id="Path-30" stroke="#B8E986" stroke-width="4" stroke-linejoin="round"></path>
|
||||
<path d="M55,73 C57.2548947,62.5201165 59.9215614,56.5201165 63,55" id="Path-37" stroke="#B8E986" stroke-width="4"></path>
|
||||
<path d="M97,57 C102.387574,64.3020335 104.665224,68.9687001 103.832951,71" id="Path-39" stroke="#B8E986" stroke-width="4"></path>
|
||||
<path d="M73,99.1672934 C69.580975,94.4065093 66.352862,92.9354163 63.315661,94.7540143 C60.27846,96.5726123 58.6264268,98.0437053 58.3595613,99.1672934 C56.8427974,100.556429 55.7229436,100.20753 55,98.1205961" id="Path-78" stroke="#FFFFFF" stroke-width="3"></path>
|
||||
<ellipse id="Oval-12" fill="#FFFFFF" cx="63" cy="97.5" rx="2" ry="2.5"></ellipse>
|
||||
<path d="M108,99.1672934 C104.580975,94.4065093 101.352862,92.9354163 98.315661,94.7540143 C95.27846,96.5726123 93.6264268,98.0437053 93.3595613,99.1672934 C91.8427974,100.556429 90.7229436,100.20753 90,98.1205961" id="Path-78" stroke="#FFFFFF" stroke-width="3" transform="translate(99.000000, 97.000000) scale(-1, 1) translate(-99.000000, -97.000000) "></path>
|
||||
<ellipse id="Oval-12" fill="#FFFFFF" transform="translate(98.000000, 97.500000) scale(-1, 1) translate(-98.000000, -97.500000) " cx="98" cy="97.5" rx="2" ry="2.5"></ellipse>
|
||||
<path d="M72,137.021602 C73.032743,137.77824 74.2031982,137.77824 75.5113655,137.021602 C77.4736165,135.886645 77.1321766,133.690443 78.7782577,134.989989 C79.8756452,135.856352 81.2749023,136.223078 82.9760291,136.090165 C83.7141504,134.282727 84.5494343,133.647504 85.4818806,134.184498 C86.88055,134.989989 88.0306324,138.248663 89.7307798,137.021602 C91.4309271,135.79454 84.6232856,142.294795 82.0598418,141.989562 C80.3508793,141.786074 76.9975987,140.130087 72,137.021602 Z" id="Path-80" stroke="#B0D165" stroke-width="3"></path>
|
||||
<path d="M81,54 C74.2459936,62.5039989 71.2933707,68.1706656 72.1421314,71" id="Path-35" stroke="#B8E986" stroke-width="4"></path>
|
||||
<path d="M64,72 C66.3647339,62.1248962 69.3647339,56.1248962 73,54" id="Path-36" stroke="#B8E986" stroke-width="4"></path>
|
||||
<path d="M101,55 C110.959799,64.1035539 115.19666,69.4368872 113.710582,71" id="Path-38" stroke="#B8E986" stroke-width="4"></path>
|
||||
<path d="M79.5317906,105 C80.5529843,108.789915 80.5529843,112.39459 79.5317906,115.814028 C78.5105969,119.233465 78,121.477107 78,122.544953 C82.6341646,124.485016 84.9674979,124.485016 85,122.544953" id="Path-79" stroke="#FFFFFF" stroke-width="3"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 4.8 KiB |
30
dist/img/team/neir.svg
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="140px" height="250px" viewBox="0 0 140 250" 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 -->
|
||||
<title>Neir</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="assets" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="Neir">
|
||||
<g id="Group-62" transform="translate(21.000000, 55.000000)">
|
||||
<g id="Group-14" transform="translate(5.000000, 6.000000)">
|
||||
<g id="logo-white" transform="translate(0.937271, 0.582707)" fill="#646EF2">
|
||||
<g id="Group-10">
|
||||
<ellipse id="Oval" cx="43.9702381" cy="51.9642857" rx="43.9702381" ry="51.9642857"></ellipse>
|
||||
</g>
|
||||
</g>
|
||||
<ellipse id="Oval-11" fill="#FFFFFF" cx="44.235119" cy="49.6898496" rx="2.54693223" ry="2.58458647"></ellipse>
|
||||
<ellipse id="Oval-11" fill="#FFFFFF" cx="58.4979396" cy="49.6898496" rx="2.54693223" ry="2.58458647"></ellipse>
|
||||
</g>
|
||||
<path d="M5,62 C6.32721845,56.8070112 7.06746987,52.5431977 7.22075426,49.2085595 C7.45068083,44.2066021 10.493002,35.8255198 15.5665282,27.6132254 C18.948879,22.1383625 23.6775153,16.3870461 29.7524372,10.3592763 L31.7084955,11.1308787 C43.062842,11.8128665 53.0569515,14.5228973 64.4309589,14.3875918 C66.4959875,14.3630262 68.0791232,11.4047349 70.0914113,11.8690768 L67.1233572,9 C79.4610295,11.8469573 90.2493005,38.6960519 92,44.4035169" id="Path-12" stroke="#B8E986" stroke-width="4"></path>
|
||||
<path d="M5.28825792,64 C3.72842299,34.6702767 7.47055689,4.15691415 42.5066309,1.0784473 C52.6586056,0.186437605 67.2852959,-2.11430162 76.8593987,4.94902859 C89.7893268,14.4881315 91.0926469,30.7848263 93,44.7251565" id="Path-16" stroke="#B8E986" stroke-width="4"></path>
|
||||
<path d="M39,92.0244847 C60.0039007,98.0118037 65.8305153,94.0838874 73,88" id="Path-46" stroke="#FFFFFF" stroke-width="3"></path>
|
||||
<path d="M58.3636364,64 C69.7302194,93.6808495 66.9359626,81.9083868 59.4545455,80.8421053 C57.785169,80.3415411 56.2753217,82.8371899 55.0909091,81.8947368 C53.4625804,81.9445956 54.3020086,80.0624679 54,78.7368421" id="Path-47" stroke="#FFFFFF" stroke-width="3"></path>
|
||||
<path d="M4.97716548,60.3601455 C-1.25317294,45.7197154 -2.4055955,72.6093145 6,73" id="Path-48" stroke="#B8E986" stroke-width="4"></path>
|
||||
<path d="M94,47.9909129 C98.923661,32.4025675 101.622098,50.7679694 95.3199251,63" id="Path-49" stroke="#B8E986" stroke-width="4"></path>
|
||||
<path d="M55,49 C49.2563404,46.3333333 44.923007,46.3333333 42,49" id="Path-50" stroke="#FFFFFF" stroke-width="3"></path>
|
||||
<path d="M72,49 C66.2563404,46.3333333 61.923007,46.3333333 59,49" id="Path-50" stroke="#FFFFFF" stroke-width="3"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 3.0 KiB |
30
dist/img/team/neir_mobile.svg
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="103px" height="113px" viewBox="0 0 103 113" 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 -->
|
||||
<title>Neir_mobile</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="assets" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="Neir_mobile">
|
||||
<g id="Group-62" transform="translate(2.000000, 2.000000)">
|
||||
<g id="Group-14" transform="translate(5.000000, 6.000000)">
|
||||
<g id="logo-white" transform="translate(0.937271, 0.582707)" fill="#646EF2">
|
||||
<g id="Group-10">
|
||||
<ellipse id="Oval" cx="43.9702381" cy="51.9642857" rx="43.9702381" ry="51.9642857"></ellipse>
|
||||
</g>
|
||||
</g>
|
||||
<ellipse id="Oval-11" fill="#FFFFFF" cx="44.235119" cy="49.6898496" rx="2.54693223" ry="2.58458647"></ellipse>
|
||||
<ellipse id="Oval-11" fill="#FFFFFF" cx="58.4979396" cy="49.6898496" rx="2.54693223" ry="2.58458647"></ellipse>
|
||||
</g>
|
||||
<path d="M5,62 C6.32721845,56.8070112 7.06746987,52.5431977 7.22075426,49.2085595 C7.45068083,44.2066021 10.493002,35.8255198 15.5665282,27.6132254 C18.948879,22.1383625 23.6775153,16.3870461 29.7524372,10.3592763 L31.7084955,11.1308787 C43.062842,11.8128665 53.0569515,14.5228973 64.4309589,14.3875918 C66.4959875,14.3630262 68.0791232,11.4047349 70.0914113,11.8690768 L67.1233572,9 C79.4610295,11.8469573 90.2493005,38.6960519 92,44.4035169" id="Path-12" stroke="#B8E986" stroke-width="4"></path>
|
||||
<path d="M5.28825792,64 C3.72842299,34.6702767 7.47055689,4.15691415 42.5066309,1.0784473 C52.6586056,0.186437605 67.2852959,-2.11430162 76.8593987,4.94902859 C89.7893268,14.4881315 91.0926469,30.7848263 93,44.7251565" id="Path-16" stroke="#B8E986" stroke-width="4"></path>
|
||||
<path d="M39,92.0244847 C60.0039007,98.0118037 65.8305153,94.0838874 73,88" id="Path-46" stroke="#FFFFFF" stroke-width="3"></path>
|
||||
<path d="M58.3636364,64 C69.7302194,93.6808495 66.9359626,81.9083868 59.4545455,80.8421053 C57.785169,80.3415411 56.2753217,82.8371899 55.0909091,81.8947368 C53.4625804,81.9445956 54.3020086,80.0624679 54,78.7368421" id="Path-47" stroke="#FFFFFF" stroke-width="3"></path>
|
||||
<path d="M4.97716548,60.3601455 C-1.25317294,45.7197154 -2.4055955,72.6093145 6,73" id="Path-48" stroke="#B8E986" stroke-width="4"></path>
|
||||
<path d="M94,47.9909129 C98.923661,32.4025675 101.622098,50.7679694 95.3199251,63" id="Path-49" stroke="#B8E986" stroke-width="4"></path>
|
||||
<path d="M55,49 C49.2563404,46.3333333 44.923007,46.3333333 42,49" id="Path-50" stroke="#FFFFFF" stroke-width="3"></path>
|
||||
<path d="M72,49 C66.2563404,46.3333333 61.923007,46.3333333 59,49" id="Path-50" stroke="#FFFFFF" stroke-width="3"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 3.0 KiB |
27
dist/img/team/nina.svg
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="140px" height="250px" viewBox="0 0 140 250" 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 -->
|
||||
<title>Nina</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="assets" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="Nina">
|
||||
<g id="Group-61" transform="translate(4.000000, 30.000000)">
|
||||
<g id="Group-16" transform="translate(45.000000, 34.000000)" fill="#646EF2">
|
||||
<g id="logo-white" transform="translate(0.219512, 0.000000)">
|
||||
<g id="Group-10">
|
||||
<ellipse id="Oval" cx="35.5" cy="50.5" rx="35.5" ry="50.5"></ellipse>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<path d="M82.3471241,36.8277182 C84.5418878,26.9580929 81.415749,22.9448823 72.9687076,24.7880864 C60.2981456,27.5528926 53.4358897,34.3839304 53.4358897,41.4145201 C53.4358897,48.4451098 53.835464,56.0483267 48.50491,61.1007497 C43.1743559,66.1531726 51.5625227,75.5285428 48.50491,78.4697644 C46.4665014,80.4305788 43.5121603,72.0611927 39.6418866,53.3616061 L43.8374177,93 C41.040397,104.342736 39.6418866,114.651999 39.6418866,123.927788 C39.6418866,137.841473 38.6719053,148.53919 33.5990477,151.662611 C28.5261901,154.786033 23.4533326,160.844891 28.5261901,169.107497 C31.9080952,174.615901 37.0118377,180.246735 43.8374177,186 L17.734786,178.185663 C4.34822355,158.347714 -1.46001003,141.756764 0.310085245,128.412815 C2.96522815,108.396891 14.1038708,91.9155283 17.734786,85.7930444 C21.3657011,79.6705605 13.2149625,28.6027091 28.5261901,24.7880864 C43.8374177,20.9734637 66.4596986,-10.7928865 82.3471241,3.8177837 C98.2345495,18.4284539 100.634891,24.1489419 98.2345495,30.4883301 C95.8342077,36.8277182 93.1648501,25.6703912 101.04631,27.4837107 C108.927771,29.2970302 116.153497,35.2762607 122.787011,54.9624903 C129.420525,74.6487199 134.04169,80.722611 128.971728,99.3272114 C123.901766,117.931812 126.000979,127.355103 128.971728,144.117463 C131.942477,160.879823 136.314632,167.366707 128.971728,175.181044 C124.076459,180.390602 117.401443,182.995381 108.946681,182.995381 C118.74494,178.541613 123.358383,172.910779 122.787011,166.102878 C121.929953,155.891026 111.213831,149.002147 115.229843,132.73722 C119.245856,116.472294 125.812774,83.6474507 118.255606,69.0223203 C114.112586,61.0044735 107.737574,42.7014597 87.2046218,33.8230989 C84.2472189,32.5443304 82.628053,33.5458702 82.3471241,36.8277182 Z" id="Path-31" stroke="#B8E986" stroke-width="4"></path>
|
||||
<circle id="Oval-13" fill="#FFFFFF" cx="68.5" cy="69.5" r="2.5"></circle>
|
||||
<circle id="Oval-13" fill="#FFFFFF" transform="translate(100.500000, 69.500000) scale(-1, 1) translate(-100.500000, -69.500000) " cx="100.5" cy="69.5" r="2.5"></circle>
|
||||
<path d="M92,69 C98.6088134,63.6666667 103.942147,63.6666667 108,69" id="Path-81" stroke="#FFFFFF" stroke-width="3" transform="translate(100.000000, 67.000000) scale(-1, 1) translate(-100.000000, -67.000000) "></path>
|
||||
<path d="M60,69 C66.6088134,63.6666667 71.9421468,63.6666667 76,69" id="Path-81" stroke="#FFFFFF" stroke-width="3"></path>
|
||||
<path d="M86.3732822,72 C87.2433969,79.2398101 88.1185893,83.5368575 88.9988595,84.8911421 C90.3192647,86.922569 91.5945265,90.62192 90.7027345,93.1186288 C89.8109425,95.6153376 85.802566,95.2488901 84.8884984,94.1837595 C84.27912,93.4736724 83.1983695,93.1186288 81.6462468,93.1186288 C79.8508848,94.632569 78.9690784,94.632569 79.0008275,93.1186288" id="Path-82" stroke="#FFFFFF" stroke-width="3"></path>
|
||||
<path d="M70,107.912084 C76.0205781,112.17742 80.3615997,114.506106 83.0230648,114.898143 C87.0152625,115.486197 99.5339128,113.615206 100,107" id="Path-83" stroke="#FFFFFF" stroke-width="3"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 4.0 KiB |
27
dist/img/team/nina_mobile.svg
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="137px" height="193px" viewBox="0 0 137 193" 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 -->
|
||||
<title>Nina_mobile</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="assets" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="Nina_mobile">
|
||||
<g id="Group-61" transform="translate(2.000000, 2.000000)">
|
||||
<g id="Group-16" transform="translate(45.000000, 34.000000)" fill="#646EF2">
|
||||
<g id="logo-white" transform="translate(0.219512, 0.000000)">
|
||||
<g id="Group-10">
|
||||
<ellipse id="Oval" cx="35.5" cy="50.5" rx="35.5" ry="50.5"></ellipse>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<path d="M82.3471241,36.8277182 C84.5418878,26.9580929 81.415749,22.9448823 72.9687076,24.7880864 C60.2981456,27.5528926 53.4358897,34.3839304 53.4358897,41.4145201 C53.4358897,48.4451098 53.835464,56.0483267 48.50491,61.1007497 C43.1743559,66.1531726 51.5625227,75.5285428 48.50491,78.4697644 C46.4665014,80.4305788 43.5121603,72.0611927 39.6418866,53.3616061 L43.8374177,93 C41.040397,104.342736 39.6418866,114.651999 39.6418866,123.927788 C39.6418866,137.841473 38.6719053,148.53919 33.5990477,151.662611 C28.5261901,154.786033 23.4533326,160.844891 28.5261901,169.107497 C31.9080952,174.615901 37.0118377,180.246735 43.8374177,186 L17.734786,178.185663 C4.34822355,158.347714 -1.46001003,141.756764 0.310085245,128.412815 C2.96522815,108.396891 14.1038708,91.9155283 17.734786,85.7930444 C21.3657011,79.6705605 13.2149625,28.6027091 28.5261901,24.7880864 C43.8374177,20.9734637 66.4596986,-10.7928865 82.3471241,3.8177837 C98.2345495,18.4284539 100.634891,24.1489419 98.2345495,30.4883301 C95.8342077,36.8277182 93.1648501,25.6703912 101.04631,27.4837107 C108.927771,29.2970302 116.153497,35.2762607 122.787011,54.9624903 C129.420525,74.6487199 134.04169,80.722611 128.971728,99.3272114 C123.901766,117.931812 126.000979,127.355103 128.971728,144.117463 C131.942477,160.879823 136.314632,167.366707 128.971728,175.181044 C124.076459,180.390602 117.401443,182.995381 108.946681,182.995381 C118.74494,178.541613 123.358383,172.910779 122.787011,166.102878 C121.929953,155.891026 111.213831,149.002147 115.229843,132.73722 C119.245856,116.472294 125.812774,83.6474507 118.255606,69.0223203 C114.112586,61.0044735 107.737574,42.7014597 87.2046218,33.8230989 C84.2472189,32.5443304 82.628053,33.5458702 82.3471241,36.8277182 Z" id="Path-31" stroke="#B8E986" stroke-width="4"></path>
|
||||
<circle id="Oval-13" fill="#FFFFFF" cx="68.5" cy="69.5" r="2.5"></circle>
|
||||
<circle id="Oval-13" fill="#FFFFFF" transform="translate(100.500000, 69.500000) scale(-1, 1) translate(-100.500000, -69.500000) " cx="100.5" cy="69.5" r="2.5"></circle>
|
||||
<path d="M92,69 C98.6088134,63.6666667 103.942147,63.6666667 108,69" id="Path-81" stroke="#FFFFFF" stroke-width="3" transform="translate(100.000000, 67.000000) scale(-1, 1) translate(-100.000000, -67.000000) "></path>
|
||||
<path d="M60,69 C66.6088134,63.6666667 71.9421468,63.6666667 76,69" id="Path-81" stroke="#FFFFFF" stroke-width="3"></path>
|
||||
<path d="M86.3732822,72 C87.2433969,79.2398101 88.1185893,83.5368575 88.9988595,84.8911421 C90.3192647,86.922569 91.5945265,90.62192 90.7027345,93.1186288 C89.8109425,95.6153376 85.802566,95.2488901 84.8884984,94.1837595 C84.27912,93.4736724 83.1983695,93.1186288 81.6462468,93.1186288 C79.8508848,94.632569 78.9690784,94.632569 79.0008275,93.1186288" id="Path-82" stroke="#FFFFFF" stroke-width="3"></path>
|
||||
<path d="M70,107.912084 C76.0205781,112.17742 80.3615997,114.506106 83.0230648,114.898143 C87.0152625,115.486197 99.5339128,113.615206 100,107" id="Path-83" stroke="#FFFFFF" stroke-width="3"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 4.0 KiB |
28
dist/img/team/senad.svg
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="140px" height="250px" viewBox="0 0 140 250" 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 -->
|
||||
<title>Senad</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="assets" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="Senad">
|
||||
<g id="Group-59" transform="translate(17.000000, 65.000000)">
|
||||
<g id="Group-16">
|
||||
<g id="logo-white" transform="translate(1.000000, 0.000000)" fill="#646EF2">
|
||||
<g id="Group-10">
|
||||
<path d="M49.9481059,100 C63.2861255,100 80.1677332,98.0092404 89.1261738,89.4817238 C98.6955027,80.3727042 99.8962117,64.2623602 99.8962117,50 C99.8962117,22.3857625 77.533683,0 49.9481059,0 C22.3625287,0 0,22.3857625 0,50 C0,67.3212181 4.57191964,83.3794824 17.9391063,92.3520717 C25.8824686,97.6839736 39.6657694,100 49.9481059,100 Z" id="Oval"></path>
|
||||
</g>
|
||||
</g>
|
||||
<path d="M46,28 L83.6531669,28 C90.7822777,34.4507654 90.7822777,40.0126326 83.6531669,44.6856018 C72.9595008,51.6950555 67.4003574,55.037179 58.2827371,51.6950555 C52.2043235,49.4669731 48.1100778,41.5686213 46,28 Z" id="Path-23" stroke="#B8E986" stroke-width="2" fill="#FFFFFF"></path>
|
||||
<path d="M4,28 L40.7775119,28 C47.7408294,34.4507654 47.7408294,40.0126326 40.7775119,44.6856018 C30.3325357,51.6950555 24.9026747,55.037179 15.9970921,51.6950555 C10.060037,49.4669731 6.06100627,41.5686213 4,28 Z" id="Path-23" stroke="#B8E986" stroke-width="2" fill="#FFFFFF" transform="translate(25.000000, 40.500000) scale(-1, 1) translate(-25.000000, -40.500000) "></path>
|
||||
<circle id="Oval-11" fill="#646EF2" cx="25" cy="42" r="3"></circle>
|
||||
<circle id="Oval-11" fill="#646EF2" cx="65" cy="42" r="3"></circle>
|
||||
<path d="M85,29 L101.106238,29 C105.648518,29.396171 107.565271,31.0628376 106.856497,34" id="Path-24" stroke="#B8E986" stroke-width="2"></path>
|
||||
<polyline id="Path-25" stroke="#B8E986" stroke-width="2" points="7 29 -9.09494702e-13 29 5.61297946 24"></polyline>
|
||||
</g>
|
||||
<path d="M42.2627614,50.6195551 C41.9185017,54.0698496 35.1307915,63.8096944 37.3954541,65.4933195 C41.1792151,68.3062926 50.2393681,65.3339505 50.9339307,62.2249051" id="Path-66" stroke="#FFFFFF" stroke-width="3" transform="translate(43.933931, 58.619555) rotate(16.000000) translate(-43.933931, -58.619555) "></path>
|
||||
<path d="M38,77.7336611 C43.2067209,82.652589 60.4027055,82.7249933 62,73" id="Path-67" stroke="#FFFFFF" stroke-width="3"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.8 KiB |
28
dist/img/team/senad_mobile.svg
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="111px" height="100px" viewBox="0 0 111 100" 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 -->
|
||||
<title>Senad_mobile</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="assets" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="Senad_mobile">
|
||||
<g id="Group-59" transform="translate(3.000000, 0.000000)">
|
||||
<g id="Group-16">
|
||||
<g id="logo-white" transform="translate(1.000000, 0.000000)" fill="#646EF2">
|
||||
<g id="Group-10">
|
||||
<path d="M49.9481059,100 C63.2861255,100 80.1677332,98.0092404 89.1261738,89.4817238 C98.6955027,80.3727042 99.8962117,64.2623602 99.8962117,50 C99.8962117,22.3857625 77.533683,0 49.9481059,0 C22.3625287,0 0,22.3857625 0,50 C0,67.3212181 4.57191964,83.3794824 17.9391063,92.3520717 C25.8824686,97.6839736 39.6657694,100 49.9481059,100 Z" id="Oval"></path>
|
||||
</g>
|
||||
</g>
|
||||
<path d="M46,28 L83.6531669,28 C90.7822777,34.4507654 90.7822777,40.0126326 83.6531669,44.6856018 C72.9595008,51.6950555 67.4003574,55.037179 58.2827371,51.6950555 C52.2043235,49.4669731 48.1100778,41.5686213 46,28 Z" id="Path-23" stroke="#B8E986" stroke-width="2" fill="#FFFFFF"></path>
|
||||
<path d="M4,28 L40.7775119,28 C47.7408294,34.4507654 47.7408294,40.0126326 40.7775119,44.6856018 C30.3325357,51.6950555 24.9026747,55.037179 15.9970921,51.6950555 C10.060037,49.4669731 6.06100627,41.5686213 4,28 Z" id="Path-23" stroke="#B8E986" stroke-width="2" fill="#FFFFFF" transform="translate(25.000000, 40.500000) scale(-1, 1) translate(-25.000000, -40.500000) "></path>
|
||||
<circle id="Oval-11" fill="#646EF2" cx="25" cy="42" r="3"></circle>
|
||||
<circle id="Oval-11" fill="#646EF2" cx="65" cy="42" r="3"></circle>
|
||||
<path d="M85,29 L101.106238,29 C105.648518,29.396171 107.565271,31.0628376 106.856497,34" id="Path-24" stroke="#B8E986" stroke-width="2"></path>
|
||||
<polyline id="Path-25" stroke="#B8E986" stroke-width="2" points="7 29 -9.09494702e-13 29 5.61297946 24"></polyline>
|
||||
</g>
|
||||
<path d="M42.2627614,50.6195551 C41.9185017,54.0698496 35.1307915,63.8096944 37.3954541,65.4933195 C41.1792151,68.3062926 50.2393681,65.3339505 50.9339307,62.2249051" id="Path-66" stroke="#FFFFFF" stroke-width="3" transform="translate(43.933931, 58.619555) rotate(16.000000) translate(-43.933931, -58.619555) "></path>
|
||||
<path d="M38,77.7336611 C43.2067209,82.652589 60.4027055,82.7249933 62,73" id="Path-67" stroke="#FFFFFF" stroke-width="3"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.8 KiB |
41
dist/img/technology/amazon_webservices.svg
vendored
Normal file
@@ -0,0 +1,41 @@
|
||||
<?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 -->
|
||||
<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-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>
|
||||
<polygon id="Path-63" points="13.5101079 9.46304749 23.5891439 5.08745559 13.5101079 0 3.22809898 5.08745559"></polygon>
|
||||
</g>
|
||||
<g id="Group-67" transform="translate(13.942982, 48.052632)">
|
||||
<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>
|
||||
<polygon id="Path-63" points="13.5101079 9.46304749 23.5891439 5.08745559 13.5101079 0 3.22809898 5.08745559"></polygon>
|
||||
</g>
|
||||
<g id="Group-67" transform="translate(28.416667, 24.171053)">
|
||||
<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>
|
||||
<polygon id="Path-63" points="13.5101079 9.46304749 23.5891439 5.08745559 13.5101079 0 3.22809898 5.08745559"></polygon>
|
||||
</g>
|
||||
<g id="Group-67" transform="translate(42.890351, 0.289474)">
|
||||
<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>
|
||||
<polygon id="Path-63" points="13.5101079 9.46304749 23.5891439 5.08745559 13.5101079 0 3.22809898 5.08745559"></polygon>
|
||||
</g>
|
||||
<g id="Group-67" transform="translate(71.114035, 0.289474)">
|
||||
<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>
|
||||
<polygon id="Path-63" points="13.5101079 9.46304749 23.5891439 5.08745559 13.5101079 0 3.22809898 5.08745559"></polygon>
|
||||
</g>
|
||||
</g>
|
||||
<rect id="Rectangle-11" x="0" y="0" width="110" height="110"></rect>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 3.5 KiB |
20
dist/img/technology/angular_js.svg
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
<?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 -->
|
||||
<title>Angular_js</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="assets" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<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>
|
||||
</g>
|
||||
<rect id="Rectangle-9" x="0" y="0" width="110" height="110"></rect>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.7 KiB |
28
dist/img/technology/docker.svg
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
<?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 -->
|
||||
<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>
|
||||
<rect id="Rectangle-9" x="0" y="0" width="110" height="110"></rect>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 3.1 KiB |
25
dist/img/technology/elastic.svg
vendored
Normal file
@@ -0,0 +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 -->
|
||||
<title>Elastic</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="assets" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<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="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>
|
||||
<path d="M10.1348418,48.921331 C10.0127499,49.10579 15.6453025,44.614623 27.0324997,35.4478301 L46.2559358,43.3880785 L50.5455444,51.7287037 L48.4558217,67.0820644 C41.8886394,73.0418246 35.1238789,75.8782366 28.1615402,75.5913005 C17.7180322,75.1608963 9.51431115,61.7350795 10.1348418,48.921331 Z" id="Path-87"></path>
|
||||
<path d="M9.15170932,46.6966394 L25.4749127,33.5699839 L22.9236513,25.1354813 L10.5616809,22.3707295 C4.10954269,25.9133365 0.609906003,29.9676548 0.0627708625,34.5336844 C-0.484364278,39.099714 2.54528187,43.1540324 9.15170932,46.6966394 Z" id="Path-88"></path>
|
||||
<path d="M22.6090878,22.8048686 L25.4815473,8.51859743 C20.6116582,6.31524768 16.6466186,6.0903183 13.5864285,7.84380929 C10.5262384,9.59730027 8.99614338,13.6053674 8.99614338,19.8680107 L22.6090878,22.8048686 Z" id="Path-89"></path>
|
||||
</g>
|
||||
</g>
|
||||
<rect id="Rectangle-11" x="0" y="0" width="110" height="110"></rect>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 4.0 KiB |
21
dist/img/technology/es6.svg
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
<?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 -->
|
||||
<title>ES6</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="assets" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<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>
|
||||
</g>
|
||||
<rect id="Rectangle-9" x="0" y="0" width="110" height="110"></rect>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.8 KiB |
22
dist/img/technology/html_5.svg
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
<?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 -->
|
||||
<title>HTML_5</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="assets" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<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>
|
||||
</g>
|
||||
<rect id="Rectangle-9" x="0" y="0" width="110" height="110"></rect>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.6 KiB |
34
dist/img/technology/jenkins.svg
vendored
Normal file
@@ -0,0 +1,34 @@
|
||||
<?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 -->
|
||||
<title>Jenkins</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="assets" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<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>
|
||||
</g>
|
||||
<rect id="Rectangle-9" x="0" y="0" width="110" height="110"></rect>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 8.2 KiB |
19
dist/img/technology/mongodb.svg
vendored
Normal 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 46.2 (44496) - 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>
|
||||
<rect id="Rectangle-9" x="0" y="0" width="110" height="110"></rect>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
18
dist/img/technology/mysql.svg
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
<?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 -->
|
||||
<title>My_SQL</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="assets" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<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>
|
||||
</g>
|
||||
<rect id="Rectangle-9" x="0" y="0" width="110" height="110"></rect>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 4.0 KiB |
23
dist/img/technology/nodejs.svg
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
<?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 -->
|
||||
<title>Node_js</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="assets" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<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>
|
||||
<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>
|
||||
<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>
|
||||
</g>
|
||||
</g>
|
||||
<rect id="Rectangle-11" x="0" y="0" width="110" height="110"></rect>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.7 KiB |
25
dist/img/technology/postgresql.svg
vendored
Normal file
@@ -0,0 +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 -->
|
||||
<title>Postrgresql</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="assets" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<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>
|
||||
<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>
|
||||
</g>
|
||||
</g>
|
||||
<rect id="Rectangle-9" x="0" y="0" width="110" height="110"></rect>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 6.8 KiB |
18
dist/img/technology/python.svg
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
<?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 -->
|
||||
<title>Python</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="assets" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<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>
|
||||
</g>
|
||||
<rect id="Rectangle-11" x="0" y="0" width="110" height="110"></rect>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.5 KiB |
29
dist/img/technology/rails.svg
vendored
Normal file
@@ -0,0 +1,29 @@
|
||||
<?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 -->
|
||||
<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">
|
||||
<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>
|
||||
</g>
|
||||
<rect id="Rectangle-9" x="0" y="0" width="110" height="110"></rect>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.5 KiB |
20
dist/img/technology/react.svg
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
<?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 -->
|
||||
<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">
|
||||
<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>
|
||||
<circle id="Oval-17" cx="42.625" cy="45.9539474" r="6.875"></circle>
|
||||
</g>
|
||||
<rect id="Rectangle-11" x="0" y="0" width="110" height="110"></rect>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.8 KiB |
31
dist/img/technology/redis.svg
vendored
Normal file
@@ -0,0 +1,31 @@
|
||||
<?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 -->
|
||||
<title>Redis</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="assets" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="Redis">
|
||||
<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>
|
||||
</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>
|
||||
<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>
|
||||
</g>
|
||||
</g>
|
||||
<rect id="Rectangle-9" x="0" y="0" width="110" height="110"></rect>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 3.1 KiB |
23
dist/img/technology/ruby.svg
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
<?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 -->
|
||||
<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-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>
|
||||
</g>
|
||||
</g>
|
||||
<rect id="Rectangle-9" x="0" y="0" width="110" height="110"></rect>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.5 KiB |
BIN
dist/img/third.png
vendored
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
dist/img/twitter.png
vendored
Normal file
|
After Width: | Height: | Size: 390 B |
BIN
dist/img/two.png
vendored
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
BIN
dist/img/ui_webdesign.png
vendored
Normal file
|
After Width: | Height: | Size: 3.6 KiB |
BIN
dist/img/ui_webdesign2.png
vendored
Normal file
|
After Width: | Height: | Size: 2.4 KiB |
86
dist/img/ux_ui_design.svg
vendored
Normal file
@@ -0,0 +1,86 @@
|
||||
<?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 -->
|
||||
<title>UX_UI_Design</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs>
|
||||
<filter x="-1.3%" y="-1.0%" width="103.0%" height="102.9%" 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>
|
||||
<path d="M383.373945,17.9958509 L51.6860004,253.20462 C37.9100037,262.9473 34.1043401,281.719783 43.0003086,296.051981 L151.265234,473.73336 L383.373945,473.73336 L383.373945,17.9958509 Z" id="path-2"></path>
|
||||
<filter x="-0.9%" y="-0.7%" width="101.7%" height="101.3%" filterUnits="objectBoundingBox" id="filter-3">
|
||||
<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.353572237 0" type="matrix" in="shadowBlurOuter1"></feColorMatrix>
|
||||
</filter>
|
||||
<path d="M323.551939,0.647103729 C325.172599,-0.490472451 327.403211,-0.0891838715 328.531444,1.54438026 L344.358443,24.4308505 C345.486677,26.0632308 345.088269,28.3087897 343.466434,29.4463658 L21.4474662,255.352896 C19.8268059,256.490472 17.5973697,256.089184 16.4679611,254.45562 L0.642137121,231.56915 C-0.487271525,229.936769 -0.0876888613,227.69121 1.53297141,226.553634 L323.551939,0.647103729 Z" id="path-4"></path>
|
||||
<filter x="-1.0%" y="-1.0%" width="102.0%" height="102.7%" filterUnits="objectBoundingBox" id="filter-5">
|
||||
<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>
|
||||
</filter>
|
||||
</defs>
|
||||
<g id="assets" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="UX_UI_Design">
|
||||
<g id="Group-4" filter="url(#filter-1)" transform="translate(8.000000, 5.000000)">
|
||||
<g id="background">
|
||||
<polygon id="Fill-3" fill="#F6F7FE" points="0 518.874173 523.96818 518.874173 523.96818 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(141.130107, 44.770184)">
|
||||
<g id="Fill-15">
|
||||
<use fill="black" fill-opacity="1" filter="url(#filter-3)" xlink:href="#path-2"></use>
|
||||
<use fill="#FFFFFF" fill-rule="evenodd" xlink:href="#path-2"></use>
|
||||
</g>
|
||||
<path d="M382.693199,70.8055523 L109.2144,264.028513 C95.4384032,273.772341 96.8712723,269.213818 105.767241,283.543721 L226.417809,474.103989 L382.693199,474.103989 L382.693199,70.8055523 Z" id="Fill-17" fill="#E1E7FF"></path>
|
||||
<g id="ruler" transform="translate(0.000000, 144.000000)">
|
||||
<g id="Fill-36">
|
||||
<use fill="black" fill-opacity="1" filter="url(#filter-5)" xlink:href="#path-4"></use>
|
||||
<use fill="#FFFFFF" fill-rule="evenodd" xlink:href="#path-4"></use>
|
||||
</g>
|
||||
<path d="M16,217 L20,222" id="Stroke-38" stroke="#92A1F7"></path>
|
||||
<path d="M41,199 L45,204" id="Stroke-40" stroke="#92A1F7"></path>
|
||||
<path d="M68,181 L72,186" id="Stroke-42" stroke="#92A1F7"></path>
|
||||
<path d="M94,162 L98,167" id="Stroke-44" stroke="#92A1F7"></path>
|
||||
<path d="M123,142 L127,147" id="Stroke-46" stroke="#92A1F7"></path>
|
||||
<path d="M153,123 L157,128" id="Stroke-48" stroke="#92A1F7"></path>
|
||||
<path d="M181,101 L185,106" id="Stroke-50" stroke="#92A1F7"></path>
|
||||
<path d="M212,80 L216,85" id="Stroke-52" stroke="#92A1F7"></path>
|
||||
<path d="M245,57 L249,62" id="Stroke-54" stroke="#92A1F7"></path>
|
||||
<path d="M276,36 L280,41" id="Stroke-56" stroke="#92A1F7"></path>
|
||||
<polygon id="1" fill="#92A1F7" points="285 49 285 47.8292683 287.622785 47.8292683 287.622785 38.5899802 285 39.1753461 285 37.972973 289.377215 37 289.377215 47.8292683 292 47.8292683 292 49"></polygon>
|
||||
<path d="M253,71 L253,69.6315096 C253.451954,68.5715174 254.366359,67.416618 255.743243,66.1667765 L256.634009,65.3678312 C257.77966,64.3289335 258.352477,63.2979616 258.352477,62.2748846 C258.352477,61.6209592 258.156721,61.1067916 257.765203,60.7323665 C257.373684,60.3579414 256.83634,60.1707317 256.153153,60.1707317 C255.34384,60.1707317 254.390021,60.4845058 253.291667,61.1120633 L253.291667,59.7356625 C254.326957,59.2452184 255.354349,59 256.373874,59 C257.466972,59 258.344591,59.2953168 259.006757,59.8859591 C259.668922,60.4766015 260,61.2597183 260,62.2353329 C260,62.9367207 259.833147,63.5589953 259.499437,64.1021753 C259.165727,64.6453554 258.544299,65.3045446 257.635135,66.0797627 L257.036036,66.5939354 C255.790534,67.6539275 255.070572,68.6664421 254.876126,69.6315096 L259.94482,69.6315096 L259.94482,71 L253,71 Z" id="2" fill="#92A1F7"></path>
|
||||
<path d="M221.335886,85.4786096 L222.285558,85.4786096 C222.811454,85.4786096 223.270968,85.381017 223.664114,85.1858289 C224.057259,84.9906407 224.35722,84.7232637 224.564004,84.3836898 C224.770789,84.0441159 224.874179,83.6524086 224.874179,83.2085561 C224.874179,82.4598893 224.672504,81.8743337 224.269147,81.4518717 C223.865789,81.0294097 223.286291,80.8181818 222.530635,80.8181818 C221.815824,80.8181818 221.229944,81.0387678 220.772976,81.4799465 C220.316008,81.9211252 220.087527,82.5026702 220.087527,83.2245989 L219.16849,83.2245989 C219.16849,82.6203178 219.314003,82.0681843 219.605033,81.5681818 C219.896063,81.0681793 220.299414,80.6818195 220.815098,80.4090909 C221.330783,80.1363623 221.902623,80 222.530635,80 C223.541581,80 224.338071,80.2887672 224.920131,80.8663102 C225.502191,81.4438532 225.793217,82.2352891 225.793217,83.2406417 C225.793217,83.8021418 225.623452,84.3195164 225.283917,84.7927807 C224.944382,85.2660451 224.478486,85.6203197 223.886214,85.855615 C224.580602,86.0588245 225.10649,86.4077515 225.463895,86.9024064 C225.8213,87.3970613 226,87.9866276 226,88.671123 C226,89.671128 225.688552,90.4759328 225.065646,91.0855615 C224.442739,91.6951902 223.610508,92 222.568928,92 C221.905175,92 221.296319,91.860964 220.742341,91.5828877 C220.188363,91.3048114 219.759484,90.9157779 219.455689,90.4157754 C219.151895,89.9157729 219,89.3342279 219,88.671123 L219.919037,88.671123 C219.919037,89.4144422 220.166664,90.0200511 220.661926,90.4879679 C221.157187,90.9558847 221.792848,91.1898396 222.568928,91.1898396 C223.360325,91.1898396 223.97684,90.9772749 224.41849,90.552139 C224.860141,90.1270032 225.080963,89.5106992 225.080963,88.7032086 C225.080963,87.922456 224.842271,87.3262053 224.36488,86.9144385 C223.887488,86.5026717 223.184177,86.2967914 222.254923,86.2967914 L221.335886,86.2967914 L221.335886,85.4786096 Z" id="3" fill="#92A1F7"></path>
|
||||
<path d="M196.020349,109.134615 L198,109.134615 L198,109.967033 L196.020349,109.967033 L196.020349,113 L194.973837,113 L194.973837,109.967033 L189,109.967033 L189,109.406593 L194.877907,101 L196.020349,101 L196.020349,109.134615 Z M190.281977,109.134615 L194.973837,109.134615 L194.973837,102.277473 L194.511628,103.035714 L190.281977,109.134615 Z" id="4" fill="#92A1F7"></path>
|
||||
<path d="M160.398633,128.772358 L160.964692,123 L166.768793,123 L166.768793,123.902439 L161.785877,123.902439 L161.379271,127.902439 C162.001142,127.468833 162.729305,127.252033 163.563781,127.252033 C164.610863,127.252033 165.445327,127.598913 166.067198,128.292683 C166.689069,128.986453 167,129.910563 167,131.065041 C167,132.311659 166.697042,133.279129 166.091116,133.96748 C165.485191,134.65583 164.632124,135 163.531891,135 C162.522015,135 161.703496,134.71274 161.07631,134.138211 C160.449124,133.563683 160.090357,132.758813 160,131.723577 L160.916856,131.723577 C161.007214,132.531169 161.275624,133.142274 161.722096,133.556911 C162.168567,133.971547 162.771826,134.178862 163.531891,134.178862 C164.361052,134.178862 164.9869,133.910572 165.409453,133.373984 C165.832007,132.837396 166.04328,132.073176 166.04328,131.081301 C166.04328,130.214088 165.80676,129.506778 165.333713,128.95935 C164.860666,128.411921 164.214886,128.138211 163.396355,128.138211 C162.944569,128.138211 162.551255,128.196476 162.216401,128.313008 C161.881547,128.42954 161.528096,128.655825 161.156036,128.99187 L160.398633,128.772358 Z" id="5" fill="#92A1F7"></path>
|
||||
<path d="M135.533259,142 L135.533259,142.847344 L135.424612,142.847344 C134.074273,142.847344 133.01109,143.260251 132.235033,144.086079 C131.458976,144.911907 131.029564,146.059172 130.946785,147.527909 C131.257208,147.08137 131.652991,146.735711 132.134146,146.490921 C132.615302,146.246132 133.15336,146.123739 133.748337,146.123739 C134.74169,146.123739 135.531963,146.480158 136.11918,147.193006 C136.706396,147.905854 137,148.837923 137,149.98924 C137,150.753198 136.862899,151.441826 136.588692,152.055145 C136.314485,152.668463 135.921289,153.14593 135.409091,153.487559 C134.896893,153.829188 134.312272,154 133.655211,154 C132.573904,154 131.694386,153.592472 131.01663,152.777404 C130.338873,151.962336 130,150.90922 130,149.618023 L130,148.64963 C130,146.546055 130.460454,144.917289 131.381375,143.763282 C132.302296,142.609275 133.608639,142.02152 135.300443,142 L135.533259,142 Z M133.600887,146.954943 C133.011084,146.954943 132.461385,147.136515 131.951774,147.499664 C131.442163,147.862813 131.101996,148.32414 130.931264,148.883658 L130.931264,149.706792 C130.931264,150.72899 131.183479,151.562875 131.687916,152.208473 C132.192353,152.854072 132.848111,153.176866 133.655211,153.176866 C134.379531,153.176866 134.965445,152.878281 135.412971,152.281103 C135.860497,151.683924 136.084257,150.930738 136.084257,150.02152 C136.084257,149.096162 135.860497,148.353735 135.412971,147.794217 C134.965445,147.234698 134.361423,146.954943 133.600887,146.954943 Z" id="6" fill="#92A1F7"></path>
|
||||
<polygon id="7" fill="#92A1F7" points="108 162.568681 103.450366 174 102.53605 174 107.056426 162.840659 101 162.840659 101 162 108 162"></polygon>
|
||||
<path d="M81.7130529,184.168449 C81.7130529,184.77273 81.5469272,185.314169 81.214671,185.792781 C80.8824147,186.271393 80.4444472,186.622994 79.9007551,186.847594 C80.5350625,187.077541 81.0435076,187.449195 81.4261057,187.962567 C81.8087038,188.475938 82,189.069515 82,189.743316 C82,190.743321 81.680334,191.536093 81.0409924,192.121658 C80.4016509,192.707222 79.5559204,193 78.5037756,193 C77.4415625,193 76.5920564,192.708559 75.9552319,192.125668 C75.3184075,191.542778 75,190.748668 75,189.743316 C75,189.080211 75.183745,188.489307 75.5512406,187.970588 C75.9187361,187.451869 76.4221471,187.077541 77.0614887,186.847594 C76.5177966,186.622994 76.0848632,186.271393 75.7626753,185.792781 C75.4404874,185.314169 75.2793959,184.77273 75.2793959,184.168449 C75.2793959,183.20053 75.5726328,182.430484 76.1591154,181.858289 C76.745598,181.286093 77.5221095,181 78.4886731,181 C79.4552368,181 80.2342653,181.288767 80.8257821,181.86631 C81.4172989,182.443853 81.7130529,183.211225 81.7130529,184.168449 Z M81.0938511,189.751337 C81.0938511,189.024061 80.8496968,188.426473 80.3613808,187.958556 C79.8730648,187.490639 79.2488352,187.256684 78.4886731,187.256684 C77.7285111,187.256684 77.1067985,187.486629 76.6235167,187.946524 C76.1402349,188.406419 75.8985976,189.008018 75.8985976,189.751337 C75.8985976,190.494656 76.1326837,191.086896 76.600863,191.528075 C77.0690423,191.969254 77.7033401,192.18984 78.5037756,192.18984 C79.2840744,192.18984 79.9108211,191.97059 80.3840345,191.532086 C80.857248,191.093581 81.0938511,190.500004 81.0938511,189.751337 Z M80.806904,184.160428 C80.806904,183.491975 80.5891787,182.934494 80.1537217,182.487968 C79.7182646,182.041442 79.163254,181.818182 78.4886731,181.818182 C77.8040239,181.818182 77.2490133,182.03342 76.8236246,182.463904 C76.3982359,182.894387 76.1855448,183.45989 76.1855448,184.160428 C76.1855448,184.844923 76.3982359,185.39572 76.8236246,185.812834 C77.2490133,186.229949 77.806541,186.438503 78.4962244,186.438503 C79.1758394,186.438503 79.7308501,186.228612 80.1612729,185.808824 C80.5916958,185.389035 80.806904,184.839576 80.806904,184.160428 Z" id="8" fill="#92A1F7"></path>
|
||||
<path d="M56.0697674,205.472091 C55.7390164,205.97781 55.3281678,206.369198 54.8372093,206.646268 C54.3462508,206.923337 53.8139564,207.06187 53.2403101,207.06187 C52.59948,207.06187 52.0335942,206.889713 51.5426357,206.545393 C51.0516771,206.201074 50.671836,205.724953 50.4031008,205.117014 C50.1343656,204.509076 50,203.844657 50,203.123739 C50,202.349021 50.1434094,201.644253 50.4302326,201.009415 C50.7170557,200.374577 51.1175685,199.88097 51.6317829,199.528581 C52.1459974,199.176192 52.7390147,199 53.4108527,199 C54.5426413,199 55.4237695,199.412908 56.0542636,200.238736 C56.6847577,201.064564 57,202.236038 57,203.753194 L57,204.624748 C57,206.744463 56.5658958,208.336915 55.6976744,209.402152 C54.829453,210.467389 53.5038849,211 51.7209302,211 L51.5503876,211 L51.5581395,210.160726 L51.8837209,210.160726 C53.2325649,210.139206 54.2583944,209.741093 54.9612403,208.966375 C55.6640862,208.191657 56.0335916,207.026908 56.0697674,205.472091 Z M53.3565891,206.230666 C53.9767473,206.230666 54.5335893,206.038334 55.0271318,205.653665 C55.5206743,205.268996 55.8708,204.77001 56.0775194,204.156691 L56.0775194,203.599866 C56.0775194,202.405508 55.8385037,201.47882 55.3604651,200.819771 C54.8824266,200.160723 54.2377302,199.831204 53.4263566,199.831204 C52.6925028,199.831204 52.0904416,200.139203 51.620155,200.755212 C51.1498684,201.37122 50.9147287,202.147272 50.9147287,203.083389 C50.9147287,203.981847 51.1408246,204.730999 51.5930233,205.330868 C52.0452219,205.930736 52.6330713,206.230666 53.3565891,206.230666 Z" id="9" fill="#92A1F7"></path>
|
||||
<path d="M25.1866126,231.839572 L24.2129817,231.839572 L24.2129817,221.315508 L21,222.494652 L21,221.596257 L25.0243408,220.120321 L25.1866126,220.120321 L25.1866126,231.839572 Z M37,226.970588 C37,228.617655 36.6943912,229.867643 36.0831643,230.720588 C35.4719374,231.573534 34.5713379,232 33.3813387,232 C32.2129759,232 31.3177854,231.581555 30.6957404,230.744652 C30.0736953,229.90775 29.754564,228.689848 29.7383367,227.090909 L29.7383367,224.997326 C29.7383367,223.355607 30.0466501,222.112304 30.663286,221.26738 C31.2799219,220.422456 32.1805215,220 33.3651116,220 C34.5334744,220 35.4259604,220.40775 36.0425963,221.223262 C36.6592323,222.038774 36.9783637,223.240634 37,224.828877 L37,226.970588 Z M36.0263692,224.877005 C36.0263692,223.5401 35.8059522,222.529415 35.3651116,221.84492 C34.924271,221.160424 34.257611,220.818182 33.3651116,220.818182 C32.4888394,220.818182 31.8289407,221.152403 31.3853955,221.820856 C30.9418504,222.489308 30.7146721,223.475929 30.703854,224.780749 L30.703854,227.074866 C30.703854,228.406424 30.9323845,229.42513 31.3894523,230.131016 C31.8465202,230.836902 32.5104757,231.18984 33.3813387,231.18984 C34.2467927,231.18984 34.9026347,230.844923 35.3488844,230.15508 C35.7951341,229.465237 36.0209601,228.454552 36.0263692,227.122995 L36.0263692,224.877005 Z" id="10" fill="#92A1F7"></path>
|
||||
</g>
|
||||
<path d="M178.306635,435.647549 C178.306635,444.20669 171.361758,451.144921 162.794419,451.144921 C154.227079,451.144921 147.282203,444.20669 147.282203,435.647549 C147.282203,427.088409 154.227079,420.150178 162.794419,420.150178 C171.361758,420.150178 178.306635,427.088409 178.306635,435.647549" id="Fill-19" fill="#E1E7FF"></path>
|
||||
<path d="M89.0694087,16.932313 L256.256624,16.932313" id="Stroke-29" stroke="#646EF2"></path>
|
||||
<path d="M258.55473,16.932313 L330.945071,16.932313" id="Stroke-31" stroke="#7885FF"></path>
|
||||
<path d="M256.831151,34.4386027 C247.312395,34.4386027 239.595355,26.7289475 239.595355,17.2193013 C239.595355,7.70965519 247.312395,3.41060513e-13 256.831151,3.41060513e-13 C266.349906,3.41060513e-13 274.066946,7.70965519 274.066946,17.2193013 C274.066946,26.7289475 266.349906,34.4386027 256.831151,34.4386027 Z" id="Fill-33" fill="#B8E986"></path>
|
||||
</g>
|
||||
</g>
|
||||
<g id="checkbox" transform="translate(25.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="0 105.014281 43.4704459 105.014281 43.4704459 61.9314989 0 61.9314989"></polygon>
|
||||
<polygon id="Stroke-13" stroke="#646EF2" points="1.35845143 162.906769 44.8288973 162.906769 44.8288973 119.823987 1.35845143 119.823987"></polygon>
|
||||
<polygon id="Stroke-13" stroke="#646EF2" points="1.35845143 222.145594 44.8288973 222.145594 44.8288973 179.062812 1.35845143 179.062812"></polygon>
|
||||
<g id="Group-13" transform="translate(6.792257, 12.117032)" stroke="#FFFFFF" stroke-width="2">
|
||||
<path d="M0,12.1170324 L10.8676115,21.5413909" id="Stroke-11"></path>
|
||||
<path d="M28.5274801,0 L10.8676115,21.5413909" id="Stroke-12"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 18 KiB |
BIN
dist/img/vsm.png
vendored
Normal file
|
After Width: | Height: | Size: 82 KiB |
BIN
dist/img/what_we_do/mobile/hand.png
vendored
Normal file
|
After Width: | Height: | Size: 4.9 KiB |
15
dist/img/what_we_do/mobile/hand.svg
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="248px" height="232px" viewBox="0 0 248 232" 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 -->
|
||||
<title>Mobile_Development_mobile_hand</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="assets" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="Mobile_Development_mobile_hand">
|
||||
<g id="ic_touch_app" transform="translate(123.988216, 121.414574) rotate(-226.000000) translate(-123.988216, -121.414574) translate(52.988216, -36.585426)">
|
||||
<path d="M90.3148942,84.1216551 C88.715139,83.3572126 87.0212806,82.9203884 85.233319,82.9203884 L78.0814724,82.9203884 L78.0814724,17.3967498 C78.0814724,8.33264644 71.776555,1.01584013 63.9659857,1.01584013 C56.1554164,1.01584013 49.850499,8.33264644 49.850499,17.3967498 L49.850499,134.684063 L17.5730861,126.821226 C16.8202602,126.71202 16.1615374,126.493608 15.3146082,126.493608 C12.3974077,126.493608 9.76251682,127.913287 7.88045193,130.097408 L0.446295606,138.833893 L46.9332984,192.781689 C47.3794637,193.29946 54.4793278,192.17409 55.2751063,199.628268 C59.0110655,234.62357 53.2824809,315.874766 56.4632037,315.874766 L121.068285,281.36907 C122.452309,280.62986 120.804345,197.586756 120.804345,197.586756 C127.862089,197.586756 133.320077,191.580422 134.355213,183.60838 L141.412956,126.056784 C141.507059,125.292341 141.601162,124.527899 141.601162,123.872662 C141.601162,117.101886 138.025239,111.204759 133.037767,108.802226 L90.3148942,84.1216551 Z" id="Combined-Shape" fill="#646EF2"></path>
|
||||
<path d="M77.4852512,14.2631788 C77.4852512,5.39981382 71.0770469,1.51034792 63.2262225,1.51034792 C55.3753981,1.51034792 49.0379856,8.6651124 49.0379856,17.5284774 C49.0379856,17.5284774 49.8128298,24.0365927 49.8128298,34.8996687 C49.8128298,34.8996687 77.4852512,14.2631788 77.4852512,14.2631788 Z" id="Icon" stroke="#B8E986" stroke-width="2" fill="#B8E986"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.1 KiB |
BIN
dist/img/what_we_do/mobile/hand@2x.png
vendored
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
dist/img/what_we_do/mobile/hand_shadow.png
vendored
Normal file
|
After Width: | Height: | Size: 2.6 KiB |
14
dist/img/what_we_do/mobile/hand_shadow.svg
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="247px" height="230px" viewBox="0 0 247 230" 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 -->
|
||||
<title>Mobile_Development_mobile_hand_shadow</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="assets" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" opacity="0.400000006">
|
||||
<g id="Mobile_Development_mobile_hand_shadow" fill="#646EF2">
|
||||
<g id="ic_touch_app" transform="translate(123.988216, 121.414574) rotate(-226.000000) translate(-123.988216, -121.414574) translate(52.988216, -36.585426)">
|
||||
<path d="M90.3148942,84.1216551 C88.715139,83.3572126 87.0212806,82.9203884 85.233319,82.9203884 L78.0814724,82.9203884 L78.0814724,17.3967498 C78.0814724,8.33264644 71.776555,1.01584013 63.9659857,1.01584013 C56.1554164,1.01584013 49.850499,8.33264644 49.850499,17.3967498 L49.850499,134.684063 L17.5730861,126.821226 C16.8202602,126.71202 16.1615374,126.493608 15.3146082,126.493608 C12.3974077,126.493608 9.76251682,127.913287 7.88045193,130.097408 L0.446295606,138.833893 L46.9332984,192.781689 C47.3794637,193.29946 54.4793278,192.17409 55.2751063,199.628268 C59.0110655,234.62357 53.2824809,315.874766 56.4632037,315.874766 L121.068285,281.36907 C122.452309,280.62986 120.804345,197.586756 120.804345,197.586756 C127.862089,197.586756 133.320077,191.580422 134.355213,183.60838 L141.412956,126.056784 C141.507059,125.292341 141.601162,124.527899 141.601162,123.872662 C141.601162,117.101886 138.025239,111.204759 133.037767,108.802226 L90.3148942,84.1216551 Z" id="Combined-Shape"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.7 KiB |
BIN
dist/img/what_we_do/mobile/hand_shadow@2x.png
vendored
Normal file
|
After Width: | Height: | Size: 4.5 KiB |
BIN
dist/img/what_we_do/mobile/main.png
vendored
Normal file
|
After Width: | Height: | Size: 19 KiB |
120
dist/img/what_we_do/mobile/main.svg
vendored
Normal file
@@ -0,0 +1,120 @@
|
||||
<?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 46.2 (44496) - http://www.bohemiancoding.com/sketch -->
|
||||
<title>Mobile_Development_mobile_parallax</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs>
|
||||
<filter x="-1.0%" y="-2.1%" width="102.2%" height="105.4%" 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 4.81978968 0 4.81978968 195.572949 0 195.572949"></polygon>
|
||||
<polygon id="path-4" points="0 0 4.81978968 0 4.81978968 195.572949 0 195.572949"></polygon>
|
||||
<polygon id="path-6" points="0 0 4.81978968 0 4.81978968 195.572949 0 195.572949"></polygon>
|
||||
<path d="M49.3224563,0 L0.704852311,288.869236 C-0.714602099,297.144424 4.57437106,305.091006 12.7768102,307.007215 L113.556353,331.464741 L173.775631,331.464741 L173.775631,0 L49.3224563,0 Z" id="path-8"></path>
|
||||
<filter x="-1.7%" y="-0.9%" width="103.5%" height="101.8%" filterUnits="objectBoundingBox" id="filter-9">
|
||||
<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="M47.0636712,0 L1.26268386,269.209134 C-0.157835483,277.443365 -1.2644057,275.344856 6.94476123,277.252281 L149.800222,309.373687 L149.800222,0 L47.0636712,0 Z" id="path-10"></path>
|
||||
</defs>
|
||||
<g id="assets" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="Mobile_Development_mobile_parallax">
|
||||
<g id="Group" filter="url(#filter-1)" transform="translate(4.000000, 3.000000)">
|
||||
<g id="background">
|
||||
<polygon id="Fill-1" fill="#F6F7FE" points="0 332 720 332 720 0 0 0"></polygon>
|
||||
<g id="Page-1" transform="translate(21.029006, 132.000000)" opacity="0.699999988">
|
||||
<g transform="translate(0.000000, 0.000000)">
|
||||
<g id="Group-3" transform="translate(97.428606, 0.000000)">
|
||||
<mask id="mask-3" fill="white">
|
||||
<use xlink:href="#path-2"></use>
|
||||
</mask>
|
||||
<g id="Clip-2"></g>
|
||||
<path d="M0,-0.000407444493 L0,195.572949" id="Stroke-1" stroke="#FFFFFF" stroke-width="0.25" mask="url(#mask-3)"></path>
|
||||
</g>
|
||||
<path d="M194.512941,97.959752 L0,97.959752" id="Stroke-4" stroke="#FFFFFF" stroke-width="0.5"></path>
|
||||
<path d="M194.512941,65.7680314 L0,65.7680314" id="Stroke-6" stroke="#FFFFFF" stroke-width="0.5"></path>
|
||||
<path d="M194.512941,129.805325 L0,129.805325" id="Stroke-8" stroke="#FFFFFF" stroke-width="0.5"></path>
|
||||
<g id="Group-12" transform="translate(129.101509, 0.000000)">
|
||||
<mask id="mask-5" fill="white">
|
||||
<use xlink:href="#path-4"></use>
|
||||
</mask>
|
||||
<g id="Clip-11"></g>
|
||||
<path d="M0,195.572949 L0,-0.000407444493" id="Stroke-10" stroke="#FFFFFF" stroke-width="0.5" mask="url(#mask-5)"></path>
|
||||
</g>
|
||||
<g id="Group-15" transform="translate(65.411431, 0.000000)">
|
||||
<mask id="mask-7" fill="white">
|
||||
<use xlink:href="#path-6"></use>
|
||||
</mask>
|
||||
<g id="Clip-14"></g>
|
||||
<path d="M0,195.572949 L0,-0.000407444493" id="Stroke-13" stroke="#FFFFFF" stroke-width="0.5" mask="url(#mask-7)"></path>
|
||||
</g>
|
||||
<path d="M192.791587,0.692295067 L0.688541383,193.842619" id="Stroke-16" stroke="#C0C4FF"></path>
|
||||
<path d="M0.688541383,0.692295067 L192.791587,193.842619" id="Stroke-18" stroke="#C0C4FF"></path>
|
||||
<path d="M96.7400642,56.422048 C74.3075237,56.422048 56.1161227,74.5535673 56.1161227,96.9213094 C56.1161227,119.285002 74.3075237,137.420571 96.7400642,137.420571 C119.172605,137.420571 137.364006,119.285002 137.364006,96.9213094 C137.364006,74.5535673 119.172605,56.422048 96.7400642,56.422048 Z" id="Stroke-20" stroke="#C0C4FF"></path>
|
||||
<path d="M97.9450117,15.9227865 C52.9441674,15.9227865 16.5249932,52.5445985 16.5249932,97.7866782 C16.5249932,143.028758 52.9441674,179.65057 97.9450117,179.65057 C142.941785,179.65057 179.36503,143.028758 179.36503,97.7866782 C179.36503,52.5445985 142.941785,15.9227865 97.9450117,15.9227865 Z" id="Stroke-22" stroke="#C0C4FF"></path>
|
||||
<path d="M153.850747,24.2303274 L40.3179232,24.2303274 C31.3528849,24.2303274 24.0989484,31.5319634 24.0989484,40.5377223 L24.0989484,154.689487 C24.0989484,163.695246 31.3528849,170.996882 40.3179232,170.996882 L153.850747,170.996882 C162.815785,170.996882 170.069721,163.695246 170.069721,154.689487 L170.069721,40.5377223 C170.069721,31.5319634 162.815785,24.2303274 153.850747,24.2303274 Z" id="Stroke-24" stroke="#C0C4FF"></path>
|
||||
<path d="M163.081026,31.8455731 L32.8089969,31.8455731 C23.8161558,31.8455731 16.5249932,39.1106149 16.5249932,48.0712387 L16.5249932,145.425233 C16.5249932,154.385856 23.8161558,161.650898 32.8089969,161.650898 L163.081026,161.650898 C172.073867,161.650898 179.36503,154.3818 179.36503,145.425233 L179.36503,48.0712387 C179.36503,39.1106149 172.073867,31.8455731 163.081026,31.8455731 Z" id="Stroke-26" stroke="#C0C4FF"></path>
|
||||
<path d="M160.774413,163.277792 L160.774413,32.2955649 C160.774413,23.253698 153.548763,15.9227865 144.636724,15.9227865 L47.8105922,15.9227865 C38.8985537,15.9227865 31.6729036,23.253698 31.6729036,32.2955649 L31.6729036,163.277792 C31.6729036,172.319658 38.8985537,179.65057 47.8105922,179.65057 L144.636724,179.65057 C153.548763,179.65057 160.774413,172.319658 160.774413,163.277792 Z" id="Stroke-28" stroke="#C0C4FF"></path>
|
||||
</g>
|
||||
</g>
|
||||
<g id="ic_computer" opacity="0.233865489" transform="translate(40.000000, 42.000000)" fill="#2C38C3">
|
||||
<path d="M41.6666667,29.75 C43.9583333,29.75 45.8125,27.8375 45.8125,25.5 L45.8333333,4.25 C45.8333333,1.9125 43.9583333,0 41.6666667,0 L8.33333333,0 C6.04166667,0 4.16666667,1.9125 4.16666667,4.25 L4.16666667,25.5 C4.16666667,27.8375 6.04166667,29.75 8.33333333,29.75 L0,29.75 L0,34 L50,34 L50,29.75 L41.6666667,29.75 L41.6666667,29.75 Z M8.33333333,4.25 L41.6666667,4.25 L41.6666667,25.5 L8.33333333,25.5 L8.33333333,4.25 L8.33333333,4.25 Z" id="Icon"></path>
|
||||
</g>
|
||||
<g id="ic_phone_iphone" transform="translate(192.000000, 26.000000)" fill="#B8E986">
|
||||
<path d="M40.3846154,0 L9.61538462,0 C4.30769231,0 0,4.48 0,10 L0,78 C0,83.52 4.30769231,88 9.61538462,88 L40.3846154,88 C45.6923077,88 50,83.52 50,78 L50,10 C50,4.48 45.6923077,0 40.3846154,0 L40.3846154,0 Z M25,84 C21.8076923,84 19.2307692,81.32 19.2307692,78 C19.2307692,74.68 21.8076923,72 25,72 C28.1923077,72 30.7692308,74.68 30.7692308,78 C30.7692308,81.32 28.1923077,84 25,84 L25,84 Z M42.3076923,68 L7.69230769,68 L7.69230769,12 L42.3076923,12 L42.3076923,68 L42.3076923,68 Z" id="Icon"></path>
|
||||
</g>
|
||||
<g id="ic_tablet_mac" opacity="0.233865489" transform="translate(120.000000, 26.000000)" fill="#2C38C3">
|
||||
<path d="M34.7368421,0 L5.26315789,0 C2.35789474,0 0,2.33333333 0,5.20833333 L0,44.7916667 C0,47.6666667 2.35789474,50 5.26315789,50 L34.7368421,50 C37.6421053,50 40,47.6666667 40,44.7916667 L40,5.20833333 C40,2.33333333 37.6421053,0 34.7368421,0 L34.7368421,0 Z M20,47.9166667 C18.2526316,47.9166667 16.8421053,46.5208333 16.8421053,44.7916667 C16.8421053,43.0625 18.2526316,41.6666667 20,41.6666667 C21.7473684,41.6666667 23.1578947,43.0625 23.1578947,44.7916667 C23.1578947,46.5208333 21.7473684,47.9166667 20,47.9166667 L20,47.9166667 Z M35.7894737,39.5833333 L4.21052632,39.5833333 L4.21052632,6.25 L35.7894737,6.25 L35.7894737,39.5833333 L35.7894737,39.5833333 Z" id="Icon"></path>
|
||||
</g>
|
||||
</g>
|
||||
<g id="mobile" transform="translate(550.000000, 0.000000)">
|
||||
<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>
|
||||
</g>
|
||||
<path d="M71.1160998,0 L25.3494485,270.52952 C23.9299941,278.804137 22.8242534,276.695336 31.0272661,278.612116 L173.775631,310.891067 L173.775631,0 L71.1160998,0 Z" id="Fill-7" fill="#E1E7FF"></path>
|
||||
<path d="M110.715093,306.292908 C113.738674,309.305809 113.738674,314.190342 110.715093,317.203813 C107.691511,320.216714 102.789662,320.216714 99.7655073,317.203813 C96.741926,314.190342 96.741926,309.305809 99.7655073,306.292908 C102.789662,303.280008 107.691511,303.280008 110.715093,306.292908" id="Fill-9" fill="#E1E7FF"></path>
|
||||
</g>
|
||||
<g id="Group-21" transform="translate(24.000000, 0.000000)">
|
||||
<mask id="mask-11" fill="white">
|
||||
<use xlink:href="#path-10"></use>
|
||||
</mask>
|
||||
<use id="Mask" fill="#E1E7FF" xlink:href="#path-10"></use>
|
||||
<g mask="url(#mask-11)" id="Group-20">
|
||||
<g transform="translate(35.584727, 70.519002)">
|
||||
<g transform="translate(0.000000, 74.499914)">
|
||||
<rect id="Rectangle-3" fill="#FFFFFF" transform="translate(37.306569, 36.965606) rotate(9.000000) translate(-37.306569, -36.965606) " x="5.16552488" y="5.11831467" width="64.2820875" height="63.6945826" rx="24"></rect>
|
||||
<ellipse id="Oval-4" fill="#FFFFFF" opacity="0.892719656" transform="translate(37.306569, 36.965606) rotate(9.000000) translate(-37.306569, -36.965606) " cx="37.3065686" cy="36.9656059" rx="25.8276244" ry="25.5915733"></ellipse>
|
||||
<g id="ic_chevron_left" transform="translate(36.895106, 38.749320) rotate(9.000000) translate(-36.895106, -38.749320) translate(7.895106, 9.749320)">
|
||||
<polygon id="Bounds" points="0 0 56.8207737 0 56.8207737 56.3014614 0 56.3014614"></polygon>
|
||||
<polygon id="Icon" fill="#E1E7FF" points="35.1826756 16.1063873 33.1454513 14.0753653 18.9402579 28.1507307 33.1454513 42.226096 35.1826756 40.1066788 22.8158284 28.1507307"></polygon>
|
||||
</g>
|
||||
</g>
|
||||
<g transform="translate(80.352609, 90.992261)">
|
||||
<ellipse id="Oval-4" fill="#FFFFFF" opacity="0.431499094" transform="translate(37.306569, 36.965606) rotate(9.000000) translate(-37.306569, -36.965606) " cx="37.3065686" cy="36.9656059" rx="25.8276244" ry="25.5915733"></ellipse>
|
||||
<rect id="Rectangle-3" stroke="#FFFFFF" opacity="0.576200181" transform="translate(37.306569, 36.965606) rotate(9.000000) translate(-37.306569, -36.965606) " x="5.66552488" y="5.61831467" width="63.2820875" height="62.6945826" rx="24"></rect>
|
||||
</g>
|
||||
<g transform="translate(12.626839, 0.000000)">
|
||||
<ellipse id="Oval-4" fill="#FFFFFF" opacity="0.431499094" transform="translate(37.306569, 36.965606) rotate(9.000000) translate(-37.306569, -36.965606) " cx="37.3065686" cy="36.9656059" rx="25.8276244" ry="25.5915733"></ellipse>
|
||||
<rect id="Rectangle-3" stroke="#FFFFFF" opacity="0.576200181" transform="translate(37.306569, 36.965606) rotate(9.000000) translate(-37.306569, -36.965606) " x="5.66552488" y="5.61831467" width="63.2820875" height="62.6945826" rx="24"></rect>
|
||||
</g>
|
||||
<g transform="translate(92.979448, 14.217541)">
|
||||
<ellipse id="Oval-4" fill="#FFFFFF" opacity="0.431499094" transform="translate(37.306569, 36.965606) rotate(9.000000) translate(-37.306569, -36.965606) " cx="37.3065686" cy="36.9656059" rx="25.8276244" ry="25.5915733"></ellipse>
|
||||
<rect id="Rectangle-3" stroke="#FFFFFF" opacity="0.576200181" transform="translate(37.306569, 36.965606) rotate(9.000000) translate(-37.306569, -36.965606) " x="5.66552488" y="5.61831467" width="63.2820875" height="62.6945826" rx="24"></rect>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 14 KiB |
BIN
dist/img/what_we_do/mobile/main@2x.png
vendored
Normal file
|
After Width: | Height: | Size: 52 KiB |
BIN
dist/img/what_we_do/ux/brush.png
vendored
Normal file
|
After Width: | Height: | Size: 5.0 KiB |
19
dist/img/what_we_do/ux/brush.svg
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="179px" height="239px" viewBox="0 0 179 239" 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 -->
|
||||
<title>UX_UI_Design_mobile_brush</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="assets" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="UX_UI_Design_mobile_brush">
|
||||
<g id="Page-1" transform="translate(1.000000, 1.000000)">
|
||||
<path d="M1.88966342,25.2230163 C35.7142434,79.0479013 61.0826784,119.416565 77.9949684,146.329008 C78.7019423,147.454012 79.7624033,149.141518 81.1763512,151.391526 L109.759614,131.732339 L30.4729266,5.56382922 C27.0220345,0.0716424977 20.0398633,-1.41585004 14.8457251,2.23306022 L5.03967912,8.69909921 C-0.154459063,12.3480095 -1.56122875,19.7320438 1.88966342,25.2230163 Z" stroke="#656BFD" fill="#646EF2"></path>
|
||||
<path d="M89.9102679,178.811174 C84.9722192,204.70933 100.811872,229.915346 125.305742,235.136749 C142.041133,238.703088 161.183536,233.271615 174.106295,221.147033 C164.79635,219.161686 153.481329,208.336383 156.408558,192.984246 C160.116688,173.530272 148.259629,154.661581 129.861379,150.740672 C111.464276,146.818549 93.6183979,159.3572 89.9102679,178.811174 Z" id="Stroke-3" stroke="#656BFD" fill="#646EF2"></path>
|
||||
<g id="Group-8" transform="translate(111.393191, 196.750941)">
|
||||
<path d="M0.315001571,32.7551928 C25.5794367,47.3265482 52.7501883,34.1394715 63.0511875,24.47502 C54.4693183,22.6451007 44.2085125,13.4068613 44.641453,0.0473569052" id="Fill-5" stroke="#B8E986" stroke-width="3" fill="#B8E986"></path>
|
||||
<path d="M0.315001571,32.7551928 C25.5794367,47.3265482 52.7501883,34.1394715 63.0511875,24.47502 C54.4693183,22.6451007 44.2085125,13.4068613 44.641453,0.0473569052" id="Stroke-7"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.0 KiB |
BIN
dist/img/what_we_do/ux/brush@2x.png
vendored
Normal file
|
After Width: | Height: | Size: 12 KiB |