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