From ea02e97a20ff6da3fb6167b9c6ead015b70d075a Mon Sep 17 00:00:00 2001 From: Chris Lawton <chris.lawton@torchbox.com> Date: Fri, 16 Feb 2018 12:32:26 +0000 Subject: [PATCH] adding labs section to homepage --- .../public/home/templates/home/home_page.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/opentech/public/home/templates/home/home_page.html b/opentech/public/home/templates/home/home_page.html index 3de0558e5..5496db126 100644 --- a/opentech/public/home/templates/home/home_page.html +++ b/opentech/public/home/templates/home/home_page.html @@ -109,7 +109,22 @@ </div> </div> + <div class="wrapper wrapper--breakout wrapper--light-grey-bg wrapper--inner-space-xl"> + <div class="wrapper wrapper--medium"> + <section class="section section--introduction"> + <div> + <h2>Labs</h2> + <p>OTF Resource Labs are a general set of mechanisms utilized by the program to offset its current inability to provide long-term funding support. The Labs are recognition that the community of Internet freedom and digital human-rights defenders require continuous sustenance rather than limited projects and constant re-application processes.</p> + </div> + <div> + <a class="link link--arrow-pixels-blue" href="#"> + All labs + <svg><use xlink:href="#arrow-head-pixels--solid"></use></svg> + </a> + </div> + </section> </div> </div> + {% include "includes/call_to_action.html" with call_to_action=page.call_to_action %} {% endblock %} -- GitLab