Skip to content

Commit 005f1df

Browse files
authored
Fix avatars (#5)
1 parent b286929 commit 005f1df

File tree

2 files changed

+8
-13
lines changed

2 files changed

+8
-13
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

5-
# terraform-aws-ecs-codepipeline [![Build Status](https://travis-ci.org/cloudposse/terraform-aws-ecs-codepipeline.svg?branch=master)](https://travis-ci.org/cloudposse/terraform-aws-ecs-codepipeline) [![Latest Release](https://img.shields.io/github/release/cloudposse/terraform-aws-ecs-codepipeline.svg)](https://github.com/cloudposse/terraform-aws-ecs-codepipeline/releases) [![Slack Community](https://slack.cloudposse.com/badge.svg)](https://slack.cloudposse.com)
5+
# terraform-aws-ecs-codepipeline [![Build Status](https://travis-ci.org/cloudposse/terraform-aws-ecs-codepipeline.svg?branch=master)](https://travis-ci.org/cloudposse/terraform-aws-ecs-codepipeline) [![Latest Release](https://img.shields.io/github/release/cloudposse/terraform-aws-ecs-codepipeline.svg)](https://github.com/cloudposse/terraform-aws-ecs-codepipeline/releases) [![Slack Community](https://slack.cloudposse.com/badge.svg)](https://slack.cloudposse.com)
66

77

88
Terraform Module for CI/CD with AWS Code Pipeline and Code Build for ECS.
@@ -109,6 +109,8 @@ Work directly with our team of DevOps experts via email, slack, and video confer
109109

110110
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.
111111

112+
[![E-Mail](https://img.shields.io/badge/email-hello@cloudposse.com-blue.svg)](mailto:hello@cloudposse.com)
113+
112114
- **Questions.** We'll use a Shared Slack channel between your team and ours.
113115
- **Troubleshooting.** We'll help you triage why things aren't working.
114116
- **Code Reviews.** We'll review your Pull Requests and provide constructive feedback.
@@ -117,6 +119,7 @@ We provide *commercial support* for all of our [Open Source][github] projects. A
117119
- **Cloud Architecture.** We'll assist with your cloud strategy and design.
118120
- **Implementation.** We'll provide hands on support to implement our reference architectures.
119121

122+
120123
## Community Forum
121124

122125
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.
@@ -203,12 +206,12 @@ Check out [our other projects][github], [apply for a job][jobs], or [hire us][hi
203206
|---|---|---|---|
204207

205208
[osterman_homepage]: https://github.com/osterman
206-
[osterman_avatar]: http://s.gravatar.com/avatar/88c480d4f73b813904e00a5695a454cb?s=144
209+
[osterman_avatar]: https://github.com/osterman.png?size=150
207210
[goruha_homepage]: https://github.com/goruha
208-
[goruha_avatar]: http://s.gravatar.com/avatar/bc70834d32ed4517568a1feb0b9be7e2?s=144
211+
[goruha_avatar]: https://github.com/goruha.png?size=150
209212
[aknysh_homepage]: https://github.com/aknysh
210-
[aknysh_avatar]: https://avatars0.githubusercontent.com/u/7356997?v=4&u=ed9ce1c9151d552d985bdf5546772e14ef7ab617&s=144
213+
[aknysh_avatar]: https://github.com/aknysh.png?size=150
211214
[sarkis_homepage]: https://github.com/sarkis
212-
[sarkis_avatar]: https://avatars3.githubusercontent.com/u/42673?s=144&v=4
215+
[sarkis_avatar]: https://github.com/sarkis.png?size=150
213216

214217

README.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -89,18 +89,10 @@ include:
8989
# Contributors to this project
9090
contributors:
9191
- name: "Erik Osterman"
92-
homepage: "https://github.com/osterman"
93-
avatar: "http://s.gravatar.com/avatar/88c480d4f73b813904e00a5695a454cb?s=144"
9492
github: "osterman"
9593
- name: "Igor Rodionov"
96-
homepage: "https://github.com/goruha"
97-
avatar: "http://s.gravatar.com/avatar/bc70834d32ed4517568a1feb0b9be7e2?s=144"
9894
github: "goruha"
9995
- name: "Andriy Knysh"
100-
homepage: "https://github.com/aknysh"
101-
avatar: "https://avatars0.githubusercontent.com/u/7356997?v=4&u=ed9ce1c9151d552d985bdf5546772e14ef7ab617&s=144"
10296
github: "aknysh"
10397
- name: "Sarkis Varozian"
104-
homepage: "https://github.com/sarkis"
105-
avatar: "https://avatars3.githubusercontent.com/u/42673?s=144&v=4"
10698
github: "sarkis"

0 commit comments

Comments
 (0)