Sha256: 5fdda6afa3759b797752b5ca9675de2bef42feb9ba09e4c39b9027024f42d8b2
Contents?: true
Size: 1.73 KB
Versions: 26
Compression:
Stored size: 1.73 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 %> </head> <body class="smoothscroll enable-animation"> <!-- Start Top Slideout Above Navigation Bar --> <div id="slidetop"> <%= render 'layouts/components/frontend/header/slideout' %> </div> <!-- End Top Slideout Above Navigation Bar --> <!-- Start Main Wrapper --> <div id="wrapper"> <!-- Start Main Navigation --> <div id="header" class="navbar-toggleable-md sticky dark header-md transparent b-0 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
26 entries across 26 versions & 1 rubygems