Sha256: a11220027ebe73fce3710a73b8a0fe4ef06d5fa8f2296660e84c717d89bae332

Contents?: true

Size: 1.03 KB

Versions: 3

Compression:

Stored size: 1.03 KB

Contents

<footer class="bg-gray-800 py-4 lg:py-16">
  <div class="container px-4 mx-auto">
    <div class="flex flex-col lg:flex-row justify-center items-center">
      <%= link_to root_path, class: "flex items-center mr-0 lg:mr-4 mb-4 lg:mb-0" do %>
        <div class="mr-3">
          <%= image_tag asset_pack_path("media/images/logo_white_symbol.svg"), class: "w-auto h-10 lg:h-12" %>
        </div>
        <div>
          <h1 class="text-2xl font-extrabold text-white leading-none whitespace-no-wrap">SaaSKit</h1>
        </div>
      <% end %>
      <div class="text-xs italic text-white lg:self-center mr-0 lg:mr-4 mb-4 lg:mb-0">brought you by</div>
      <%= link_to root_path, class: "flex items-center mb-4 lg:mb-0" do %>
        <div class="mr-3">
          <%= image_tag asset_pack_path("media/images/tgav_logo_white_symbol.svg"), class: "w-auto h-10 lg:h-12" %>
        </div>
        <div>
          <h1 class="text-2xl font-extrabold text-white leading-none whitespace-no-wrap">TGAV</h1>
        </div>
      <% end %>
    </div>
  </div>
</footer>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
saaskit-0.1.2 lib/generators/saaskit/install/templates/app/views/shared/_footer.html.erb
saaskit-0.1.1 lib/generators/saaskit/install/templates/app/views/shared/_footer.html.erb
saaskit-0.1.0 lib/generators/saaskit/install/templates/app/views/shared/_footer.html.erb