Skip to content

Commit

Permalink
Use Square Badges (#31)
Browse files Browse the repository at this point in the history
* move to square badges

* Update README.md.gotmpl to use square badges

* Add CTAs

* Update README.md

* Add CTAs

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md
  • Loading branch information
osterman authored Jan 31, 2024
1 parent da33b7d commit e059b64
Show file tree
Hide file tree
Showing 4 changed files with 81 additions and 56 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

<!-- markdownlint-disable -->
[![Project Banner](.github/banner.png?raw=true)](https://cpco.io/homepage)
[![Slack Community](https://slack.cloudposse.com/badge.svg)](https://slack.cloudposse.com) [![Last Update](https://img.shields.io/github/last-commit/cloudposse/.github/main)](https://github.com/cloudposse/.github/commits/main/)
[![Slack Community](https://slack.cloudposse.com/for-the-badge.svg)](https://slack.cloudposse.com) [![Last Update](https://img.shields.io/github/last-commit/cloudposse/.github/main?style=for-the-badge)](https://github.com/cloudposse/.github/commits/main/)
<!-- markdownlint-restore -->


Expand Down Expand Up @@ -31,7 +31,7 @@ This repository fulfills several unique functions functions for the Cloud Posse
1. It can contain special org-level files that provide functionality for our organization on GitHub. These files include:
- [`profile/README.md`](profile/README.md)
2. It can also act as a source for defaults of some repo-level files that might be found in a new GitHub repo's `.github` folder.
In the event that a new repo is initialized without these files, the repo will behave on github.com as those the default copies of these files were present in the repo.
In the event that a new repo is initialized without these files, the repo will behave on github.com as if the default copies of these files were present in the repo.
These files include:
- [`.github/CODEOWNERS`](.github/CODEOWNERS)
- [`FUNDING.yml`](FUNDING.yml)
Expand Down
12 changes: 6 additions & 6 deletions README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# {{(ds "config").name}}<a href="https://cpco.io/homepage"><img align="right" src="https://cloudposse.com/logo-300x69.svg" width="150" /></a>{{ if gt (len (ds "config").name) 34 }}{{ print "\n\n" }}{{ end }}
{{- end -}}
{{- end }}
{{- if $deprecated }}[![deprecated](https://img.shields.io/badge/lifecycle-deprecated-critical)](#deprecated){{ end }}
{{- if $deprecated }}[![deprecated](https://img.shields.io/badge/lifecycle-deprecated-critical?style=for-the-badge)](#deprecated){{ end }}
{{- if has (ds "config") "badges" -}}
{{- range $badge := (ds "config").badges -}}
{{- printf " [![%s](%s)](%s)" $badge.name $badge.image $badge.url }}
Expand Down Expand Up @@ -242,7 +242,7 @@ We deliver 10x the value for a fraction of the cost of a full-time engineer. Our
{{- if eq (ds "config").license "APACHE2" }}
## License

[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg?style=for-the-badge)](https://opensource.org/licenses/Apache-2.0)

See [LICENSE](LICENSE) for full details.

Expand All @@ -268,7 +268,7 @@ under the License.
{{- if eq (ds "config").license "CC-BY-NC-SA-4.0" }}
## License

[![License](https://img.shields.io/badge/License-CC%20BY%20NC%20SA%204.0-blue.svg)](https://creativecommons.org/licenses/by-nc-sa/4.0/)
[![License](https://img.shields.io/badge/License-CC%20BY%20NC%20SA%204.0-blue.svg?style=for-the-badge)](https://creativecommons.org/licenses/by-nc-sa/4.0/)

<a href="https://creativecommons.org/licenses/by-nc-sa/4.0/"><img title="Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License" src="https://docs.cloudposse.com/images/cc-by-nc-sa.png" width="150" /></a>

Expand All @@ -290,7 +290,7 @@ Distribution of the work or derivative of the work in any standard (paper) book
{{- if eq (ds "config").license "MIT" }}
## License

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg?style=for-the-badge)](https://opensource.org/licenses/MIT)

```text
The MIT License (MIT)
Expand Down Expand Up @@ -320,7 +320,7 @@ Source: <https://opensource.org/licenses/MIT>
{{- if eq (ds "config").license "ISC" }}
## License

[![License: ISC](https://img.shields.io/badge/License-ISC-blue.svg)](https://opensource.org/licenses/ISC)
[![License: ISC](https://img.shields.io/badge/License-ISC-blue.svg?style=for-the-badge)](https://opensource.org/licenses/ISC)

```text
ISC License (ISC)
Expand All @@ -336,7 +336,7 @@ Source: <https://opensource.org/licenses/ISC>
{{- if eq (ds "config").license "GPL3" }}
## License

[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg?style=for-the-badge)](https://www.gnu.org/licenses/gpl-3.0)

```text
GNU GENERAL PUBLIC LICENSE
Expand Down
4 changes: 2 additions & 2 deletions README.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ github_repo: cloudposse/.github
# Badges to display
badges:
- name: "Slack Community"
image: "https://slack.cloudposse.com/badge.svg"
image: "https://slack.cloudposse.com/for-the-badge.svg"
url: "https://slack.cloudposse.com"
- name: "Last Update"
image: https://img.shields.io/github/last-commit/cloudposse/.github/main
image: https://img.shields.io/github/last-commit/cloudposse/.github/main?style=for-the-badge
url: https://github.com/cloudposse/.github/commits/main/

# Short description of this project
Expand Down
117 changes: 71 additions & 46 deletions profile/README.md
Original file line number Diff line number Diff line change
@@ -1,50 +1,75 @@
[![Banner](https://github.com/cloudposse/.github/blob/main/profile/banner/image.png?raw=true)](https://cpco.io/homepage)

## We're a [DevOps Accelerator for Startups](https://cpco.io/homepage) (and Enterprises)
We'll help you rapidly migrate to AWS using our proven strategy while advising you along the way so you can make informed decisions.

* Own your infrastructure.
* We build it.
* You drive it.

Work directly with our team of DevOps experts via email, slack, and zoom.

We deliver 10x the value for a fraction of the cost of a full-time engineer. Our track record is not even funny. If you want things done right and you need it done FAST, then we're your best bet.

# What We Do
* [We're a DevOps Accelerator](https://cloudposse.com/devops-accelerator/)
* [The Big Picture](https://cloudposse.com/big-picture/)

# Our Approach
* [Case Studies](https://cloudposse.com/case-studies/)
* [Foundational Infrastructure](https://cloudposse.com/reference-architecture/foundational-infrastructure/)
* [Foundational Platform](https://cloudposse.com/reference-architecture/foundational-platform/)
* [Foundational Release Engineering](https://cloudposse.com/reference-architecture/foundational-release-engineering/)
* [Foundational SRE](https://cloudposse.com/reference-architecture/foundational-sre/)
* [Foundational Security & Compliance](https://cloudposse.com/reference-architecture/foundational-security-and-compliance/)

# How it Works
* [Reference Architecture](https://cloudposse.com/reference-architecture/)
* [Our Toolchain](https://cloudposse.com/toolchain/)
* [Getting Started](https://cloudposse.com/get-started/)
* [FAQs](https://cloudposse.com/faq/)

# Resources
* [Weekly Office Hours](https://cloudposse.com/office-hours/)
* [DevOps Slack Community](https://cloudposse.com/slack/) [![Slack Community](https://slack.cloudposse.com/badge.svg)](https://slack.cloudposse.com)
* [Industry Newsletter](https://cloudposse.com/newsletter/)
* [YouTube Channel](https://www.youtube.com/playlist?list=PLhRztDM6Uvne8MUuwXrv2truMl6gVZ0D8)

[![README Commercial Support][readme_commercial_support_img]][readme_commercial_support_link]

---

We literally have [*hundreds of terraform modules*][terraform_modules] that are Open Source and well-maintained. Check them out!

[![Terraform Open Source Modules](https://docs.cloudposse.com/images/terraform-open-source-modules.svg)][terraform_modules]

Everything is 100% Open Source and licensed under the [APACHE2](LICENSE).

<p align="right">
<a href="https://slack.cloudposse.com" title="Slack Community"><img src="https://slack.cloudposse.com/for-the-badge.svg" alt="Slack Community"></a>
<a href="https://cloudposse.com/office-hours/" title="Office Hours"><img src="https://img.shields.io/badge/Office_Hours-2891E8.svg?style=for-the-badge" alt="Office Hours"></a>
<a href="https://cloudposse.com/quiz/" title="Request Quote"><img src="https://img.shields.io/badge/Request_Quote-success.svg?style=for-the-badge" alt="Request Quote"></a>
</p>


> [!IMPORTANT]
> ### We're a DevOps Accelerator for Startups (and Enterprises)
>
> Use our ready-to-go [terraform architecture blueprints](https://cloudposse.com/services/) for AWS to get up and running quickly.
>
> * We build it with you.
> * You own everything.
> * Your team wins.
>
> [![Request Quote](https://img.shields.io/badge/Request_Quote-success.svg?style=for-the-badge)](https://cloudposse.com/quiz/)
<br/>


> [!NOTE]
> ### What We Do
>
> Your team can operate like a pro today.
>
> Ensure that your team succeeds by using our proven process and turnkey blueprints. Plus, we stick around until you succeed.
>
> * [What is a DevOps Accelerator](https://cloudposse.com/devops-accelerator/)
> * [The Big Picture](https://cloudposse.com/big-picture/)
<br/>

> [!NOTE]
> ### Our Approach
>
> After you work with Cloud Posse, your team will know what they're doing.
>
> You will have a plan in place to handle deploying every new service your company builds. You will have peace of mind knowing that everything is defined with infrastructure as code and confident in your ability to deliver. Your team will have learned to fish and become autonomous. And guess what? We are here to pull you out if you ever get stuck in the mud.
>
> * [Case Studies](https://cloudposse.com/case-studies/)
> * [Foundational Infrastructure](https://cloudposse.com/reference-architecture/foundational-infrastructure/)
> * [Foundational Platform](https://cloudposse.com/reference-architecture/foundational-platform/)
> * [Foundational Release Engineering](https://cloudposse.com/reference-architecture/foundational-release-engineering/)
> * [Foundational SRE](https://cloudposse.com/reference-architecture/foundational-sre/)
> * [Foundational Security & Compliance](https://cloudposse.com/reference-architecture/foundational-security-and-compliance/)
<br/>

> [!NOTE]
> ### How it Works
> Use the industry's most robust AWS reference architecture for terraform to solve your most challenging problems of compliance and observability.
>
> Our plan ensures you have a platform built for scale and we'll guide you along the way so you can make informed decisions. After you graduate from our accelerator, we offer long-term support to help you grow.
>
> * [Reference Architecture](https://cloudposse.com/reference-architecture/)
> * [Our Toolchain](https://cloudposse.com/toolchain/)
> * [Getting Started](https://cloudposse.com/get-started/)
> * [FAQs](https://cloudposse.com/faq/)
<br/>

> [!TIP]
>
> ### Check out Terraform Modules
>
> We have [*hundreds of FREE terraform modules*][terraform_modules] that are Open Source and well-maintained!
>
> [![Terraform Open Source Modules](https://docs.cloudposse.com/images/terraform-open-source-modules.svg)][terraform_modules]
>
> Everything is 100% Open Source and licensed under the [APACHE2](LICENSE).

[![README Footer][readme_footer_img]][readme_footer_link]
Expand Down

0 comments on commit e059b64

Please sign in to comment.