diff options
author | pdp8 <pdp8@pdp8.info> | 2022-08-22 00:52:15 +0200 |
---|---|---|
committer | pdp8 <pdp8@pdp8.info> | 2022-08-22 00:52:15 +0200 |
commit | e3c672f4648997dbe00624e09c63c990a8ea3596 (patch) | |
tree | 2b81023c89da84b09188d9bbbcc3d907faf8df6f /snippets/Fork-Awesome-1.2.0/src/doc/_includes/thanks-to.html | |
parent | 28792e4d504d59b5aeab70d66ea6be51c9c683b1 (diff) |
audio and video rendering, Fork-Awesome-1.2.0 included
Diffstat (limited to 'snippets/Fork-Awesome-1.2.0/src/doc/_includes/thanks-to.html')
-rw-r--r-- | snippets/Fork-Awesome-1.2.0/src/doc/_includes/thanks-to.html | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/snippets/Fork-Awesome-1.2.0/src/doc/_includes/thanks-to.html b/snippets/Fork-Awesome-1.2.0/src/doc/_includes/thanks-to.html new file mode 100644 index 0000000..fe2232b --- /dev/null +++ b/snippets/Fork-Awesome-1.2.0/src/doc/_includes/thanks-to.html @@ -0,0 +1,19 @@ +<section id="thanks-to"> + <h2 class="page-header">Thanks To</h2> + <div class="row"> + <div class="col-md-4 col-sm-4"> + <p> + Thanks to <a href="https://twitter.com/davegandy">@davegandy</a> for his + original work on {{ site.fontawesome.name }} and to + <a href="https://twitter.com/gtagliala">@gtagliala</a> for managing pull + requests and issues on the Font Awesome Github repo. + </p> + </div> + <div class="col-md-8 col-sm-8"> + <p> + Thanks to the still growing community of <a href="https://github.com/ForkAwesome/Fork-Awesome/blob/master/CONTRIBUTORS.md">{{ page.total_contributors }} contributors</a> who've carried this project from the early days of {{ site.fontawesome.name }} and who have joined this project since the fork. + If you feel your contribution has not been recognized. Please file an issue, we'll happily add you to the list. + </p> + </div> + </div> +</section> |