Fix bug 1000267 - Add webmaker usernames to featured mentors
This commit is contained in:
Родитель
35db9beccc
Коммит
53f41ba84a
|
@ -51,10 +51,7 @@
|
||||||
width: auto;
|
width: auto;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
h3 {
|
|
||||||
font-size: @kit-title-size;
|
|
||||||
font-weight: 200;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Staff picks
|
// Staff picks
|
||||||
|
|
|
@ -374,6 +374,11 @@ img {
|
||||||
* Competency pages
|
* Competency pages
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
h3 {
|
||||||
|
font-size: 24px;
|
||||||
|
font-weight: 200;
|
||||||
|
}
|
||||||
|
|
||||||
.mentor-container {
|
.mentor-container {
|
||||||
display: block;
|
display: block;
|
||||||
color: inherit;
|
color: inherit;
|
||||||
|
@ -382,12 +387,9 @@ img {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
height: 300px;
|
height: 400px;
|
||||||
@media (min-width: @screen-lg-min) {
|
|
||||||
height: 350px;
|
|
||||||
}
|
|
||||||
@media (min-width: @screen-xl-min) {
|
@media (min-width: @screen-xl-min) {
|
||||||
height: 400px;
|
height: 450px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -7,5 +7,3 @@
|
||||||
@kit-caption-border: darken(@kit-background, 5%);
|
@kit-caption-border: darken(@kit-background, 5%);
|
||||||
@kit-background: #F5F5F5;
|
@kit-background: #F5F5F5;
|
||||||
@kit-height: 300px; // How tall are the kits?
|
@kit-height: 300px; // How tall are the kits?
|
||||||
|
|
||||||
@kit-title-size: 24px;
|
|
||||||
|
|
|
@ -49,9 +49,9 @@
|
||||||
<img ng-src="{{mentor.photo}}" alt="{{mentor.name}}" class="img-circle img-mentor-avatar">
|
<img ng-src="{{mentor.photo}}" alt="{{mentor.name}}" class="img-circle img-mentor-avatar">
|
||||||
<div ng-show="mentor.gif" class="mentor-gif" style="background-image:url({{mentor.gif}})"></div>
|
<div ng-show="mentor.gif" class="mentor-gif" style="background-image:url({{mentor.gif}})"></div>
|
||||||
</ex-avatar>
|
</ex-avatar>
|
||||||
|
<h3>{{ mentor.name }}</h3>
|
||||||
<p>{{mentor.name}}<br>
|
<p>@{{mentor.username}}</p>
|
||||||
<span class="text-muted">{{ mentor.bio }}</span></p>
|
<p><span class="text-muted">{{ mentor.bio }}</span></p>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче