diff --git a/src/styles/project-landing.sass b/src/styles/project-landing.sass index 170cfd4..f2fe90e 100644 --- a/src/styles/project-landing.sass +++ b/src/styles/project-landing.sass @@ -57,7 +57,6 @@ nav.navbar line-height: 1.5em margin: 0 auto 40px auto padding-bottom: 40px - border-bottom: thin solid $color-background p diff --git a/src/templates/projects/landing.pug b/src/templates/projects/landing.pug index c7b9bb2..4554d2b 100644 --- a/src/templates/projects/landing.pug +++ b/src/templates/projects/landing.pug @@ -157,24 +157,6 @@ header | {% endfor %} | {% endif %} a.btn(href="{{ url_for('main.project_blog', project_url=project.url) }}") See all updates - section.social - h2 Contact - p. - Blender Animation Studio - ton@blender.org - - Entrepotdok 57A - 1018 AD Amsterdam - the Netherlands - ul.footer-social - li - a(href="https://www.facebook.com/BlenderCloudOfficial/", - title="Follow us on Facebook") - i.pi-social-facebook - li - a(href="https://twitter.com/Blender_Cloud", - title="Follow us on Twitter") - i.pi-social-twitter | {% endblock body %}