add gulp / new logos

This commit is contained in:
Gil Barbara
2015-06-14 16:03:21 -03:00
parent 91d3f2c643
commit baf928bc8a
8 changed files with 34 additions and 1 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
node_modules

1
ember-tomster.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 48 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 6.0 KiB

After

Width:  |  Height:  |  Size: 10 KiB

11
gulpfile.js Normal file
View File

@@ -0,0 +1,11 @@
var gulp = require('gulp'),
ghPages = require('gulp-gh-pages');
gulp.task('deploy', function () {
return gulp.src(['*.svg', '*.html'])
.pipe(ghPages({
force: true
}));
});
gulp.task('default', ['deploy']);

1
io.svg Normal file
View File

@@ -0,0 +1 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg width="256px" height="291px" viewBox="0 0 256 291" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" preserveAspectRatio="xMinYMin meet"><g><path d="M254.976496,145.213023 C254.976496,167.565891 254.940279,189.91876 255.007752,212.271628 C255.021147,216.675225 253.010357,219.792372 249.426357,221.880062 C233.013581,231.440868 216.54524,240.905922 200.09476,250.40124 C183.938977,259.725891 167.779721,269.044093 151.623938,278.36924 C145.773643,281.74586 139.94369,285.158698 134.077519,288.507535 C129.999876,290.834853 125.935132,290.807566 121.82524,288.422698 C108.505798,280.692093 95.152124,273.020031 81.8148217,265.320186 C70.2754729,258.658729 58.7405891,251.989829 47.2032248,245.324899 C33.6535814,237.49755 20.0969922,229.682109 6.55776744,221.836899 C2.83882171,219.681736 0.999689922,216.399876 0.999689922,212.091535 C1.00117829,167.509829 1.00613953,122.927628 0.992248062,78.3459225 C0.99075969,73.8053953 3.06951938,70.5468527 6.91348837,68.3232248 C17.3737674,62.272 27.8434729,56.2366512 38.3097054,50.195845 C53.5531163,41.3980775 68.7975194,32.6022946 84.039938,23.8025426 C96.7868527,16.444031 109.520372,9.06220155 122.282667,1.73097674 C126.180713,-0.508031008 130.132341,-0.40979845 134.026915,1.84012403 C146.155163,8.84489922 158.282419,15.8511628 170.412155,22.8534574 C183.319814,30.3052403 196.231442,37.7500775 209.137612,45.203845 C221.641922,52.4254264 234.14276,59.6524651 246.643101,66.8804961 C248.570543,67.9947907 250.55355,69.0009302 252.119814,70.6728682 C253.989209,72.6677829 254.996837,74.9112558 254.993364,77.6890543 C254.963597,100.197209 254.976496,122.704868 254.976496,145.213023" fill="#292926"></path><g transform="translate(88.310078, 110.139535)" fill="#F3DA47"><path d="M59.0025426,53.6845891 C51.2669767,56.2297054 43.0953178,51.1930543 41.8852713,43.1340155 C41.2422946,38.8534574 41.8971783,34.8363411 44.6774574,31.4180465 C48.0610233,27.2580465 52.524155,25.6739225 57.7433798,26.823938 C63.0752248,27.9987597 66.2851473,31.5271938 67.6504806,36.7454264 C67.9605581,37.9291783 68.0195969,39.1789147 68.1937364,40.3978915 C68.0855814,46.7204961 64.5695504,51.8533953 59.0025426,53.6845891 L59.0025426,53.6845891 Z M74.5942326,26.2350388 C69.5997519,19.8930853 62.8137674,17.2298915 54.7701085,17.0016744 C53.9217364,17.0626977 52.9354419,17.1128062 51.9531163,17.2075659 C40.7283101,18.2911008 31.5247132,26.5178295 30.531969,38.0666047 C29.8636899,45.843845 32.1592558,52.5941085 38.1489612,57.731969 C44.8997209,63.5232248 52.8565581,65.0324341 61.3467287,62.9705426 C80.0024806,58.439938 83.7750078,37.8929612 74.5942326,26.2350388 L74.5942326,26.2350388 Z"></path><path d="M0.206883721,26.5213023 L7.07125581,26.5213023 L7.07125581,54.3285581 L0.588403101,54.3285581 L0.588403101,62.671876 L24.6871318,62.671876 L24.6871318,54.3285581 L18.199814,54.3285581 L18.199814,18.1769922 L0.206883721,18.1769922 L0.206883721,26.5213023"></path><path d="M7.07125581,0.557147287 L18.199814,0.557147287 L18.199814,10.3714729 L7.07125581,10.3714729 L7.07125581,0.557147287 Z"></path></g></g></svg>

After

Width:  |  Height:  |  Size: 3.1 KiB

17
package.json Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "logos",
"version": "0.1.0",
"author": "Gil Barbara <gilbarbara@gmail.com>",
"repository": {
"type": "git",
"url": "https://github.com/gilbarbara/logos"
},
"homepage": "http://gilbarbara.github.io/logos/",
"devDependencies": {
"gulp": "^3.9",
"gulp-gh-pages": "^0.5.2"
},
"engines": {
"node": ">=0.10.0"
}
}

1
phonegap-bot.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 34 KiB

1
phonegap.svg Normal file
View File

