-
Notifications
You must be signed in to change notification settings - Fork 209
feat: add sendops and cloud66 icons #169
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
Open
khash
wants to merge
6
commits into
vorillaz:canary
Choose a base branch
from
khash:feat/add-sendops-cloud66-icons
base: canary
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
737a758
Merge pull request #168 from vorillaz/canary
vorillaz a90a4e5
feat: add sendops icon
f9a56de
docs: add sendops icon
5f39789
feat: add cloud66 icon
4f7c602
docs: add cloud66 icon
90f654e
fix(cloud66): preserve horizontal strip in monochrome and fit icon to…
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| --- | ||
| name: "Cloud 66" | ||
| description: "Cloud 66 is a deployment and operations platform that helps engineering teams build, deploy, and manage applications and Docker containers on any cloud or server." | ||
| icons: ["cloud66-icon", "cloud66"] | ||
| tags: ["devops", "deployment", "containers", "paas"] | ||
| website: "https://www.cloud66.com/" | ||
| mainColor: "#3C72B9" | ||
| otherColors: ["#57BD5C", "#FFFFFF"] | ||
| aliases: ["cloud-66"] | ||
| version: "1.0.0" | ||
| --- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| --- | ||
| name: "SendOps" | ||
| description: "SendOps is an operational layer for AWS SES that provides email delivery analytics, template management, and monitoring with flat pricing." | ||
| icons: ["sendops-icon", "sendops"] | ||
| tags: ["email", "transactional", "smtp", "aws"] | ||
| website: "https://sendops.dev/" | ||
| mainColor: "#1A2C8C" | ||
| otherColors: ["#8591FF", "#E8EDFF"] | ||
| aliases: ["send-ops"] | ||
| version: "1.0.0" | ||
| --- |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
|
Owner
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The monochrome version seems a bit off since there is a strip in the original icon. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems there is a blank strip missing from the original. Also the icon should fit by width and / or height.