Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Darkmode #33

Merged
merged 53 commits into from
Feb 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
ed18822
support light/dark mode images
osterman Feb 2, 2024
e901696
optimize readme formatting
osterman Feb 2, 2024
94f1762
spruce up checkboxes
osterman Feb 2, 2024
52aeae2
adjust formatting
osterman Feb 5, 2024
dc5f7c1
fix logic
osterman Feb 5, 2024
05392a5
remove whitespace
osterman Feb 5, 2024
6a0abfb
remove whitespace
osterman Feb 5, 2024
48756d3
convert to using img tags and support video
osterman Feb 5, 2024
c4fb9e1
import strings
osterman Feb 5, 2024
d18484a
fix regex match
osterman Feb 5, 2024
af280b7
rebuild readme
osterman Feb 5, 2024
d8003b8
convert banner image to html
osterman Feb 5, 2024
936998e
update readme
osterman Feb 5, 2024
c0bb2f8
update readme
osterman Feb 5, 2024
2558a43
update readme
osterman Feb 6, 2024
c8cad19
update readme
osterman Feb 6, 2024
c9abe06
fix formatting
osterman Feb 6, 2024
b102440
update readme
osterman Feb 6, 2024
e86a780
update readme
osterman Feb 6, 2024
f9a1676
update readme
osterman Feb 6, 2024
58f16bc
update readme
osterman Feb 6, 2024
e0b4761
update readme
osterman Feb 6, 2024
464b272
update readme
osterman Feb 6, 2024
5142158
update readme
osterman Feb 6, 2024
4ea4042
update readme
osterman Feb 6, 2024
bb74aae
update readme
osterman Feb 6, 2024
eacf2be
update readme
osterman Feb 6, 2024
9855722
update readme
osterman Feb 6, 2024
71bff18
update readme
osterman Feb 6, 2024
7577c26
update readme
osterman Feb 6, 2024
97612b5
update readme
osterman Feb 6, 2024
cca7746
update readme
osterman Feb 6, 2024
0266ab6
update readme
osterman Feb 6, 2024
93c7a4f
update readme
osterman Feb 6, 2024
a0ec7c2
update readme
osterman Feb 6, 2024
00381f3
play with whitespace
osterman Feb 6, 2024
b226107
play with whitespace
osterman Feb 6, 2024
192f7c6
update copy
osterman Feb 6, 2024
3de6f98
update readme
osterman Feb 6, 2024
fe8b973
update readme
osterman Feb 6, 2024
d51eaf1
update readme
osterman Feb 6, 2024
4834136
update readme
osterman Feb 6, 2024
edb148c
update readme
osterman Feb 6, 2024
7b828b9
update readme
osterman Feb 6, 2024
09822ff
update copy
osterman Feb 6, 2024
1fcee37
update readme
osterman Feb 6, 2024
40e0f33
update readme
osterman Feb 6, 2024
c1c3a53
update readme
osterman Feb 6, 2024
7dc800f
update readme
osterman Feb 6, 2024
5b79619
update copy
osterman Feb 6, 2024
dbb306d
update readme
osterman Feb 6, 2024
cbce291
update readme
osterman Feb 6, 2024
32bcd87
fix video tag to supported format
osterman Feb 6, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
71 changes: 45 additions & 26 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@

<!-- markdownlint-disable -->
[![Project Banner](.github/banner.png?raw=true)](https://cpco.io/homepage)
[![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/)
<a href="https://cpco.io/homepage"><img src=".github/banner.png?raw=true" alt="Project Banner"/></a><br/>
<p align="right">
<a href="https://github.com/cloudposse/.github/commits/main/"><img src="https://img.shields.io/github/last-commit/cloudposse/.github/main?style=for-the-badge" alt="Last Update"/></a><a href="https://slack.cloudposse.com"><img src="https://slack.cloudposse.com/for-the-badge.svg" alt="Slack Community"/></a></p>
<!-- markdownlint-restore -->


<!--




** DO NOT EDIT THIS FILE
**
** This file was automatically generated by the `build-harness`.
** This file was automatically generated by the `cloudposse/build-harness`.
** 1) Make all changes to `README.yaml`
** 2) Run `make init` (you only need to do this once)
** 3) Run`make readme` to rebuild this file.
Expand All @@ -29,22 +29,28 @@
This repository fulfills several unique functions functions for the Cloud Posse GitHub Organization.

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)
- **[`profile/README.md`](profile/README.md)** - the profile README for the Cloud Posse GitHub organization
- **[`CONTRIBUTING.md`](CONTRIBUTING.md)** - how to get started contributing to our projects
- **[`SECURITY.md`](SECURITY.md)** - our security policy and how to report vulnerabilities
- **[`CODE_OF_CONDUCT.md`](CODE_OF_CONDUCT.md)** - our code of conduct covering our community and projects
- **[`SUPPORT.md`](SUPPORT.md)** - where to get support for our projects
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 if the default copies of these files were present in the repo.
These files include:
- [`.github/CODEOWNERS`](.github/CODEOWNERS)
- [`FUNDING.yml`](FUNDING.yml)
- [`.github/ISSUE_TEMPLATE/*`](.github/ISSUE_TEMPLATE/)
- [`.github/PULL_REQUEST_TEMPLATE.md`](.github/PULL_REQUEST_TEMPLATE.md)
- **[`.github/CODEOWNERS`](.github/CODEOWNERS)** - governs required approvals for pull requests
- **[`FUNDING.yml`](FUNDING.yml)** - how to support the project financially
- **[`.github/ISSUE_TEMPLATE/*`](.github/ISSUE_TEMPLATE/)** - issue templates for the project
- **[`.github/PULL_REQUEST_TEMPLATE.md`](.github/PULL_REQUEST_TEMPLATE.md)** - pull request template for the project