@@ -0,0 +1 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg width="256px" height="279px" viewBox="0 0 256 279" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" preserveAspectRatio="xMinYMin meet"><g fill="#000000"><path d="M242.562388,40.6566784 C241.738094,19.1509418 222.834903,14.6404794 222.834903,14.6404794 C222.834903,14.6404794 157.317426,4.76747541 128.615326,1.18318598 C99.9039643,-2.41962691 101.691478,25.4026094 101.691478,25.4026094 C101.691478,25.4026094 108.211735,228.188183 108.887842,253.305994 C109.656566,283.230643 137.589943,278.414544 137.589943,278.414544 L236.301459,261.345176 C254.250691,257.751624 255.139817,235.338239 255.139817,235.338239 C255.139817,235.338239 243.479299,64.1351634 242.562388,40.6566784 C241.738094,19.1509418 243.479299,64.1351634 242.562388,40.6566784 L242.562388,40.6566784 L242.562388,40.6566784 Z M220.482424,212.91559 L147.083216,220.519471 C147.083216,220.519471 125.707143,223.7796 125.225533,197.809709 C124.873587,178.674975 120.640977,69.0716653 120.640977,69.0716653 C120.640977,69.0716653 119.168362,48.9737117 141.16497,50.6222996 C163.615403,52.2894109 217.40753,56.3830955 217.40753,56.3830955 C217.40753,56.3830955 231.809519,59.8099355 232.439317,76.2217208 C233.115423,94.0598123 239.330044,193.123274 239.330044,193.123274 C239.330044,193.123274 240.950847,209.405395 220.482424,212.91559 L220.482424,212.91559 L220.482424,212.91559 Z"></path><path d="M40.7956042,183.370672 L27.2364318,184.333892 C27.2364318,184.333892 13.556857,186.186239 13.2419582,171.219283 C13.0196766,160.188563 11.6489407,97.5792692 11.6489407,97.5792692 C11.6489407,97.5792692 10.7042442,85.9928456 24.7728118,86.9375421 C28.3385777,87.1690854 33.3954822,87.4932459 38.9803052,87.8266682 C38.7858089,77.4442691 38.6190978,68.3677739 38.4894336,61.4585235 C30.7466275,60.8750344 23.5039548,60.2452369 18.3266478,59.6987948 C-0.261643866,57.6519525 0.877548894,73.2579672 0.877548894,73.2579672 C0.877548894,73.2579672 3.11888755,188.084893 3.53566531,202.162723 C4.04506051,218.944977 22.1146953,216.222029 22.1146953,216.222029 L41.4068784,214.156663 C41.2401673,205.830367 41.0178858,195.216425 40.7956042,183.370672 L40.7956042,183.370672 L40.7956042,183.370672 Z"></path><path d="M94.7266568,79.0002396 C94.6618247,77.5368863 94.4210198,76.2031973 94.0505506,75.0084342 C88.1137818,74.5268242 73.2116586,70.6461594 68.432606,75.6938022 C65.4040204,78.8705754 66.6543538,85.5668061 66.7284477,89.373377 C73.1190413,89.7345846 77.5368863,89.9846512 77.5368863,89.9846512 C77.5368863,89.9846512 86.7523075,91.9573997 87.1505619,101.404364 C87.5766015,111.703407 87.5210311,169.394723 87.5210311,169.394723 C87.5210311,169.394723 88.5583448,178.804639 75.4807824,180.795911 L68.6178406,181.305307 C68.6548876,183.352149 68.6919344,185.000738 68.7104579,186.223286 C68.9975715,202.672118 86.4929791,197.402194 97.4681285,196.337094 C98.4128252,178.887996 96.7364522,160.910978 96.3474596,143.452617 C95.8751113,121.974665 95.6991385,100.459668 94.7266568,79.0002396 C94.6618247,77.5368863 95.3194075,92.1333725 94.7266568,79.0002396 L94.7266568,79.0002396 L94.7266568,79.0002396 Z"></path><path d="M100.404097,203.079634 L80.6303041,204.98755 C80.6303041,204.98755 62.1902001,207.636404 61.7919458,186.389997 C61.5048321,170.709888 59.6524862,81.834329 59.6524862,81.834329 C59.6524862,81.834329 58.3743675,65.4040204 77.2960814,66.7191859 C82.1584895,67.0526082 88.8454585,67.5990503 96.125178,68.1825393 C95.5787361,51.1316948 95.1434347,37.6836631 94.9211532,30.7558892 C84.955532,29.7834075 75.564138,28.8016642 68.6178406,28.0051555 C43.6111702,25.1710661 45.1856642,47.2788152 45.1856642,47.2788152 C45.1856642,47.2788152 48.1586795,210.303783 48.7421684,230.225764 C49.4182747,254.037671 73.7488389,250.212577 73.7488389,250.212577 L101.747048,246.628287 C101.469197,237.357295 100.996848,221.788328 100.404097,203.079634 L100.404097,203.079634 L100.404097,203.079634 Z"></path><path d="M140.637052,57.5500735 C137.136118,57.2722216 132.884984,57.5037649 130.291699,60.2359751 C127.550227,63.1071113 127.503918,67.1822724 127.661368,70.868441 C137.58068,71.7297818 144.777045,72.3688411 144.777045,72.3688411 C144.777045,72.3688411 157.169239,75.1566218 157.734205,88.58613 C158.308432,103.191878 161.855675,182.555641 161.855675,182.555641 C161.855675,182.555641 163.244934,195.901794 145.629124,198.782191 L132.292232,200.06031 C134.061223,220.908463 161.022119,212.10982 174.812835,210.683514 C173.39579,179.332559 169.00573,82.3715093 168.014724,59.6061775 C157.558232,58.7911452 147.574087,58.0409452 140.637052,57.5500735 C139.951683,57.4945031 147.574087,58.0409452 140.637052,57.5500735 L140.637052,57.5500735 L140.637052,57.5500735 Z"></path></g></svg>

After

Width:  |  Height:  |  Size: 4.6 KiB