* Move from env variables to SiteConfig Related to #5384 This PR only deals with the first remaining part outlined in the issue, starting to use existing SiteConfig keys instead of the env variables. * Restore Envfile to original version for now
70 lines
3 KiB
Text
70 lines
3 KiB
Text
<% title "About The Practical Dev" %>
|
|
|
|
<%= content_for :page_meta do %>
|
|
<link rel="canonical" href="https://dev.to/p/information" />
|
|
<meta name="description" content="All information about 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/p/information" />
|
|
<meta property="og:title" content="All information about The Practical Dev" />
|
|
<meta property="og:image" content="<%= SiteConfig.main_social_image %>" />
|
|
<meta property="og:description" content="The DEV Community is great!" />
|
|
<meta property="og:site_name" content="The DEV Community" />
|
|
|
|
<meta name="twitter:card" content="summary_large_image">
|
|
<meta name="twitter:site" content="@ThePracticalDev">
|
|
<meta name="twitter:title" content="All information about The Practical Dev">
|
|
<meta name="twitter:description" content="The DEV Community is great!">
|
|
<meta name="twitter:image:src" content="<%= SiteConfig.main_social_image %>">
|
|
<% end %>
|
|
|
|
<style>
|
|
.key-links {
|
|
font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
|
|
}
|
|
|
|
.social-links {
|
|
text-align: center;
|
|
padding: 40px 0px;
|
|
filter: invert(0);
|
|
filter: var(--theme-social-icon-invert, invert(0));
|
|
}
|
|
|
|
.social-links img {
|
|
width: 35px;
|
|
height: 35px;
|
|
margin: 5px 10px;
|
|
}
|
|
</style>
|
|
|
|
<div class="blank-space"></div>
|
|
<div class="container article">
|
|
<div class="title">
|
|
<h1>
|
|
More information about dev.to(👋)
|
|
</h1>
|
|
</div>
|
|
<div class="body">
|
|
<ul class="key-links">
|
|
<li><a href="/">Home</a></li>
|
|
<li><a href="/about">About</a></li>
|
|
<li><a href="https://shop.dev.to/">DEV Shop</a></li>
|
|
<li><a href="/sponsors">Sponsors</a></li>
|
|
<li><a href="/faq">FAQ</a></li>
|
|
<li><a href="/privacy">Privacy Policy</a></li>
|
|
<li><a href="/terms">Terms of Use</a></li>
|
|
<li><a href="/contact">Contact</a></li>
|
|
<li><a href="/security">Vulnerabilities/Bug Bounty</a></li>
|
|
<li><a href="/code-of-conduct">Code of Conduct</a></li>
|
|
<li><a href="/downloads">Get the mobile app</a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="social-links">
|
|
<a href="https://twitter.com/thepracticaldev" target="_blank" rel="noopener"><img src="<%= asset_path("twitter-logo.svg") %>" alt="DEV Twitter profile"></a>
|
|
<a href="https://github.com/thepracticaldev" target="_blank" rel="noopener"><img src="<%= asset_path("github-logo.svg") %>" alt="DEV GitHub profile"></a>
|
|
<a href="https://instagram.com/thepracticaldev" target="_blank" rel="noopener"><img src="<%= asset_path("instagram-logo.svg") %>" alt="DEV Instagram profile"></a>
|
|
<a href="https://facebook.com/thepracticaldev" target="_blank" rel="noopener"><img src="<%= asset_path("facebook-logo.svg") %>" alt="DEV Facebook profile"></a>
|
|
<a href="https://twitch.tv/thepracticaldev" target="_blank" rel="noopener"><img src="<%= asset_path("twitch-logo.svg") %>" alt="DEV Twitch profile"></a>
|
|
</div>
|
|
</div>
|