---
> [!NOTE]
> This project is part of Cloud Posse's comprehensive ["SweetOps"](https://cpco.io/sweetops) approach towards DevOps.
> <details><summary>Learn More</summary>
>
> It's 100% Open Source and licensed under the [APACHE2](LICENSE).
>
> </details>

[![README Header][readme_header_img]][readme_header_link]

Expand All @@ -67,7 +73,7 @@ To add all repository bootstrapping files to a new repo:

## ✨ Contributing

This project is under active development, and we encourage contributions from our community.
This project is under active development, and we encourage contributions from our community.
Many thanks to our outstanding contributors:

<a href="https://github.com/cloudposse/.github/graphs/contributors">
Expand All @@ -80,15 +86,16 @@ Please use the [issue tracker](https://github.com/cloudposse/.github/issues) to

### 💻 Developing

If you are interested in being a contributor and want to get involved in developing this project or [help out](https://cpco.io/help-out) with Cloud Posse's other projects, we would love to hear from you! Shoot us an [email][email].
If you are interested in being a contributor and want to get involved in developing this project or help out with Cloud Posse's other projects, we would love to hear from you!
Hit us up in [Slack][slack], in the `#cloudposse` channel.

In general, PRs are welcome. We follow the typical "fork-and-pull" Git workflow.

1. **Fork** the repo on GitHub
2. **Clone** the project to your own machine
3. **Commit** changes to your own branch
4. **Push** your work back up to your fork
5. Submit a **Pull Request** so that we can review your changes
1. Review our [Code of Conduct](https://github.com/cloudposse/.github/?tab=coc-ov-file#code-of-conduct) and [Contributor Guidelines](https://github.com/cloudposse/.github/blob/main/CONTRIBUTING.md).
2. **Fork** the repo on GitHub
3. **Clone** the project to your own machine
4. **Commit** changes to your own branch
5. **Push** your work back up to your fork
6. Submit a **Pull Request** so that we can review your changes

**NOTE:** Be sure to merge the latest changes from "upstream" before making a pull request!

Expand All @@ -98,27 +105,34 @@ Join our [Open Source Community][slack] on Slack. It's **FREE** for everyone! Ou

### 📰 Newsletter

Sign up for [our newsletter][newsletter] that covers everything on our technology radar. Receive updates on what we're up to on GitHub as well as awesome new projects we discover.
Sign up for [our newsletter][newsletter] and join 3,000+ DevOps engineers, CTOs, and founders who get insider access to the latest DevOps trends, so you can always stay in the know.
Dropped straight into your Inbox every week — and usually a 5-minute read.

### 📆 Office Hours <img src="https://img.cloudposse.com/fit-in/200x200/https://cloudposse.com/wp-content/uploads/2019/08/Powered-by-Zoom.png" align="right" />

[Join us every Wednesday via Zoom][office_hours] for our weekly "Lunch & Learn" sessions. It's **FREE** for everyone!
[Join us every Wednesday via Zoom][office_hours] for your weekly dose of insider DevOps trends, AWS news and Terraform insights, all sourced from our SweetOps community, plus a _live Q&A_ that you can’t find anywhere else.
It's **FREE** for everyone!

## About
## About

This project is maintained and funded by [Cloud Posse, LLC][website].
This project is maintained by [Cloud Posse, LLC][website].
<a href="https://cpco.io/homepage"><img src="https://cloudposse.com/logo-300x69.svg" align="right" /></a>

We are a [**DevOps Accelerator**][commercial_support]. We'll help you build your cloud infrastructure from the ground up so you can own it. Then we'll show you how to operate it and stick around for as long as you need us.
We are a [**DevOps Accelerator**][commercial_support] for funded startups and enterprises.
Use our ready-to-go terraform architecture blueprints for AWS to get up and running quickly.
We build it with you. You own everything. Your team wins. Plus, we stick around until you succeed.

[![Learn More](https://img.shields.io/badge/learn%20more-success.svg?style=for-the-badge)][commercial_support]

Work directly with our team of DevOps experts via email, slack, and video conferencing.
*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.

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.
<details>
<summary>📚 <strong>What's included?</strong></summary>

- **Reference Architecture.** You'll get everything you need from the ground up built using 100% infrastructure as code.
- **Release Engineering.** You'll have end-to-end CI/CD with unlimited staging environments.
- **Deployment Strategy.** You'll have a battle-tested deployment strategy using GitHub Actions that's automated and repeatable.
- **Site Reliability Engineering.** You'll have total visibility into your apps and microservices.
- **Security Baseline.** You'll have built-in governance with accountability and audit logs for all changes.
- **GitOps.** You'll be able to operate your infrastructure via Pull Requests.
Expand All @@ -127,13 +141,17 @@ We deliver 10x the value for a fraction of the cost of a full-time engineer. Our
- **Troubleshooting.** You'll get help to triage when things aren't working.
- **Code Reviews.** You'll receive constructive feedback on Pull Requests.
- **Bug Fixes.** We'll rapidly work with you to fix any bugs in our projects.
</details>

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

[![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.
<details>
<summary>Preamble to the Apache License, Version 2.0</summary>
<br/>
<br/>

```text
Licensed to the Apache Software Foundation (ASF) under one
Expand All @@ -153,6 +171,7 @@ KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
```
</details>

## Trademarks

Expand Down
Loading
Loading