docbrown/app/views/pages/contact.html.erb
2018-04-03 19:32:26 -07:00

42 lines
1.5 KiB
Text

<% title "Contact The Practical Dev" %>
<%= content_for :page_meta do %>
<link rel="canonical" href="https://dev.to/contact"/>
<meta name="description" content="Contact The Practical Dev">
<meta name="keywords" content="software development,engineering,rails,javascript,ruby">
<meta property="og:type" content="article" />
<meta property="og:url" content="https://dev.to/contact" />
<meta property="og:title" content="Contact The Practical Dev" />
<meta property="og:image" content="http://i.imgur.com/B4JNl1w.png" />
<meta property="og:description" content="The Practical Dev is great!" />
<meta property="og:site_name" content="The Practical Dev" />
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@ThePracticalDev">
<meta name="twitter:title" content="Contact The Practical Dev">
<meta name="twitter:description" content="The Practical Dev is great!">
<meta name="twitter:image:src" content="http://i.imgur.com/B4JNl1w.png">
<% end %>
<div class="container article">
<div class="title">
<h1>
Contact
</h1>
</div>
<div class="body">
<p>
The Practical Dev would love to hear from you!
</p>
<p>
Email: <a href="mailto:yo@dev.to">yo@dev.to</a> 😁
</p>
<p>
Twitter: <a href="http://twitter.com/thepracticaldev">@thepracticaldev</a> 👻
</p>
<p>
Please make a GitHub issue for feature requests: <a href="https://github.com/thepracticaldev/dev.to">thepracticaldev/dev.to</a>.
</p>
</div>
</div>