tinyforms/app/views/layouts/application.html.erb

56 lines
2.4 KiB
Plaintext

<!DOCTYPE html>
<html>
<head>
<title>tinyfor.ms — the no-code online form backend for Google Sheets and Airtable</title>
<%= csrf_meta_tags %>
<%= csp_meta_tag %>
<meta name="title" content="tinyfor.ms — online form backend" />
<meta name="description" content="The no-code online form backend for Google Sheets and Airtable. Get your form submissions directly in your favorite spreadsheet tool." />
<meta property="og:url" content="https://www.tinyfor.ms/">
<meta property="og:title" content="tinyfor.ms — online form backend" />
<meta property="og:description" content="The no-code online form backend for Google Sheets and Airtable. Get your form submissions directly in your favorite spreadsheet tool." />
<meta property="og:image" content="https://www.tinyfor.ms/screenshot-tinyforms.png">
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://www.tinyfor.ms/">
<meta property="twitter:title" content="tinyfor.ms — online form backend" />
<meta property="twitter:description" content="The no-code online form backend for Google Sheets and Airtable. Get your form submissions directly in your favorite spreadsheet tool." />
<meta property="twitter:image" content="https://www.tinyfor.ms/screenshot-tinyforms.png">
<meta name="viewport" content="width=device-width, initial-scale=1">
<%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track': 'reload' %>
<%= javascript_pack_tag 'application', 'data-turbolinks-track': 'reload' %>
</head>
<body class="has-text-centered-mobile">
<%= render 'layouts/header' %>
<main class="section">
<%= yield %>
</main>
<section id="footer" class="section has-blue-bg">
<div class="container has-text-centered">
<a href="https://twitter.com/bumi" class="is-size-4 social-link">
<i class="fab fa-twitter"></i>
</a>
<a href="https://github.com/bumi" class="is-size-4 social-link">
<i class="fab fa-github"></i>
</a>
<p class="has-text-white is-size-7">
Crafted in Rwanda and Germany by <a href="https://twitter.com/bumi">@bumi</a>, <a href="https://twitter.com/musayann">@musayann</a> &amp; <a href="https://github.com/karemarsy">@karemarsy</a>
</p>
<p class="has-text-white is-size-7">
<a href="/privacy">Privacy Policy</a> - <a href="/terms">Terms of Service</a>
</p>
</div>
</section>
</body>
</html>