Skip to content
This repository has been archived by the owner on Jul 16, 2018. It is now read-only.

Commit

Permalink
Fix bug 982639: Link to how to become a mentor
Browse files Browse the repository at this point in the history
  • Loading branch information
k88hudson committed Mar 21, 2014
1 parent 7610a65 commit 9a3ce55
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
4 changes: 3 additions & 1 deletion less/explore/main.less
Expand Up @@ -307,6 +307,7 @@ img {
*/

.mentor-circle-btn {
display: block;
background: @brand-primary;
border-radius: 50%;
color: white;
Expand All @@ -317,7 +318,8 @@ img {
cursor: pointer;

&:hover {
background: lighten(@brand-primary, 10%)
background: lighten(@brand-primary, 10%);
color: white;
}

span {
Expand Down
4 changes: 4 additions & 0 deletions locale/en_US/explore.json
Expand Up @@ -7,6 +7,10 @@
"message": "Web Literacy Map",
"description": "Heading for sidebar"
},
"Become a mentor": {
"message": "Become a mentor",
"description": "Button in mentors section on literacy pages"
},
"Add your own": {
"message": "Add your own",
"description": "Add your own menu title"
Expand Down
6 changes: 3 additions & 3 deletions public_angular/views/competency.html
Expand Up @@ -95,10 +95,10 @@ <h2 class="page-header">{{ 'Featured mentors' | i18n }}</h2>
</div>

<div class="col-xs-4 col-sm-3">
<div class="mentor-circle-btn">
<span>{{ 'Nominate' | i18n }}</span>
<a targe="_blank" href="https://mozteach.makes.org/thimble/become-a-webmaker-mentor" class="mentor-circle-btn">
<span>{{ 'Become a mentor' | i18n }}</span>
<img src="/img/explore/brett.jpg">
</div>
</a>
</div>
</div>

Expand Down

0 comments on commit 9a3ce55

Please sign in to comment.