aboutsummaryrefslogtreecommitdiff
path: root/themes/docsy/assets/vendor/forkawesome/src/doc/whats-new.html
diff options
context:
space:
mode:
authorThijs Paelman <thijs.paelman+git@hotmail.be>2023-06-05 23:00:39 +0200
committerThijs Paelman <thijs.paelman+git@hotmail.be>2023-06-05 23:00:39 +0200
commita9b5b225ec579f96b26576f38ee44e288f07a184 (patch)
tree6945a5ce56fef0bf88f620744a225d4ca2977810 /themes/docsy/assets/vendor/forkawesome/src/doc/whats-new.html
parentd7f7c4b20cabb32bde00ff0e2fe9685ba041f3ab (diff)
parentf812d271738796f0b589bbf06a5d14178ef60743 (diff)
downloadwebsite-a9b5b225ec579f96b26576f38ee44e288f07a184.tar.gz
website-a9b5b225ec579f96b26576f38ee44e288f07a184.zip
Merge branch 'social-links'
Diffstat (limited to 'themes/docsy/assets/vendor/forkawesome/src/doc/whats-new.html')
-rw-r--r--themes/docsy/assets/vendor/forkawesome/src/doc/whats-new.html47
1 files changed, 47 insertions, 0 deletions
diff --git a/themes/docsy/assets/vendor/forkawesome/src/doc/whats-new.html b/themes/docsy/assets/vendor/forkawesome/src/doc/whats-new.html
new file mode 100644
index 0000000..4c965e8
--- /dev/null
+++ b/themes/docsy/assets/vendor/forkawesome/src/doc/whats-new.html
@@ -0,0 +1,47 @@
+---
+layout: base
+title: What's New
+navbar_active: whats-new
+relative_path: ../
+---
+{% capture jumbotron_h1 %}<i class="fa fa-lightbulb-o" aria-hidden="true"></i>&nbsp; What's New{% endcapture %}
+{% capture jumbotron_p %}What's New with {{ site.forkawesome.name }} {{ site.forkawesome.minor_version }}{% endcapture %}
+
+{% include jumbotron.html %}
+{% include stripe-social.html %}
+
+<div class="container">
+ <p class="lead">
+ {{ site.forkawesome.name }} is now a community effort based on
+ {{ site.fontawesome.name }} {{ site.fontawesome.version }} by
+ {{ site.fontawesome.author.name }}.<br />
+ We <i class="fa fa-heart" aria-hidden="true"></i>
+ {{ site.fontawesome.name }} but here's why we forked it into {{ site.forkawesome.name }}
+ {{ site.forkawesome.minor_version }}. Want to
+ <a href="{{ page.relative_path }}community/">help contribute</a>?
+ </p>
+
+ <div class="row feature-list">
+ <div class="col-md-4 col-sm-6">
+ <h4><i class="fa fa-code-fork" aria-hidden="true"></i> PR freeze</h4>
+ Since Oct 22, 2016, Font Awesome has frozen all pull requests proposing new
+ icons. With {{ site.forkawesome.name }}, we are welcoming all your pull
+ requests.
+ </div>
+ <div class="col-md-4 col-sm-6">
+ <h4><i class="fa fa-fort-awesome" aria-hidden="true"></i> Font Awesome 5.0</h4>
+ Fort Awesome has run a very successful kickstarter campaign and completely
+ redesigned Font Awesome in this new version 5.0. Fork Awesome plans to keep
+ the old look alive.
+ </div>
+ <div class="col-md-4 col-sm-6">
+ <h4><i class="fa fa-users" aria-hidden="true"></i> Distributed community</h4>
+ We believe in distributed open source design projects,
+ where all contributions are included and credited. So
+ <a href="{{ page.relative_path }}community">join our community</a>.
+ </div>
+ </div>
+
+ {% include icons/new.html %}
+ {% include new-upgrading.html %}
+</div>