Sha256: dd5b79bb50abb47b83484771273fba93a16425cdf0bf14a0bd36d295a45ac6c7

Contents?: true

Size: 1.8 KB

Versions: 38

Compression:

Stored size: 1.8 KB

Contents

<!DOCTYPE html>
<html>
	<head>

		<meta name="viewport" content="width=device-width, initial-scale=1.0">
		<title><%= content_for?(:title) ? yield(:title) : "Cloud Software & Web Development" %></title>

		<!-- Meta Info -->
		<%= render 'layouts/components/frontend/elements/all/all_metainfo' %>

		<!-- Font -->
		<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400%7CRaleway:300,400,500,600,700%7CLato:300,400,400italic,600,700" rel="stylesheet" type="text/css" />

		<!-- Styles and JavaScript -->
		<%= stylesheet_link_tag    "application", media: "all", 'data-turbolinks-track': 'reload' %>
		<%= javascript_include_tag "application", 'data-turbolinks-track': 'reload' %>
		<%= csrf_meta_tags %>

	</head>
	<body class="smoothscroll 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>

		<div id="header" class="sticky dark shadow-after-3 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-2">
						<%= render 'layouts/components/frontend/footer/footer_quicklinks' %>
					</div>
					<div class="col-md-4">
						<%= render 'layouts/components/frontend/footer/footer_socialconnect' %>
					</div>
				</div>
			</div>

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

		</footer>

	</body>
</html>

Version data entries

38 entries across 38 versions & 1 rubygems

Version Path
phcscriptcdnpro-4.4.1 app/views/layouts/phcscriptcdnpro/frontend.html.erb
phcscriptcdnpro-4.4.0 app/views/layouts/phcscriptcdnpro/frontend.html.erb
phcscriptcdnpro-4.3.0 app/views/layouts/phcscriptcdnpro/frontend.html.erb
phcscriptcdnpro-4.2.1 app/views/layouts/phcscriptcdnpro/frontend.html.erb
phcscriptcdnpro-4.2.0 app/views/layouts/phcscriptcdnpro/frontend.html.erb
phcscriptcdnpro-4.1.3 app/views/layouts/phcscriptcdnpro/frontend.html.erb
phcscriptcdnpro-4.1.2 app/views/layouts/phcscriptcdnpro/frontend.html.erb
phcscriptcdnpro-4.1.1 app/views/layouts/phcscriptcdnpro/frontend.html.erb
phcscriptcdnpro-4.1.0 app/views/layouts/phcscriptcdnpro/frontend.html.erb
phcscriptcdnpro-4.0.0 app/views/layouts/phcscriptcdnpro/frontend.html.erb
phcscriptcdnpro-3.6.0 app/views/layouts/phcscriptcdnpro/frontend.html.erb
phcscriptcdnpro-3.5.8 app/views/layouts/phcscriptcdnpro/frontend.html.erb
phcscriptcdnpro-3.5.7 app/views/layouts/phcscriptcdnpro/frontend.html.erb
phcscriptcdnpro-3.5.4 app/views/layouts/phcscriptcdnpro/frontend.html.erb
phcscriptcdnpro-3.5.3 app/views/layouts/phcscriptcdnpro/frontend.html.erb
phcscriptcdnpro-3.5.1 app/views/layouts/phcscriptcdnpro/frontend.html.erb
phcscriptcdnpro-3.5.0 app/views/layouts/phcscriptcdnpro/frontend.html.erb
phcscriptcdnpro-3.4.2 app/views/layouts/phcscriptcdnpro/frontend.html.erb
phcscriptcdnpro-3.4.1 app/views/layouts/phcscriptcdnpro/frontend.html.erb
phcscriptcdnpro-3.4.0 app/views/layouts/phcscriptcdnpro/frontend.html.erb