Fix typo and remove sustaining membership (#1107)

This commit is contained in:
Ben Halpern 2018-11-12 19:08:00 -05:00 committed by GitHub
parent 8d8f30d600
commit 652ec00f73
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 2 additions and 4 deletions

View file

@ -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>

View file

@ -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 %>">&nbsp;</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 %>">&nbsp;</a></div>
<% end %>
<a href="<%=story.user.path%>" class="small-pic-link-wrapper">
<div class="small-pic" >

View file

@ -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>

View file

@ -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>