mirror of
https://github.com/go-task/task.git
synced 2025-08-10 22:42:19 +02:00
Add Gold Sponsors section
This commit is contained in:
12
README.md
12
README.md
@@ -13,3 +13,15 @@
|
|||||||
<a href="https://taskfile.dev/installation/">Installation</a> | <a href="https://taskfile.dev/usage/">Documentation</a> | <a href="https://twitter.com/taskfiledev">Twitter</a> | <a href="https://discord.gg/6TY36E39UK">Discord</a>
|
<a href="https://taskfile.dev/installation/">Installation</a> | <a href="https://taskfile.dev/usage/">Documentation</a> | <a href="https://twitter.com/taskfiledev">Twitter</a> | <a href="https://discord.gg/6TY36E39UK">Discord</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
## Gold Sponsors
|
||||||
|
|
||||||
|
<div align="center">
|
||||||
|
|
||||||
|
| [Appwrite][appwrite] |
|
||||||
|
| - |
|
||||||
|
| [][appwrite] |
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
[appwrite]: https://appwrite.io/?utm_source=task_github&utm_medium=social&utm_campaign=task_oss_fund
|
||||||
|
@@ -48,6 +48,16 @@ guide to check the full schema documentation and Task features.
|
|||||||
if a given set of files haven't changed since last run (based either on its
|
if a given set of files haven't changed since last run (based either on its
|
||||||
timestamp or content).
|
timestamp or content).
|
||||||
|
|
||||||
|
## Gold Sponsors
|
||||||
|
|
||||||
|
<div class="gold-sponsors">
|
||||||
|
|
||||||
|
| [Appwrite][appwrite] |
|
||||||
|
| - |
|
||||||
|
| [][appwrite] |
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
[make]: https://www.gnu.org/software/make/
|
[make]: https://www.gnu.org/software/make/
|
||||||
[go]: https://go.dev/
|
[go]: https://go.dev/
|
||||||
[yaml]: http://yaml.org/
|
[yaml]: http://yaml.org/
|
||||||
@@ -55,3 +65,4 @@ guide to check the full schema documentation and Task features.
|
|||||||
[snapcraft]: https://snapcraft.io/
|
[snapcraft]: https://snapcraft.io/
|
||||||
[scoop]: https://scoop.sh/
|
[scoop]: https://scoop.sh/
|
||||||
[sh]: https://github.com/mvdan/sh
|
[sh]: https://github.com/mvdan/sh
|
||||||
|
[appwrite]: https://appwrite.io/?utm_source=taskfile.dev&utm_medium=website&utm_campaign=task_oss_fund
|
||||||
|
@@ -27,3 +27,12 @@
|
|||||||
margin-top: 30px;
|
margin-top: 30px;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.gold-sponsors {
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.gold-sponsors table img {
|
||||||
|
width: 200px;
|
||||||
|
}
|
||||||
|
7
docs/static/img/appwrite.svg
vendored
Normal file
7
docs/static/img/appwrite.svg
vendored
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 7.1 KiB |
Reference in New Issue
Block a user