{# ========================================================================= #}
{# :: Resources #}
{# ========================================================================= #}
{#
  This section contains info on the visuals designs, wireframes and other
  design specific tools created as a basis of the brandplatform.
#}

{# ========================================================================= #}
{# :: Imports #}
{# ========================================================================= #}
{% import "brandplatform/components/card.njk" as card %}

{# ========================================================================= #}
{# :: Partial #}
{# ========================================================================= #}
<section class="bp-section">
  <div class="bp-container">

    <header class="bp-section__header ">
      <h2 class="bp-section__title">Resources</h2>
    </header>

    <div class="bp-section__content">

      <div class="bp-resources">
        {{card.default("bp-resources__item", {
          title: "App - Flows",
          text: "Prototype containing the user flow in the app.",
          url: "https://invis.io/CAPFTI3JNGP",
          action: "Open prototype"
        })}}

        {{card.default("bp-resources__item", {
          title: "App - High Level WF",
          text: "Prototype containing the high level wireframes for the app",
          url: "https://invis.io/37PGMLUBMHX",
          action: "Open prototype"
        })}}

        {{card.default("bp-resources__item", {
          title: "App - Visual Design V1",
          text: "Prototype containing first version of the visual design for the app.",
          url: "https://invis.io/SBPL0LBNGVT",
          action: "Open prototype"
        })}}

        {{card.default("bp-resources__item", {
          title: "App - Visual Design V2",
          text: "Prototype containing an alternative version of the visual design for the app.",
          url: "https://invis.io/D8PPZR1CTWG",
          action: "Open prototype"
        })}}

        {{card.default("bp-resources__item", {
          title: "Desktop - Visual Design",
          text: "Prototype containing visual design for the desktop website.",
          url: "https://invis.io/DEPP8JQ6VW7",
          action: "Open prototype"
        })}}
      </div>
    </div>

  </div>
</section>
