Skip to content

Commit c04f98d

Browse files
authored
docs: update vgv logo (#23)
1 parent aba4273 commit c04f98d

File tree

5 files changed

+42
-10
lines changed

5 files changed

+42
-10
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ unlinked_spec.ds
9595

9696
# Coverage
9797
coverage/
98-
coverage_badge.svg
9998
.test_coverage.dart
10099
*.lcov
101100
nohup.out

README.md

Lines changed: 22 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
# 🕊 mockingjay
22

3-
[![Very Good Ventures](https://raw.githubusercontent.com/VeryGoodOpenSource/mockingjay/main/assets/vgv_logo.png)](https://verygood.ventures)
3+
[![Very Good Ventures][logo_white]][very_good_ventures_link_dark]
4+
[![Very Good Ventures][logo_black]][very_good_ventures_link_light]
45

5-
Developed with 💙 by [Very Good Ventures](https://verygood.ventures) 🦄
6+
Developed with 💙 by [Very Good Ventures][very_good_ventures_link] 🦄
67

7-
[![ci](https://github.com/VeryGoodOpenSource/mockingjay/workflows/mockingjay/badge.svg)](https://github.com/VeryGoodOpenSource/mockingjay/actions)
8-
[![pub package](https://img.shields.io/pub/v/mockingjay.svg)](https://pub.dartlang.org/packages/mockingjay)
9-
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)
10-
[![style: very good analysis][badge]][badge_link]
8+
[![ci][ci_badge]][ci_link]
9+
[![coverage][coverage_badge]][ci_link]
10+
[![pub package][pub_badge]][pub_link]
11+
[![License: MIT][license_badge]][license_link]
12+
[![style: very good analysis][very_good_analysis_badge]][very_good_analysis_badge_link]
1113

1214
---
1315

@@ -96,7 +98,18 @@ void main() {
9698
}
9799
```
98100

99-
[very good analysis]: https://github.com/VeryGoodOpenSource/very_good_analysis
100-
[badge]: https://img.shields.io/badge/style-very_good_analysis-B22C89.svg
101-
[badge_link]: https://pub.dev/packages/mockingjay
101+
[ci_badge]: https://github.com/VeryGoodOpenSource/mockingjay/workflows/mockingjay/badge.svg
102+
[ci_link]: https://github.com/VeryGoodOpenSource/mockingjay/actions
103+
[coverage_badge]: https://raw.githubusercontent.com/VeryGoodOpenSource/mockingjay/main/coverage_badge.svg
104+
[license_badge]: https://img.shields.io/badge/license-MIT-blue.svg
105+
[license_link]: https://opensource.org/licenses/MIT
106+
[logo_black]: https://raw.githubusercontent.com/VeryGoodOpenSource/mockingjay/main/assets/vgv_logo_black.png#gh-light-mode-only
107+
[logo_white]: https://raw.githubusercontent.com/VeryGoodOpenSource/mockingjay/main/assets/vgv_logo_white.png#gh-dark-mode-only
102108
[mocktail]: https://pub.dev/packages/mocktail
109+
[pub_badge]: https://img.shields.io/pub/v/mockingjay.svg
110+
[pub_link]: https://pub.dartlang.org/packages/mockingjay
111+
[very_good_analysis_badge]: https://img.shields.io/badge/style-very_good_analysis-B22C89.svg
112+
[very_good_analysis_badge_link]: https://pub.dev/packages/very_good_analysis
113+
[very_good_ventures_link]: https://verygood.ventures
114+
[very_good_ventures_link_dark]: https://verygood.ventures#gh-dark-mode-only
115+
[very_good_ventures_link_light]: https://verygood.ventures#gh-light-mode-only

assets/vgv_logo_black.png

16.5 KB
Loading

assets/vgv_logo_white.png

18.1 KB
Loading

coverage_badge.svg

Lines changed: 20 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)