Sha256: c26bf2be4b4b4a331b9ab8ea10f995e385bfa266c3bfc92ebba0cafec8b2b373

Contents?: true

Size: 1.96 KB

Versions: 9

Compression:

Stored size: 1.96 KB

Contents

<!DOCTYPE html>
<html>
<head>

	<!-- Meta Info (Page Specific) -->
	<meta name="viewport" content="width=device-width, initial-scale=1.0">
	<title><%= content_for?(:title) ? yield(:title) : "PHCNetworks - Developer Script CDN" %></title>

	<!-- Meta Info (All) -->
	<%= render 'layouts/phcscriptcdnpro/components/frontend/seo/all_metainfo' %>

	<!-- 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="enable-animation">

	<div id="slidetop">
		<%= render 'layouts/phcscriptcdnpro/components/frontend/header/slideout' %>
	</div>

	<div id="wrapper">

		<div id="topBar">
			<%= render 'layouts/components/frontend/header/topbar' %>
		</div>

		<div id="header" class="sticky clearfix">
			<%= render 'layouts/phcscriptcdnpro/components/frontend/navigation/navigation' %>
		</div>

		<%= yield %>

		<footer id="footer">

			<div class="container">
				<div class="row">
					<div class="col-md-3">
						<%= render 'layouts/phcscriptcdnpro/components/frontend/footer/footer_address' %>
					</div>
					<div class="col-md-3">
						<%= render 'layouts/phcscriptcdnpro/components/frontend/footer/footer_newspost' %>
					</div>
					<div class="col-md-3">
						<%= render 'layouts/phcscriptcdnpro/components/frontend/footer/footer_quicklinks' %>
					</div>
					<div class="col-md-3">
						<%= render 'layouts/phcscriptcdnpro/components/frontend/footer/footer_socialconnect' %>
					</div>
				</div>
			</div>

			<div class="copyright">
				<%= render 'layouts/phcscriptcdnpro/components/frontend/footer/footer_copyright' %>
			</div>

		</footer>

	</div>

</body>
</html>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
phcscriptcdnpro-21.0.0 app/views/layouts/phcscriptcdnpro/frontend.html.erb
phcscriptcdnpro-20.8.1 app/views/layouts/phcscriptcdnpro/frontend.html.erb
phcscriptcdnpro-20.8.0 app/views/layouts/phcscriptcdnpro/frontend.html.erb
phcscriptcdnpro-20.7.1 app/views/layouts/phcscriptcdnpro/frontend.html.erb
phcscriptcdnpro-20.7.0 app/views/layouts/phcscriptcdnpro/frontend.html.erb
phcscriptcdnpro-20.6.0 app/views/layouts/phcscriptcdnpro/frontend.html.erb
phcscriptcdnpro-20.5.0 app/views/layouts/phcscriptcdnpro/frontend.html.erb
phcscriptcdnpro-20.4.0 app/views/layouts/phcscriptcdnpro/frontend.html.erb
phcscriptcdnpro-20.3.0 app/views/layouts/phcscriptcdnpro/frontend.html.erb