Skip to content

Commit

Permalink
adding landing page microfooter - #787
Browse files Browse the repository at this point in the history
  • Loading branch information
gvn committed Sep 29, 2017
1 parent 576ff34 commit 8bbb995
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 0 deletions.
9 changes: 9 additions & 0 deletions network-api/app/networkapi/templates/pages/landingpage.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,15 @@ <h1 class="h1-white">{{ page.landingpage.header }}</h1>
<div class="row">
<div class="join-us full-width col mb-5" data-cta-header="{{ page.landingpage.signup.header | escape }}" data-cta-description="{{ page.landingpage.signup.description | escape }}" data-newsletter="{{ page.landingpage.signup.newsletter }}"></div>
</div>{% endif %}
<div class="row mb-5">
<div class="col-12">
<hr class="my-2">
<div class="opp-foot d-flex align-items-center"><img class="mr-3" src="/_images/green-20.svg" width="51" height="45">
<p class="body-black mb-0">This is part of a broader movement for a healthy internet. <a href="#TODO">See more</a>.</p>
</div>
<hr class="my-2">
</div>
</div>
</div>
<footer class="mofo-footer">
<div class="container">
Expand Down
23 changes: 23 additions & 0 deletions source/images/green-20.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions source/pug/views/opportunity.pug
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,10 @@ block content
.row
.join-us.full-width.col.mb-5(data-cta-header=`{{ page.landingpage.signup.header | escape }}`, data-cta-description=`{{ page.landingpage.signup.description | escape }}`, data-newsletter=`{{ page.landingpage.signup.newsletter }}`)
| {% endif %}
.row.mb-5
.col-12
hr.my-2
.opp-foot.d-flex.align-items-center
img.mr-3(src=`/_images/green-20.svg`, width=51, height=45)
p.body-black.mb-0 This is part of a broader movement for a healthy internet. #[a(href=`#TODO`) See more].
hr.my-2

0 comments on commit 8bbb995

Please sign in to comment.