Skip to content

Commit

Permalink
1 image update
Browse files Browse the repository at this point in the history
  • Loading branch information
tlezotte committed May 1, 2019
1 parent 82dfb48 commit 14fe865
Show file tree
Hide file tree
Showing 43 changed files with 18 additions and 14 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<br>

## Latest Version: **v0.6.4** - 3 image
## Latest Version: **v0.6.5** - 1 image update

### Three ways to use
```html
Expand All @@ -29,6 +29,8 @@

## Previous Versions

### **v0.6.4** - 3 image

### **v0.6.3** - 1 image

### **v0.6.2** - 1 image
Expand Down
Binary file modified fonts/brands.eot
Binary file not shown.
2 changes: 1 addition & 1 deletion fonts/brands.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fonts/brands.ttf
Binary file not shown.
Binary file modified fonts/brands.woff
Binary file not shown.
Binary file modified img/PDF/ansible.pdf
Binary file not shown.
Binary file modified img/PDF/apache.pdf
Binary file not shown.
Binary file modified img/PDF/artifactory.pdf
Binary file not shown.
Binary file modified img/PDF/centos.pdf
Binary file not shown.
Binary file modified img/PDF/elastic.pdf
Binary file not shown.
Binary file modified img/PDF/elasticsearch.pdf
Binary file not shown.
Binary file modified img/PDF/googlecloud.pdf
Binary file not shown.
Binary file modified img/PDF/java.pdf
Binary file not shown.
Binary file modified img/PDF/jenkins.pdf
Binary file not shown.
Binary file modified img/PDF/jira.pdf
Binary file not shown.
Binary file modified img/PDF/kibana.pdf
Binary file not shown.
Binary file modified img/PDF/mailchimp.pdf
Binary file not shown.
Binary file modified img/PDF/mariadb.pdf
Binary file not shown.
Binary file modified img/PDF/matomo.pdf
Binary file not shown.
Binary file modified img/PDF/monit.pdf
Binary file not shown.
Binary file modified img/PDF/monyog.pdf
Binary file not shown.
Binary file modified img/PDF/mysql.pdf
Binary file not shown.
Binary file modified img/PDF/nginx.pdf
Binary file not shown.
Binary file modified img/PDF/nutch.pdf
Binary file not shown.
Binary file modified img/PDF/oracle.pdf
Binary file not shown.
Binary file modified img/PDF/pivotaltracker.pdf
Binary file not shown.
Binary file modified img/PDF/pma.pdf
Binary file not shown.
Binary file modified img/PDF/redhat.pdf
Binary file not shown.
Binary file modified img/PDF/rlang.pdf
Binary file not shown.
Binary file modified img/PDF/slack.pdf
Binary file not shown.
Binary file modified img/PDF/solr.pdf
Binary file not shown.
Binary file modified img/PDF/splunk.pdf
Binary file not shown.
Binary file modified img/PDF/statuscake.pdf
Binary file not shown.
Binary file modified img/PDF/tierpoint.pdf
Binary file not shown.
Binary file modified img/PDF/tomcat.pdf
Binary file not shown.
Binary file modified img/PDF/windows.pdf
Binary file not shown.
Binary file modified img/PDF/wordpress.pdf
Binary file not shown.
Binary file modified img/PNG/redhat.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion img/SVG/redhat.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified sprite/sprite.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion sprite/sprite.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions style.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
@font-face {
font-family: 'brands';
src: url('fonts/brands.eot?zarcu3');
src: url('fonts/brands.eot?zarcu3#iefix') format('embedded-opentype'),
url('fonts/brands.ttf?zarcu3') format('truetype'),
url('fonts/brands.woff?zarcu3') format('woff'),
url('fonts/brands.svg?zarcu3#brands') format('svg');
src: url('fonts/brands.eot?flfm2s');
src: url('fonts/brands.eot?flfm2s#iefix') format('embedded-opentype'),
url('fonts/brands.ttf?flfm2s') format('truetype'),
url('fonts/brands.woff?flfm2s') format('woff'),
url('fonts/brands.svg?flfm2s#brands') format('svg');
font-weight: normal;
font-style: normal;
}
Expand Down
10 changes: 5 additions & 5 deletions style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

@font-face {
font-family: '#{$icomoon-font-family}';
src: url('#{$icomoon-font-path}/#{$icomoon-font-family}.eot?zarcu3');
src: url('#{$icomoon-font-path}/#{$icomoon-font-family}.eot?zarcu3#iefix') format('embedded-opentype'),
url('#{$icomoon-font-path}/#{$icomoon-font-family}.ttf?zarcu3') format('truetype'),
url('#{$icomoon-font-path}/#{$icomoon-font-family}.woff?zarcu3') format('woff'),
url('#{$icomoon-font-path}/#{$icomoon-font-family}.svg?zarcu3##{$icomoon-font-family}') format('svg');
src: url('#{$icomoon-font-path}/#{$icomoon-font-family}.eot?flfm2s');
src: url('#{$icomoon-font-path}/#{$icomoon-font-family}.eot?flfm2s#iefix') format('embedded-opentype'),
url('#{$icomoon-font-path}/#{$icomoon-font-family}.ttf?flfm2s') format('truetype'),
url('#{$icomoon-font-path}/#{$icomoon-font-family}.woff?flfm2s') format('woff'),
url('#{$icomoon-font-path}/#{$icomoon-font-family}.svg?flfm2s##{$icomoon-font-family}') format('svg');
font-weight: normal;
font-style: normal;
}
Expand Down

0 comments on commit 14fe865

Please sign in to comment.