%footer.page-footer

.container
  .row
    .col.l6.s12
      %h5.white-text NAME
      %p.grey-text.text-lighten-4 SLOGAN
    .col.l4.offset-l2.s12
      %h5.white-text Connect
      %ul
        %li
          =link_to 'Contact Me', new_contact_path, class: 'grey-text text-lighten-3'
        %li
          =link_to :Github, 'https://www.github.com/username', class: 'grey-text text-lighten-3', target: :blank
        %li
          =link_to :LinkedIn, 'https://www.linkedin.com/username', class: 'grey-text text-lighten-3', target: :blank
        %li
          =link_to :Twitter, 'https://twitter.com/username', class: 'grey-text text-lighten-3', target: :blank
.footer-copyright
  .container
    © #{Date.today.year} Full Name
    -# %a.grey-text.text-lighten-4.right{:href => "#!"} More Links
    %br/
    Version: 
    =ENV.fetch('VERZION')