Sha256: 0715dab1507d06fe302bd6491d4974b6aa28e3f9b9d1de2b191ee8e0f026da45

Contents?: true

Size: 1023 Bytes

Versions: 25

Compression:

Stored size: 1023 Bytes

Contents

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

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

      <h3 class="Vlt-purple">
        <%= product['product_name'] %>
      </h3>
    </a>

    <div style="flex-grow: 1; padding: 25px 0;">
      <p><%= raw product['product_description'].html_safe %></p>
    </div>

    <div class="Vlt-card__footer flex-between">
      <% if product['getting_started_link'].present? %>
        <a href=<%= product['getting_started_link'] %> class="Vlt-btn Vlt-btn--secondary Vlt-btn--app Vlt-btn--small">Getting Started</a>
      <% end %>

      <% if product['api_reference_link'].present? %>
        <a href=<%= product['api_reference_link'] %> class="Vlt-btn Vlt-btn--white Vlt-btn--app Vlt-btn--small" style="border: 1px solid;">API Reference ></a>
      <% end %>
    </div>

  </div>
</div>

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
station-0.5.16 lib/nexmo_developer/app/views/static/landing_page_documentation/partials/_small_product_card.html.erb
station-0.5.15 lib/nexmo_developer/app/views/static/landing_page_documentation/partials/_small_product_card.html.erb
station-0.5.14 lib/nexmo_developer/app/views/static/landing_page_documentation/partials/_small_product_card.html.erb
station-0.5.13 lib/nexmo_developer/app/views/static/landing_page_documentation/partials/_small_product_card.html.erb
station-0.5.12 lib/nexmo_developer/app/views/static/landing_page_documentation/partials/_small_product_card.html.erb
station-0.5.11 lib/nexmo_developer/app/views/static/landing_page_documentation/partials/_small_product_card.html.erb
station-0.5.10 lib/nexmo_developer/app/views/static/landing_page_documentation/partials/_small_product_card.html.erb
station-0.5.9 lib/nexmo_developer/app/views/static/landing_page_documentation/partials/_small_product_card.html.erb
station-0.5.8 lib/nexmo_developer/app/views/static/landing_page_documentation/partials/_small_product_card.html.erb
station-0.5.7 lib/nexmo_developer/app/views/static/landing_page_documentation/partials/_small_product_card.html.erb
station-0.5.6 lib/nexmo_developer/app/views/static/landing_page_documentation/partials/_small_product_card.html.erb
station-0.5.5 lib/nexmo_developer/app/views/static/landing_page_documentation/partials/_small_product_card.html.erb
station-0.5.4 lib/nexmo_developer/app/views/static/landing_page_documentation/partials/_small_product_card.html.erb
station-0.5.3 lib/nexmo_developer/app/views/static/landing_page_documentation/partials/_small_product_card.html.erb
station-0.5.2 lib/nexmo_developer/app/views/static/landing_page_documentation/partials/_small_product_card.html.erb
station-0.5.1 lib/nexmo_developer/app/views/static/landing_page_documentation/partials/_small_product_card.html.erb
station-0.5.0 lib/nexmo_developer/app/views/static/landing_page_documentation/partials/_small_product_card.html.erb
station-0.4.9 lib/nexmo_developer/app/views/static/landing_page_documentation/partials/_small_product_card.html.erb
station-0.4.8 lib/nexmo_developer/app/views/static/landing_page_documentation/partials/_small_product_card.html.erb
station-0.4.7 lib/nexmo_developer/app/views/static/landing_page_documentation/partials/_small_product_card.html.erb