Sha256: 225ca9113518337e7207f991a0e41a61051e0ec6bf5c5ccd0347b9a44412f8dc
Contents?: true
Size: 1.63 KB
Versions: 16
Compression:
Stored size: 1.63 KB
Contents
<!DOCTYPE html> <html> <head> <!-- Meta Info --> <%= render 'layouts/components/frontend/seo/seo_main' %> <!-- Font --> <link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Open+Sans:300,400%7CRaleway:300,400,500,600,700%7CLato:300,400,400italic,600,700"/> <!-- Requried StyleSheets --> <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track': 'reload' %> <!-- Requried JavaScripts --> <%= javascript_include_tag 'application', 'data-turbolinks-track': 'reload' %> <!-- Security --> <%= csrf_meta_tags %> <%= csp_meta_tag %> </head> <body class="smoothscroll enable-animation"> <!-- Start Main Wrapper --> <div id="wrapper"> <!-- Start Main Navigation --> <div id="header" class="navbar-toggleable-md sticky header-md dark clearfix"> <%= render 'layouts/components/frontend/navigation/navigation' %> </div> <!-- End Main Navigation --> <%= yield %> <!-- Start Footer Wrapper --> <footer id="footer"> <div class="container"> <!-- Start Footer Main Information --> <div class="row"> <%= render 'layouts/components/frontend/footer/footer' %> </div> <!-- End Footer Main Information --> </div> <!-- Start Footer Copyright Information --> <div class="copyright"> <%= render 'layouts/components/frontend/footer/footer_copyright' %> </div> <!-- End Footer Copyright Information --> </footer> <!-- End Footer Wrapper --> </div> <!-- End Main Wrapper --> <!-- Scroll to Top --> <a href="#" id="toTop"></a> <!-- Scroll to Top --> </body> </html>
Version data entries
16 entries across 16 versions & 1 rubygems