Fix typo and remove sustaining membership (#1107)
This commit is contained in:
parent
8d8f30d600
commit
652ec00f73
4 changed files with 2 additions and 4 deletions
|
|
@ -249,7 +249,6 @@
|
|||
</div>
|
||||
<div class="side-footer">
|
||||
<a href="/about">About</a>
|
||||
<a href="/membership">Sustaining Membership</a>
|
||||
<a href="/events">Events</a>
|
||||
<a href="/sponsors">Sponsors</a>
|
||||
<a href="https://shop.dev.to/">DEV Shop</a>
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
<% organization = story.organization %>
|
||||
<% if organization && !@organization_article_index %>
|
||||
<div class="article-organization-headline">
|
||||
<a href="/<%= organization.slug %>" class="article-organization-headline-inner"><img src="<%= organization.profile_image_90 %>">Heroku</a><a class="org-headline-filler" href="/<%= story.path %>"> </a></div>
|
||||
<a href="/<%= organization.slug %>" class="article-organization-headline-inner"><img src="<%= organization.profile_image_90 %>"><%= organization.name %></a><a class="org-headline-filler" href="/<%= story.path %>"> </a></div>
|
||||
<% end %>
|
||||
<a href="<%=story.user.path%>" class="small-pic-link-wrapper">
|
||||
<div class="small-pic" >
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<footer>
|
||||
<div id="footer-container" class="container <%= "centered-footer" unless current_page.include?("stories-show") %>">
|
||||
<div class="inner-footer-container">
|
||||
<a href="/">Home</a> <a href="/about">About</a> <a href="/membership">Sustaining Membership</a> <a href="/privacy">Privacy Policy</a> <a href="/terms">Terms of Use</a> <a href="/contact">Contact</a> <a href="/code-of-conduct">Code of Conduct</a>
|
||||
<a href="/">Home</a> <a href="/about">About</a> <a href="/privacy">Privacy Policy</a> <a href="/terms">Terms of Use</a> <a href="/contact">Contact</a> <a href="/code-of-conduct">Code of Conduct</a>
|
||||
DEV Community copyright 2018 🔥
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -48,7 +48,6 @@
|
|||
<ul class="key-links">
|
||||
<li><a href="/">Home</a></li>
|
||||
<li><a href="/about">About</a></li>
|
||||
<li><a href="/membership">Sustaining Membership</a></li>
|
||||
<li><a href="https://shop.dev.to/">DEV Shop</a></li>
|
||||
<li><a href="/sponsors">Sponsors</a></li>
|
||||
<li><a href="/events">Events</a></li>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue