docbrown/app/views/pages/terms.html.erb
ludwiczakpawel 9ee54bfe45
[deploy] Add crayons to pages (#9175)
* flare tag line height

* .

* dropdown fix + actions bar fix

* actions bar on mob

* .

* .
2020-07-07 09:43:54 -04:00

28 lines
1.4 KiB
Text

<% title("Terms of Use for the #{community_qualified_name}") %>
<%= content_for :page_meta do %>
<link rel="canonical" href="<%= app_url("/terms") %>" />
<meta name="description" content="Terms of Use for the <%= community_qualified_name %>">
<meta name="keywords" content="<%= SiteConfig.meta_keywords[:default] %>">
<meta property="og:type" content="article" />
<meta property="og:url" content="<%= app_url("/terms") %>" />
<meta property="og:title" content="Terms of Use for the <%= community_qualified_name %>" />
<meta property="og:image" content="<%= SiteConfig.main_social_image %>" />
<meta property="og:description" content="<%= community_qualified_name %> is great!" />
<meta property="og:site_name" content="<%= community_qualified_name %>" />
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@<%= SiteConfig.social_media_handles["twitter"] %>">
<meta name="twitter:title" content="Terms of Use for the <%= community_qualified_name %>">
<meta name="twitter:description" content="<%= community_qualified_name %> is great!">
<meta name="twitter:image:src" content="<%= SiteConfig.main_social_image %>">
<% end %>
<div class="crayons-layout crayons-layout--limited">
<div class="crayons-card text-styles text-padding">
<h1 class="fs-3xl s:fs-4xl l:fs-5xl fw-bold s:fw-heavy lh-tight mb-4 mt-0">Web Site Terms and Conditions of Use</h1>
<%= render "terms_text" %>
</div>
</div>