44 lines
1.9 KiB
Plaintext
44 lines
1.9 KiB
Plaintext
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title><%= full_title(yield(:title)) %></title>
|
|
|
|
<!--[if IE]>
|
|
<link rel="stylesheet" type="text/css" href="css/ie.css" media="screen, projection"/>
|
|
<![endif]-->
|
|
<link href='http://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700' rel='stylesheet' type='text/css'>
|
|
<link rel="stylesheet" href="https://cdn.plyr.io/3.5.10/plyr.css" />
|
|
<%= stylesheet_link_tag "events/events", media: "all" %>
|
|
<%= include_gon(:init => true) %>
|
|
<%= csrf_meta_tags %>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
|
<meta name="description" content="<%= meta_description(yield(:description)) %>">
|
|
<% if content_for?(:social_meta) %>
|
|
<%= yield(:social_meta) %>
|
|
<% else %>
|
|
<%= render "layouts/social_meta" %>
|
|
<% end %>
|
|
<%= render "shared/ad_sense" %>
|
|
</head>
|
|
<body class="events <%= yield(:page_name) %>">
|
|
<div id="basic-container">
|
|
<script src="https://cdn.plyr.io/3.5.10/plyr.polyfilled.js"></script>
|
|
<%= javascript_include_tag "events/events" %>
|
|
<div class="wrapper">
|
|
<%= yield %>
|
|
<div id="footer">
|
|
|
|
<!-- copyright -->
|
|
<div id="copyright">Copyright © <%= Time.now.year %> JamKazam, Inc. All Rights Reserved</div>
|
|
|
|
<!-- footer links -->
|
|
<div id="footer-links"><%= link_to "about", corp_about_path %> | <%= link_to "news", corp_news_path %> | <%= link_to "media", corp_media_center_path %> | <%= link_to "contact", corp_contact_path %> | <%= link_to "privacy", corp_privacy_path %> | <%= link_to "terms of service", corp_terms_path %> | <%= link_to "help", help_desk_path, :rel=>"external" %></div>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<%= render "clients/help" %>
|
|
<%= render 'dialogs/banner' %>
|
|
<%= render "shared/ga" %>
|
|
</body>
|
|
</html> |