Skip to content
This repository has been archived by the owner on Aug 3, 2020. It is now read-only.

Add Algo Logo #196

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions SVG/ALGO-alt.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions SVG/ALGO.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,5 @@ gulp.task('webfont', function (cb) {
});


gulp.task('default', ['optimize', 'webfont'], function (){
gulp.task('default', gulp.series('optimize', 'webfont'), function (){
});
2 changes: 2 additions & 0 deletions icons-demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ <h2>A</h2>
<i class="cc ADA-alt" title="ADA"></i>
<i class="cc ADC" title="ADC"></i>
<i class="cc ADC-alt" title="ADC"></i>
<i class="cc ALGO" title="ALGO"></i>
<i class="cc ALGO-alt" title="ALGO"></i>
<i class="cc AEON" title="AEON"></i>
<i class="cc AEON-alt" title="AEON"></i>
<i class="cc AMP" title="AMP"></i>
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@
"icon"
],
"devDependencies": {
"gulp": "^3.9.1",
"gulp-iconfont": "^8.0.1",
"gulp": "^4.0.2",
"gulp-iconfont": "^10.0.3",
"gulp-iconfont-css": "https://github.com/bradrisse/gulp-iconfont-css.git",
"gulp-svgmin": "^1.2.4",
"lodash": "^4.17.15",
"pump": "^1.0.2"
},
"repository": {
Expand Down
1 change: 1 addition & 0 deletions webfont/cryptocoins-colors.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.ADA { color: #3CC8C8; }
.ADC { color: #3CB0E5; }
.AEON { color: #164450; }
.ALGO { color: #000000}
.AMP { color: #048DD2; }
.ANC { color: #000; }
.ARCH { color: #002652; }
Expand Down
Loading