Add URL to Feature Matrix from the home page

Given feedback over the helpfulness of the feature matrix (yay!)
the button for it is added to the homepage in prominent
real estate.
This commit is contained in:
Jonathan S. Katz
2020-11-11 22:56:02 -05:00
parent 47e1ef2bce
commit 11d9eeac79

View File

@ -36,7 +36,8 @@
career opportunities. Reach out to the community <a href="{{link_root}}/community/">here</a>.
</p>
</div>
<a href="{{link_root}}/about/" title="Read More"><button type="button" class="btn btn-center btn-primary">Read More</button></a>
<a href="/about/" title="Learn More"><button type="button" class="btn btn-center btn-primary btn-inline-block">Learn More</button></a>
<a href="/about/featurematrix" title="Feature Matrix"><button type="button" class="btn btn-center btn-primary btn-inline-block">Feature Matrix</button></a>
</div>
<!-- END Feature -->