Sha256: c9711c4aca73413c4d51a784a91b6e0ede6c5e9d9137b4025bbfa21c5943b20f

Contents?: true

Size: 618 Bytes

Versions: 20

Compression:

Stored size: 618 Bytes

Contents

<div class="Vlt-card" style="padding: 35px;">
  <div class="d-flex-column h-100">

    <div>
      <svg class="Vlt-icon Vlt-icon--larger Vlt-purple"><use xlink:href="/symbol/volta-icons.svg#<%= products['icon'] %>" /></svg>
    </div>

    <h3 class="Vlt-purple pb-20">
      <%= products.keys.first %>
    </h3>

    <div class="my-2col-grid">
      <% products[products.keys.first].each do |item| %>
        <div>
          <p><a href=<%= item['product_name_link'] %>><%= item['product_name'] %></a></p>

          <p><%= item['product_description'] %></p>
        </div>
      <% end %>
    </div>

  </div>
</div>

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
station-0.5.6 lib/nexmo_developer/app/views/static/landing_page_documentation/partials/_big_product_card.html.erb
station-0.5.5 lib/nexmo_developer/app/views/static/landing_page_documentation/partials/_big_product_card.html.erb
station-0.5.4 lib/nexmo_developer/app/views/static/landing_page_documentation/partials/_big_product_card.html.erb
station-0.5.3 lib/nexmo_developer/app/views/static/landing_page_documentation/partials/_big_product_card.html.erb
station-0.5.2 lib/nexmo_developer/app/views/static/landing_page_documentation/partials/_big_product_card.html.erb
station-0.5.1 lib/nexmo_developer/app/views/static/landing_page_documentation/partials/_big_product_card.html.erb
station-0.5.0 lib/nexmo_developer/app/views/static/landing_page_documentation/partials/_big_product_card.html.erb
station-0.4.9 lib/nexmo_developer/app/views/static/landing_page_documentation/partials/_big_product_card.html.erb
station-0.4.8 lib/nexmo_developer/app/views/static/landing_page_documentation/partials/_big_product_card.html.erb
station-0.4.7 lib/nexmo_developer/app/views/static/landing_page_documentation/partials/_big_product_card.html.erb
station-0.4.6 lib/nexmo_developer/app/views/static/landing_page_documentation/partials/_big_product_card.html.erb
station-0.4.5 lib/nexmo_developer/app/views/static/landing_page_documentation/partials/_big_product_card.html.erb
station-0.4.4 lib/nexmo_developer/app/views/static/landing_page_documentation/partials/_big_product_card.html.erb
station-0.4.3 lib/nexmo_developer/app/views/static/landing_page_documentation/partials/_big_product_card.html.erb
station-0.4.2 lib/nexmo_developer/app/views/static/landing_page_documentation/partials/_big_product_card.html.erb
station-0.4.1 lib/nexmo_developer/app/views/static/landing_page_documentation/partials/_big_product_card.html.erb
station-0.4.0 lib/nexmo_developer/app/views/static/landing_page_documentation/partials/_big_product_card.html.erb
station-0.3.2 lib/nexmo_developer/app/views/static/landing_page_documentation/partials/_big_product_card.html.erb
station-0.3.1 lib/nexmo_developer/app/views/static/landing_page_documentation/partials/_big_product_card.html.erb
station-0.3.0 lib/nexmo_developer/app/views/static/landing_page_documentation/partials/_big_product_card.html.erb