From 74f8b8167363bd38c8d186595b8b4b1ba0dd5ce5 Mon Sep 17 00:00:00 2001
From: Anton Novojilov
Date: Wed, 18 Aug 2021 01:48:25 +0300
Subject: [PATCH 1/2] Improve README
---
.github/images/flat_blue.svg | 1 +
.github/images/flat_brightgreen.svg | 1 +
.github/images/flat_critical.svg | 1 +
.github/images/flat_custom.svg | 1 +
.github/images/flat_green.svg | 1 +
.github/images/flat_important.svg | 1 +
.github/images/flat_inactive.svg | 1 +
.github/images/flat_informational.svg | 1 +
.github/images/flat_lightgrey.svg | 1 +
.github/images/flat_orange.svg | 1 +
.github/images/flat_red.svg | 1 +
.github/images/flat_success.svg | 1 +
.github/images/flat_yellow.svg | 1 +
.github/images/flat_yellowgreen.svg | 1 +
.github/images/plastic_blue.svg | 1 +
.github/images/plastic_brightgreen.svg | 1 +
.github/images/plastic_critical.svg | 1 +
.github/images/plastic_custom.svg | 1 +
.github/images/plastic_green.svg | 1 +
.github/images/plastic_important.svg | 1 +
.github/images/plastic_inactive.svg | 1 +
.github/images/plastic_informational.svg | 1 +
.github/images/plastic_lightgrey.svg | 1 +
.github/images/plastic_orange.svg | 1 +
.github/images/plastic_red.svg | 1 +
.github/images/plastic_success.svg | 1 +
.github/images/plastic_yellow.svg | 1 +
.github/images/plastic_yellowgreen.svg | 1 +
.github/images/square_blue.svg | 1 +
.github/images/square_brightgreen.svg | 1 +
.github/images/square_critical.svg | 1 +
.github/images/square_custom.svg | 1 +
.github/images/square_green.svg | 1 +
.github/images/square_important.svg | 1 +
.github/images/square_inactive.svg | 1 +
.github/images/square_informational.svg | 1 +
.github/images/square_lightgrey.svg | 1 +
.github/images/square_orange.svg | 1 +
.github/images/square_red.svg | 1 +
.github/images/square_success.svg | 1 +
.github/images/square_yellow.svg | 1 +
.github/images/square_yellowgreen.svg | 1 +
README.md | 21 ++++++++++++++++++++-
43 files changed, 62 insertions(+), 1 deletion(-)
create mode 100644 .github/images/flat_blue.svg
create mode 100644 .github/images/flat_brightgreen.svg
create mode 100644 .github/images/flat_critical.svg
create mode 100644 .github/images/flat_custom.svg
create mode 100644 .github/images/flat_green.svg
create mode 100644 .github/images/flat_important.svg
create mode 100644 .github/images/flat_inactive.svg
create mode 100644 .github/images/flat_informational.svg
create mode 100644 .github/images/flat_lightgrey.svg
create mode 100644 .github/images/flat_orange.svg
create mode 100644 .github/images/flat_red.svg
create mode 100644 .github/images/flat_success.svg
create mode 100644 .github/images/flat_yellow.svg
create mode 100644 .github/images/flat_yellowgreen.svg
create mode 100644 .github/images/plastic_blue.svg
create mode 100644 .github/images/plastic_brightgreen.svg
create mode 100644 .github/images/plastic_critical.svg
create mode 100644 .github/images/plastic_custom.svg
create mode 100644 .github/images/plastic_green.svg
create mode 100644 .github/images/plastic_important.svg
create mode 100644 .github/images/plastic_inactive.svg
create mode 100644 .github/images/plastic_informational.svg
create mode 100644 .github/images/plastic_lightgrey.svg
create mode 100644 .github/images/plastic_orange.svg
create mode 100644 .github/images/plastic_red.svg
create mode 100644 .github/images/plastic_success.svg
create mode 100644 .github/images/plastic_yellow.svg
create mode 100644 .github/images/plastic_yellowgreen.svg
create mode 100644 .github/images/square_blue.svg
create mode 100644 .github/images/square_brightgreen.svg
create mode 100644 .github/images/square_critical.svg
create mode 100644 .github/images/square_custom.svg
create mode 100644 .github/images/square_green.svg
create mode 100644 .github/images/square_important.svg
create mode 100644 .github/images/square_inactive.svg
create mode 100644 .github/images/square_informational.svg
create mode 100644 .github/images/square_lightgrey.svg
create mode 100644 .github/images/square_orange.svg
create mode 100644 .github/images/square_red.svg
create mode 100644 .github/images/square_success.svg
create mode 100644 .github/images/square_yellow.svg
create mode 100644 .github/images/square_yellowgreen.svg
diff --git a/.github/images/flat_blue.svg b/.github/images/flat_blue.svg
new file mode 100644
index 0000000..49e9f87
--- /dev/null
+++ b/.github/images/flat_blue.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/.github/images/flat_brightgreen.svg b/.github/images/flat_brightgreen.svg
new file mode 100644
index 0000000..dbccd09
--- /dev/null
+++ b/.github/images/flat_brightgreen.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/.github/images/flat_critical.svg b/.github/images/flat_critical.svg
new file mode 100644
index 0000000..69ac634
--- /dev/null
+++ b/.github/images/flat_critical.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/.github/images/flat_custom.svg b/.github/images/flat_custom.svg
new file mode 100644
index 0000000..0024b92
--- /dev/null
+++ b/.github/images/flat_custom.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/.github/images/flat_green.svg b/.github/images/flat_green.svg
new file mode 100644
index 0000000..929da59
--- /dev/null
+++ b/.github/images/flat_green.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/.github/images/flat_important.svg b/.github/images/flat_important.svg
new file mode 100644
index 0000000..3bfa71c
--- /dev/null
+++ b/.github/images/flat_important.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/.github/images/flat_inactive.svg b/.github/images/flat_inactive.svg
new file mode 100644
index 0000000..88be8a2
--- /dev/null
+++ b/.github/images/flat_inactive.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/.github/images/flat_informational.svg b/.github/images/flat_informational.svg
new file mode 100644
index 0000000..3c0b0d6
--- /dev/null
+++ b/.github/images/flat_informational.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/.github/images/flat_lightgrey.svg b/.github/images/flat_lightgrey.svg
new file mode 100644
index 0000000..be4d04a
--- /dev/null
+++ b/.github/images/flat_lightgrey.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/.github/images/flat_orange.svg b/.github/images/flat_orange.svg
new file mode 100644
index 0000000..da8f358
--- /dev/null
+++ b/.github/images/flat_orange.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/.github/images/flat_red.svg b/.github/images/flat_red.svg
new file mode 100644
index 0000000..7d3b69d
--- /dev/null
+++ b/.github/images/flat_red.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/.github/images/flat_success.svg b/.github/images/flat_success.svg
new file mode 100644
index 0000000..ba92a33
--- /dev/null
+++ b/.github/images/flat_success.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/.github/images/flat_yellow.svg b/.github/images/flat_yellow.svg
new file mode 100644
index 0000000..b91b878
--- /dev/null
+++ b/.github/images/flat_yellow.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/.github/images/flat_yellowgreen.svg b/.github/images/flat_yellowgreen.svg
new file mode 100644
index 0000000..28ec70b
--- /dev/null
+++ b/.github/images/flat_yellowgreen.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/.github/images/plastic_blue.svg b/.github/images/plastic_blue.svg
new file mode 100644
index 0000000..51f2a78
--- /dev/null
+++ b/.github/images/plastic_blue.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/.github/images/plastic_brightgreen.svg b/.github/images/plastic_brightgreen.svg
new file mode 100644
index 0000000..61b9312
--- /dev/null
+++ b/.github/images/plastic_brightgreen.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/.github/images/plastic_critical.svg b/.github/images/plastic_critical.svg
new file mode 100644
index 0000000..b3668fc
--- /dev/null
+++ b/.github/images/plastic_critical.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/.github/images/plastic_custom.svg b/.github/images/plastic_custom.svg
new file mode 100644
index 0000000..1751619
--- /dev/null
+++ b/.github/images/plastic_custom.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/.github/images/plastic_green.svg b/.github/images/plastic_green.svg
new file mode 100644
index 0000000..07c890b
--- /dev/null
+++ b/.github/images/plastic_green.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/.github/images/plastic_important.svg b/.github/images/plastic_important.svg
new file mode 100644
index 0000000..78b3f98
--- /dev/null
+++ b/.github/images/plastic_important.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/.github/images/plastic_inactive.svg b/.github/images/plastic_inactive.svg
new file mode 100644
index 0000000..f8924c7
--- /dev/null
+++ b/.github/images/plastic_inactive.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/.github/images/plastic_informational.svg b/.github/images/plastic_informational.svg
new file mode 100644
index 0000000..0e715a2
--- /dev/null
+++ b/.github/images/plastic_informational.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/.github/images/plastic_lightgrey.svg b/.github/images/plastic_lightgrey.svg
new file mode 100644
index 0000000..03e1526
--- /dev/null
+++ b/.github/images/plastic_lightgrey.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/.github/images/plastic_orange.svg b/.github/images/plastic_orange.svg
new file mode 100644
index 0000000..2b0075e
--- /dev/null
+++ b/.github/images/plastic_orange.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/.github/images/plastic_red.svg b/.github/images/plastic_red.svg
new file mode 100644
index 0000000..cc7ebd7
--- /dev/null
+++ b/.github/images/plastic_red.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/.github/images/plastic_success.svg b/.github/images/plastic_success.svg
new file mode 100644
index 0000000..06c80c3
--- /dev/null
+++ b/.github/images/plastic_success.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/.github/images/plastic_yellow.svg b/.github/images/plastic_yellow.svg
new file mode 100644
index 0000000..236afb2
--- /dev/null
+++ b/.github/images/plastic_yellow.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/.github/images/plastic_yellowgreen.svg b/.github/images/plastic_yellowgreen.svg
new file mode 100644
index 0000000..00242a2
--- /dev/null
+++ b/.github/images/plastic_yellowgreen.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/.github/images/square_blue.svg b/.github/images/square_blue.svg
new file mode 100644
index 0000000..aeaa4da
--- /dev/null
+++ b/.github/images/square_blue.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/.github/images/square_brightgreen.svg b/.github/images/square_brightgreen.svg
new file mode 100644
index 0000000..475ed2e
--- /dev/null
+++ b/.github/images/square_brightgreen.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/.github/images/square_critical.svg b/.github/images/square_critical.svg
new file mode 100644
index 0000000..bd1d2df
--- /dev/null
+++ b/.github/images/square_critical.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/.github/images/square_custom.svg b/.github/images/square_custom.svg
new file mode 100644
index 0000000..d778ed1
--- /dev/null
+++ b/.github/images/square_custom.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/.github/images/square_green.svg b/.github/images/square_green.svg
new file mode 100644
index 0000000..519f770
--- /dev/null
+++ b/.github/images/square_green.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/.github/images/square_important.svg b/.github/images/square_important.svg
new file mode 100644
index 0000000..27606f3
--- /dev/null
+++ b/.github/images/square_important.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/.github/images/square_inactive.svg b/.github/images/square_inactive.svg
new file mode 100644
index 0000000..4bab468
--- /dev/null
+++ b/.github/images/square_inactive.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/.github/images/square_informational.svg b/.github/images/square_informational.svg
new file mode 100644
index 0000000..2d7d5b5
--- /dev/null
+++ b/.github/images/square_informational.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/.github/images/square_lightgrey.svg b/.github/images/square_lightgrey.svg
new file mode 100644
index 0000000..f6a400f
--- /dev/null
+++ b/.github/images/square_lightgrey.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/.github/images/square_orange.svg b/.github/images/square_orange.svg
new file mode 100644
index 0000000..525f701
--- /dev/null
+++ b/.github/images/square_orange.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/.github/images/square_red.svg b/.github/images/square_red.svg
new file mode 100644
index 0000000..04c3ce0
--- /dev/null
+++ b/.github/images/square_red.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/.github/images/square_success.svg b/.github/images/square_success.svg
new file mode 100644
index 0000000..9a9dacd
--- /dev/null
+++ b/.github/images/square_success.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/.github/images/square_yellow.svg b/.github/images/square_yellow.svg
new file mode 100644
index 0000000..fa43fda
--- /dev/null
+++ b/.github/images/square_yellow.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/.github/images/square_yellowgreen.svg b/.github/images/square_yellowgreen.svg
new file mode 100644
index 0000000..294f829
--- /dev/null
+++ b/.github/images/square_yellowgreen.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/README.md b/README.md
index d2e19d2..df4ecb9 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@
-Installation • Usage example • Build Status • Contributing • Thanks • License
+Installation • Usage example • Examples • Build Status • Contributing • Thanks • License
@@ -55,6 +55,25 @@ func main() {
}
```
+### Examples
+
+| Flat | Flat Square | Plastic |
+|------|-------------|---------|
+| [flat](.github/images/flat_brightgreen.svg) | [square](.github/images/square_brightgreen.svg) | [plastic](.github/images/plastic_brightgreen.svg) |
+| [flat](.github/images/flat_green.svg) | [square](.github/images/square_green.svg) | [plastic](.github/images/plastic_green.svg) |
+| [flat](.github/images/flat_yellowgreen.svg) | [square](.github/images/square_yellowgreen.svg) | [plastic](.github/images/plastic_yellowgreen.svg) |
+| [flat](.github/images/flat_yellow.svg) | [square](.github/images/square_yellow.svg) | [plastic](.github/images/plastic_yellow.svg) |
+| [flat](.github/images/flat_orange.svg) | [square](.github/images/square_orange.svg) | [plastic](.github/images/plastic_orange.svg) |
+| [flat](.github/images/flat_red.svg) | [square](.github/images/square_red.svg) | [plastic](.github/images/plastic_red.svg) |
+| [flat](.github/images/flat_blue.svg) | [square](.github/images/square_blue.svg) | [plastic](.github/images/plastic_blue.svg) |
+| [flat](.github/images/flat_lightgrey.svg) | [square](.github/images/square_lightgrey.svg) | [plastic](.github/images/plastic_lightgrey.svg) |
+| [flat](.github/images/flat_success.svg) | [square](.github/images/square_success.svg) | [plastic](.github/images/plastic_success.svg) |
+| [flat](.github/images/flat_important.svg) | [square](.github/images/square_important.svg) | [plastic](.github/images/plastic_important.svg) |
+| [flat](.github/images/flat_critical.svg) | [square](.github/images/square_critical.svg) | [plastic](.github/images/plastic_critical.svg) |
+| [flat](.github/images/flat_informational.svg) | [square](.github/images/square_informational.svg) | [plastic](.github/images/plastic_informational.svg) |
+| [flat](.github/images/flat_inactive.svg) | [square](.github/images/square_inactive.svg) | [plastic](.github/images/plastic_inactive.svg) |
+| [flat](.github/images/flat_custom.svg) | [square](.github/images/square_custom.svg) | [plastic](.github/images/plastic_custom.svg) |
+
### Build Status
| Branch | Status |
From 8c94205be49b5e416b50b979aab2afb9de6520ef Mon Sep 17 00:00:00 2001
From: Anton Novojilov
Date: Wed, 18 Aug 2021 01:49:18 +0300
Subject: [PATCH 2/2] Improve README
---
README.md | 28 ++++++++++++++--------------
1 file changed, 14 insertions(+), 14 deletions(-)
diff --git a/README.md b/README.md
index df4ecb9..887f5e6 100644
--- a/README.md
+++ b/README.md
@@ -59,20 +59,20 @@ func main() {
| Flat | Flat Square | Plastic |
|------|-------------|---------|
-| [flat](.github/images/flat_brightgreen.svg) | [square](.github/images/square_brightgreen.svg) | [plastic](.github/images/plastic_brightgreen.svg) |
-| [flat](.github/images/flat_green.svg) | [square](.github/images/square_green.svg) | [plastic](.github/images/plastic_green.svg) |
-| [flat](.github/images/flat_yellowgreen.svg) | [square](.github/images/square_yellowgreen.svg) | [plastic](.github/images/plastic_yellowgreen.svg) |
-| [flat](.github/images/flat_yellow.svg) | [square](.github/images/square_yellow.svg) | [plastic](.github/images/plastic_yellow.svg) |
-| [flat](.github/images/flat_orange.svg) | [square](.github/images/square_orange.svg) | [plastic](.github/images/plastic_orange.svg) |
-| [flat](.github/images/flat_red.svg) | [square](.github/images/square_red.svg) | [plastic](.github/images/plastic_red.svg) |
-| [flat](.github/images/flat_blue.svg) | [square](.github/images/square_blue.svg) | [plastic](.github/images/plastic_blue.svg) |
-| [flat](.github/images/flat_lightgrey.svg) | [square](.github/images/square_lightgrey.svg) | [plastic](.github/images/plastic_lightgrey.svg) |
-| [flat](.github/images/flat_success.svg) | [square](.github/images/square_success.svg) | [plastic](.github/images/plastic_success.svg) |
-| [flat](.github/images/flat_important.svg) | [square](.github/images/square_important.svg) | [plastic](.github/images/plastic_important.svg) |
-| [flat](.github/images/flat_critical.svg) | [square](.github/images/square_critical.svg) | [plastic](.github/images/plastic_critical.svg) |
-| [flat](.github/images/flat_informational.svg) | [square](.github/images/square_informational.svg) | [plastic](.github/images/plastic_informational.svg) |
-| [flat](.github/images/flat_inactive.svg) | [square](.github/images/square_inactive.svg) | [plastic](.github/images/plastic_inactive.svg) |
-| [flat](.github/images/flat_custom.svg) | [square](.github/images/square_custom.svg) | [plastic](.github/images/plastic_custom.svg) |
+| ![flat](.github/images/flat_brightgreen.svg) | ![square](.github/images/square_brightgreen.svg) | ![plastic](.github/images/plastic_brightgreen.svg) |
+| ![flat](.github/images/flat_green.svg) | ![square](.github/images/square_green.svg) | ![plastic](.github/images/plastic_green.svg) |
+| ![flat](.github/images/flat_yellowgreen.svg) | ![square](.github/images/square_yellowgreen.svg) | ![plastic](.github/images/plastic_yellowgreen.svg) |
+| ![flat](.github/images/flat_yellow.svg) | ![square](.github/images/square_yellow.svg) | ![plastic](.github/images/plastic_yellow.svg) |
+| ![flat](.github/images/flat_orange.svg) | ![square](.github/images/square_orange.svg) | ![plastic](.github/images/plastic_orange.svg) |
+| ![flat](.github/images/flat_red.svg) | ![square](.github/images/square_red.svg) | ![plastic](.github/images/plastic_red.svg) |
+| ![flat](.github/images/flat_blue.svg) | ![square](.github/images/square_blue.svg) | ![plastic](.github/images/plastic_blue.svg) |
+| ![flat](.github/images/flat_lightgrey.svg) | ![square](.github/images/square_lightgrey.svg) | ![plastic](.github/images/plastic_lightgrey.svg) |
+| ![flat](.github/images/flat_success.svg) | ![square](.github/images/square_success.svg) | ![plastic](.github/images/plastic_success.svg) |
+| ![flat](.github/images/flat_important.svg) | ![square](.github/images/square_important.svg) | ![plastic](.github/images/plastic_important.svg) |
+| ![flat](.github/images/flat_critical.svg) | ![square](.github/images/square_critical.svg) | ![plastic](.github/images/plastic_critical.svg) |
+| ![flat](.github/images/flat_informational.svg) | ![square](.github/images/square_informational.svg) | ![plastic](.github/images/plastic_informational.svg) |
+| ![flat](.github/images/flat_inactive.svg) | ![square](.github/images/square_inactive.svg) | ![plastic](.github/images/plastic_inactive.svg) |
+| ![flat](.github/images/flat_custom.svg) | ![square](.github/images/square_custom.svg) | ![plastic](.github/images/plastic_custom.svg) |
### Build Status