Add URL to Feature Matrix from the home page
authorJonathan S. Katz <jonathan.katz@excoventures.com>
Thu, 12 Nov 2020 03:56:02 +0000 (22:56 -0500)
committerJonathan S. Katz <jonathan.katz@excoventures.com>
Thu, 12 Nov 2020 03:56:49 +0000 (22:56 -0500)
Given feedback over the helpfulness of the feature matrix (yay!)
the button for it is added to the homepage in prominent
real estate.

templates/index.html

index 7cf442ed4a94bd53a89e10a2a8cb8ab64be8ac22..1bb065014a32728c8554a9b76d955295ccd59438 100644 (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 -->