Skip to content
This repository has been archived by the owner on Mar 22, 2019. It is now read-only.

adding contribute link to bottom of pages #3086

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions source/about.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -112,3 +112,4 @@ $(function() {
Donate
</a>
</div>
<div class="cta-contribute"><a href="https://github.com/emberjs/website" title="Use Github to suggest an edit to this page">Contribute to this page.</a></div>
1 change: 1 addition & 0 deletions source/community.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -93,3 +93,4 @@ responsive: true

<a class="ember-button ember-button--centered ember-button--community" href="../tomster">Meet the Mascots</a>
</div>
<div class="cta-contribute"><a href="https://github.com/emberjs/website" title="Use Github to suggest an edit to this page">Contribute to this page.</a></div>
1 change: 1 addition & 0 deletions source/ember-users.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,4 @@ responsive: true
</p>

</div>
<div class="cta-contribute"><a href="https://github.com/emberjs/website" title="Use Github to suggest an edit to this page">Contribute to this page.</a></div>
2 changes: 1 addition & 1 deletion source/guidelines.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ title: "Community"
<p>
As always, for issues, bug reports, pull requests, docs, etc., <a href="https://github.com/emberjs/">GitHub</a> is still the right place to go.
</p>

<div class="cta-contribute"><a href="https://github.com/emberjs/website" title="Use Github to suggest an edit to this page">Contribute to this page.</a></div>



Expand Down
1 change: 1 addition & 0 deletions source/learn/examples.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,5 @@ responsive: true
<% end %>
</div>
</div>
<div class="cta-contribute"><a href="https://github.com/emberjs/website" title="Use Github to suggest an edit to this page">Contribute to this page.</a></div>
<% end %>
1 change: 1 addition & 0 deletions source/sponsors.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,4 @@ responsive: true
<p class="thanks">A special thanks to <a href="https://dribbble.com/mg">Matt Grantham</a> for design of the original Ember website.</p>

</div>
<div class="cta-contribute"><a href="https://github.com/emberjs/website" title="Use Github to suggest an edit to this page">Contribute to this page.</a></div>
18 changes: 18 additions & 0 deletions source/stylesheets/base/_typography.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@import "variables";

html {
font-size: 16px;
}
Expand Down Expand Up @@ -98,3 +100,19 @@ ol {
p {
margin: 1em 0;
}
.cta-contribute {
display: block;
margin: 0 auto;
max-width: 100%;
padding: 0.2em 0;
text-align: center;
a {
color: $orange-darker;
padding: 1em;
text-decoration: underline;
&:hover, :focus {
color: $orange-darkest;
cursor: pointer;
}
}
}
1 change: 1 addition & 0 deletions source/team.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -111,3 +111,4 @@ subteams.sort_by! {|u| [u.type, u.name] }
</ul>

</div>
<div class="cta-contribute"><a href="https://github.com/emberjs/website" title="Use Github to suggest an edit to this page">Contribute to this page.</a></div>