Skip to content

Commit

Permalink
3 images
Browse files Browse the repository at this point in the history
  • Loading branch information
tlezotte committed Apr 11, 2019
1 parent a4fe705 commit 82dfb48
Show file tree
Hide file tree
Showing 49 changed files with 189 additions and 111 deletions.
32 changes: 30 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# brand-icons

### Total Images: 28 images
### Total Images: 32 images

[![](https://data.jsdelivr.com/v1/package/gh/tlezotte/brand-icons/badge)](https://www.jsdelivr.com/package/gh/tlezotte/brand-icons)

<br>

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

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

## Previous Versions

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

### **v0.6.2** - 1 image

### **v0.6.1** - 1 image
Expand Down Expand Up @@ -59,6 +61,32 @@
<br>
<br>

## Included Images: **v0.6.4**

![](img/PNG/slack.png)

Icon Font: `<i class="brands b-slack"></i>`

SVG Sprite: `<svg class="brands b-slack"><use xlink:href="#b-slack"></use></svg>`

---

![](img/PNG/rlang.png)

Icon Font: `<i class="brands b-rlang"></i>`

SVG Sprite: `<svg class="brands b-rlang"><use xlink:href="#b-rlang"></use></svg>`

---

![](img/PNG/tierpoint.png)

Icon Font: `<i class="brands b-tierpoint"></i>`

SVG Sprite: `<svg class="brands b-tierpoint"><use xlink:href="#b-tierpoint"></use></svg>`

---

## Included Images: **v0.6.3**

![](img/PNG/centos.png)
Expand Down
Binary file modified fonts/brands.eot
Binary file not shown.
5 changes: 3 additions & 2 deletions 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 added 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 added img/PNG/rlang.png
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 img/PNG/tomcat.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions img/SVG/rlang.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 9 additions & 4 deletions sprite/sprite.css
Original file line number Diff line number Diff line change
Expand Up @@ -138,24 +138,29 @@
height: 32px;
background-position: -480px -48px;
}
.b-tierpoint {
.b-matomo {
width: 32px;
height: 32px;
background-position: -528px -48px;
}
.b-slack {
.b-centos {
width: 32px;
height: 32px;
background-position: -576px -48px;
}
.b-matomo {
.b-slack {
width: 32px;
height: 32px;
background-position: -624px -48px;
}
.b-centos {
.b-tierpoint {
width: 32px;
height: 32px;
background-position: -672px -48px;
}
.b-rlang {
width: 41px;
height: 32px;
background-position: 0 -96px;
}

16 changes: 10 additions & 6 deletions sprite/sprite.html
Original file line number Diff line number Diff line change
Expand Up @@ -175,20 +175,24 @@ <h1>Grid Size: 0</h1>
b-nginx
</div>
<div class="cell fs1">
<span class="brands b-tierpoint"></span>
b-tierpoint
<span class="brands b-matomo"></span>
b-matomo
</div>
<div class="cell fs1">
<span class="brands b-centos"></span>
b-centos
</div>
<div class="cell fs1">
<span class="brands b-slack"></span>
b-slack
</div>
<div class="cell fs1">
<span class="brands b-matomo"></span>
b-matomo
<span class="brands b-tierpoint"></span>
b-tierpoint
</div>
<div class="cell fs1">
<span class="brands b-centos"></span>
b-centos
<span class="brands b-rlang"></span>
b-rlang
</div>
</div>

Expand Down
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.
32 changes: 18 additions & 14 deletions 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.
Binary file modified src/.DS_Store
Binary file not shown.
Loading

0 comments on commit 82dfb48

Please sign in to comment.