mirror of
https://github.com/ForkAwesome/Fork-Awesome.git
synced 2025-01-15 17:50:30 +08:00
22 lines
689 B
HTML
22 lines
689 B
HTML
---
|
|
layout: base
|
|
title: The Fork Awesome Community
|
|
navbar_active: community
|
|
relative_path: ../
|
|
---
|
|
{% capture jumbotron_h1 %}<i class="fa fa-community" aria-hidden="true"></i> Community{% endcapture %}
|
|
{% capture jumbotron_p %}Lots of ways to get involved with {{ site.forkawesome.name }}{% endcapture %}
|
|
|
|
{% include jumbotron.html %}
|
|
{% include stripe-social.html %}
|
|
|
|
<div class="container">
|
|
{% include community/getting-support.html %}
|
|
{% include community/requesting-new-icons.html %}
|
|
{% include community/reporting-bugs.html %}
|
|
{% include community/submitting-pull-requests.html %}
|
|
{% include community/project-milestones.html %}
|
|
|
|
{% include thanks-to.html %}
|
|
</div>
|