Sha256: bccc282e254c75422666cef750e94f98bc566821b834ca1970272c5c5e1d9b40

Contents?: true

Size: 1.54 KB

Versions: 5

Compression:

Stored size: 1.54 KB

Contents

<% set_page_title @page.full_title %>
<% set_page_description "We are a team of former classroom teachers, curriculum writers, school leaders and education experts who have worked in the public, private and nonprofit sectors." %>

<div class="o-page u-margin-top--xlarge u-margin-bottom--xlarge">
  <div class="o-page__module c-stp-header">
    <div class="c-stp-header__title">ABOUT UNBOUNDED</div>
    <div class="u-hr-small"></div>
    <h1>Our People</h1>
    <p class="u-txt--teaser">We are a team of former classroom teachers, curriculum writers, school leaders and education experts who have worked in the public, private and nonprofit sectors.</p>
  </div>
  <div class="o-page__module o-tab u-margin-top--xlarge">
    <nav class="o-tab__navigation">
      <ul class="tabs o-tab-menu" data-tabs id="st-tabs">
        <li class="tabs-title is-active o-tab-menu__item"><a href="#st-tab-staff" aria-selected="true">Staff</a></li>
        <!-- <li class="tabs-title o-tab-menu__item"><a href="#st-tab-board">Board</a></li> -->
      </ul>
    </nav>
    <div class="tabs-content" data-tabs-content="st-tabs">
      <div class="o-tab__panel tabs-panel is-active" id="st-tab-staff">
        <%= render partial: 'lcms/engine/about_people_staff', locals: {members: StaffMember.staff.order_by_name_with_precedence, type: 's'} %>
      </div>
      <!-- <div class="o-tab__panel tabs-panel" id="st-tab-board">
        <%= render partial: 'lcms/engine/about_people_staff', locals: {members: StaffMember.board.order_by_name, type: 'b'} %>
      </div> -->
    </div>
  </div>
</div>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
lcms-engine-0.1.4 app/views/lcms/engine/pages/about_people.html.erb
lcms-engine-0.1.3 app/views/lcms/engine/pages/about_people.html.erb
lcms-engine-0.2.0 app/views/lcms/engine/pages/about_people.html.erb
lcms-engine-0.1.2 app/views/lcms/engine/pages/about_people.html.erb
lcms-engine-0.1.0 app/views/lcms/engine/pages/about_people.html.erb