Sha256: f29b065a8311e748e75decf9de539540e7deec3066d00ca0fdc689ab7b23991c

Contents?: true

Size: 1.86 KB

Versions: 82

Compression:

Stored size: 1.86 KB

Contents

<div class="container">

  <div class="row">
    <div class="center">
      <h1 class="Vlt-title--margin-top2">Default Entry Page</h1>
      <p class="p-large">This is the default landing page for a developer portal running on Station.</p>
    </div>
    <div class="columns small-12">
      <a name="products"></a>

      <%= render 'products' %>

      <hr class="hr--tall">
      <div class="Vlt-grid">
        <div class="Vlt-col Vlt-col--M-1of2">
          <div>
            <h2>
              <a href="/tools">
                <div><svg class="Vlt-icon Vlt-icon--large Vlt-purple-dark"><use xlink:href="/symbol/volta-icons.svg#Vlt-icon-design-tools"/></svg></div>
                Featured Topic 1
              </a>
            </h2>
            <p>You can choose to highlight an area of your portal on the landing page.</p>
          </div>
        </div>
        <div class="Vlt-col Vlt-col--M-1of2">
          <div>
            <h2>
              <a href="/community">
                <div><svg class="Vlt-icon Vlt-icon--large Vlt-purple-dark"><use xlink:href="/symbol/volta-icons.svg#Vlt-icon-group"/></svg></div>
                Featured Topic 2
              </a>
            </h2>
            <p>You can highlight more than one area.</p>
          </div>
        </div>
      </div>

      <hr class="hr--tall">

      <div class="center">
        <h3>Modifying This Content</h3>
        <p class="p-large">To modify this content you can copy <a href="https://raw.githubusercontent.com/Nexmo/station/master/lib/nexmo_developer/app/views/static/landing.html.erb">this file</a> to the `custom/views/static` folder in your documentation folder and modify that copy. More detailed instructions to create your own landing page can be found on the <a href="https://nexmo.github.io/station/How-To-Use#customization-options">Station documentation</a>.</p>
      </div>
    </div>
  </div>
</div>

Version data entries

82 entries across 82 versions & 1 rubygems

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