Skip to content

Commit

Permalink
doc: Added footer
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverde8 committed Nov 10, 2024
1 parent e29a183 commit 00825ee
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
github: oliverde8
27 changes: 26 additions & 1 deletion docs/_layouts/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,33 @@
<div class="ui hidden divider"></div>
{{ content }}
</div>

<div class="ui hidden divider"></div>
<div class="ui hidden divider"></div>
<div class="ui vertical footer segment">
<div class="ui center aligned container">
<div class="ui stackable grid">
<div class="three wide column">
<h4 class="ui header">Network</h4>
<div class="ui link list">
<a class="item" href="https://github.com/oliverde8/php-etl/" target="_blank">GitHub Repo</a>
<a class="item" href="https://github.com/oliverde8/php-etl/issues" target="_blank">Issues</a>
<a class="item" href="https://github.com/oliverde8/php-etl/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22" target="_blank">Good First Issues</a>
</div>
</div>
<div class="seven wide right floated column">
<h4 class="ui header">Help Preserve This Project</h4>
<p> Support for the continued development of php ETL. I maintain this project in my free time.</p>
<a href="https://github.com/sponsors/oliverde8" class="ui primary button">Support</a>
</div>
</div>
<div class="ui section divider"></div>
<div class="ui horizontal small divided link list">
<a class="item" href="https://github.com/oliverde8/php-etl/?tab=MIT-1-ov-file#readme" target="_blank">Free &amp; Open Source (MIT)</a>
</div>
</div>
</div>
</div>
</div>

</body>
</html>

0 comments on commit 00825ee

Please sign in to comment.