Sha256: b6ef0f4d9addb680632a016a7de3587d4e9815b9ca260fc7be50328082dd53d8

Contents?: true

Size: 1.88 KB

Versions: 82

Compression:

Stored size: 1.88 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 - News & Developer Blog" %></title>

		<!-- Meta Info (All) -->
		<%= render 'layouts/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/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/components/frontend/navigation/navigation' %>
			</div>

			<%= yield %>

			<footer id="footer">

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

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

			</footer>

		</div>

	</body>
</html>

Version data entries

82 entries across 82 versions & 1 rubygems

Version Path
phcpresspro-54.0.0 app/views/layouts/phcpresspro/frontend.html.erb
phcpresspro-53.0.0 app/views/layouts/phcpresspro/frontend.html.erb
phcpresspro-52.0.0 app/views/layouts/phcpresspro/frontend.html.erb
phcpresspro-51.0.0 app/views/layouts/phcpresspro/frontend.html.erb
phcpresspro-50.0.0 app/views/layouts/phcpresspro/frontend.html.erb
phcpresspro-49.0.0 app/views/layouts/phcpresspro/frontend.html.erb
phcpresspro-48.0.0 app/views/layouts/phcpresspro/frontend.html.erb
phcpresspro-47.1.0 app/views/layouts/phcpresspro/frontend.html.erb
phcpresspro-47.0.0 app/views/layouts/phcpresspro/frontend.html.erb
phcpresspro-46.0.0 app/views/layouts/phcpresspro/frontend.html.erb
phcpresspro-44.2.0 app/views/layouts/phcpresspro/frontend.html.erb
phcpresspro-44.1.0 app/views/layouts/phcpresspro/frontend.html.erb
phcpresspro-44.0.0 app/views/layouts/phcpresspro/frontend.html.erb
phcpresspro-43.0.0 app/views/layouts/phcpresspro/frontend.html.erb
phcpresspro-42.0.0 app/views/layouts/phcpresspro/frontend.html.erb
phcpresspro-41.0.0 app/views/layouts/phcpresspro/frontend.html.erb
phcpresspro-40.1.0 app/views/layouts/phcpresspro/frontend.html.erb
phcpresspro-40.0.0 app/views/layouts/phcpresspro/frontend.html.erb
phcpresspro-39.0.1 app/views/layouts/phcpresspro/frontend.html.erb
phcpresspro-39.0.0 app/views/layouts/phcpresspro/frontend.html.erb