Skip to content

Commit

Permalink
chore(website): mention devowl.io as a gold sponsor
Browse files Browse the repository at this point in the history
  • Loading branch information
andreynering committed Dec 20, 2024
1 parent f331726 commit c5be676
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,18 @@
</p>

<p>
<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://fosstodon.org/@task">Mastodon</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://bsky.app/profile/taskfile.dev">Bluesky</a> | <a href="https://fosstodon.org/@task">Mastodon</a> | <a href="https://discord.gg/6TY36E39UK">Discord</a>
</p>

<h1>Gold Sponsors</h1>

<table>
<tr>
<td align="center" valign="middle">
<a target="_blank" href="https://devowl.io">
<img src="/website/static/img/devowl.io.svg" height="100px" title="devowl.io" />
</a>
</td>
</tr>
</table>
</div>
12 changes: 12 additions & 0 deletions website/docs/intro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,18 @@ guide to check the full schema documentation and Task features.
of files haven't changed since last run (based either on its timestamp or
content).

## Gold Sponsors

<table class="gold-sponsors">
<tr>
<td align="center" valign="middle">
<a target="_blank" href="https://devowl.io">
<img src="/img/devowl.io.svg" height="100px" title="devowl.io" />
</a>
</td>
</tr>
</table>

{/* prettier-ignore-start */}
[make]: https://www.gnu.org/software/make/
[go]: https://go.dev/
Expand Down
1 change: 1 addition & 0 deletions website/static/img/devowl.io.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions website/versioned_docs/version-latest/intro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,18 @@ guide to check the full schema documentation and Task features.
of files haven't changed since last run (based either on its timestamp or
content).

## Gold Sponsors

<table class="gold-sponsors">
<tr>
<td align="center" valign="middle">
<a target="_blank" href="https://devowl.io">
<img src="/img/devowl.io.svg" height="100px" title="devowl.io" />
</a>
</td>
</tr>
</table>

{/* prettier-ignore-start */}
[make]: https://www.gnu.org/software/make/
[go]: https://go.dev/
Expand Down

0 comments on commit c5be676

Please sign in to comment.