Skip to content

Commit

Permalink
Fix avatars (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
vadim-gleif authored Jul 5, 2018
1 parent d350b60 commit 766c450
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
17 changes: 11 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Cloud Posse](https://cloudposse.com/logo-300x69.png)](https://cloudposse.com)

# Packages [![TravisCI Build Status](https://travis-ci.org/cloudposse/packages.svg?branch=master)](https://travis-ci.org/cloudposse/packages) [![Codefresh Build Status](https://g.codefresh.io/api/badges/build?repoOwner=cloudposse&repoName=packages&branch=master&pipelineName=packages&accountName=cloudposse&type=cf-1)](https://g.codefresh.io/repositories/cloudposse/packages/builds?filter=trigger:build;branch:master;service:5b234974667ab79287990636~packages) [![Latest Release](https://img.shields.io/github/release/cloudposse/packages.svg)](https://github.com/cloudposse/packages/releases) [![Slack Community](https://slack.cloudposse.com/badge.svg)](https://slack.cloudposse.com)
# Packages [![TravisCI Build Status](https://travis-ci.org/cloudposse/packages.svg?branch=master)](https://travis-ci.org/cloudposse/packages) [![Codefresh Build Status](https://g.codefresh.io/api/badges/build?repoOwner=cloudposse&repoName=packages&branch=master&pipelineName=packages&accountName=cloudposse&type=cf-1)](https://g.codefresh.io/repositories/cloudposse/packages/builds?filter=trigger:build;branch:master;service:5b234974667ab79287990636~packages) [![Latest Release](https://img.shields.io/github/release/cloudposse/packages.svg)](https://github.com/cloudposse/packages/releases) [![Slack Community](https://slack.cloudposse.com/badge.svg)](https://slack.cloudposse.com)


Cloud Posse distribution of native apps.
Expand Down Expand Up @@ -106,7 +106,9 @@ packages/uninstall/%:
```
Available targets:
awless Install awless a powerful, innovative and small surface command line interface (CLI) to manage Amazon Web Services
aws-vault Install aws-vault to easily assume roles (not related to HashiCorp Vault)
cfssl Install cfssl - Cloudflare's PKI and TLS toolkit
chamber Install Chamber to manage secrets with SSM+KMS
fetch Install fetch to easily download files, folders, and release assets from a specific git commit, branch, or tag
github-commenter Install github-commenter
Expand Down Expand Up @@ -156,6 +158,8 @@ Work directly with our team of DevOps experts via email, slack, and video confer

We provide *commercial support* for all of our [Open Source][github] projects. As a *Dedicated Support* customer, you have access to our team of subject matter experts at a fraction of the cost of a fulltime engineer.

[![E-Mail](https://img.shields.io/badge/[email protected])](mailto:[email protected])

- **Questions.** We'll use a Shared Slack channel between your team and ours.
- **Troubleshooting.** We'll help you triage why things aren't working.
- **Code Reviews.** We'll review your Pull Requests and provide constructive feedback.
Expand All @@ -164,6 +168,7 @@ We provide *commercial support* for all of our [Open Source][github] projects. A
- **Cloud Architecture.** We'll assist with your cloud strategy and design.
- **Implementation.** We'll provide hands on support to implement our reference architectures.


## Community Forum

Get access to our [Open Source Community Forum][slack] on Slack. It's **FREE** to join for everyone! Our "SweetOps" community is where you get to talk with others who share a similar vision for how to rollout and manage infrastructure. This is the best place to talk shop, ask questions, solicit feedback, and work together as a community to build *sweet* infrastructure.
Expand Down Expand Up @@ -250,10 +255,10 @@ Check out [our other projects][github], [apply for a job][jobs], or [hire us][hi
|---|---|---|

[osterman_homepage]: https://github.com/osterman
[osterman_avatar]: http://s.gravatar.com/avatar/88c480d4f73b813904e00a5695a454cb?s=144
[goruha_homepage]: https://github.com/goruha/
[goruha_avatar]: http://s.gravatar.com/avatar/bc70834d32ed4517568a1feb0b9be7e2?s=144
[aknysh_homepage]: https://github.com/aknysh/
[aknysh_avatar]: https://avatars0.githubusercontent.com/u/7356997?v=4&u=ed9ce1c9151d552d985bdf5546772e14ef7ab617&s=144
[osterman_avatar]: https://github.com/osterman.png?size=150
[goruha_homepage]: https://github.com/goruha
[goruha_avatar]: https://github.com/goruha.png?size=150
[aknysh_homepage]: https://github.com/aknysh
[aknysh_avatar]: https://github.com/aknysh.png?size=150


6 changes: 0 additions & 6 deletions README.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,15 +117,9 @@ examples: |-
# Contributors to this project
contributors:
- name: "Erik Osterman"
homepage: "https://github.com/osterman"
avatar: "http://s.gravatar.com/avatar/88c480d4f73b813904e00a5695a454cb?s=144"
github: "osterman"
- name: "Igor Rodionov"
homepage: "https://github.com/goruha/"
avatar: "http://s.gravatar.com/avatar/bc70834d32ed4517568a1feb0b9be7e2?s=144"
github: "goruha"
- name: "Andriy Knysh"
homepage: "https://github.com/aknysh/"
avatar: "https://avatars0.githubusercontent.com/u/7356997?v=4&u=ed9ce1c9151d552d985bdf5546772e14ef7ab617&s=144"
github: "aknysh"

2 changes: 2 additions & 0 deletions docs/targets.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
```
Available targets:
awless Install awless a powerful, innovative and small surface command line interface (CLI) to manage Amazon Web Services
aws-vault Install aws-vault to easily assume roles (not related to HashiCorp Vault)
cfssl Install cfssl - Cloudflare's PKI and TLS toolkit
chamber Install Chamber to manage secrets with SSM+KMS
fetch Install fetch to easily download files, folders, and release assets from a specific git commit, branch, or tag
github-commenter Install github-commenter
Expand Down

0 comments on commit 766c450

Please sign in to comment.