Sha256: 8fc8979bc0505a4543f4a20868c0d2409d668186314e2a049578ec8475e571ff

Contents?: true

Size: 1.16 KB

Versions: 94

Compression:

Stored size: 1.16 KB

Contents

<div class="container">
  <div class="center spacious content-block">
    <h1>Extend</h1>
    <p>The Vonage API Extend Team develops productized integrations so builders everywhere can create better communication experiences for their users.<p>
  </div>

  <div class="Vlt-grid extend Vlt-grid--center">
  <% @extensions.each do |extension| %>
    <div class="Vlt-col Vlt-col--1of4 Vlt-col--M-1of2 Vlt-margin--bottom3">
      <div class="Vlt-card Vlt-card--footer Vlt-card--image Vlt-card--stretch Vlt-card--scrollable">
        <div class="Vlt-card__content">
          <div class="Vlt-icon Vlt-icon--larger">
            <img src='<%= extension[:image] %>' alt='<%= extension[:title]%>' />
          </div>
          <h5 class="Vlt-title--icon">
            <%= extension[:title] %>
          </h5>
          <p><%= extension[:description] %></p>

        </div>
        <div class="Vlt-card__footer">
          <a href=<%= url_for(controller: :extend, action: :show, title: extension[:route], only_path: true) %> class="Vlt-btn Vlt-btn--secondary Vlt-btn--app Vlt-btn--small">
             Learn More
            </a>
        </div>
      </div>
    </div>
  <% end %>
  </div>
</div>



Version data entries

94 entries across 94 versions & 1 rubygems

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